@charset "UTF-8";
/* CSS Document */

/*
Theme Name: kuukatsu
Author: ohya/tasaki
Description: kuukatsu｜オリジナルテーマ
Version: 1.0
*/

/* HTML5 ? Boilerplate
 * ==== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #333; }

a { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none;  }
a:hover { color: #30476c; text-decoration: none;  }
a:focus { outline: thin dotted; text-decoration: none;  }
a:hover, a:active { outline: 0; text-decoration: none;  }

a:link,
a:hover {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: separate; border-spacing: 0; }
td { vertical-align: top; }

img { -ms-interpolation-mode: bicubic; }

/* ==== 追記 ==========================================================*/
html {
  font-size: 9px; /* sp基準値 */
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 480px) {
html {
    font-size: 10px; /* pc基準値 */
  }
}

body{
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "pkna";
  line-height: 2;
  background: #fff;
  letter-spacing: 0.05rem;
}

/* ===================
    PC・スマホ共通、サイト別リセット
  =================== */

h2,h3,h4 {margin: 0; padding: 0; vertical-align:baseline;}
p {margin: 0; padding: 0;}
ul, li { margin: 0; padding: 0; list-style: none;}
dl, dt, dd { margin: 0; padding: 0;}
th { font-weight: normal; }
a:hover { opacity: 0.8; }

/* スマホ&PC各セクション */

img {
  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

/* ==== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}


/*文字が左から出るアニメーションのkeyframes*/
@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*fadeInのkeyframes*/
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*ローディングで使用*/
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Loading背景画面設定　*/
#loading {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ページトップリンク・fadeUpの動き */
.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}

/*　上に上がる動き　*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/* フォーム上部に表示されるエラーメッセージ */
.screen-reader-response p {
  color: #e92323;
  margin-bottom: 10px;
}

.screen-reader-response ul {
  display: none!important;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip, .wpcf7-response-output {
  color: #e92323;
  font-weight: normal;
}


@media only screen and (min-width: 1025px) {

/* ====== PC・header ===== */
  .spView {
    display: none;
  }

  .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 35px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }

  .header h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .header_logo {
    width: 165px;
    display: block;
  }

  .header_right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header_nav ul {
    display: flex;
  }

  .header_nav ul li {
    border-right: 1px solid #333;
    padding-right: 14px;
    padding-left: 14px;
  }

  .header_nav ul li:first-child {
    padding-left: 0;
  }

  .header_nav ul li:last-child {
    border-right: none;
    padding-right: 0;
  }

  .header_nav ul li a {
    font-weight: 400;
    color: #333;
  }

  .header_content {
    display: flex;
  }

  .header_btn_list a {
    display: inline-block;
    color: #fff;
    border-radius: 40px;
    background-color: #007C36;
    text-decoration: none;
    margin-right: 12px;
    padding: 12px 22px;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
  }

  .header_btn_contact a {
    display: inline-block;
    color: #333;
    border-radius: 40px;
    background-color: #FDD000;
    text-decoration: none;
    padding: 12px 22px;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
  }

  .header_btn_list a:hover {
    box-shadow: none;
    color: #fff;
  }

  .header_btn_contact a:hover {
    box-shadow: none;
    color: #333;
}

  .nav_content li:not(:last-child) {
    margin-right: 25px;
  }

  .nav_content ul {
    display: block;
  }

/* ====== 下層ページcommon ===== */

  * {
    box-sizing: border-box;
  }

  p, .ZenKakuGo {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
  }

  .WorkSans {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

/* ====== Topページ ===== */

  /* Loading アイコンの大きさ設定　*/
  #loading_logo img {
    width: 178px;
  }

  /*----top MV----*/
  .top_mv {
    padding-top: 110px;
    position: relative;
  }

  .top_mv_img {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .SPtop_mv_img {
    display: none;
  }

  .top_about {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .top_about_text {
    display: block;
    max-width: 760px;
    margin: 0 auto 13px auto;
  }

  .top_about h2 {
    display: none;
  }

  .top_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .top_btn li {
    width: 300px;
    height: auto;
  }

  .float1 {
    display: block;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 35px;
    transition: 0.1s ease-in-out;
  }

  .float1 img {
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 0 auto 15px;
  }

  .float1_btn1 {
    border: 4px solid #007C36;
    background-color: #007C36;
  }

  .top_btn_text1 {
    color: #007C36;
  }

  .float1_btn2 {
    border: 4px solid #B7D200;
    background-color: #B7D200;
  }

  .top_btn_text2 {
    color: #B7D200;
  }

  .float1_btn3 {
    border: 4px solid #FDD000;
    background-color: #FDD000;
  }

  .top_btn_text3 {
    color: #FDD000;
  }

  .float1_btn1:hover,.float1_btn2:hover,.float1_btn3:hover {
    background-color: #fff;
    opacity: 1!important;
  }

  .float1_btn1:hover .top_btn_text_wrap {
    background-color: #007C36;
    color: #fff;
  }

  .float1_btn2:hover .top_btn_text_wrap {
    background-color: #B7D200;
    color: #fff;
  }

  .float1_btn3:hover .top_btn_text_wrap {
    background-color: #FDD000;
    color: #fff;
  }

  .top_btn_text_wrap {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 1em;
    border-radius: 40px;
    background-color: #fff;
    padding: 10px 18px;
    transition: 0.1s ease-in-out;
    white-space: nowrap;
  }

  /*----top catch----*/
  .SPtop_catch {
    display: none;
  }

  .top_catch_more {
    margin-top: 260px;
    margin-bottom: 75px;
    background-color: #DFD6CA;
    width: 100%;
    height: 505px;
    position: relative;
  }

  .top_catch_more_tri {
    position: absolute;
    width: 100px;
    height: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .top_catch_slide {
    text-align: center;
  }

/*文字が左から出るアニメーション*/
.slide_in {
  overflow: hidden;
  display: inline-block;
  margin: 85px 0 45px;
  padding: 0 20px;
}

.slide_in_inner {
	display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-size: 3.2rem;
  color: #333333;
  line-height: 1.5em;
}

/*左右のアニメーション*/
  .leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

  .slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
    opacity: 0;
}

  .slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
    opacity: 0;
}

  .top_catch_detail {
    display: flex;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .top_catch_detail li:nth-child(1),.top_catch_detail li:nth-child(3) {
    padding-bottom: 40px;
  }

  .top_catch_detail li:nth-child(2),.top_catch_detail li:nth-child(4) {
    padding-top: 40px;
  }

  .top_catch_detail li img {
    display: block;
    width: 200px;
    height: auto;
  }

  .top_catch_text {
    display: block;
    width: 680px;
    height: auto;
    padding: 0 20px 80px 20px;
    margin: 0 auto;
  }

  /*----top service01----*/
      /*要素をゆっくりしたから表示*/
    .animate {
      opacity: 0;
      transform: translateY(20px);
      transition: all 1.0s;
    }

    .animate.show {
      opacity: 1;
      transform: translateY(0);
    }
    .animate.show:nth-of-type(1) {
      transition-delay: 0s;
    }
    .animate.show:nth-of-type(2) {
      transition-delay: 0.1s;
    }
    .animate.show:nth-of-type(3) {
      transition-delay: 0.2s;
    }
    .animate.show:nth-of-type(4) {
      transition-delay: 0.3s;
    }
    .animate.show:nth-of-type(5) {
      transition-delay: 0.4s;
    }
    .animate.show:nth-of-type(6) {
      transition-delay: 0.5s;
    }

  .SPtop_service01 {
    display: none;
  }

  .top_service01_wrapper {
    max-width: 1000px;
    padding: 0 20px 120px;
    margin: 0 auto;
  }

  .top_service01_buy_btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: rgba(0, 124, 54, 0.1);
    border: 2px solid #007C36;
    text-decoration: none;
    margin: 0 auto 10px 0;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .top_service01_buy_btn:hover {
    background-color: #007C36;
    border: 2px solid #007C36;
    color: #fff;
    opacity: 1!important;
  }

  .top_service01_buy h3 {
    font-weight: 900;
    font-style: normal;
    font-size: 3.2rem;
    color: #007C36;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 50px;
  }

  .top_service01_buy h3::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background: #007C36;
    margin-left: 10px;
    }

  .top_service01_buy ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    }

  .top_service01_buy ul li img {
      width: 220px;
    }

  .top_service01_sell_btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: rgba(183, 210, 0, 0.1);
    border: 2px solid #B7D200;
    text-decoration: none;
    margin: 0 auto 10px 0;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .top_service01_sell_btn:hover {
    background-color: #B7D200;
    border: 2px solid #B7D200;
    color: #fff;
    opacity: 1!important;
  }

  .top_service01_sell h3 {
    font-weight: 900;
    font-style: normal;
    font-size: 3.2rem;
    color: #B7D200;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 50px;
  }

  .top_service01_sell h3::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background: #B7D200;
    margin-left: 10px;
    }

  .top_service01_sell ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    }

  .top_service01_sell ul li img {
      width: 220px;
    }

  .top_service01_process {
      margin-bottom: 100px;
    }

  .top_service01_process img {
      display: block;
      width: 100%;
      height: auto;
    }

  .top_service01_agency_btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: rgba(253, 208, 0, 0.1);
    border: 2px solid #FDD000;
    text-decoration: none;
    margin: 0 auto 10px 0;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .top_service01_agency_btn:hover {
    background-color: #FDD000;
    border: 2px solid #FDD000;
    color: #fff;
    opacity: 1!important;
  }

  .top_service01_agency_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .top_service01_agency_title h2 {
    font-weight: 800;
    font-size: 3.2rem;
    justify-content: center;
    align-items: center;
    line-height: 1.7em;
  }

  .top_service01_agency_title::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background: #333333;
    margin-left: 10px;
    }

  .top_service01_point {
    display: flex;
    width: 100%;
  }

  .top_service01_point_check {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .top_service01_point_check li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
  }

  .top_service01_point_check li img {
    width: 32px;
  }

  .top_service01_point_check li p {
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2em;
  }

  /*左からフェードイン*/

    .animate_left {
      opacity: 0;
      transform: translateX(calc(-50vw - 50%));
      transition: all 1.5s;
    }

    .animate_left.show {
      opacity: 1;
      transform: translateX(0);
    }
    .animate_left.show:nth-of-type(1) {
      transition-delay: 0s;
    }
    .animate_left.show:nth-of-type(2) {
      transition-delay: 0.1s;
    }
    .animate_left.show:nth-of-type(3) {
      transition-delay: 0.2s;
    }

  .top_service01_point_note {
    width: 54%;
    display: flex;
    justify-content: space-between;
  }

  .top_service01_point_more img {
    width: 140px;
    margin-bottom: 20px;
  }

  .top_service01_point_more p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.4em;
    width: 140px;
    text-align: center;
  }

  /*----top service02----*/
  .top_service02_wrapper {
    max-width: 1000px;
    padding: 0 20px 100px;
    margin: 0 auto;
  }
  .top_service02_title {
    display: block;
    width: 200px;
    margin: 0 auto 85px;
  }

  .top_service02_wrapper ul {
    display: flex;
    justify-content: space-between;
  }

  .top_service02_wrapper li {
    position: relative;
  }

  .top_service02_wrapper li:nth-child(2n+1)::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    bottom: 73px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .top_service02_wrapper li:nth-child(2n+1):after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    bottom: 85px;
    width: 9px;
    height: 9px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top_service02_wrapper li:nth-child(2) {
    margin-top: 60px;
  }

  .top_service02_wrapper li:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    bottom: 14px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .top_service02_wrapper li:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    bottom: 26px;
    width: 9px;
    height: 9px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top_service02_wrapper li a:hover {
    opacity: 0.9;
  }

  .top_service02_wrapper li a {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-decoration: none;
    color: inherit;
  }

  .top_service02_img_wrap {
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
    width: 280px;
    height: 375px;
    display: block;
    margin-bottom: 8px;
  }

  .top_service02_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
  }

  .top_service02_img_wrap:hover .top_service02_img {
    transform: scale(1.2);
  }

  .SPtop_service02_img {
    display: none;
  }

  .top_service02_detail {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.2rem;
    position: relative;
    padding-bottom: 10px;
    }

  /*----top news----*/
  .top_news_wrapper {
    max-width: 870px;
    padding: 0 20px 300px;
    margin: 0 auto;
  }

  .top_news_wrapper h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.0rem;
  text-align: center;
  margin-bottom: 80px;
  }

  .top_news_wrapper ul {
    margin-bottom: 40px;
  }

  .top_news_list {
    border-bottom: 0.5px solid #333333;
    padding: 20px;
  }

  .top_news_list:first-of-type {
    border-top: 0.5px solid #333333;
  }

  /*.top_news_list_summary {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .top_news_list_time {
    margin-right: 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
  }

  .top_news_list_desc {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    border: 0.5px solid #333333;
    border-radius: 30px;
    padding: 5px 18px;
  }*/

  .top_news_btn_wrapper {
    display: block;
    text-align: right;
    position: relative;
  }

  .top_news_btn {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2em;
    margin-right: 70px;
  }

  .top_news_btn_wrapper::before{
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    bottom: 0;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .top_news_btn_wrapper::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    bottom: 13px;
    width: 9px;
    height: 9px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /*----footer pagetop----*/
  /*========= ページトップCSS ===============*/
  #page-top img{
    width: 82px;
    transition:all 0.3s;
  }

  #page-top {
    position: fixed;
    right: 85px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
  }


  /*----footer contact----*/
  .top_footer {
    /*background: linear-gradient(180deg, #ffffff 0%, #ffffff 25%, #007C36 25%, #007C36 100%);*/
    background-color: #007C36;
    position: relative;
    padding-top: 120px;
  }

  /*.top_footer_container {
    max-width: 1000px;
    padding: 0 20px 100px;
    margin: 0 auto;
  }*/

  .top_footer_more {
    background-color: #F3EFE3;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 80px 110px;
    position: absolute;
    top: -190px;
    left: 50%;
    transform: translateX(-50%);
    width: 960px;
  }

  .top_footer_title img {
    width: 170px;
    margin-bottom: 30px;
  }

  .top_footer_message {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5em;
  }

  /*.SPtop_footer_message {
    display: none;
  }*/

  .top_footer_detail {
    align-items: center;
    text-align: center;
  }

  .top_footer_detail a {
    color: #007C36;
  }

  .top_footer_tel {
    display: inline-block;
    font-size: 3.6rem;
    margin: 0 auto;
    text-decoration: none;
    line-height: 1.2em;
    color: #007C36;
    letter-spacing: 0.3rem;
  }

  .top_footer_text {
    margin-bottom: 30px;
  }

  .top_footer_btn_wrap {
    display: flex;
  }

  .top_footer_btn_wrap a {
    color: #fff;
    display: inline-flex;
  }

  .top_footer_btn {
    display: inline-block;
    background-color: #007C36;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 34px 10px 34px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1em;
    margin-bottom: 5px;
  }

  .top_footer_btn:hover {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }

  .top_footer_btn_wrap img {
    display: inline-block;
    width: 40px;
    margin-right: 15px;
  }

  /*----footer----*/
  .top_footer_bottom {
    margin: 0 auto;
    max-width: 900px;
    padding-bottom: 50px;
    text-align: center;
    padding-top: 100px;
  }

  .top_footer_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
  }

  .top_footer_nav li a {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
  }

  li.top_footer_btn_list a {
    display: inline-block;
    color: #007C36;
    border-radius: 40px;
    background-color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }

  li.top_footer_btn_list a:hover {
    box-shadow: none;
    color: #007C36;
  }

  .top_footer_bottom img {
    width: 300px;
    height: auto;
  }

  .footer_copy {
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    color: #fff;
    padding-bottom: 100px;
  }

    /*----footer2 contactなし----*/
  .footer2 {
    background-color: #007C36;
  }

  /*.footer_bottom2 {
    margin: 0 auto;
    max-width: 900px;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
  }

  .footer_nav2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
  }

  .footer_nav2 li a {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
  }

  li.footer2_btn_list a {
    display: inline-block;
    color: #007C36;
    border-radius: 40px;
    background-color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }

  li.footer2_btn_list a:hover {
    box-shadow: none;
    color: #007C36;
  }

  .footer_bottom2 img {
    width: 300px;
    height: auto;
  }

  .footer2 .footer2_copy {
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    color: #fff;
    padding-bottom: 100px;
  }*/

/* 大家追加　2025.08.30*/
/* ====== PC・common ===== */
  /* 下層ページ　common・MV */
  .common_mv {
    position: relative;
    margin-top: 86px;
    margin-bottom: 100px;
  }
  
  .common_mv img {
    width: 100%;
  }
  
  .fadeIn{
    animation-name:fadeInAnime;
    animation-duration: 3.0s;
    animation-fill-mode:forwards;
    opacity:0;
  }
  
  /* 下層ページ　common・btn */
  .work-point-wrap {
    text-align: center;
  }

  .work-point-btn, .property-btn, .agency-btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: #FDD000;
    box-shadow: 2px 2px rgba(0,0,0,0.25);
    text-decoration: none;
    padding: 12px 60px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.0rem;
    line-height: 1.2em;
    transition: 0.2s;
  }
  
  .work-point-btn {
    width: 300px;
  }
  
  .property-btn {
    width: 500px;
    /*margin-bottom: 280px;*/
  }
  
  .agency-btn {
    width: 500px;
  }
  
  /* 下層ページ　common・flow */
  .common_flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .common_flow li {
    position: relative;
    margin-bottom: 40px;
  }
  
  .common_flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -43px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #007C36;
  }
  
  .sell_flow_color li:not(:last-child)::after {
    border-top: 22px solid #B7D200;
  }
  
  .agency_flow_color li:not(:last-child)::after {
    border-top: 22px solid #FDD000;
  }
  
  .common_flow li img {
    width: 715px;
  }
  
  /* 下層ページ　common・faq */
  .qa-container {
    margin: 0 auto 60px;
    max-width: 800px;
    width: 100%;
  }

  .question-title {
    cursor: pointer;
    font-size: 1.6rem;
    padding: 20px 80px;
    position: relative;
    border-bottom: 1px solid;
  }

  .question-title.open {
    border-bottom: none;
  }
  
  .question-title:before {
    position: absolute;
    display: block;
    content: 'Q';
    top: 18px;
    left: 35px;
    color: #007C36;
    font-size: 2.2rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  
  .sell_faq .question-title:before {
    color: #B7D200!important;
  }

  .question-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 40%;
    right: 22px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
  }

  .question-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
  }

  .answer-text {
    display: none;
    padding: 20px 50px 20px 80px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid;
  }

  .answer-text p {
    font-weight: 400;
  }
  
  .answer-text:before {
    position: absolute;
    display: block;
    content: 'A';
    top: 10px;
    left: 35px;
    color: #FDD000;
    font-size: 2.2rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  
/* ====== PC・家を買いたい方へ（page-buy.php） ===== */
  /* buy・共通 */
  .buy_attractive, .buy_support, .buy_faq {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0 20px 64px;
  }
  
  .buy_attractive h3, .buy_flow h3, .buy_support h3, .buy_faq h3 {
    font-size: 3.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
  }
  
  /* buy・attractive */
  .buy_attractive ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  
  .buy_attractive ul li {
    text-align: center;
  }
  
  .buy_attractive ul li img {
    width: 220px;
    margin-bottom: 20px;
  }
  
  /* buy・flow */
  .buy_flow {
    background-color: #F8FBE6;
  }
  
  .buy_flow_wrapper {
    max-width: 1025px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }
  
  
  /* buy・support */
  .buy_support {
    padding: 60px 0 160px;
  }
  
  .buy_support ul {
    display: flex;
    justify-content: space-evenly;
  }
  
  .buy_support ul li {
    position: relative;
    background-color: black;
    display: inline-block;
    border-radius: 24px;
  }
  
  .buy_support ul li img {
    width: 270px;
    display: block;
    opacity: 0.6;
  }
  
  .buy_support ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    font-size: 2.2rem;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    line-height: 2.8rem;
  }
  
  .buy_support ul li span {
    font-size: 1.6rem;
  }
  
  /* buy・よくある質問 */
  .buy_faq {
    padding-bottom: 280px;
  }
  
  
/* ====== PC・家を売りたい方へ（page-sell.php） ===== */
  /* sell・共通 */
  .sell_problem_wrapper, .sell_reason, .sell_point, .sell_flow_wrapper {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0 20px 70px;
  }
  
  .sell_problem_wrapper h3, .sell_flow_wrapper h3, .sell_faq h3 {
    font-size: 3.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
  }
  
  /* sell・problem */
  .sell_problem_top {
    background-color: #B7D200;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 6.8rem;
    padding: 42px 0;
    margin-bottom: 120px;
    position: relative;
  }

  .sell_problem_top::after {
    content: "";
    position: absolute;
    right: 46%;
    bottom: -43px;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 30px solid #B7D200;
  }
  
  .sell_problem_wrapper ul {
    padding-top: 50px;
  }
  
  .sell_problem_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  
  .sell_problem_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  
  .sell_problem_left img {
    width: 45px;
    object-fit: contain;
    margin-top: 3px;
    margin-right: 24px;
  }
  
  .sell_problem_left h4 {
    font-size: 3.0rem;
    font-weight: 600;
  }
  
  .sell_problem_left p {
    font-weight: 400;
    line-height: 3.8rem;
  }
  
  .sell_problem_right img {
    width: 448px;
  }
  
  .sell_problem_text img {
    width: 680px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  
  /*.sell_problem_text {
    text-align: center;
  }
  
  .sell_problem_text p {
    font-size: 3.8rem;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #FDD000 30%);
    display: inline-block;
  }
  
  .sell_problem_text span {
    background-image: radial-gradient(circle at center, #FDD000 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.15em;
  }*/
  
  /* sell・reason, point共通 */
  .sell_reason h3, .sell_point h3 {
    font-size: 3.2rem;
    font-weight: 900;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 60px;
  }

  .sell_reason h3::after, .sell_point h3::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    margin-left: 30px;
    }
  
  .sell_reason h3 {
    color: #007C36;
  }

  .sell_reason h3::after {
    background: #007C36;
  }
  
  .sell_point h3 {
    color: #B7D200;
  }

  .sell_point h3::after {
    background: #B7D200;
  }
  
  .sell_point_worksans {
    font-size: 3.4rem;
    margin-left: 5px;
    margin-top: 4px;
  }
  
  /* sell・reason */
  .sell_reason ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .sell_reason ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .sell_reason ul li img {
    width: 300px;
    object-fit: cover;
  }
  
  .sell_reason_text {
    width: 63%;
  }
  
  .sell_reason_text h4 {
    font-size: 3.0rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .sell_reason_text p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
  }
  
  /* sell・point */
  .sell_point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .sell_point ul li {
    width: 30%;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .sell_point img {
    width: 300px;
  }
  
  .sell_point_title {
    font-size: 2.2rem;
    font-weight: 600;
    padding: 12px 0 8px;
    text-align: center;
  }
  
  .sell_point ul li p {
    width: 92%;
    text-align: justify;
    font-weight: 400;
    line-height: 2.8rem;
  }
  
  /* sell・flow */
  .sell_flow {
    background-color: #F8FBE6;
  }
  
  .sell_flow_wrapper {
    padding: 60px 0 56px;
    font-weight: 600;
  }
  
  /* sell・faq */
  .sell_faq {
    padding-top: 60px;
    padding-bottom: 280px;
  }
  
/* ====== PC・仲介業者さまへ（page-agency.php） ===== */
  /* agency・共通 */
  .agency_top, .agency_reason, .agency_problem_wrapper, .agency_merit, .agency_faq {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0 20px 110px;
  }
  
  .agency_top h3, .agency_reason h3, .agency_problem_wrapper h3, .agency_merit h3, .agency_flow h3, .agency_faq h3 {
    font-size: 3.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
  }
  
  /* agency・TOP */
  .agency_top h3 {
    text-align: left!important;
    margin-bottom: 15px!important;
  }
  
  .agency_top p {
    font-size: 2.4rem;
    font-weight: 400;
  }
  
  /* agency・reason */
  .agency_reason_content {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 80px;
  }
  
  .agency_reason_content img {
    width: 220px;
  }
  
  .sp_agency_reason_content {
    display: none;
  }
  
  .agency_btn_top {
    width: 554px;
    display: block;
    margin: 0 auto 20px;
  }
  
  /* agency・problem */
  .agency_problem {
    background-color: #DFD6CA;
  }
  
  .agency_problem_wrapper {
    padding: 80px 20px 10px!important;
  }
  
  .agency_problem_wrapper .agency_problem_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .agency_problem_wrapper .agency_problem_content li {
    padding: 0 20px 70px;
  }
  
  .agency_problem_wrapper .agency_problem_content li img {
    width: 208px;
  }
  
  /* agency・merit */
  .agency_merit {
    padding-top: 100px;
  }
  
  .agency_merit h3 {
    padding-bottom: 40px!important;
  }
  
  .agency_merit ul li {
    margin-bottom: 65px;
  }
  
  .agency_merit ul li img {
    height: 57px;
    object-fit: contain;
    margin-right: 20px;
  }
  
  .agency_merit_title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .agency_merit_title h4 {
    font-size: 3.0rem;
    color: #007C36;
    font-weight: 600;
  }
  
  .agency_merit ul li p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    text-align: justify;
  }
  
  .agency_sennin {
    background-color: #FFFAE6;
    border: 5px solid #FDD000;
    border-radius: 20px;
    padding: 65px 100px 80px;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  
  .agency_sennin h3 {
    margin-bottom: 0;
  }
  
  .agecny_sennin_toptext {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -10px;
  }
  
  .agency_sennnin_content {
    display: flex;
    justify-content: space-between;
  }
  
  .agency_sennin .sennin01, .agency_sennin .sennin02 {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    width: 360px;
  }
  
  .sennin01 h4, .sennin02 h4 {
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .agency_sennnin_content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
  }
  
  .agency_target h3 {
    margin-bottom: 0!important;
    padding-bottom: 40px!important;
  }
  
  .agency_target_wrapper {
    display: flex;
    justify-content: space-around;
  }
  
  .agency_target_circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #007C36;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    color: #fff;
  }
  
  .agency_target_circle span {
    font-size: 1.4rem;
  }
  
  /* agency・flow */
  .agency_flow {
    background-color: #FFFAE6;
  }
  
  .agency_flow_wrapper {
    max-width: 1025px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }
  
  /* agency・faq */
  .agency_faq {
    padding-top: 80px;
    padding-bottom: 280px;
  }
  
  
/* ====== PC・物件一覧（archive-list.php） ===== */
  .list_property {
    background-color: #F2F8F5;
  }
  
  .list_property_wrapper {
    max-width: 1025px;
    margin: 0 auto;
    padding: 50px 0 270px;
  }
  
  .list_category {
    padding-bottom: 80px;
    text-align: right;
  }
  
  /*.list_category ul {
    display: flex;
    justify-content: flex-end;
  }
  
  .list_category ul li {
    border: 1px solid #333;
    border-radius: 40px;
    background-color: #fff;
    padding: 8px 20px;
    width: 140px;
    font-size: 1.4rem;
    white-space: nowrap;
    text-align: center;
    margin-left: 28px;
  }*/
  
  .list_category_area {
    display: inline-flex;
    align-items: center;
    position: relative;
  }

  .list_category_area::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
  }

  .list_category_area select {
    appearance: none;
    min-width: 140px;
    height: 4.5rem;
    padding: 0.4em calc(.8em + 30px) 0.4em 1.2em;
    border: 1px solid #333333;
    border-radius: 25px;
    background-color: #fff;
    color: #333333;
    font-size: 1.4rem;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .list_category_title {
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: 2.8rem;
    margin-left: 35px;
  }
  
  .list_content_wrapper ul li {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 4px 7px 6px -5px rgba(62, 62, 62, 0.3);
    margin-bottom: 60px;
  }
  
  .list_content_wrapper ul li a {
    display: block;
    width: 100%;
    padding: 46px 40px;
  }
  
  .list_top_wrapper {
    margin-bottom: 20px;
  }
  
  .list_top_wrapper .list_top01 {
    display: flex;
    margin-bottom: 10px;
  }
  
  .list_top_wrapper .list_top01_icon {
    display: flex;
  }
  
  .list_soldout {
    color: #FF4A4B;
    margin-right: 12px;
    font-weight: 600;
    font-size: 2.2rem;
  }
  
  .list_top_wrapper .list_new, .list_tag {
    background-color: #FF4A4B;
    padding: 6px 10px;
    color: #fff;
    margin-right: 16px;
    white-space: nowrap;
    height: 36px;
    line-height: 1.5;
  }
  
  .list_top_wrapper .list_title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.6rem;
  }
  
  .list_second_wrapper {
    display: flex;
    justify-content: space-between;
  }
  
  .list_second_wrapper .list_second01 {
    display: flex;
  }
  
  .list_second_wrapper .list_second01 img {
    width: 310px;
    height: 240px;
    object-fit: contain;
    margin-right: 20px;
  }
  
  .list_second02 {
    width: 27%;
  }
  
  .list_cost {
    margin-bottom: 3px;
  }
  
  .list_monthlycost_title {
    margin-bottom: 12px;
  }
  
  .list_monthlycost {
    margin-bottom: 7px;
  }
  
  .list_cost span, .list_monthlycost span {
    font-size: 4.8rem;
    font-weight: 600;
    padding-right: 5px;
    letter-spacing: 0rem;
  }
  
  .list_cost_text, .list_monthlycost_title {
    font-size: 1.6rem;
    font-weight: 600;
  }
  
  .list_monthlycost_title {
    margin-top: 12px;
    border-top: 1px solid #333;
    padding-top: 12px;
  }
  
  .list_flat {
    font-size: 1.2rem;
    font-weight: 400;
  }
  
  .list_free {
    margin-top: 15px;
    font-size: 1.7rem;
    font-weight: 600;
  }
  
  
  
/* ====== PC・物件詳細（single-property.php） ===== */
  /* property共通 */
  .property_detail h3, .property_access h3 {
    font-size: 3.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
  }
  
  /* property_top */
  .property_top {
    margin-top: 110px;
    margin-bottom: 100px;
  }
  
  .property_top_title {
    max-width: 1025px;
    margin: 0 auto 75px;
    padding-top: 45px;
    display: flex;
  }
  
  .property_soldout {
    color: #FF4A4B;
    margin-right: 12px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 2.2rem;
  }
  
  .property_top_title .property_new {
    background-color: #FF4A4B;
    padding: 4px 10px 2px;
    color: #fff;
    margin-top: 7px;
    margin-right: 16px;
    white-space: nowrap;
    height: 36px;
  }
  
  .property_title {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 4.8rem;
  }
  
  /*==================================================
スライダーのためのcss
===================================*/
  .property_slider {
    width:94%;
    margin:0 auto 65px;
  }

  .property_slider img {
    width:50vw;
    height: 500px;
    object-fit: contain;
  }

  .property_slider .slick-slide {
    transform: scale(0.8);/*左右の画像のサイズを80%に*/
    transition: all .5s;
    opacity: 0.5;
  }

  .property_slider .slick-slide.slick-center{
    transform: scale(1);
    opacity: 1;
  }


  /*矢印の設定*/
  .slick-prev, 
  .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
  }

  .slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
  }

  .slick-next {
    right: -1.5%;
    transform: rotate(45deg);
  }

  /*ドットナビゲーションの設定*/
  .slick-dots {
    text-align:center;
	  margin:20px 0 0 0;
  }

  .slick-dots li {
    display:inline-block;
	  margin:0 5px;
  }

  .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:12px;
    display:block;
    border-radius:50%;
    background:#ccc;
    border: 0;
  }

  .slick-dots .slick-active button{
    background:#333;
  }
  
  
  /* property・about */
  .property_about {
    max-width: 700px;
    margin: 0 auto 80px;
  }
  
  .property_about_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .property-card {
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 24px 32px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
  }

  .property-card-row {
    display: flex;
    gap: 30px;
    align-items: end;
    align-items: flex-start;
  }

  .property-info-block {
    flex: 1;
  }

  .property-label {
    font-size: 1.7rem;
    color: #333;
    margin: 0 0 2px 0;
  }

  .property-main-info {
    display: flex;
    align-items: baseline;
  }

  .property-amount {
    font-size: 4.6rem;
    color: #333;
    line-height: 1.1;
  }

  .property-unit {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    margin-left: 8px;
  }

  .property-address {
    font-size: 2.6rem;
    font-weight: 700;
    color: #333;
  }
  
  /* property・img */
  .property_img {
    /*position: relative;*/
    padding-bottom: 50px;
    /*display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;*/
  }
  
  .property_img img {
    width: 48%;
    margin: 0 0 0 auto;
    display: block;
    border-radius: 20px 0 0 20px;
    height: 60vh;
    object-fit: contain;
  }
  
  .property_point {
    background-color: #FFFAE6;
    padding: 60px 55px;
    /*width: 540px;*/
    width: 36%;
    border-radius: 20px;
    margin-top: -300px;
    margin-left: 200px;
    position: relative;
    /*position: absolute;
    top: 20%;
    left: 15%;*/
  }
  
  .property_point p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
  }
  
  /* property・detail */
  .property_detail {
    max-width: 1000px;
    margin: 30px auto 80px;
  }
  
  /*==================================================
物件詳細の表
===================================*/
  
  .property_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-family: sans-serif;
    font-size: 1.4rem;
    color: #333;
  }

  .property_table th,
  .property_table td {
    border: 1px solid #ccc;
    border-left: none!important;
    padding: 12px;
    text-align: left;
    vertical-align: middle;
  }

  .property_table th {
    /*background-color: #FFFAE6;*/
    border-right: none!important;
    font-weight: bold;
    width: 15%;
  }

  .property_table td {
    width: 35%;
  }
  
  .full-width {
    text-align: left;
  }

  .price-note {
    font-size: 0.9em;
    font-weight: normal;
    color: #555;
    display: inline-block;
    margin-top: 4px;
    margin-left: 8px;
  }
  
  
  /* property・access */
  .property_access {
    max-width: 1000px;
    margin: 0 auto 300px;
  }
  
  .property_access_map {
    width: 1000px;
    margin: 0 auto 80px;
  }
  
  .property_access_map iframe {
    border-radius: 20px;
    height: 400px!important;
    width: 100%;
  }
  
  /* ====== お知らせ一覧ページ（page-info.php） ===== */
  .info {
    max-width: 870px;
    margin: 0 auto 280px;
  }
  
  .info li {
    padding: 20px 20px 30px;
    border-top: 1px solid #333;
  }
  
  .info li:last-child {
    border-bottom: 1px solid #333;
  }
  
  .info_top {
    margin-bottom: 15px;
  }
  
  .info_date {
    font-weight: 400!important;
    font-size: 1.6rem;
    margin-right: 10px;
  }
  
  .info_category {
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 1.3rem;
  }
  
  /* ====== お知らせ記事ページ（single.php） ===== */
  .info-detail {
    max-width: 870px;
    margin: 0 auto 280px;
  }
  
  .info-detail_date {
    font-weight: 400!important;
    font-size: 1.5rem;
    margin-right: 10px;
  }
  
  .info-detail_category {
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 1.3rem;
  }
  
  .category-name {
    display: inline-block;
  }
  
  .info-detail_title {
    margin-top: 20px;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  
  .info-detail_img {
    margin: 20px auto;
  }
  
  .info-detail_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .info-detail_text {
    margin-bottom: 100px;
  }
  
  .info-detail_text p {
    font-weight: 400!important;
    line-height: 2.5rem;
  }
  
  .info-detail_pageback {
    text-align: center;
  }
  
  .info-detail_pageback a {
    font-weight: 400!important;
    position: relative;
    text-align: center;
    display: inline-block;
  }
  
  .info-detail_pageback a::before{
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: -4px;
    left: -43px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .info-detail_pageback a::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: -29px;
    width: 9px;
    height: 9px;
    border: none;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
/* ====== プライバシーポリシーページ　===== */
  #contents {
    width: 100%;
    max-width: 1025px;
    overflow: hidden;
    margin: 50px auto;
    padding: 0 40px 150px;
  }
  
  .commonContents {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .commonContents article {
    margin-bottom: 50px;
  }
  
  .policy h3 {
    clear: both;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }

    /* 大家追加　2025.08.30ここまで */

  /* ====== 会社情報ページ ===== */

  /*----co_about----*/
  .co_about {
    margin-bottom: 130px;
    position: relative;
  }
  .co_about_img {
    display: block;
    width: 63%;
    height: auto;
    margin-left: auto;
  }

  .SPco_about_img {
    display: none;
  }

  .about_text {
    background-color: #B7D200;
    border-radius: 20px;
    width: 430px;
    height: 265px;
    position: absolute;
    right: 55%;
    bottom: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about_text p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #333;
    text-align:justify;
    line-height: 1.8em;
    margin: 0;
    padding: 0 50px;
    }

  /*----co_point----*/
  .co_point {
    max-width: 990px;
    padding: 0 20px 100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 50px 42px;
    flex-wrap: wrap;
  }

  .co_point_more {
    width: 450px;
    height: auto;
    padding: 50px 34px;
    border: 5px solid #007C36;
    background-color: rgba(0, 124, 54, 0.1);
    border-radius: 20px;
  }

  .co_point_more h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    margin: 0 auto 30px;
    line-height: 1.6em;
    text-align: center;
  }

  .co_point_more p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    color: #333;
    text-align: justify;
    margin: 0;
    line-height: 3.2rem;
  }

  /*----co_会社情報----*/
  .co-description {
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 280px;
  }
  .co-description h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    margin-bottom: 40px;
  }

  .co-description table {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    border-collapse: collapse;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-size: 1.6rem;
  }

  .co-description th,
  .co-description td {
    padding: 18px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    line-height: 1.6em;
  }

  .co-description th {
    width: 25%;
    text-align: left;
    font-weight: 700;
    vertical-align: top;
  }

  .co-description td {
    width: 75%;
    font-weight: 400;
  }

  /* ====== お問い合わせページ ===== */
  /*----common top----*/
  .common_top {
    margin-top: 86px;
    margin-bottom: 70px;
    padding: 38px 0 100px;
    background-color: #CCE5D7;
    width: 100%;
  }

  .common_top_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .common_top_wrap h2 {
    font-weight: 700;
    font-size: 3.8rem;
    color: #333;
  }

  /*----contact tel----*/
    .contact_tel_warp {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto 60px;
    }

  .contact_tel_warp h2 {
    font-weight: 700;
    font-size: 3.8rem;
    color: #007C36;
    text-align: center;
    margin-bottom: 20px;
  }

  .contact_tel {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 4.5rem;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }

  .contact_tel a {
    color: #007C36;
  }

  .contact_cap_tel {
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #007C36;
  }

  /*----contact mail----*/
  .contact_mail {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 100px;
  }

  .contact_mail h2 {
    font-weight: 700;
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 12px;
  }

  .contact_mail_text {
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .contact_mail_wrap {
    background-color: rgba(0, 124, 54, 0.2);
    border-radius: 20px;
    padding: 40px 24px 65px 24px;
  }

  .contactTable {
    width: 100%;
    border-collapse: collapse;
  }

  .contactTable p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
  }

  .contactTable,.contactTable th,.contactTable label {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
    margin: 0;
    text-align: left;
  }

  .contactTable input[type="text"],
  .contactTable input[type="email"],
  .contactTable input[type="tel"],
  .contactTable textarea {
    font-size: 1.5rem;
    font-family: inherit;
    margin: 0;
    text-align: left;
}

  .contactTable td {
    font-size: 1.5rem;
    font-weight: normal;
    font-weight: 400;
    margin: 0;
    text-align: left;
  }

  .contactTable tr,.contactTable td {
    display: flex;
    flex-direction: column;
  }

  .contact-table td label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

/* --- 以下、カスタムラジオボタンのスタイル --- */
/* 1. デフォルトのラジオボタンを非表示に */
.contactTable input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 14px;
  height: 14px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

/* 2. チェックされた時のスタイル（内側の円） */
.contactTable input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333; /* チェック時の色 */
  border-radius: 50%;
  /* 中央に配置 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

  span.req {
    color: #DC3545;
    font-size: 1.4rem;
    margin-left: 5px;
  }

  table.contactTable th {
    padding-bottom: 5px;
  }

  table.contactTable td {
    padding-bottom: 20px;
  }

  table.contactTable td input {
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 7px;
  }

  table.contactTable td textarea {
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    border: none;
    border-radius: 4px;
    padding: 6px;
  }

  .wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
  }
  
  .wpcf7-list-item {
    display: block!important;
    margin-bottom: 0.2em;
  }

  .wpcf7-list-item-label {
    padding-left: 8px;
    font-size: 1.5rem;
  }

  input.wpcf7c-conf,
  textarea.wpcf7c-conf {
    border: none !important;
    background: #fff;
  }

  .wpcf7-text:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
  }

  .submitArea {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
  }

  .submitArea li {
    width: 100%;
  }

  .submitArea li input {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.0rem;
    letter-spacing: 0.5rem;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #007C36;
    border: 1px solid #007C36;
    box-sizing: border-box;
    border-radius: 4.8px;
    color: #fff;
    transition: 0.1s ease-in-out;
  }

  .submitArea li input:hover {
    background: rgba(0, 124, 54, 0.8);
    cursor : pointer;
  }

  .submitArea li input.backBtn  {
    background: #666;
    border: 1px solid #666;
  }

  .submitArea li input.backBtn:hover {
    background: #fff;
    color: #666;
    border: 1px solid #666;
  }
  
  input[type="text"]{
    width: 70%;
  }
  
  input[type="textarea"]{
    width: 100%;
    height: 100px;
  }
  
  .contact_form_box .checkbox {
    display: flex !important;
    align-items: center; /* 垂直方向の中央揃え */
  gap: 5px;
    margin: 0;
  }

  .checkbox-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    padding-left: 12px;
  }

  .checkbox-text a {
    color: #007C36;
    }

  .contact_check_policy {
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 15px;
  }

  .wpcf7-form-control {
    display: inline-block;
  }

  /* ====== 送信完了ページ ===== */
  .thanks_more {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .thanks_text {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 80px;
  }

  .thanks_btn {
    margin-bottom: 100px;
    padding-left: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
  }

  .thanks_btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .thanks_btn:hover {
    cursor: pointer;
  }

  /* ====== 404ページ ===== */
  .error_contents {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .error_contents p {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .error_btn {
    margin-bottom: 100px;
    padding-left: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
  }

    .error_btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .error_btn:hover {
    cursor: pointer;
  }


}


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

@media only screen and (min-width:481px) and (max-width:1024px) {
  body {
    font-size: 1.5rem;
  }

  .pcView, .spView {
    display: none;
  }

  /*.spView, .sp_br {
    display: none;
  }
  
  .pcView, .pc_br {
    display: block;
  }*/
  
  .tbView {
    display: block;
  }
  
  .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 18px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .header h1 {
    margin: 0;
    padding: 0;
  }

  .header_logo {
    width: 150px;
  }

/*ハンバーガーメニュー*/
  #header_nav {
    position:fixed;
    z-index: 999;
	  top: 0;
    right: -120%;
	  width: 100%;
    height: 100vh;
	  background: #007C36;
    transition: all 0.6s;
  }

  #header_nav.panelactive{
    right: 0;
    background-color: #007C36;
  }

  #header_nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 52px auto 40px;
  }

  #header_nav ul li {
    list-style: none;
    text-align: left;
    width: 300px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    padding: 12px 10px;
  }

  #header_nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: left;
  }

  #header_nav ul li:last-child {
    padding: 12px 10px 0;
  }

  .header_content {
    max-width: 300px;
    padding: 0 10px;
    margin: 0 auto;
  }

  .header_btn_list a,.header_btn_contact a {
    display: inline-block;
    color: #007C36;
    border-radius: 40px;
    background-color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 12px 30px;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .header_btn_list a:hover,.header_btn_contact:hover {
    color: #fff;
  }

  .openbtn{
	  position: fixed;
    z-index: 9999;
	  top: 14px;
	  right: 10px;
	  cursor: pointer;
    width: 44px;
    height: 44px;
    background-color: transparent;
  }

  .openbtn::before {
    content: '';
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all .4s;
    z-index: -1;
    background-color: #007C36;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 19px;
  }

  .openbtn span:nth-of-type(1) {
    top: 20px;
  }

  .openbtn span:nth-of-type(2) {
    top: 26px;
  }

  .openbtn span:nth-of-type(3) {
    top: 32px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 13px;
    transform: rotate(45deg);
    width: 19px;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 20px;
    left: 13px;
    transform: rotate(-45deg);
    width: 19px;
  }

  .openbtn.active {
    background-color: #fff;
    border-radius: 50%;
  }

  .openbtn.active::before {
    background-color: transparent;
  }

  .openbtn.active span {
    background-color: #007C36;
  }

/* ====== 下層ページcommon ===== */

  * {
    box-sizing: border-box;
  }

  p, .ZenKakuGo {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
  }

  .WorkSans {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

/* ====== Topページ ===== */

  /* Loading アイコンの大きさ設定*/
  #loading_logo img {
    width: 120px;
  }
  
  /*----top MV----*/
  .top_mv {
    padding-top: 105px;
    position: relative;
  }

  .top_mv_img {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .SPtop_mv_img {
    display: none;
  }

  .top_about {
    max-width: 630px;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .top_about_text {
    display: block;
    max-width: 410px;
    margin: 0 auto 13px auto;
  }

  .top_about h2 {
    display: none;
  }

  .top_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .top_btn li {
    width: 185px;
    height: auto
  }

  .float1 {
    display: block;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 12px;
    transition: 0.1s ease-in-out;
  }

  .float1 img {
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 0 auto 15px;
  }

  .float1_btn1 {
    border: 4px solid #007C36;
    background-color: #007C36;
  }

  .top_btn_text1 {
    color: #007C36;
  }

  .float1_btn2 {
    border: 4px solid #B7D200;
    background-color: #B7D200;
  }

  .top_btn_text2 {
    color: #B7D200;
  }

  .float1_btn3 {
    border: 4px solid #FDD000;
    background-color: #FDD000;
  }

  .top_btn_text3 {
    color: #FDD000;
  }

  .float1_btn1:hover,.float1_btn2:hover,.float1_btn3:hover {
    background-color: #fff;
    opacity: 1!important;
  }

  .float1_btn1:hover .top_btn_text_wrap {
    background-color: #007C36;
    color: #fff;
  }

  .float1_btn2:hover .top_btn_text_wrap {
    background-color: #B7D200;
    color: #fff;
  }

  .float1_btn3:hover .top_btn_text_wrap {
    background-color: #FDD000;
    color: #fff;
  }

  .top_btn_text_wrap {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1em;
    border-radius: 40px;
    background-color: #fff;
    padding: 8px 18px;
    transition: 0.1s ease-in-out;
    white-space: nowrap;
  }

  /*----TB top catch----*/
  .top_catch {
    display: none;
  }

  .SPtop_catch_more {
    margin-top: 160px;
    margin-bottom: 50px;
    background-color: #DFD6CA;
    width: 100%;
    height: 450px;
    position: relative;
  }

  .SPtop_catch_more_tri {
    position: absolute;
    width: 100px;
    height: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .SPtop_catch_slide {
    text-align: center;
  }

/*文字が左から出るアニメーション*/
.SPslide_in {
  overflow: hidden;
  display: inline-block;
  margin: 35px 0 25px;
  padding: 0 20px;
}

.SPslide_in_inner {
	display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-size: 2.2rem;
  color: #333333;
  line-height: 1.5em;
}

/*左右のアニメーション*/
.leftAnime{
  opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
  opacity: 0;
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
  opacity: 0;
}
  
  .SPtop_catch_detail {
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  
  .SPtop_catch_detail li {
    margin-bottom: 20px;
  }

/*
  .SPtop_catch_detail li:nth-child(1),.SPtop_catch_detail li:nth-child(3) {
    align-self: flex-start;
    margin-bottom: 15px;
  }

  .SPtop_catch_detail li:nth-child(2) {
    align-self: flex-end;
    margin-bottom: 15px;
  }

  .SPtop_catch_detail li:nth-child(4) {
    align-self: flex-end;
  }*/

  .SPtop_catch_detail li img {
    display: block;
    width: 200px;
    height: auto;
  }

  .SPtop_catch_text {
    display: block;
    width: 350px;
    height: auto;
    padding: 0 20px 50px 20px;
    margin: 0 auto;
  }

  /*----TB top service01----*/
      /*要素をゆっくりしたから表示*/
    .animate {
      opacity: 0;
      transform: translateY(20px);
      transition: all 1.0s;
    }

    .animate.show {
      opacity: 1;
      transform: translateY(0);
    }
    .animate.show:nth-of-type(1) {
      transition-delay: 0s;
    }
    .animate.show:nth-of-type(2) {
      transition-delay: 0.1s;
    }
    .animate.show:nth-of-type(3) {
      transition-delay: 0.2s;
    }
    .animate.show:nth-of-type(4) {
      transition-delay: 0.3s;
    }
    .animate.show:nth-of-type(5) {
      transition-delay: 0.4s;
    }
    .animate.show:nth-of-type(6) {
      transition-delay: 0.5s;
    }

  .top_service01 {
    display: none;
  }

  .top_service01_wrapper {
    max-width: 680px;
    padding: 0 40px 50px;
    margin: 0 auto;
  }

  .top_service01_buy {
    text-align: center;
  }

  .top_service01_buy_btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: rgba(0, 124, 54, 0.1);
    border: 2px solid #007C36;
    text-decoration: none;
    margin: 0 auto 25px 0;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .top_service01_buy_btn:hover {
    background-color: #007C36;
    border: 2px solid #007C36;
    color: #fff;
    opacity: 1!important;
  }

  .top_service01_buy h3 {
    font-weight: 900;
    font-style: normal;
    font-size: 2.4rem;
    color: #007C36;
    text-align: center;
    margin-bottom: 25px;
  }

  .top_service01_buy ul {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    }

  .top_service01_buy ul li {
    margin: 0 5px 30px;
  }

  .top_service01_buy ul li:last-of-type {
    margin-bottom: 0;
  }

  .top_service01_buy ul li img {
      width: 250px;
    }

  .top_service01_sell {
    text-align: center;
  }

  .top_service01_sell_btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: rgba(183, 210, 0, 0.1);
    border: 2px solid #B7D200;
    text-decoration: none;
    margin: 0 auto 15px 0;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .top_service01_sell_btn:hover {
    background-color: #B7D200;
    border: 2px solid #B7D200;
    color: #fff;
    opacity: 1!important;
  }

  .top_service01_sell h3 {
    font-weight: 900;
    font-style: normal;
    font-size: 2.4rem;
    color: #B7D200;
    text-align: center;
    margin-bottom: 25px;
  }

  .top_service01_sell ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .top_service01_sell ul li {
    margin: 0 5px 30px;
  }

  .top_service01_sell ul li:last-of-type {
    margin-bottom: 0;
  }

  .top_service01_sell ul li img {
    width: 250px;
  }

  .top_service01_process {
    margin-bottom: 65px;
  }
  
  .SPtop_service01_process_img {
    display: none;
  }
  
  .TBtop_service01_process_img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .top_service01_agency {
    text-align: center;
  }

  .top_service01_agency_btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: rgba(253, 208, 0, 0.1);
    border: 2px solid #FDD000;
    text-decoration: none;
    margin: 0 auto 15px 0;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .top_service01_agency_btn:hover {
    background-color: #FDD000;
    border: 2px solid #FDD000;
    color: #fff;
    opacity: 1!important;
  }

  .top_service01_agency_title h2 {
    font-weight: 800;
    font-size: 2.4rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    line-height: 1.7em;
  }

    .top_service01_agency_title h2 span {
    font-size: 2.6rem;
  }

  .top_service01_point_check {
    display: block;
    max-width: 400px;
    margin: 0 auto 40px;
  }

  .top_service01_point_check li {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 10px;
  }

  .top_service01_point_check li:last-of-type {
    margin-bottom: 0;
  }

  .top_service01_point_check li img {
    width: 20px;
  }

  .top_service01_point_check li p {
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.2em;
  }

  /*左からフェードイン*/

    .animate_left {
      opacity: 0;
      transform: translateX(calc(-50vw - 50%));
      transition: all 1.5s;
    }

    .animate_left.show {
      opacity: 1;
      transform: translateX(0);
    }
    .animate_left.show:nth-of-type(1) {
      transition-delay: 0s;
    }
    .animate_left.show:nth-of-type(2) {
      transition-delay: 0.1s;
    }
    .animate_left.show:nth-of-type(3) {
      transition-delay: 0.2s;
    }

  .top_service01_point_more {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top_service01_point_more:nth-child(1),
  .top_service01_point_more:nth-child(2) {
    margin-bottom: 8px;
  }

  .top_service01_point_more img {
    width: 140px;
  }

  .top_service01_point_more p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.0rem;
    width: 60%;
    text-align: justify;
    margin: 0 10px;
  }

  /*----TB top service02----*/
  .top_service02_wrapper {
    max-width: 680px;
    padding: 0 20px 50px;
    margin: 0 auto;
  }
  .top_service02_title {
    display: block;
    width: 130px;
    margin: 0 auto 35px;
  }

  .top_service02_wrapper ul {
    display: flex;
    justify-content: space-between;
  }

  .top_service02_wrapper li {
    position: relative;
    margin: 0 10px;
  }

  .top_service02_wrapper li:nth-child(2n+1)::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 71px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .top_service02_wrapper li:nth-child(2n+1):after {
    content: "";
    display: block;
    position: absolute;
    right: 9px;
    bottom: 79px;
    width: 7px;
    height: 7px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top_service02_wrapper li:nth-child(2) {
    margin-top: 60px;
  }

  .top_service02_wrapper li:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 12px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .top_service02_wrapper li:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    right: 9px;
    bottom: 20px;
    width: 6px;
    height: 6px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top_service02_wrapper li a:hover {
    opacity: 0.9;
  }

  .top_service02_wrapper li a {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-decoration: none;
    color: inherit;
  }

  .top_service02_img_wrap {
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
  }

  .top_service02_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
  }

  .top_service02_img_wrap:hover .top_service02_img {
    transform: scale(1.2);
  }

  .SPtop_service02_img {
    display: none;
  }

  .top_service02_detail {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    position: relative;
    padding-bottom: 10px;
    }

  /*----TB top news----*/
  .top_news_wrapper {
    max-width: 680px;
    padding: 0 40px 80px;
    margin: 0 auto;
  }

  .top_news_wrapper h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px;
  }

  .top_news_wrapper ul {
    margin-bottom: 35px;
  }

  .top_news_list {
    border-bottom: 0.5px solid #333333;
    padding: 20px 0;
  }

  .top_news_list:first-of-type {
    border-top: 0.5px solid #333333;
  }

  /*.top_news_list_summary {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .top_news_list_time {
    margin-right: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
  }

  .top_news_list_desc {
    border: 0.5px solid #333333;
    border-radius: 30px;
    padding: 5px 18px;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
  }*/

  .top_news_btn_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: fit-content;
  margin-left: auto;
  }

  .top_news_btn {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    margin-right: 70px;
  }

  .top_news_btn_wrapper::before{
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    bottom: -3px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .top_news_btn_wrapper::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 7px;
    width: 6px;
    height: 6px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top_news_btn_wrapper span {
    display: block;
    height: 0.5px;
    background: #333;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 106%;
  }

  /*----footer pagetop----*/
  /*========= ページトップCSS ===============*/
  #page-top img{
    width: 46px;
    transition:all 0.3s;
  }

  #page-top {
    position: fixed;
    right: 14px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
  }
  
  /*----TB footer contact----*/
  .top_footer_container {
    background-color: #F3EFE3;
  }

  .top_footer_more {
    max-width: 680px;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
  }

  .top_footer_title img {
    display: block;
    width: 132px;
    margin: 0 auto 30px auto;
  }

  .top_footer_message {
    margin-bottom: 30px;
    font-weight: 400;
  }

  /*.SPtop_footer_message {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 30px;
  }*/

  .top_footer_detail {
    text-align: center;
  }

  .top_footer_detail a {
    color: #007C36;
  }

  .top_footer_tel {
    display: inline-block;
    font-size: 3.3rem;
    margin: 0 auto;
    text-decoration: none;
    line-height: 1.2em;
    color: #007C36;
    letter-spacing: 0.3rem;
    text-align: center;
  }

  .top_footer_text {
    margin-bottom: 30px;
  }

  .top_footer_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top_footer_btn_wrap a {
    color: #fff;
    display: inline-flex;
  }

  .top_footer_btn {
    display: inline-block;
    background-color: #007C36;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 34px 10px 34px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1em;
    margin-bottom: 5px;
  }

  .top_footer_btn_wrap img {
    display: inline-block;
    width: 40px;
    margin-right: 15px;
  }

  /*----TB footer----*/
  .top_footer_bottom {
    background-color: #007C36;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
  }

  .top_footer_nav {
    max-width: 680px;
    padding: 40px 20px;
    margin: 0 auto;
  }

  .top_footer_nav li {
    margin-bottom: 12px;
  }

  .top_footer_nav li:nth-child(6) {
    margin-bottom: 20px;
  }

  .top_footer_nav li:last-of-type {
    margin-bottom: 0;
  }

  .top_footer_nav li a {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
  }

  li.top_footer_btn_list a {
    display: inline-block;
    color: #007C36;
    border-radius: 40px;
    background-color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  li.top_footer_btn_list a:hover {
    color: #007C36;
  }

  .top_footer_bottom img {
    width: 155px;
    height: auto;
    margin: 0 auto;
  }

  .footer_copy {
    background-color: #007C36;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    color: #fff;
    padding: 0 20px 70px 20px;
  }

    /*----footer2 contactなし----*/
  .footer2 {
    background-color: #007C36;
  }

  /*.footer_bottom2 {
    margin: 0 auto;
    max-width: 680px;
    padding: 40px 20px;
    text-align: center;
  }

  .footer_nav2 {
    margin-bottom: 40px;
  }

  .footer_nav2 li {
    margin-bottom: 12px;
  }

  .footer_nav2 li:nth-child(6) {
    margin-bottom: 20px;
  }

  .footer_nav2 li:last-of-type {
    margin-bottom: 0;
  }

  .footer_nav2 li a {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
  }

  li.footer2_btn_list a {
    display: inline-block;
    color: #007C36;
    border-radius: 40px;
    background-color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  li.footer2_btn_list a:hover {
    color: #007C36;
  }

  .footer_bottom2 img {
    width: 155px;
    height: auto;
    margin: 0 auto;
  }

  .footer2 .footer2_copy {
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    color: #fff;
    padding-bottom: 100px;
    padding: 0 20px 70px 20px;
  }*/


/*大家追加ここから2025.08.30*/
/* ====== PC・common ===== */
  /* 下層ページ　common・MV */
  .common_mv {
    position: relative;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  
  .common_mv img {
    width: 100%;
  }
  
  .fadeIn{
    animation-name:fadeInAnime;
    animation-duration: 3.0s;
    animation-fill-mode:forwards;
    opacity:0;
  }
  
  /* 下層ページ　common・btn */
  .work-point-wrap {
    text-align: center;
  }

  .work-point-btn, .property-btn, .agency-btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: #FDD000;
    box-shadow: 2px 2px rgba(0,0,0,0.25);
    text-decoration: none;
    padding: 12px 60px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.0rem;
    line-height: 1.2em;
    transition: 0.2s;
    white-space: nowrap;
  }
  
  .work-point-btn {
    width: 300px;
  }
  
  .property-btn {
    width: 430px;
    /*margin-bottom: 50px;*/
  }
  
  .agency-btn {
    width: 430px;
  }
  
  /* 下層ページ　common・flow */
  .common_flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .common_flow li {
    position: relative;
    margin-bottom: 40px;
  }
  
  .common_flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -43px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #007C36;
  }
  
  .sell_flow_color li:not(:last-child)::after {
    border-top: 22px solid #B7D200;
  }
  
  .agency_flow_color li:not(:last-child)::after {
    border-top: 22px solid #FDD000;
  }
  
  .common_flow li img {
    width: 85%;
    display: block;
    margin: 0 auto;
  }
  
  /* 下層ページ　common・faq */
  .qa-container {
    margin: 0 auto 60px;
    max-width: 800px;
    width: 100%;
  }

  .question-title {
    cursor: pointer;
    font-size: 1.6rem;
    padding: 20px 80px;
    position: relative;
    border-bottom: 1px solid;
  }

  .question-title.open {
    border-bottom: none;
  }
  
  .question-title:before {
    position: absolute;
    display: block;
    content: 'Q';
    top: 19px;
    left: 35px;
    color: #007C36;
    font-size: 2.2rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  
  .sell_faq .question-title:before {
    color: #B7D200!important;
  }

  .question-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 40%;
    right: 22px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
  }

  .question-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
  }

  .answer-text {
    display: none;
    padding: 20px 50px 20px 80px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid;
  }

  .answer-text p {
    font-weight: 400;
  }
  
  .answer-text:before {
    position: absolute;
    display: block;
    content: 'A';
    top: 8px;
    left: 35px;
    color: #FDD000;
    font-size: 2.2rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  
/* ====== TB・家を買いたい方へ（page-buy.php） ===== */
  /* buy・共通 */
  .buy_support, .buy_faq {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 40px 64px;
  }
  
  .buy_attractive h3, .buy_flow h3, .buy_support h3, .buy_faq h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
  }
  
  /* buy・attractive */
  .buy_attractive {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 40px 64px;
  }
  
  .buy_attractive ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 35px;
    flex-wrap: wrap;
  }
  
  .buy_attractive ul li {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.6rem;
    white-space: nowrap;
    padding: 0 6px 20px;
  }
  
  .buy_attractive ul li img {
    width: 155px;
    margin-bottom: 20px;
  }
  
  /* buy・flow */
  .buy_flow {
    background-color: #F8FBE6;
  }
  
  .buy_flow_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }
  
  
  /* buy・support */
  .buy_support {
    padding: 60px 0 80px;
  }
  
  .buy_support ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .buy_support ul li {
    position: relative;
    background-color: black;
    display: inline-block;
    border-radius: 24px;
    margin: 0 6px 20px;
  }
  
  .buy_support ul li img {
    width: 190px;
    display: block;
    opacity: 0.6;
  }
  
  .buy_support ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    font-size: 1.8rem;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    line-height: 2.8rem;
  }
  
  .buy_support ul li span {
    font-size: 1.4rem;
  }
  
  /* buy・よくある質問 */
  .buy_faq {
    padding-bottom: 100px;
  }

/* ====== TB・家を売りたい方へ（page-sell.php） ===== */
  /* sell・共通 */
  .sell_reason, .sell_point, .sell_flow_wrapper, .sell_faq {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 40px 70px;
  }
  
  .sell_problem_wrapper, .sell_point {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 40px 70px;
  }
  
  .sell_problem_wrapper h3, .sell_flow_wrapper h3, .sell_faq h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .sell_point_worksans {
    font-size: 2.7rem;
    margin-left: 5px;
    margin-top: 4px;
  }
  
  /* sell・problem */
  .sell_problem_top {
    background-color: #B7D200;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.6rem;
    padding: 25px 0;
    margin-bottom: 45px;
    position: relative;
  }

  .sell_problem_top::after {
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: -30px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #B7D200;
  }
  
  .sell_problem_wrapper ul {
    padding-top: 15px;
  }
  
  .sell_problem_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
  }
  
  .sell_problem_title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  
  .sell_problem_left img {
    width: 40px;
    object-fit: contain;
    margin-top: 0;
    margin-right: 15px;
  }
  
  .sell_problem_left h4 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.0rem;
  }
  
  .sell_problem_left p {
    font-weight: 400;
    line-height: 2.8rem;
  }
  
  .sell_problem_right img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin: 20px auto 0;
  }
  
  .sell_problem_text img {
    width: 100%;
    /*margin-top: 40px;*/
    margin-bottom: 40px;
  }
  
  /* sell・reason, point共通 */
  .sell_reason h3, .sell_point h3 {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 35px;
    line-height: 3.2rem;
  }

  .sell_reason h3::after, .sell_point h3::after {
    display: none;
    }
  
  .sell_reason h3 {
    color: #007C36;
    text-align: center;
  }

  .sell_point h3 {
    color: #B7D200;
    text-align: center;
  }
  
  /* sell・reason */
  .sell_reason ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  
  .sell_reason ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .sell_reason ul li:nth-child(even) img {
    display: block;
    margin: 0 0 0 auto;
  }
  
  .sell_reason_img {
    width: 50%;
  }
  
  .sell_reason ul li img {
    width: 85%;
    object-fit: cover;
  }
  
  .sell_reason_text {
    width: 63%;
  }
  
  .sell_reason_text h4 {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .sell_reason_text p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    text-align: justify;
  }
  
  /* sell・point */
  .sell_point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .sell_point ul li {
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .sell_point img {
    width: 300px;
  }
  
  .sell_point_title {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 12px 0 8px;
    text-align: center;
  }
  
  .sell_point ul li p {
    width: 92%;
    text-align: center;
    font-weight: 400;
    line-height: 2.8rem;
  }
  
  /* sell・flow */
  .sell_flow {
    background-color: #F8FBE6;
  }
  
  .sell_flow_wrapper {
    padding: 40px 0 10px;
  }
  
  /* sell・faq */
  .sell_faq {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  
  
/* ====== TB・仲介業者さまへ（page-agency.php） ===== */
  /* agency・共通 */
  .agency_top, .agency_reason, .agency_problem_wrapper, .agency_merit, .agency_faq {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 40px 70px;
  }
  
  .agency_top h3, .agency_reason h3, .agency_problem_wrapper h3, .agency_merit h3, .agency_flow h3, .agency_faq h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
  }
  
  /* agency・TOP */
  .agency_top h3 {
    text-align: left!important;
    margin-bottom: 15px!important;
  }
  
  .agency_top p {
    font-size: 1.8rem;
    font-weight: 400;
  }
  
  /* agency・reason */
  .agency_reason_content {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
  }
  
  .agency_reason_content li {
    margin: 0 5px;
  }
  
  .agency_reason_content li img {
    width: 130px;
  }
  
  .sp_agency_reason_content {
    display: none;
  }
  
  .agency_btn_top {
    width: 400px;
    display: block;
    margin: 0 auto 20px;
  }
  
  /* agency・problem */
  .agency_problem {
    background-color: #DFD6CA;
  }
  
  .agency_problem_wrapper {
    padding: 80px 20px 10px!important;
  }
  
  .agency_problem_wrapper, .agency_problem_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .agency_problem_wrapper .agency_problem_content li {
    padding: 0 20px 30px;
  }
  
  .agency_problem_wrapper .agency_problem_content li img {
    width: 208px;
  }
  
  /* agency・merit */
  .agency_merit {
    padding-top: 100px;
  }
  
  .agency_merit h3 {
    padding-bottom: 15px;
  }
  
  .agency_merit ul li {
    margin-bottom: 45px;
  }
  
  .agency_merit ul li img {
    height: 45px;
    object-fit: contain;
    margin-right: 12px;
  }
  
  .agency_merit_title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .agency_merit_title h4 {
    font-size: 2.2rem;
    color: #007C36;
    font-weight: 600;
  }
  
  .agency_merit ul li p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 3.0rem;
    text-align: justify;
  }
  
  .agency_sennin {
    background-color: #FFFAE6;
    border: 5px solid #FDD000;
    border-radius: 20px;
    padding: 40px 20px 60px;
    margin-bottom: 75px;
    margin-top: 50px;
  }
  
  .agency_sennin h3 {
    margin-bottom: 0;
  }
  
  .agecny_sennin_toptext {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 3.0rem;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  
  .agency_sennnin_content {
    display: flex;
    justify-content: space-between;
  }
  
  .agency_sennin .sennin01, .agency_sennin .sennin02 {
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
    width: 48%;
  }
  
  .sennin01 h4, .sennin02 h4 {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
  }
  
  .agency_sennnin_content p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.6rem;
  }
  
  .agency_target h3 {
    margin-bottom: 0!important;
    padding-bottom: 40px!important;
  }
  
  .agency_target_wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 5px 15px;
  }
  
  .agency_target_wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .agency_target_circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #007C36;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    color: #fff;
    margin: 0 5px 15px;
  }
  
  .agency_target_circle p {
    font-size: 1.3rem
  }
  
  .agency_target_circle span {
    font-size: 1.2rem;
  }
  
  /* agency・flow */
  .agency_flow {
    background-color: #FFFAE6;
  }
  
  .agency_flow_wrapper {
    max-width: 1025px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }
  
  /* agency・faq */
  .agency_faq {
    padding-top: 80px;
  }
  
  
  
/* ====== TB・物件一覧（archive-list.php） ===== */
  .list_property {
    background-color: #F2F8F5;
  }
  
  .list_property_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 30px 40px 40px;
  }
  
  .list_category {
    padding-bottom: 30px;
    text-align: right;
  }
  
  .list_category_area {
    display: inline-flex;
    align-items: center;
    position: relative;
  }

  .list_category_area::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
  }

  .list_category_area select {
    appearance: none;
    min-width: 100px;
    height: 3.8rem;
    padding: 0.4em calc(.8em + 30px) 0.4em 1.2em;
    border: 1px solid #333333;
    border-radius: 25px;
    background-color: #fff;
    color: #333333;
    font-size: 1.3rem;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .list_category_title {
    margin-bottom: 10px;
    font-weight: 600;
    margin-left: 15px;
  }
  
  .list_content_wrapper ul li {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 4px 7px 6px -5px rgba(62, 62, 62, 0.3);
    margin-bottom: 30px;
  }
  
  .list_content_wrapper ul li a {
    display: block;
    /*width: 100%;*/
    padding: 20px;
  }
  
  .list_top_wrapper {
    margin-bottom: 18px;
  }
  
  .list_top_wrapper .list_top01 {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
  }
  
  .list_soldout {
    color: #FF4A4B;
    margin-right: 8px;
    font-weight: 600;
    font-size: 1.6rem;
  }
  
  .list_top_wrapper .list_new, .list_tag {
    background-color: #FF4A4B;
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
  
  .list_top_wrapper .list_title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    margin-top: 10px;
  }
  
  .list_top_wrapper .list_point {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  
  .list_second_wrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-start;
  }
  
  .list_second_wrapper .list_second01 {
    display: flex;
    width: 42%;
  }
  
  .list_second_wrapper .list_second01 img {
    width: 100%;
    object-fit: contain;
    margin-right: 12px;
  }
  
  .list_second01_img02 {
    display: none!important;
  }
  
  .list_second02 {
    width: 42%;
  }
  
  .list_cost {
    margin-bottom: 3px;
    line-height: 1;
    font-size: 1.3rem;
  }
  
  .list_monthlycost_title {
    margin-bottom: 2px;
  }
  
  .list_monthlycost {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 1.3rem;
  }
  
  .list_cost span, .list_monthlycost span {
    font-size: 2.7rem;
    font-weight: 600;
    padding-right: 3px;
    letter-spacing: 0rem;
  }
  
  .list_cost_text, .list_monthlycost_title {
    font-size: 1.3rem;
    font-weight: 600;
  }
  
  .list_monthlycost_title {
    margin-top: 5px;
    border-top: 1px solid #333;
    padding-top: 5px;
  }
  
  .list_flat {
    font-size: 1.3rem;
    font-weight: 400;
  }
  
  .list_free {
    margin-top: 15px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  
/* ====== TB・物件詳細（single-property.php） ===== */
  /* property共通 */
  .property_detail h3, .property_access h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    line-height: 3.8rem;
  }
  
  /* property_top */
  .property_top {
    margin-top: 110px;
    margin-bottom: 50px;
  }
  
  .property_top_title {
    max-width: 680px;
    margin: 0 auto 40px;
    padding-top: 20px;
    display: block;
    padding: 0 40px;
  }
  
  .property_soldout {
    color: #FF4A4B;
    margin-right: 8px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.7rem;
  }
  
  .property_top_title .property_new {
    background-color: #FF4A4B;
    padding: 3px 10px 4px;
    color: #fff;
    margin-right: 16px;
  }
  
  .property_title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-top: 6px;
  }
  
  /*==================================================
スライダーのためのcss
===================================*/
  .property_slider {
    width: 94%;
    margin: 0 auto 30px;
  }

  .property_slider img {
    width: 85vw;
    height: 400px;
    object-fit: contain;
  }

  .property_slider .slick-slide {
    transform: scale(0.8);
    transition: all .5s;
    opacity: 0.5;
  }

  .property_slider .slick-slide.slick-center{
    transform: scale(1);
    opacity: 1;
  }


  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev, 
  .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
  }

  .slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
  }

  .slick-next {
    right: -1.5%;
    transform: rotate(45deg);
  }

  /*ドットナビゲーションの設定*/
  .slick-dots {
    text-align:center;
	  margin:20px 0 0 0;
  }

  .slick-dots li {
    display:inline-block;
	  margin:0 5px;
  }

  .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:12px;
    display:block;
    border-radius:50%;
    background:#ccc;
    border: 0;
  }

  .slick-dots .slick-active button{
    background:#333;
  }
  
  
  /* property・about */
  .property_about {
    max-width: 680px;
    margin: 0 auto 80px;
    padding: 0 40px;
  }
  
  .property_about_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .property-card {
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 20px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 50px;
  }

  .property-card-row {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .property-info-block {
    flex: 1;
  }

  .property-label {
    font-size: 1.5rem;
    color: #333;
    margin: 0 0 2px 0;
    line-height: 1;
    font-weight: 600;
  }

  .property-main-info {
    display: flex;
    align-items: baseline;
  }

  .property-amount {
    font-size: 4.0rem;
    color: #333;
    line-height: 1.1;
  }

  .property-unit {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-left: 5px;
  }

  .property-address {
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    line-height: 3.2rem;
  }
    
  
  /* property・img */
  .property_img {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 40px 45px;
  }
  
  .property_img img {
    width: 100%;
    border-radius: 20px;
    height: 450px;
    object-fit: contain;
  }
  
  .property_point {
    background-color: #FFFAE6;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
  }
  
  .property_point p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.6rem;
  }
  
  /* property・detail */
  .property_detail {
    max-width: 680px;
    margin: 30px auto 60px;
    padding: 0 40px;
  }
  
  /*==================================================
物件詳細の表
===================================*/
  
  .property_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-family: sans-serif;
    font-size: 1.1rem;
    color: #333;
  }

  .property_table th,
  .property_table td {
    border: 1px solid #ccc;
    border-left: none!important;
    padding: 6px 12px;
    text-align: left;
    vertical-align: middle;
  }

  .property_table th {
    /*background-color: #FFFAE6;*/
    border-right: none!important;
    font-weight: bold;
    width: 15%;
  }

  .property_table td {
    width: 35%;
  }
  
  .full-width {
    text-align: left;
  }

  .price-note {
    font-size: 0.9em;
    font-weight: normal;
    color: #555;
    display: inline-block;
    margin-top: 4px;
    margin-left: 8px;
  }
  
  
  /* property・access */
  .property_access {
    max-width: 680px;
    margin: 0 auto 80px;
    padding: 0 40px;
  }
  
  .property_access_map {
    width: 100%;
    margin: 0 auto 50px;
  }
  
  .property_access_map iframe {
    border-radius: 12px;
    height: 300px!important;
    width: 100%;
  }
  
  /* ====== TB・お知らせ一覧ページ（page-info.php） ===== */
  .info {
    max-width: 680px;
    margin: 0 auto 90px;
    padding: 0 40px;
  }
  
  .info li {
    padding: 20px 40px 30px;
    border-top: 1px solid #333;
  }
  
  .info li:last-child {
    border-bottom: 1px solid #333;
  }
  
  .info_top {
    margin-bottom: 15px;
  }
  
  .info_date {
    font-weight: 400!important;
    font-size: 1.6rem;
    margin-right: 10px;
  }
  
  .info_category {
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 1.3rem;
  }
  
  /* ====== TB・お知らせ記事ページ（single.php） ===== */
  .info-detail {
    max-width: 680px;
    margin: 0 auto 90px;
    padding: 0 40px;
  }
  
  .info-detail_date {
    font-weight: 400!important;
    font-size: 1.5rem;
    margin-right: 10px;
  }
  
  .info-detail_category {
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 1.3rem;
  }
  
  .category-name {
    display: inline-block;
  }
  
  .info-detail_title {
    margin-top: 20px;
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
  
  .info-detail_img {
    margin: 20px auto;
  }
  
  .info-detail_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .info-detail_text {
    margin-bottom: 100px;
  }
  
  .info-detail_text p {
    font-weight: 400!important;
    line-height: 2.5rem;
  }
  
  .info-detail_pageback {
    text-align: center;
  }
  
  .info-detail_pageback a {
    font-weight: 400!important;
    position: relative;
    text-align: center;
    display: inline-block;
  }

  .info-detail_pageback a::before{
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: -4px;
    left: -43px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .info-detail_pageback a::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: -29px;
    width: 9px;
    height: 9px;
    border: none;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
/* ====== TB・プライバシーポリシーページ　===== */
  #contents {
    width: 100%;
    max-width: 680px;
    overflow: hidden;
    margin: 50px auto;
    padding: 0 40px;
  }
  
  .commonContents {
    width: 100%;
    overflow: hidden;
  }

  .commonContents article {
    margin-bottom: 50px;
  }
  
  .policy h3 {
    clear: both;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }

/*大家追加ここまで2025.08.30*/

  /* ====== 会社情報ページ ===== */
  /*----co_about----*/
  .co_about {
    max-width: 680px;
    padding: 0 20px;
    margin: 0 auto 175px;
    position: relative;
  }

  .co_about_img {
    display: none;
  }

  .SPco_about_img {
    display: block;
    width: 420px;
    margin: 0 auto;
  }

  .about_text {
    background-color: #B7D200;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 340px;
    height: auto;
    padding: 20px 0px;
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about_text p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #333;
    text-align:justify;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0 50px;
    }

  /*----co_point----*/
  .co_point {
    max-width: 680px;
    padding: 0 20px 80px;
    margin: 0 auto;
  }

  .co_point_more {
    width: 85%;
    height: auto;
    padding: 25px 35px 30px;
    border: 5px solid #007C36;
    background-color: rgba(0, 124, 54, 0.1);
    border-radius: 20px;
    margin: 0 auto 20px;
  }

  .co_point_more:last-of-type {
    margin: 0 auto;
  }

  .co_point_more h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    margin: 0 auto 18px;
    line-height: 1.6em;
    text-align: center;
  }

  .co_point_more p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    color: #333;
    text-align:justify;
    margin: 0;
    }

  /*----co_会社情報----*/
  .co-description {
    max-width: 680px;
    padding: 0 40px 100px;
    margin: 0 auto;
  }

  .co-description h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .co-description table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-size: 1.6rem;
  }

  .co-description tr {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }

  .co-description th,
  .co-description td {
    display: block;
    width: 100%;
  }

  .co-description th {
    font-weight: 700;
    text-align: left;
    padding: 5px 0 10px 0;
  }

  .co-description td {
    padding-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }

  .co-description tr:first-child th {
    padding-top: 0;
  }

  /* ====== お問い合わせページ ===== */
  /*----common top----*/
  .common_top {
    margin-top: 80px;
    margin-bottom: 35px;
    padding: 30px 0 30px;
    background-color: #CCE5D7;
    width: 100%;
  }

  .common_top_wrap {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .common_top_wrap h2 {
    font-weight: 700;
    font-size: 2.4rem;
    color: #333;
  }

  /*----contact tel----*/
    .contact_tel_warp {
    max-width: 680px;
    padding: 0 20px;
    margin: 0 auto 35px;
    }

  .contact_tel_warp h2 {
    font-weight: 700;
    font-size: 2.4rem;
    color: #007C36;
    text-align: center;
    margin-bottom: 15px;
  }

  .contact_tel {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 7px;
    letter-spacing: 0.1em;
  }

  .contact_tel a {
    color: #007C36;
  }

  .contact_cap_tel {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #007C36;
  }

  /*----contact mail----*/
  .contact_mail {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px 35px;
  }

  .contact_mail h2 {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .contact_mail_text {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .contact_mail_wrap {
    background-color: rgba(0, 124, 54, 0.2);
    border-radius: 20px;
    padding: 20px 15px 25px 15px;
  }

  .contactTable {
    width: 100%;
    border-collapse: collapse;
  }

  .contactTable p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
  }

  .contactTable,.contactTable th,.contactTable label {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    margin: 0;
    text-align: left;
  }

  .contactTable input[type="text"],
  .contactTable input[type="email"],
  .contactTable input[type="tel"],
  .contactTable textarea {
    font-size: 1.2rem;
    font-family: inherit;
    margin: 0;
    text-align: left;
}

  .contactTable td {
    font-size: 1.2rem;
    font-weight: normal;
    font-weight: 400;
    margin: 0;
    text-align: left;
  }

  .contactTable tr,.contactTable td {
    display: flex;
    flex-direction: column;
  }

  .contact-table td label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

/* --- 以下、カスタムラジオボタンのスタイル --- */
/* 1. デフォルトのラジオボタンを非表示に */
.contactTable input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 10px;
  height: 10px;
  border: none;
  background-color: #fff;
  border-radius: 50%; /* 円形にする */
  position: relative;
}

/* 2. チェックされた時のスタイル（内側の円） */
.contactTable input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333; /* チェック時の色 */
  border-radius: 50%;
  /* 中央に配置 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

  span.req {
    color: #DC3545;
    font-size: 1.1rem;
    margin-left: 5px;
  }

  table.contactTable th {
    padding-bottom: 5px;
  }

  table.contactTable td {
    padding-bottom: 10px;
  }

  table.contactTable td input {
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 6px;
  }

  table.contactTable td textarea {
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    border: none;
    border-radius: 4px;
    padding: 6px;
  }

  .wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
  }

  .wpcf7-list-item {
    display: block!important;
    margin-bottom: 0.8em;
  }

  .wpcf7-list-item-label {
    padding-left: 4px;
    letter-spacing: -0.04em;
  }

  input.wpcf7c-conf,
  textarea.wpcf7c-conf {
    border: none !important;
    background: #fff;
  }

  .wpcf7-text:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
  }

  .submitArea {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
  }

  .submitArea li {
    width: 100%;
  }

  .submitArea li input {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #007C36;
    border: 1px solid #007C36;
    box-sizing: border-box;
    border-radius: 4.8px;
    color: #fff;
    transition: 0.1s ease-in-out;
  }

  .submitArea li input:hover {
    background: rgba(0, 124, 54, 0.8);
    cursor : pointer;
  }

  .submitArea li input.backBtn  {
    background: #666;
    border: 1px solid #666;
  }

  .submitArea li input.backBtn:hover {
    background: #fff;
    color: #666;
    border: 1px solid #666;
  }

  input[type="text"]{
    width: 70%;
  }

  input[type="textarea"]{
    width: 100%;
    height: 100px;
  }

  .contact-form_box p {
    text-align: center;
    line-height: 1em;
  }

  .contact_form_box .checkbox {
    display: inline-flex!important;
    margin: 0;
  }

  .checkbox-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
  }

  .checkbox-text a {
    color: #007C36;
    }

  .contact_check_policy {
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    text-align: center;
  }

  .wpcf7-form-control {
    display: inline-block;
  }

  /* ====== 送信完了ページ ===== */
  .thanks_more {
    max-width: 680px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .thanks_text {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .thanks_btn {
    margin-bottom: 35px;
    padding-left: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
  }

  .thanks_btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .thanks_btn:hover {
    cursor: pointer;
  }

  /* ====== 404ページ ===== */
  .error_contents {
    max-width: 680px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .error_contents p {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .error_btn {
    margin-bottom: 35px;
    padding-left: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
  }

    .error_btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .error_btn:hover {
    cursor: pointer;
  }

}

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

@media only screen and (max-width: 480px) {
  body {
    font-size: 1.5rem;
  }

  .pcView {
    display: none;
  }

  .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 18px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .header h1 {
    margin: 0;
    padding: 0;
  }

  .header_logo {
    width: 150px;
  }

/*ハンバーガーメニュー*/
  #header_nav {
    position:fixed;
    z-index: 999;
	  top: 0;
    right: -120%;
	  width: 100%;
    height: 100vh;
	  background: #007C36;
    transition: all 0.6s;
  }

  #header_nav.panelactive{
    right: 0;
    background-color: #007C36;
  }

  #header_nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 52px auto 40px;
  }

  #header_nav ul li {
    list-style: none;
    text-align: left;
    width: 300px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
        padding: 12px 10px;
  }

  #header_nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: left;
  }

  #header_nav ul li:last-child {
    padding: 12px 10px 0;
  }

  .header_content {
    max-width: 300px;
    padding: 0 10px;
    margin: 0 auto;
  }

  .header_btn_list a,.header_btn_contact a {
    display: inline-block;
    color: #007C36;
    border-radius: 40px;
    background-color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 12px 30px;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .header_btn_list a:hover,.header_btn_contact:hover {
    color: #fff;
  }

  .openbtn{
	  position: fixed;
    z-index: 9999;
	  top: 14px;
	  right: 10px;
	  cursor: pointer;
    width: 44px;
    height: 44px;
    background-color: transparent;
  }

  .openbtn::before {
    content: '';
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all .4s;
    z-index: -1;
    background-color: #007C36;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 19px;
  }

  .openbtn span:nth-of-type(1) {
    top:16px;
  }

  .openbtn span:nth-of-type(2) {
    top:22px;
  }

  .openbtn span:nth-of-type(3) {
    top:28px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 13px;
    transform: rotate(45deg);
    width: 19px;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 20px;
    left: 13px;
    transform: rotate(-45deg);
    width: 19px;
  }

  .openbtn.active {
    background-color: #fff;
    border-radius: 50%;
  }

  .openbtn.active::before {
    background-color: transparent;
  }

  .openbtn.active span {
    background-color: #007C36;
  }

/* ====== 下層ページcommon ===== */

  * {
    box-sizing: border-box;
  }

  p, .ZenKakuGo {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8em;
    font-size: 1.6rem;
  }

  .WorkSans {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

/* ====== Topページ ===== */

  /* Loading アイコンの大きさ設定*/
  #loading_logo img {
    width: 100px;
  }
  
  /*----SP top MV----*/
  .top_mv {
    padding-top: 100px;
  }

  .top_mv_img {
    display: none;
  }

  .SPtop_mv_img {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .top_about {
    max-width: 340px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .top_about h2 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.5em;
    margin: 40px 0 24px 0;
    text-align: center;
  }

  .top_about_text {
    display: none;
  }

  .top_btn {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .top_btn li {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .top_btn li:nth-child(1),.top_btn li:nth-child(2)  {
    margin-bottom: 18px;
  }

  .float1 {
    display: block;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 25px;
    transition: 0.1s ease-in-out;
  }

  .float1 img {
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 0 auto 15px;
  }

  .float1_btn1 {
    border: 4px solid #007C36;
    background-color: #007C36;
  }

  .top_btn_text1 {
    color: #007C36;
  }

  .float1_btn2 {
    border: 4px solid #B7D200;
    background-color: #B7D200;
  }

  .top_btn_text2 {
    color: #B7D200;
  }

  .float1_btn3 {
    border: 4px solid #FDD000;
    background-color: #FDD000;
  }

  .top_btn_text3 {
    color: #FDD000;
  }

  .float1_btn1:hover,.float1_btn2:hover,.float1_btn3:hover {
    background-color: #fff;
    opacity: 1!important;
  }

  .float1_btn1:hover .top_btn_text_wrap {
    background-color: #007C36;
    color: #fff;
  }

  .float1_btn2:hover .top_btn_text_wrap {
    background-color: #B7D200;
    color: #fff;
  }

  .float1_btn3:hover .top_btn_text_wrap {
    background-color: #FDD000;
    color: #fff;
  }

  .top_btn_text_wrap {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 1em;
    border-radius: 40px;
    background-color: #fff;
    padding: 10px 18px;
    transition: 0.1s ease-in-out;
    white-space: nowrap;
  }

  /*----SP top catch----*/
  .top_catch {
    display: none;
  }

  .SPtop_catch_more {
    margin-top: 60px;
    margin-bottom: 50px;
    background-color: #DFD6CA;
    width: 100%;
    height: 690px;
    position: relative;
  }

  .SPtop_catch_more_tri {
    position: absolute;
    width: 100px;
    height: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .SPtop_catch_slide {
    text-align: center;
  }

/*文字が左から出るアニメーション*/
.SPslide_in {
  overflow: hidden;
  display: inline-block;
  margin: 35px 0 25px;
  padding: 0 20px;
}

.SPslide_in_inner {
	display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  color: #333333;
  line-height: 1.5em;
}

/*左右のアニメーション*/
.leftAnime{
  opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
  opacity: 0;
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
  opacity: 0;
}

  .SPtop_catch_detail {
    max-width: 340px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .SPtop_catch_detail li:nth-child(1),.SPtop_catch_detail li:nth-child(3) {
    align-self: flex-start;
    margin-bottom: 15px;
  }

  .SPtop_catch_detail li:nth-child(2) {
    align-self: flex-end;
    margin-bottom: 15px;
  }

  .SPtop_catch_detail li:nth-child(4) {
    align-self: flex-end;
  }

  .SPtop_catch_detail li img {
    display: block;
    width: 200px;
    height: auto;
  }

  .SPtop_catch_text {
    display: block;
    width: 300px;
    height: auto;
    padding: 0 20px 60px 20px;
    margin: 0 auto;
  }

  /*----SP top service01----*/
      /*要素をゆっくりしたから表示*/
    .animate {
      opacity: 0;
      transform: translateY(20px);
      transition: all 1.0s;
    }

    .animate.show {
      opacity: 1;
      transform: translateY(0);
    }
    .animate.show:nth-of-type(1) {
      transition-delay: 0s;
    }
    .animate.show:nth-of-type(2) {
      transition-delay: 0.1s;
    }
    .animate.show:nth-of-type(3) {
      transition-delay: 0.2s;
    }
    .animate.show:nth-of-type(4) {
      transition-delay: 0.3s;
    }
    .animate.show:nth-of-type(5) {
      transition-delay: 0.4s;
    }
    .animate.show:nth-of-type(6) {
      transition-delay: 0.5s;
    }

  .top_service01 {
    display: none;
  }

  .top_service01_wrapper {
    max-width: 340px;
    padding: 0 20px 60px;
    margin: 0 auto;
  }

  .top_service01_buy {
    text-align: center;
  }

  .top_service01_buy_btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: rgba(0, 124, 54, 0.1);
    border: 2px solid #007C36;
    text-decoration: none;
    margin: 0 auto 15px 0;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .top_service01_buy_btn:hover {
    background-color: #007C36;
    border: 2px solid #007C36;
    color: #fff;
    opacity: 1!important;
  }

  .top_service01_buy h3 {
    font-weight: 900;
    font-style: normal;
    font-size: 2.4rem;
    color: #007C36;
    text-align: center;
    margin-bottom: 25px;
    line-height: 4.0rem;
  }

  .top_service01_buy ul {
    margin-bottom: 60px;
    }

  .top_service01_buy ul li {
    margin-bottom: 30px;
  }

  .top_service01_buy ul li:last-of-type {
    margin-bottom: 0;
  }

  .top_service01_buy ul li img {
      width: 250px;
    }

  .top_service01_sell {
    text-align: center;
  }

  .top_service01_sell_btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: rgba(183, 210, 0, 0.1);
    border: 2px solid #B7D200;
    text-decoration: none;
    margin: 0 auto 15px 0;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .top_service01_sell_btn:hover {
    background-color: #B7D200;
    border: 2px solid #B7D200;
    color: #fff;
    opacity: 1!important;
  }

  .top_service01_sell h3 {
    font-weight: 900;
    font-style: normal;
    font-size: 2.4rem;
    color: #B7D200;
    text-align: center;
    margin-bottom: 25px;
    line-height: 4.0rem;
  }

  .top_service01_sell ul {
    margin-bottom: 60px;
    }

  .top_service01_sell ul li {
    margin-bottom: 30px;
  }

  .top_service01_sell ul li:last-of-type {
    margin-bottom: 0;
  }

  .top_service01_sell ul li img {
    width: 250px;
  }

  .top_service01_process {
    margin-bottom: 45px;
  }
  
  .SPtop_service01_process_img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .TBtop_service01_process_img {
    display: none;
  }

  /*.top_service01_process img {
      display: block;
      width: 100%;
      height: auto;
    }*/

  .top_service01_agency {
    text-align: center;
  }

  .top_service01_agency_btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: rgba(253, 208, 0, 0.1);
    border: 2px solid #FDD000;
    text-decoration: none;
    margin: 0 auto 15px 0;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  .top_service01_agency_btn:hover {
    background-color: #FDD000;
    border: 2px solid #FDD000;
    color: #fff;
    opacity: 1!important;
  }

  .top_service01_agency_title h2 {
    font-weight: 800;
    font-size: 2.4rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    line-height: 4.0rem;
  }

    .top_service01_agency_title h2 span {
    font-size: 2.6rem;
  }

  .top_service01_point_check {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .top_service01_point_check li {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
  }

  .top_service01_point_check li:last-of-type {
    margin-bottom: 0;
  }

  .top_service01_point_check li img {
    width: 20px;
  }

  .top_service01_point_check li p {
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.7em;
  }

  /*左からフェードイン*/

    .animate_left {
      opacity: 0;
      transform: translateX(calc(-50vw - 50%));
      transition: all 1.5s;
    }

    .animate_left.show {
      opacity: 1;
      transform: translateX(0);
    }
    .animate_left.show:nth-of-type(1) {
      transition-delay: 0s;
    }
    .animate_left.show:nth-of-type(2) {
      transition-delay: 0.1s;
    }
    .animate_left.show:nth-of-type(3) {
      transition-delay: 0.2s;
    }

  .top_service01_point_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top_service01_point_more:nth-child(1),
  .top_service01_point_more:nth-child(2) {
    margin-bottom: 20px;
  }

  .top_service01_point_more img {
    width: 140px;
  }

  .top_service01_point_more p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    width: 140px;
    text-align: center;
  }

  /*----SP top service02----*/
  .top_service02_wrapper {
    margin-bottom: 80px;
  }

  .top_service02_title {
    display: block;
    width: 122px;
    margin: 0 auto 25px;
  }

  .top_service02_wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .top_service02_wrapper li:nth-child(odd) {
    align-self: flex-start;
  }

  .top_service02_wrapper li:nth-child(even) {
    align-self: flex-end;
  }

  .top_service02_wrapper li {
    position: relative;
    margin-bottom: 64px;
  }

  .top_service02_wrapper li:last-child {
    margin-bottom: 0;
  }

  .top_service02_wrapper li:nth-child(odd)::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 37px;
    bottom: 2px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .top_service02_wrapper li:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    right: 51px;
    bottom: 14px;
    width: 9px;
    height: 9px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top_service02_wrapper li:nth-child(even)::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 46px;
    bottom: 2px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .top_service02_wrapper li:nth-child(even)::after {
    content: "";
    display: block;
    position: absolute;
    right: 60px;
    bottom: 14px;
    width: 9px;
    height: 9px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top_service02_wrapper li a:hover {
    opacity: 0.9;
  }

  .top_service02_wrapper li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
  }

  .top_service02_img_wrap {
    cursor: pointer;
    overflow: hidden;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width: 235px;
    height: 335px;
    display: block;
    margin-bottom: 8px;
  }

  .top_service02_img_wrap:nth-child(2) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .top_service02_img {
    display: none;
  }

  .SPtop_service02_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
  }

  .top_service02_img_wrap:hover .SPtop_service02_img {
    transform: scale(1.2);
  }

  .top_service02_detail {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.2rem;
    position: relative;
    margin-left: 10px;
    }

  .top_service02_wrapper li:nth-child(2) .top_service02_detail {
    margin-left: 0;
  }

  /*----SP top news----*/
  .top_news_wrapper {
    max-width: 340px;
    padding: 0 20px 80px;
    margin: 0 auto;
  }

  .top_news_wrapper h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px;
  }

  .top_news_wrapper ul {
    margin-bottom: 35px;
  }

  .top_news_list {
    border-bottom: 0.5px solid #333333;
    padding: 20px 0;
  }

  .top_news_list:first-of-type {
    border-top: 0.5px solid #333333;
  }

  /*.top_news_list_summary {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .top_news_list_time {
    margin-right: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
  }

  .top_news_list_desc {
    border: 0.5px solid #333333;
    border-radius: 30px;
    padding: 3px 18px;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
  }*/

  .top_news_btn_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: fit-content;
    margin-left: auto;
    }

  .top_news_btn {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    margin-right: 70px;
  }

  .top_news_btn_wrapper::before{
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    bottom: -3px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .top_news_btn_wrapper::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 7px;
    width: 6px;
    height: 6px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top_news_btn_wrapper span {
    display: block;
    height: 0.5px;
    background: #333;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 106%;
  }

  /*----SP footer pagetop----*/
  /*========= ページトップCSS ===============*/
  #page-top img{
    width: 46px;
    transition:all 0.3s;
  }

  #page-top {
    position: fixed;
    right: 14px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
  }

  /*----SP footer contact----*/
  .top_footer_container {
    background-color: #F3EFE3;
  }

  .top_footer_more {
    max-width: 340px;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
  }

  .top_footer_title img {
    display: block;
    width: 132px;
    margin: 0 auto 30px auto;
  }

  .top_footer_message {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  .top_footer_detail {
    text-align: center;
  }

  .top_footer_detail a {
    color: #007C36;
  }

  .top_footer_tel {
    display: inline-block;
    font-size: 3.3rem;
    margin: 0 auto;
    text-decoration: none;
    line-height: 1.2em;
    color: #007C36;
    letter-spacing: 0.3rem;
    text-align: center;
  }

  .top_footer_text {
    margin-bottom: 30px;
  }

  .top_footer_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top_footer_btn_wrap a {
    color: #fff;
    display: inline-flex;
  }

  .top_footer_btn {
    display: inline-block;
    background-color: #007C36;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 34px 10px 34px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1em;
    margin-bottom: 5px;
  }

  .top_footer_btn_wrap img {
    display: inline-block;
    width: 35px;
    margin-right: 15px;
  }
  
  .top_footer_btn_wrap p {
    margin-top: 3px;
    font-size: 1.7rem;
  }

  /*----SP footer----*/
  .top_footer_bottom {
    background-color: #007C36;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
  }

  .top_footer_nav {
    max-width: 340px;
    padding: 40px 20px;
    margin: 0 auto;
  }

  .top_footer_nav li {
    margin-bottom: 12px;
  }

  .top_footer_nav li:nth-child(6) {
    margin-bottom: 20px;
  }

  .top_footer_nav li:last-of-type {
    margin-bottom: 0;
  }

  .top_footer_nav li a {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
  }

  li.top_footer_btn_list a {
    display: inline-block;
    color: #007C36;
    border-radius: 40px;
    background-color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  li.top_footer_btn_list a:hover {
    color: #007C36;
  }

  .top_footer_bottom img {
    width: 155px;
    height: auto;
    margin: 0 auto;
  }

  .footer_copy {
    background-color: #007C36;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    color: #fff;
    padding: 0 20px 50px 20px;
  }

    /*----footer2 contactなし----*/
  .footer2 {
    background-color: #007C36;
  }

  /*.footer_bottom2 {
    margin: 0 auto;
    max-width: 340px;
    padding: 40px 20px;
    text-align: center;
  }

  .footer_nav2 {
    margin-bottom: 40px;
  }

  .footer_nav2 li {
    margin-bottom: 12px;
  }

  .footer_nav2 li:nth-child(6) {
    margin-bottom: 20px;
  }

  .footer_nav2 li:last-of-type {
    margin-bottom: 0;
  }

  .footer_nav2 li a {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
  }

  li.footer2_btn_list a {
    display: inline-block;
    color: #007C36;
    border-radius: 40px;
    background-color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2em;
    transition: 0.1s ease-in-out;
  }

  li.footer2_btn_list a:hover {
    color: #007C36;
  }

  .footer_bottom2 img {
    width: 155px;
    height: auto;
    margin: 0 auto;
  }

  .footer2 .footer2_copy {
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    color: #fff;
    padding-bottom: 100px;
    padding: 0 20px 70px 20px;
  }*/
  
  /*大家追加ここから25.08.30*/
/* ====== SP・common ===== */
  /* 下層ページ　common・MV */
  .common_mv {
    position: relative;
    margin-top: 75px;
    margin-bottom: 40px;
  }
  
  .common_mv img {
    width: 100%;
  }
  
  
  .fadeIn{
    animation-name:fadeInAnime;
    animation-duration: 3.0s;
    animation-fill-mode:forwards;
    opacity:0;
  }
  
  /* 下層ページ　common・btn */
  .work-point-wrap {
    text-align: center;
  }

  .work-point-btn, .property-btn, .agency-btn {
    display: inline-block;
    color: #333333;
    border-radius: 40px;
    background-color: #FDD000;
    box-shadow: 2px 2px rgba(0,0,0,0.25);
    text-decoration: none;
    padding: 12px 50px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 1.2em;
    transition: 0.2s;
    white-space: nowrap;
  }
  
  .work-point-btn {
    width: 300px;
  }
  
  .property-btn {
    width: 100%;
    /*margin-bottom: 80px;*/
  }
  
  .agency-btn {
    width: 95%;
  }
  
  /* 下層ページ　common・flow */
  .sp_common_flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .sp_common_flow li {
    position: relative;
    margin-bottom: 40px;
  }
  
  .sp_common_flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -35px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #007C36;
  }
  
  .sp_common_flow li img {
    width: 280px;
  }
  
  .sell_flow_color li:not(:last-child)::after {
    border-top: 15px solid #B7D200;
  }
  
  .agency_flow_color li:not(:last-child)::after {
    border-top: 15px solid #FDD000;
  }
  
  /* 下層ページ　common・faq */
  .qa-container {
    margin: 0 auto 40px;
    max-width: 800px;
    width: 100%;
  }

  .question-title {
    cursor: pointer;
    font-size: 1.6rem;
    padding: 12px 60px 12px 45px;
    position: relative;
    border-bottom: 1px solid;
  }

  .question-title.open {
    border-bottom: none;
  }
  
  .question-title:before {
    position: absolute;
    display: block;
    content: 'Q';
    top: 10px;
    left: 15px;
    color: #007C36;
    font-size: 2.2rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  
  .sell_faq .question-title:before {
    color: #B7D200!important;
  }

  .question-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
  }

  .question-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
  }

  .answer-text {
    display: none;
    padding: 12px 20px 12px 45px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid;
    text-align: justify;
  }

  .answer-text p {
    font-weight: 400;
  }
  
  .answer-text:before {
    position: absolute;
    display: block;
    content: 'A';
    top: 5px;
    left: 16px;
    color: #FDD000;
    font-size: 2.2rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  
/* ====== SP・家を買いたい方へ（page-buy.php） ===== */
  /* buy・共通 */
  .buy_attractive, .buy_support, .buy_faq {
    max-width: 335px;
    margin: 0 auto;
    padding: 0 10px 50px;
  }
  
  .buy_attractive h3, .buy_flow h3, .buy_support h3, .buy_faq h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
  }
  
  /* buy・attractive */
  .buy_attractive ul {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .buy_attractive ul li {
    text-align: center;
    margin-bottom: 40px;
    width: 50%;
  }
  
  .buy_attractive ul li img {
    width: 80%;
    margin-bottom: 10px;
  }
  
  .buy_attractive ul li p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  
  /* buy・flow */
  .buy_flow {
    background-color: #F8FBE6;
  }
  
  .buy_flow_wrapper {
    max-width: 335px;
    margin: 0 auto;
    padding: 40px 0 10px;
  }
  
  /* buy・support */
  .buy_support {
    padding: 40px 0 40px;
  }
  
  .buy_support ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .buy_support ul li {
    position: relative;
    background-color: black;
    display: inline-block;
    border-radius: 24px;
    margin-bottom: 30px;
  }
  
  .buy_support ul li img {
    width: 270px;
    height: 145px;
    object-fit: cover;
    display: block;
    opacity: 0.6;
  }
  
  .buy_support ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    font-size: 2.2rem;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    line-height: 2.8rem;
  }
  
  .buy_support ul li span {
    font-size: 1.6rem;
  }
  
  /* buy・よくある質問 */
  .buy_faq {
    padding-bottom: 60px;
  }
  
/* ====== SP・家を売りたい方へ（page-sell.php） ===== */
  /* sell・共通 */
  .sell_problem_wrapper, .sell_reason, .sell_point, .sell_flow_wrapper, .sell_faq {
    max-width: 335px;
    margin: 0 auto;
    padding: 0 10px 50px;
  }
  
  .sell_problem_wrapper h3, .sell_flow_wrapper h3, .sell_faq h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    line-height: 3.8rem;
  }
  
  /* sell・problem */
  .sell_problem_top {
    background-color: #B7D200;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.0rem;
    padding: 25px 0;
    margin-bottom: 30px;
    position: relative;
  }

  .sell_problem_top::after {
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: -30px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #B7D200;
  }
  
  .sell_problem_wrapper ul {
    padding-top: 15px;
  }
  
  .sell_problem_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
  }
  
  .sell_problem_title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  
  .sell_problem_left img {
    width: 40px;
    object-fit: contain;
    margin-top: 0;
    margin-right: 15px;
  }
  
  .sell_problem_left h4 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.0rem;
  }
  
  .sell_problem_left p {
    font-weight: 400;
    line-height: 2.8rem;
  }
  
  .sell_problem_right img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin: 20px auto 0;
  }
  
  .sell_problem_text img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 35px;
  }
  
  /* sell・reason, point共通 */
  .sell_reason h3, .sell_point h3 {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 20px;
    line-height: 3.2rem;
  }

  .sell_reason h3::after, .sell_point h3::after {
    display: none;
    }
  
  .sell_reason h3 {
    color: #007C36;
    text-align: center;
  }

  .sell_point h3 {
    color: #B7D200;
    text-align: center;
  }
  
  .sell_point_worksans {
    font-size: 2.5rem;
    margin-left: 3px;
    margin-top: 3px;
  }
  
  /* sell・reason */
  .sell_reason ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  }
  
  /*.sell_reason ul li:nth-child(even) {
    flex-direction: row-reverse;
  }*/
  
  .sell_reason ul li img {
    width: 100%;
    object-fit: cover;
    /*height: 200px;*/
  }
  
  .sell_reason_text {
    width: 100%;
  }
  
  .sell_reason_text h4 {
    font-size: 1.8rem;
    font-weight: 600;
    /*margin-bottom: 10px;*/
  }
  
  .sell_reason_text p {
    font-weight: 400;
    line-height: 3.0rem;
    line-height: 2.6rem;
  }
  
  /* sell・アコーディオン */
  .sell_acc_title {
    cursor: pointer;
    font-size: 1.6rem;
    padding: 10px 60px 10px 20px;
    position: relative;
    /*border-bottom: 1px solid;*/
  }

  .sell_acc_title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
  }

  .sell_acc_title.open:after {
    transform: rotate(-45deg);
    top: 45%;
  }

  .sell_acc_text {
    display: none;
    padding: 5px 20px 20px;
    position: relative;
    margin: 0;
    /*border-bottom: 1px solid;*/
    text-align: justify;
  }

  .sell_acc_text p {
    font-weight: 400;
  }
  
  /* sell・point */
  .sell_point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .sell_point ul li {
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .sell_point img {
    width: 300px;
  }
  
  .sell_point_title {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 12px 0 8px;
    text-align: center;
  }
  
  .sell_point ul li p {
    width: 92%;
    text-align: justify;
    font-weight: 400;
    line-height: 2.8rem;
  }
  
  /* sell・flow */
  .sell_flow {
    background-color: #F8FBE6;
  }
  
  .sell_flow_wrapper {
    padding: 40px 0 10px;
  }
  
  /* sell・faq */
  .sell_faq {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  
/* ====== SP・仲介業者さまへ（page-agency.php） ===== */
  /* agency・共通 */
  .agency_top, .agency_reason, .agency_problem_wrapper, .agency_merit, .agency_faq {
    max-width: 335px;
    margin: 0 auto;
    padding: 0 10px 50px;
  }
  
  .agency_top h3, .agency_reason h3, .agency_problem_wrapper h3, .agency_merit h3, .agency_flow h3, .agency_faq h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    line-height: 3.8rem;
  }
  
  /* agency・TOP */
  .agency_top h3 {
    text-align: left!important;
    margin-bottom: 15px!important;
    white-space: nowrap;
  }
  
  .agency_top p {
    font-size: 1.6rem;
    font-weight: 400;
  }
  
  /* agency・reason */
  .agency_reason_content {
    display: none;
  }
  
  .sp_agency_reason_content {
    display: block;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
  }
  
  .sp_agency_reason_content img {
    width: 90px;
  }
  
  .agency_btn_top {
    width: 100%;
    display: block;
    margin: 0 auto 12px;
  }
  
  /* agency・problem */
  .agency_problem {
    background-color: #DFD6CA;
  }
  
  .agency_problem_wrapper {
    padding: 50px 10px 40px!important;
  }
  
  .sp_agency_problem_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .sp_agency_problem_content li {
    padding: 0 0 20px;
  }
  
  .sp_agency_problem_content li:nth-child(odd) {
    padding-right: 70px;
  }
  
  .sp_agency_problem_content li:nth-child(even) {
    padding-left: 70px;
  }
  
  .sp_agency_problem_content li img {
    width: 250px;
  }
  
  /* agency・merit */
  .agency_merit {
    padding-top: 50px;
  }
  
  .agency_merit h3 {
    padding-bottom: 10px!important;
  }
  
  .agency_merit ul li {
    margin-bottom: 40px;
  }
  
  .agency_merit ul li img {
    height: 36px;
    object-fit: contain;
    margin-right: 12px;
  }
  
  .agency_merit_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  
  .agency_merit_title h4 {
    font-size: 2.4rem;
    color: #007C36;
    font-weight: 600;
  }
  
  .agency_merit ul li p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    text-align: justify;
  }
  
  .agency_sennin {
    background-color: #FFFAE6;
    border: 5px solid #FDD000;
    border-radius: 20px;
    padding: 40px 20px 10px;
    margin-bottom: 60px;
  }
  
  .agency_sennin h3 {
    margin-bottom: 0;
  }
  
  .agecny_sennin_toptext {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 3.0rem;
    text-align: left;
    margin-bottom: 30px;
  }
  
  .agency_sennnin_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .agency_sennin .sennin01, .agency_sennin .sennin02 {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 20px 30px;
    margin-bottom: 30px;
  }
  
  .sennin01 h4, .sennin02 h4 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .agency_sennnin_content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
  }
  
  .agency_target h3 {
    margin-bottom: 0!important;
    padding-bottom: 20px!important;
  }
  
  .agency_target_wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .agency_target_circle {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #007C36;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    color: #fff;
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
  
  .agency_target_circle span {
    font-size: 1.2rem;
  }
  
  .circle_margin {
    margin: 0 75px;
  }
  
  /* agency・flow */
  .agency_flow {
    background-color: #FFFAE6;
  }
  
  .agency_flow_wrapper {
    max-width: 335px;
    margin: 0 auto;
    padding: 50px 10px 20px;
  }
  
  /* agency・faq */
  .agency_faq {
    padding-top: 50px;
  }
  
/* ====== SP・物件一覧（archive-list.php） ===== */
  .list_property {
    background-color: #F2F8F5;
  }
  
  .list_property_wrapper {
    max-width: 335px;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
  
  .list_category {
    padding-bottom: 30px;
    text-align: right;
  }
  
  .list_category_area {
    display: inline-flex;
    align-items: center;
    position: relative;
  }

  .list_category_area::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
  }

  .list_category_area select {
    appearance: none;
    min-width: 100px;
    height: 3.8rem;
    padding: 0.4em calc(.8em + 30px) 0.4em 1.2em;
    border: 1px solid #333333;
    border-radius: 25px;
    background-color: #fff;
    color: #333333;
    font-size: 1.6rem;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .list_category_title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 2.2rem;
    margin-left: 16px;
  }
  
  .list_content_wrapper ul li {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 4px 7px 6px -5px rgba(62, 62, 62, 0.3);
    margin-bottom: 30px;
  }
  
  .list_content_wrapper ul li a {
    display: block;
    /*width: 100%;*/
    padding: 20px;
  }
  
  .list_top_wrapper {
    margin-bottom: 18px;
  }
  
  .list_top_wrapper .list_top01 {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
  }
  
  .list_soldout {
    color: #FF4A4B;
    margin-right: 8px;
    font-weight: 600;
    font-size: 1.6rem;
  }
  
  .list_top_wrapper .list_new, .list_tag {
    background-color: #FF4A4B;
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  
  .list_top_wrapper .list_title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin-top: 10px;
  }
  
  .list_top_wrapper .list_point {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  
  .list_second_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  
  .list_second_wrapper .list_second01 {
    display: flex;
  }
  
  .list_second_wrapper .list_second01 img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-right: 12px;
  }
  
  .list_second02 {
    width: 52%;
  }
  
  .list_cost {
    margin-bottom: 3px;
    line-height: 1;
    font-size: 1.3rem;
  }
  
  .list_monthlycost_title {
    margin-bottom: 2px;
  }
  
  .list_monthlycost {
    margin-bottom: 2px;
    line-height: 1;
    font-size: 1.3rem;
  }
  
  .list_cost span, .list_monthlycost span {
    font-size: 3.0rem;
    font-weight: 600;
    padding-right: 3px;
    letter-spacing: 0rem;
  }
  
  .list_cost_text, .list_monthlycost_title {
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  .list_monthlycost_title {
    margin-top: 5px;
    border-top: 1px solid #333;
    padding-top: 5px;
  }
  
  .list_flat {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.0rem;
  }
  
  .list_free {
    margin-top: 15px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  
/* ====== SP・物件詳細（single-property.php） ===== */
  /* property共通 */
  .property_detail h3, .property_access h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    line-height: 3.8rem;
  }
  
  /* property_top */
  .property_top {
    margin-top: 85px;
    margin-bottom: 50px;
  }
  
  .property_top_title {
    max-width: 335px;
    margin: 0 auto 40px;
    padding-top: 20px;
    display: block;
  }
  
  .property_soldout {
    color: #FF4A4B;
    margin-right: 6px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.8rem;
  }
  
  .property_top_title .property_new {
    background-color: #FF4A4B;
    padding: 4px 10px;
    color: #fff;
    margin-right: 16px;
  }
  
  .property_title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-top: 6px;
  }
  
  /*==================================================
スライダーのためのcss
===================================*/
  .property_slider {
    width: 94%;
    margin: 0 auto 30px;
  }

  .property_slider img {
    width: 85vw;
    height: 300px;
    object-fit: contain;
  }

  .property_slider .slick-slide {
    transform: scale(0.8);
    transition: all .5s;
    opacity: 0.5;
  }

  .property_slider .slick-slide.slick-center{
    transform: scale(1);
    opacity: 1;
  }


  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev, 
  .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
  }

  .slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
  }

  .slick-next {
    right: -1.5%;
    transform: rotate(45deg);
  }

  /*ドットナビゲーションの設定*/
  .slick-dots {
    text-align:center;
	  margin:20px 0 0 0;
  }

  .slick-dots li {
    display:inline-block;
	  margin:0 5px;
  }

  .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:12px;
    display:block;
    border-radius:50%;
    background:#ccc;
    border: 0;
  }

  .slick-dots .slick-active button{
    background:#333;
  }
  
  
  /* property・about */
  .property_about {
    max-width: 335px;
    margin: 0 auto 40px;
  }
  
  .property_about_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .property-card {
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 20px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 40px;
  }

  .property-card-row {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .property-info-block {
    flex: 1;
  }

  .property-label {
    font-size: 1.8rem;
    color: #333;
    margin: 0 0 2px 0;
    line-height: 1;
    font-weight: 600;
  }

  .property-main-info {
    display: flex;
    align-items: baseline;
    margin-bottom: 7px;
  }

  .property-amount {
    font-size: 4.0rem;
    color: #333;
    line-height: 1.1;
  }

  .property-unit {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-left: 5px;
  }

  .property-address {
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    line-height: 3.2rem;
  }
    
  
  /* property・img */
  .property_img {
    position: relative;
    padding-bottom: 45px;
    max-width: 335px;
    margin: 0 auto;
  }
  
  .property_img img {
    width: 100%;
    border-radius: 20px;
    height: 250px;
    object-fit: contain;
  }
  
  .property_point {
    background-color: #FFFAE6;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
  }
  
  .property_point p {
    font-size: 1.6rem;
    font-weight: 400;
  }
  
  /* property・detail */
  .property_detail {
    max-width: 335px;
    margin: 30px auto 60px;
  }
  
  /*==================================================
物件詳細の表
===================================*/
  
  .property_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-family: sans-serif;
    font-size: 1.5rem;
    color: #333;
  }

  .property_table th,
  .property_table td {
    border: 1px solid #ccc;
    border-left: none!important;
    padding: 6px 12px;
    text-align: left;
    vertical-align: middle;
  }

  .property_table th {
    /*background-color: #FFFAE6;*/
    border-right: none!important;
    font-weight: bold;
    width: 15%;
  }

  .property_table td {
    width: 35%;
  }
  
  .full-width {
    text-align: left;
  }

  .price-note {
    font-size: 0.9em;
    font-weight: normal;
    color: #555;
    display: inline-block;
    margin-top: 4px;
    margin-left: 8px;
  }
  
  
  /* property・access */
  .property_access {
    max-width: 335px;
    margin: 0 auto 65px;
  }
  
  .property_access_map {
    width: 100%;
    margin: 0 auto 40px;
  }
  
  .property_access_map iframe {
    border-radius: 12px;
    height: 300px!important;
    width: 100%;
  }
  
  /* ====== SP・お知らせ一覧ページ（page-info.php） ===== */
  /*----common top----*/
  .common_top {
    margin-top: 160px;
    margin-bottom: 40px;
    padding: 20px 0 20px;
    background-color: #CCE5D7;
    width: 100%;
  }

  .common_top_wrap {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .common_top_wrap h2 {
    font-weight: 700;
    font-size: 2.4rem;
    color: #333;
  }
  
  .info {
    max-width: 335px;
    margin: 0 auto 90px;
  }
  
  .info li {
    padding: 20px 20px 30px;
    border-top: 1px solid #333;
  }
  
  .info li:last-child {
    border-bottom: 1px solid #333;
  }
  
  .info_top {
    margin-bottom: 15px;
  }
  
  .info_date {
    font-weight: 400!important;
    font-size: 1.6rem;
    margin-right: 10px;
  }
  
  .info_category {
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 1.4rem;
  }
  
  /* ====== SP・お知らせ記事ページ（single.php） ===== */
  .info-detail {
    max-width: 335px;
    margin: 0 auto 40px;
  }
  
  .info-detail_date {
    font-weight: 400!important;
    font-size: 1.5rem;
    margin-right: 10px;
  }
  
  .info-detail_category {
    padding: 6px 15px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 1.4rem;
  }
  
  .category-name {
    display: inline-block;
    font-size: 1.4rem;
  }
  
  .info-detail_title {
    margin-top: 20px;
    font-size: 2.0rem;
    line-height: 3.4rem;
  }
  
  .info-detail_img {
    margin: 20px auto;
  }
  
  .info-detail_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .info-detail_text {
    margin-bottom: 40px;
  }
  
  .info-detail_text p {
    font-weight: 400!important;
    line-height: 2.5rem;
  }
  
  .info-detail_pageback {
    text-align: center;
  }
  
  .info-detail_pageback a {
    font-weight: 400!important;
    position: relative;
    text-align: center;
    display: inline-block;
  }
  
  .info-detail_pageback a::before{
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    top: -4px;
    left: -35px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .info-detail_pageback a::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -22px;
    width: 8px;
    height: 8px;
    border: none;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* ====== SP・プライバシーポリシー ===== */
    #contents {
      width: 100%;
      max-width: 335px;
      overflow: hidden;
      margin: 30px auto;
      padding: 0 20px;
    }
  
    .commonContents {
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
    }

    .commonContents article {
      margin-bottom: 30px;
    }

    .policy h3 {
      clear: both;
      padding-bottom: 5px;
      margin-bottom: 20px;
      border-bottom: 1px dotted #ccc;
    }
  /* 大家追記ここまで　2025.08.30*/

  /* ====== 会社情報ページ ===== */
  /*----co_about----*/
  .co_about {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 160px;
    position: relative;
  }

  .co_about_img {
    display: none;
  }

  .SPco_about_img {
    width: 100%;
  }

  .about_text {
    background-color: #B7D200;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    /*width: 260px;
    height: 170px;*/
    width: 70%;
    height: auto;
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    /*bottom: -47%;*/
    top: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
  }

  .about_text p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #333;
    text-align:justify;
    line-height: 2.4rem;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 4px 8px;
  }

  /*----co_point----*/
  .co_point {
    max-width: 340px;
    padding: 0 20px 80px;
    margin: 0 auto;
  }

  .co_point_more {
    width: 300px;
    height: auto;
    padding: 34px 34px;
    border: 5px solid #007C36;
    background-color: rgba(0, 124, 54, 0.1);
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .co_point_more:last-of-type {
    margin-bottom: 0;
  }

  .co_point_more h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 2.0rem;
    margin: 0 auto 18px;
    line-height: 3.0rem;
    text-align: center;
  }

  .co_point_more p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #333;
    text-align: justify;
    margin: 0;
    line-height: 2.7rem;
  }

  /*----co_会社情報----*/
  .co-description {
    max-width: 350px;
    padding: 0 20px 60px;
    margin: 0 auto;
  }

  .co-description h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .co-description table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-size: 1.6rem;
  }

  .co-description tr {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }

  .co-description th,
  .co-description td {
    display: block;
    width: 100%;
  }

  .co-description th {
    font-weight: 700;
    text-align: left;
    padding: 5px 0 10px 0;
  }

  .co-description td {
    padding-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  .co-description tr:first-child th {
    padding-top: 0;
  }

  /* ====== お問い合わせページ ===== */
  /*----common top----*/
  .common_top {
    margin-top: 74px;
    margin-bottom: 35px;
    padding: 30px 0 30px;
    background-color: #CCE5D7;
    width: 100%;
  }

  .common_top_wrap {
    max-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .common_top_wrap h2 {
    font-weight: 700;
    font-size: 2.4rem;
    color: #333;
  }

  /*----contact tel----*/
    .contact_tel_warp {
    max-width: 340px;
    padding: 0 20px;
    margin: 0 auto 35px;
    }

  .contact_tel_warp h2 {
    font-weight: 700;
    font-size: 2.4rem;
    color: #007C36;
    text-align: center;
    margin-bottom: 5px;
  }

  .contact_tel {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 7px;
    letter-spacing: 0.1em;
  }

  .contact_tel a {
    color: #007C36;
  }

  .contact_cap_tel {
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #007C36;
  }

  /*----contact mail----*/
  .contact_mail {
    max-width: 340px;
    margin: 0 auto;
    padding: 0 5px 35px;
  }

  .contact_mail h2 {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2px;
  }

  .contact_mail_text {
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .contact_mail_wrap {
    background-color: rgba(0, 124, 54, 0.2);
    border-radius: 20px;
    padding: 20px 15px 25px 15px;
  }

  .contactTable {
    width: 100%;
    border-collapse: collapse;
  }

  .contactTable p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
  }

  .contactTable,.contactTable th,.contactTable label {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
  }

  .contactTable input[type="text"],
  .contactTable input[type="email"],
  .contactTable input[type="tel"],
  .contactTable textarea {
    font-size: 1.5rem;
    font-family: inherit;
    margin: 0;
    text-align: left;
}

  .contactTable td {
    font-size: 1.5rem;
    font-weight: normal;
    font-weight: 400;
    margin: 0;
    text-align: left;
  }

  .contactTable tr,.contactTable td {
    display: flex;
    flex-direction: column;
  }

  .contact-table td label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

/* --- 以下、カスタムラジオボタンのスタイル --- */
/* 1. デフォルトのラジオボタンを非表示に */
.contactTable input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 10px;
  height: 10px;
  border: none;
  background-color: #fff;
  border-radius: 50%; /* 円形にする */
  position: relative;
}

/* 2. チェックされた時のスタイル（内側の円） */
.contactTable input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333; /* チェック時の色 */
  border-radius: 50%;
  /* 中央に配置 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

  span.req {
    color: #DC3545;
    font-size: 1.2rem;
    margin-left: 5px;
  }

  table.contactTable th {
    /*padding-bottom: 5px;*/
  }

  table.contactTable td {
    padding-bottom: 10px;
  }

  table.contactTable td input {
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 6px;
  }

  table.contactTable td textarea {
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    border: none;
    border-radius: 4px;
    padding: 6px;
  }

  .wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
  }

  .wpcf7-list-item {
    display: block!important;
    margin-bottom: 0.8em;
  }

  .wpcf7-list-item-label {
    padding-left: 4px;
    letter-spacing: -0.04em;
  }

  input.wpcf7c-conf,
  textarea.wpcf7c-conf {
    border: none !important;
    background: #fff;
  }

  .wpcf7-text:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
  }

  .submitArea {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
  }

  .submitArea li {
    width: 100%;
  }

  .submitArea li input {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #007C36;
    border: 1px solid #007C36;
    box-sizing: border-box;
    border-radius: 4.8px;
    color: #fff;
    transition: 0.1s ease-in-out;
  }

  .submitArea li input:hover {
    background: rgba(0, 124, 54, 0.8);
    cursor : pointer;
  }

  .submitArea li input.backBtn  {
    background: #666;
    border: 1px solid #666;
  }

  .submitArea li input.backBtn:hover {
    background: #fff;
    color: #666;
    border: 1px solid #666;
  }

  input[type="text"]{
    width: 70%;
  }

  input[type="textarea"]{
    width: 100%;
    height: 100px;
  }

  .contact-form_box p {
    text-align: center;
    line-height: 1em;
  }

  .contact_form_box .checkbox {
    display: inline-flex!important;
    margin: 0;
  }

  .checkbox-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
  }

  .checkbox-text a {
    color: #007C36;
    }

  .contact_check_policy {
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    text-align: center;
    padding: 8px 0;
  }

  .wpcf7-form-control {
    display: inline-block;
  }

  /* ====== 送信完了ページ ===== */
  .thanks_more {
    max-width: 340px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .thanks_text {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .thanks_btn {
    margin-bottom: 35px;
    padding-left: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
  }

  .thanks_btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .thanks_btn:hover {
    cursor: pointer;
  }

  /* ====== 404ページ ===== */
  .error_contents {
    max-width: 340px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .error_contents p {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .error_btn {
    margin-bottom: 35px;
    padding-left: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
  }

    .error_btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .error_btn:hover {
    cursor: pointer;
  }

}
