@charset "UTF-8";
/*!
Theme Name:   マツモ不動産2025　公式サイト WPテーマ
Theme URI:    https://matsumo-f.com/
Author:       DVERZ Inc.
Author URI:   https://dverz.co.jp/
Description:  DVERZ WP theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dverz
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow: clip;
  background: #fff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}
.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: rgb(243.525, 243.525, 243.525);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  margin: 0;
  font-size: 100%;
}

p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

dfn, cite, em, i {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: rgb(243.525, 243.525, 243.525);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr, acronym {
  border-bottom: dotted 1px #333333;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse {
  text-decoration: none;
}
.link-hover-inverse:hover {
  text-decoration: underline;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .monospace {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .monospace {
  font-size: 18px;
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}
ul li {
  font-style: normal;
}

ol {
  list-style: decimal;
}
ol li {
  font-weight: bold;
  line-height: 1.5;
}

ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
}
ol li {
  position: relative;
  line-height: 1.5;
  padding-left: 3rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #feaf61;
  color: white;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .list-inline > li {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .list-inline > li {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #feaf61;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(38.25, 38.25, 38.25);
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid rgb(216.75, 216.75, 216.75);
  color: #666;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid rgb(216.75, 216.75, 216.75);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}
.font-size-small #wrapper {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large #wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.container {
  margin: 0 auto;
  width: 1000px;
  width: 100%;
  max-width: 1500px;
  padding: 5rem 5rem;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.btn_1 {
  color: white;
  background-color: #feaf61;
  line-height: 1;
  padding: 2rem 2rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  position: relative;
  border-radius: 5rem;
  min-width: 300px;
  font-weight: bold;
  text-align: center;
}
.btn_1 > em {
  display: block;
  margin-top: 0.5rem;
}

.title_min {
  font-family: "Noto Serif JP", serif !important;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: normal;
}

.sec_title1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: 8px solid #feaf61;
  padding-left: 1rem;
}

.sec_title2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem;
  background: #feaf61;
  color: white;
  margin-bottom: 4rem;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cards_col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cards_col_2 > div,
.cards_col_2 > article,
.cards_col_2 > a {
  width: calc(50% - 1.5rem);
}
.cards_col_2 .pic {
  line-height: 0.5;
}

.cards_col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cards_col_3 > div,
.cards_col_3 > article,
.cards_col_3 > a {
  width: calc(33.3333333333% - 1.5rem);
}
.cards_col_3 .pic {
  line-height: 0.5;
}

.more-btn-link {
  text-align: right;
}
.more-btn-link a {
  background: #feaf61;
  color: white;
  text-align: left;
  line-height: 1;
  padding: 2rem 3rem;
  position: relative;
  display: inline-block;
  min-width: 30rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.more-btn-link a:after {
  content: "\f054";
  font-family: fontawesome;
  position: absolute;
  right: 3rem;
  top: 2rem;
}

#pankuzu {
  background: rgb(243.525, 243.525, 243.525);
  position: relative;
  z-index: 2;
}
#pankuzu .container {
  padding: 0.7rem 5rem !important;
}
#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: ">";
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
}

#menu_btn {
  display: none;
}

.container.fullwide {
  width: 100% !important;
  padding: 0rem 0 !important;
  position: relative !important;
}

#vi-section .container {
  padding: 0;
  line-height: 0.5;
}
#vi-section .container img {
  width: 100%;
}

#gnav {
  background: #feaf61;
  position: relative !important;
  margin-top: 0 !important;
}
#gnav .container {
  padding: 0 1rem 1rem;
  min-width: 0;
}
#gnav .container nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
}
#gnav .container nav div.home {
  width: 280px;
  max-width: 30vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-content: center;
}
#gnav .container nav div.home a {
  padding: 0;
  background: none;
  display: block;
  line-height: 0.5;
}
#gnav .container nav .gnav_wrap {
  width: calc(100% - 280px - 30px);
}
@media only screen and (min-width: 769px) {
  #gnav .container nav .gnav_wrap {
    width: calc(80% - min(30vw, 280px) - 30px);
  }
}
#gnav .container nav .gnav_wrap ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#gnav .container nav .gnav_wrap ul li {
  width: calc(20% - 0.7rem);
}
#gnav .container nav .gnav_wrap ul li a {
  display: block;
  color: #333333;
  text-align: center;
  background: #fed8b2;
  padding: 1rem 0;
  font-size: 1.3rem;
  line-height: 1;
  min-height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
  border-radius: 15px;
}
#gnav .container nav .gnav_wrap ul:nth-of-type(2) {
  margin-top: 1rem;
}
#gnav .container nav .gnav_wrap ul:nth-of-type(2) li {
  width: calc(20% - 0.7rem);
}

#vi-header .container {
  padding: 0;
  overflow: hidden;
}
#vi-header .container img {
  width: 100%;
}
#vi-header .container .pic {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.5;
  z-index: -1;
}
#vi-header .container .txt {
  display: flex;
  align-items: center;
}
#vi-header .container .txt h1 {
  display: inline-block;
  color: white;
  font-size: 2.8rem;
  background: #f15a24;
  padding: 1rem 3rem;
  padding-right: 5rem;
  border-radius: 0 7rem 7rem 0;
  margin-right: 4rem;
}
#vi-header .container .txt .vi {
  max-width: 712px;
  line-height: 0.5;
}

#main-content div.table table tr {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
#main-content div.table table tr th,
#main-content div.table table tr td {
  padding: 0.5rem 1rem;
}
#main-content div.table table tr th {
  vertical-align: top;
  color: #f15a24;
  width: 14rem;
  text-align: left;
}
#main-content div.iframe iframe {
  width: 100%;
  height: 500px;
}

#primary {
  width: calc(100% - 290px);
  float: left;
}
#primary table {
  width: 100%;
  margin-bottom: 3rem;
}
#primary table tr th,
#primary table tr td {
  border: 1px solid #feaf61;
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
}
#primary table tr th {
  background: #fed8b2;
  width: 30%;
  color: #000;
  text-align: center;
}
#primary table tr td {
  line-height: 1.5;
}
#primary table tr td > p {
  margin: 0;
}
#primary article[id^=page-] > section > .container {
  padding: 3rem 0 3rem;
}
#primary article[id^=page-] #page-head {
  text-align: center;
}
#primary article[id^=page-] #page-head .container {
  padding-top: 4rem;
  padding-bottom: 0;
}
#primary article[id^=page-] #page-head h1.page-title {
  min-width: 500px;
  display: inline-block;
  background: #feaf61;
  font-size: 2.5rem;
  line-height: 1.3;
  padding: 1rem 0;
  color: white;
  border-radius: 1rem;
}
#primary article[id^=page-] #page-head h2 {
  color: #feaf61;
  font-size: 2.5rem;
  margin-top: 1rem;
}
#primary article[id^=page-] h1.title {
  font-size: 2.5rem;
  border-left: 0.5rem solid #feaf61;
  padding: 0.5rem 0;
  line-height: 1.5;
  margin-bottom: 2rem;
}
#primary article[id^=page-] h2.title {
  font-size: 2.2rem;
  color: #feaf61;
  line-height: 1.5;
  font-weight: bold;
}
#primary article[id^=page-] h3.title {
  font-size: 2rem;
  color: white;
  background: #feaf61;
  text-align: center;
  line-height: 1.3;
  padding: 1rem 2rem;
}
#primary article[id^=page-] .box_cards {
  margin-bottom: 2rem;
}
#primary article[id^=page-] .box_cards .pic {
  width: 35%;
}
#primary article[id^=page-] .box_cards .txt {
  width: calc(65% - 3rem);
  margin-top: 1.5rem;
}
#primary article[id^=page-] .box_cards .txt .btn {
  text-align: right;
}
#primary #news-detail .post-header-blog {
  background: #feaf61;
  color: white;
}
@media screen and (min-width: 1024px) {
  #primary #news-detail .post-header-blog {
    display: block;
  }
}
#primary article[class^=post-] {
  border-bottom: solid 1px #feaf61;
  padding-bottom: clamp(16px, 1.5625vw, 18px);
}
#primary article[class^=post-] > .post-header-blog {
  color: #333;
  padding: 1rem 2rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #primary article[class^=post-] > .post-header-blog {
    display: flex;
    justify-content: flex-start;
    gap: 8%;
  }
}
#primary article[class^=post-] > .post-header-blog img {
  aspect-ratio: 1/0.65;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #primary article[class^=post-] > .post-header-blog img {
    width: 30%;
  }
}
#primary article[class^=post-] > .post-header-blog .detail {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  #primary article[class^=post-] > .post-header-blog .detail {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    order: 1;
  }
}
#primary article[class^=post-] > .post-header-blog img {
  order: 2;
}
#primary article[class^=post-] > .post-header-blog .post-title {
  display: block;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-top: 0.5em;
}
#primary article[class^=post-] > .post-header-blog .cat,
#primary article[class^=post-] > .post-header-blog .date {
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
#primary article[class^=post-] > .post-header-blog .post-view-btn {
  margin-top: 0;
  margin-right: 0;
  margin-left: auto;
}
#primary article[class^=post-] > .content img {
  clear: both;
}
#primary article[class^=post-] > .content img.size-full {
  width: auto;
  margin-bottom: 20px;
}
#primary article[class^=post-] > .content img.size-large {
  margin-bottom: 2rem;
}
#primary article[class^=post-] > .content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
}
#primary article[class^=post-] > .content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #feaf61;
  font-weight: bold;
}
#primary article[class^=post-] > .content h3 {
  color: #feaf61;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
}
#primary article[class^=post-] > .content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #feaf61;
}
#primary article[class^=post-] > .content h5 {
  color: #feaf61;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #feaf61;
}
#primary article[class^=post-] > .content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#primary article[class^=post-] > .content a {
  text-decoration: underline;
  color: #feaf61;
}
#primary article[class^=post-] > .content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid #fed8b2;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#primary article[class^=post-] > .content h2.caption:before {
  content: "\f068";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #feaf61;
}
#primary article[class^=post-] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 3rem;
}
#primary article[class^=post-] > .content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}
#primary article[class^=post-] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#primary article[class^=post-] > .content .btn > a {
  text-decoration: none !important;
  color: white !important;
  text-align: left;
  min-width: 250px;
}
#primary article[class^=post-] > .content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
#primary article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#primary article[class^=post-] > .content .gallery_card article .pic {
  line-height: 0.5;
}
#primary article[class^=post-] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#primary article[class^=post-] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#primary article[class^=post-] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#primary article[class^=post-] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#primary article[class^=post-] > .content img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#primary article[class^=post-] > .content img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}
#primary article[class^=post-] > .content img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}
#primary article[class^=post-] > .content .alignright {
  float: right;
}
#primary article[class^=post-] > .content .alignleft {
  float: left;
}
#primary article[class^=post-] .btn-more-link {
  text-align: right;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
#pagination ul {
  text-align: center;
}
#pagination ul > li > a {
  vertical-align: middle;
}
#pagination ul > li > a.page {
  display: inline-block;
  margin: 0 8px;
  width: 27px;
  height: 27px;
  border: solid 2px #feaf61;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px rgb(216.75, 216.75, 216.75);
  color: #feaf61;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}
.font-size-small #pagination ul > li > a.page {
  font-size: 10.4px;
  font-size: 1.04rem;
}
.font-size-large #pagination ul > li > a.page {
  font-size: 15.6px;
  font-size: 1.56rem;
}
#pagination ul > li > a.page.current {
  background-color: #feaf61;
  color: #fff;
}
#pagination ul > li > a.arrow {
  display: inline-block;
  margin: 0 8px;
  width: 15px;
  height: 27px;
  border: none 0 transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#pagination ul > li > a.arrow.prev {
  background-image: url(images/pagination/icon-arrow-left.png);
}
#pagination ul > li > a.arrow.next {
  background-image: url(images/pagination/icon-arrow-right.png);
}

#pager {
  position: relative;
  margin: 6rem auto 0;
  text-align: center;
  min-height: 70px;
  width: 90%;
}
#pager .prev > a,
#pager .next > a,
#pager .list > a {
  display: inline-block;
  box-sizing: border-box;
  width: 140px;
  height: 27px;
  border: solid 2px #333333;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px rgb(216.75, 216.75, 216.75);
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
}
.font-size-small #pager .prev > a,
.font-size-small #pager .next > a,
.font-size-small #pager .list > a {
  font-size: 10.4px;
  font-size: 1.04rem;
}
.font-size-large #pager .prev > a,
.font-size-large #pager .next > a,
.font-size-large #pager .list > a {
  font-size: 15.6px;
  font-size: 1.56rem;
}
#pager .prev {
  position: absolute;
  top: 0;
  left: 0;
}
#pager .prev > a:before {
  display: inline-block;
  vertical-align: middle;
  content: "\f053";
  margin-right: 1rem;
  font-family: FontAwesome;
}
#pager .next {
  position: absolute;
  top: 0;
  right: 0;
}
#pager .next > a:after {
  display: inline-block;
  vertical-align: middle;
  content: "\f054";
  margin-left: 1rem;
  font-family: FontAwesome;
}
#pager .list {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
}
#pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 1.5625vw, 24px);
}
#pager .wp-pagenavi .current {
  background-color: #feaf61;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
#pager .wp-pagenavi .page {
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
#pager .wp-pagenavi .previouspostslink {
  width: 40px;
  height: 40px;
  position: relative;
  color: transparent;
}
#pager .wp-pagenavi .previouspostslink::after {
  content: "";
  display: block;
  min-width: 40px;
  min-height: 40px;
  background: url(../assets/img/post-view-btn-arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
#pager .wp-pagenavi .nextpostslink {
  width: 40px;
  height: 40px;
  position: relative;
  color: transparent;
}
#pager .wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  min-width: 40px;
  min-height: 40px;
  background: url(../assets/img/post-view-btn-arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#secondary {
  float: right;
  width: 240px;
}
#secondary > .widget {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
#secondary > .widget .widget-title {
  background: #feaf61;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
  padding: 1rem 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  box-shadow: 0 0 0.5rem 0.2rem rgb(243.525, 243.525, 243.525);
}
#secondary > .widget > div,
#secondary > .widget > ul {
  padding: 1rem;
}
#secondary .widget_recent_entries li,
#secondary .widget_categories li {
  line-height: 1.5em;
  margin-bottom: 1.3rem;
  font-size: 1.2rem;
}
#secondary .widget_recent_entries li:before,
#secondary .widget_categories li:before {
  content: "●";
  display: inline-block;
}
#secondary .widget_recent_entries li a,
#secondary .widget_categories li a {
  text-decoration: underline;
  font-weight: bold;
}
#secondary .widget_recent_entries .post-date,
#secondary .widget_categories .post-date {
  font-size: 1.2rem;
  display: block;
}
#secondary .widget_recent_entries .post-date:before,
#secondary .widget_categories .post-date:before {
  content: "（";
  display: inline-block;
}
#secondary .widget_recent_entries .post-date:after,
#secondary .widget_categories .post-date:after {
  content: "）";
  display: inline-block;
}
#secondary .widget_calendar table.wp-calendar > caption,
#secondary .widget_calendar table#wp-calendar > caption {
  font-weight: bold;
  font-size: 1.2rem;
}
#secondary .widget_calendar table.wp-calendar thead > tr th,
#secondary .widget_calendar table#wp-calendar thead > tr th {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.2;
}
#secondary .widget_calendar table.wp-calendar tbody > tr td,
#secondary .widget_calendar table#wp-calendar tbody > tr td {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.2;
}
#secondary .widget_calendar table.wp-calendar tbody > tr td a,
#secondary .widget_calendar table#wp-calendar tbody > tr td a {
  display: block;
  background: #feaf61;
  color: white;
  border-radius: 5rem;
  margin: 0 auto;
  width: 90%;
}
#secondary .widget_search .screen-reader-text {
  display: none;
}
#secondary .widget_search input.search-field {
  width: 150px;
}

#go-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  border: 1px solid #feaf61;
  background: white;
  display: block;
  z-index: 100;
}
#go-top:after {
  content: "\f077";
  text-align: center;
  line-height: 7rem;
  display: block;
  font-size: 3rem;
  font-family: FontAwesome;
  color: #feaf61;
  min-height: 7.5rem;
}

footer#foot_nav {
  text-align: center;
}
footer#foot_nav .container {
  padding-bottom: 0;
}
footer#foot_nav .container .contact {
  margin-bottom: 4rem;
}
footer#foot_nav .container .foot-info p,
footer#foot_nav .container .foot-info address {
  margin: 0;
  line-height: 1.5;
}
footer#foot_nav .container .foot-info p.tel {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

footer#credit {
  text-align: center;
  font-size: 1.3rem;
}
footer#credit .container {
  padding: 0;
}

.tp-contact-type2 {
  padding: min(2em, 11.7vw) 0;
}
.tp-contact-type2 .wrap {
  padding: 0 5rem;
}
.tp-contact-type2 .tp-contact-box {
  background: #fff;
  padding: min(4.375em, 9.1vw) 3%;
  border: 1px solid red;
}
.tp-contact-type2 .tp-contact-list {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  gap: 0 1.5em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
.tp-contact-type2 .tp-contact-list li {
  text-align: center;
}
.tp-contact-type2 .tp-contact-list .tel a {
  display: block;
  border-top: 5px solid #F15A24;
  border-bottom: 5px solid #F15A24;
  white-space: nowrap;
}
.tp-contact-type2 .tp-contact-list .tel a p {
  overflow-wrap: break-word;
  margin: 0;
}
.tp-contact-type2 .tp-contact-list .tel-ttl {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.25em;
}
.tp-contact-type2 .tp-contact-list .tel-num {
  font-size: 4em;
  color: #F15A24;
  font-family: "montserrat", sans-serif;
  line-height: 1;
}
.tp-contact-type2 .tp-contact-list .tel-num:before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url(../assets/img/icon_tel.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 0.1em;
  vertical-align: middle;
}
.tp-contact-type2 .tp-contact-list .mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em 2em;
  border-radius: 0.625em;
  white-space: nowrap;
  background: linear-gradient(93.26deg, #74D136 8.04%, #45BF5E 119.43%);
  position: relative;
  height: 100%;
  z-index: 1;
}
.tp-contact-type2 .tp-contact-list .mail a:after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #88CB5B;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  z-index: -1;
}
.tp-contact-type2 .tp-contact-list .mail-ttl {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.35;
}
.tp-contact-type2 .tp-contact-list .mail-ttl:before {
  content: "";
  width: 2.22em;
  height: 2.22em;
  background: url(../assets/img/icon_mail.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 0.1em;
  vertical-align: middle;
}
.tp-contact-type2 .tp-contact-note {
  max-width: 1200px;
  margin: 2.8em auto 0;
}
.tp-contact-type2 .tp-contact-note li {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5;
}
.tp-contact-type2 .tp-contact-note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.tp-contact-type2 .tp-contact-note li + li {
  margin-top: 0.5em;
}

@media only screen and (min-width: 769px) and (max-width: 1515px) {
  .tp-contact-type2 .tp-contact-list {
    font-size: min(1em, 1.1vw);
  }
}
@media (hover: hover) {
  .tp-contact-type2 .tp-contact-list .tel a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (hover: hover) {
  .tp-contact-type2 .tp-contact-list .mail a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media only screen and (min-width: 769px) {
  .tp-contact-type2 .tp-contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tp-contact-type2 .tp-contact-list .tel a {
    display: block;
    padding: 1.75em 1% 0.3em 1%;
  }
}
@media only screen and (max-width: 768px) {
  .tp-contact-type2 .wrap {
    padding: 0 6%;
  }
  .tp-contact-type2 .tp-contact-header .tp-contact-intro {
    font-size: min(2em, 5vw);
  }
  .tp-contact-type2 .tp-contact-list {
    font-size: min(0.875em, 2.2vw);
  }
  .tp-contact-type2 .tp-contact-list li + li {
    margin-top: 4.5vw;
  }
  .tp-contact-type2 .tp-contact-list .tel a {
    display: block;
    padding: 1em 1% 0.3em 1%;
  }
}
#header-new {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  border-bottom: solid 1px #CCCCCC;
}
#header-new .inner {
  height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-inline: auto;
  width: min(91.48%, 1560px);
}
@media screen and (min-width: 1024px) {
  #header-new .inner {
    height: auto;
    padding-block: clamp(16px, 1.5625vw, 24px);
    width: min(100%, 1560px);
    padding-left: min(2.56%, 40px);
    padding-right: min(2.56%, 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(1.66%, 26px);
  }
}
#header-new .head_logo {
  width: 200px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  #header-new .head_logo {
    width: min(17.94%, 280px);
  }
}
#header-new .head_logo a img {
  width: 100%;
}
#header-new #menu_btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: #E45826;
  border-radius: 4px;
  right: 4.26%;
}
@media screen and (min-width: 768px) {
  #header-new #menu_btn {
    display: block !important;
    position: absolute;
    top: 1.1rem;
    right: 4.26%;
    line-height: 1;
    z-index: 999;
  }
}
@media screen and (min-width: 1024px) {
  #header-new #menu_btn {
    display: none !important;
  }
}
#header-new #menu_btn::after {
  content: none;
}
#header-new #menu_btn span {
  display: block;
  background: #fff;
  width: 16px;
  height: 2px;
  min-width: 16px;
  min-height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
}
#header-new #menu_btn span:nth-of-type(1) {
  top: calc(50% - 5px);
}
#header-new #menu_btn span:nth-of-type(2) {
  opacity: 1;
}
#header-new #menu_btn span:nth-of-type(3) {
  top: calc(50% + 5px);
}
#header-new #menu_btn.active span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header-new #menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
#header-new #menu_btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header-new #gnav-new {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 9999;
  padding-top: 0;
  margin-top: 0 !important;
  background: #fff;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new {
    display: block !important;
    position: static;
    top: auto;
    left: auto;
    padding-bottom: 0;
  }
}
#header-new #gnav-new .container {
  width: 100%;
  padding-inline: 4.26%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  padding-inline: 4.26%;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: min(1.7%, 20px);
  }
}
#header-new #gnav-new .container nav .cta_wrap_new {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container nav .cta_wrap_new {
    margin-top: 0;
    width: calc(100% - (73.85% + min(1.7%, 20px)));
  }
}
#header-new #gnav-new .container nav .cta_wrap_new .btn_tel {
  line-height: 1;
  font-size: 3.2rem;
  font-weight: bold;
  color: #111111;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container nav .cta_wrap_new .btn_tel {
    pointer-events: none;
    margin-left: 0;
    gap: clamp(8px, 0.78125vw, 12px);
    font-size: clamp(2.4rem, 2.34375vw, 3.2rem);
  }
}
#header-new #gnav-new .container nav .cta_wrap_new .btn_tel::before {
  content: "";
  display: block;
  background: url(../assets/img/add/icon-tel.svg) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container nav .cta_wrap_new .btn_tel::before {
    width: clamp(30px, 2.9296875vw, 50px);
    height: clamp(30px, 2.9296875vw, 50px);
    min-width: clamp(30px, 2.9296875vw, 50px);
    min-height: clamp(30px, 2.9296875vw, 50px);
  }
}
#header-new #gnav-new .container nav .cta_wrap_new .btn_mail {
  padding-block: 0.6em;
  width: 83.67%;
  margin-inline: auto;
  background: #52AF00;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container nav .cta_wrap_new .btn_mail {
    width: 100%;
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    padding-block: 0.25em;
    gap: 12px;
  }
}
#header-new #gnav-new .container nav .cta_wrap_new .btn_mail::before {
  content: "";
  display: block;
  background: url(../assets/img/add/icon-mail.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 20px;
  min-width: 24px;
  min-height: 20px;
}
@media screen and (min-width: 1280px) {
  #header-new #gnav-new .container nav .cta_wrap_new .btn_mail::before {
    width: 30px;
    height: 24px;
    min-width: 30px;
    min-height: 24px;
  }
}
#header-new #gnav-new .container .gnav_wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    width: 73.85%;
  }
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap .sell-btn {
    width: min(19.26%, 167px);
    border-radius: 8px;
    height: auto;
  }
}
#header-new #gnav-new .container .gnav_wrap .sell-btn a {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E45826;
  border: solid 1px #E45826;
  border-radius: 4px;
  color: #fff;
  padding-inline: 4.66%;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  overflow: clip;
  transition: color 0.1s, background-color 0.1s;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap .sell-btn a {
    justify-content: center;
    height: 100%;
    font-size: clamp(1.8rem, 1.40625vw, 2rem);
    border-radius: 8px;
  }
  #header-new #gnav-new .container .gnav_wrap .sell-btn a:hover {
    opacity: 1 !important;
    background-color: #fff;
    color: #E45826;
  }
}
#header-new #gnav-new .container .gnav_wrap .sell-btn a::after {
  content: "";
  display: block;
  background: url(../assets/img/add/nav_arrow01.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap .sell-btn a::after {
    content: none;
  }
}
#header-new #gnav-new .container .gnav_wrap .sell-btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 3s ease-in-out infinite;
}
@keyframes btn_animation {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
#header-new #gnav-new .container .gnav_wrap .lst-box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap .lst-box {
    width: calc(100% - (min(19.26%, 167px) + 8px));
  }
}
#header-new #gnav-new .container .gnav_wrap .lst-box ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap .lst-box ul {
    flex-direction: row;
    gap: 10px 8px;
  }
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap .lst-box ul li {
    width: calc((100% - 24px) / 4);
  }
}
#header-new #gnav-new .container .gnav_wrap .lst-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #E45826;
  border-bottom: solid 1px #E45826;
  padding-inline: 4.66%;
  font-size: 1.6rem;
  font-weight: bold;
  padding-block: 0.6em;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap .lst-box ul li a {
    justify-content: center;
    border: solid 1px #E45826;
    border-radius: 8px;
    padding-block: 0.5em;
  }
}
#header-new #gnav-new .container .gnav_wrap .lst-box ul li a::after {
  content: "";
  display: block;
  background: url(../assets/img/add/nav_arrow02.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap .lst-box ul li a::after {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  #header-new #gnav-new .container .gnav_wrap .lst-box ul + ul {
    margin-top: 10px;
  }
}

body.home #header {
  position: relative;
}
body.home #gnav {
  position: absolute;
  width: 100%;
  margin-top: -15rem;
}
body.home #pankuzu {
  display: none;
}

body.home #page {
  padding: 0;
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page #intro-section .container {
  text-align: center;
}
body.home #page #intro-section .container a {
  line-height: 1;
  display: block;
}
body.home #page #intro-section .container .reason {
  width: 488px;
  margin: 0 auto 5rem;
}
body.home #page #intro-section .container .nenga {
  width: 1000px;
  margin: 0 auto;
}
body.home #page #intro-section .container .youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
body.home #page #intro-section .container .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body.home #page #news-section {
  text-align: center;
}
body.home #page #news-section .container {
  display: inline-block;
  min-width: auto;
  width: auto;
}
body.home #page #news-section .container .cards {
  background: #feaf61;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.home #page #news-section .container .cards h2 {
  margin-right: 3rem;
  padding: 5rem 3rem;
  line-height: 1;
  border-right: 1px solid white;
}
body.home #page #news-section .container .cards h2 img {
  width: 77px;
}
body.home #page #news-section .container .cards .feeds {
  min-width: 40rem;
}
body.home #page #news-section .container .cards .feeds article {
  display: block;
}
body.home #page #news-section .container .cards .feeds article a {
  display: block;
  padding-right: 2rem;
}
body.home #page #news-section .container .cards .feeds article a .date,
body.home #page #news-section .container .cards .feeds article a .title {
  color: white;
  display: inline-block;
}
body.home #page #news-section .container .cards .feeds article a .date {
  margin-right: 1.5rem;
}
body.home #page #news-section .container .btn {
  text-align: right;
}
body.home #page #news-section .container .btn a {
  text-decoration: underline;
  color: #feaf61;
  font-weight: bold;
}
body.home #page #bukken-feed .container > h2 {
  color: #feaf61;
  font-size: 3.54rem;
  text-align: center;
  margin-bottom: 2rem;
}
body.home #page #bukken-feed .container > div {
  margin-bottom: 4rem;
}
body.home #page #bukken-feed .container > div > h2 {
  background: #feaf61;
  color: white;
  font-feature-settings: 2rem;
  padding: 2rem 3rem;
  display: inline-block;
  line-height: 1;
  margin-bottom: 2rem;
}
body.home #page #bukken-feed .container > div > .feeds article {
  background: none;
  padding: 0;
  margin: 0 2rem 2rem 0;
}
body.home #page #bukken-feed .container > div > .btn {
  text-align: right;
}
body.home #page #bukken-feed .container > div > .btn a {
  color: #feaf61;
  text-decoration: underline;
  font-weight: bold;
}

.page-name {
  position: absolute;
  left: 0;
  top: 4rem;
  color: white;
  font-size: 2.8rem;
  background: #f15a24;
  padding: 1rem 3rem;
  border-radius: 0 7rem 7rem 0;
}

#page-philosophy .container .cards {
  justify-content: flex-start !important;
}
#page-philosophy .container .cards .txt {
  width: 540px;
  margin-top: 13rem;
}
#page-philosophy .container .cards .txt > h2 {
  margin-bottom: 4rem;
}
#page-philosophy .container .cards .txt p strong {
  font-size: 2.4rem;
  font-weight: bold;
  color: #f15a24;
  line-height: 1.3;
}
#page-philosophy .container .cards .txt p span.red {
  color: #f15a24;
  font-weight: bold;
}
#page-philosophy .container .cards .txt p span.red {
  font-weight: bold;
}
#page-philosophy .container .cards .pic {
  width: 350px;
  margin-top: 10rem;
}

#page-buy #buy-section .container .pic {
  width: 768px;
  margin: 3rem auto 4rem;
}
#page-buy #buy-section .container .btn {
  text-align: center;
}

#page-sell .cards_col_3 {
  margin-top: 4rem;
}
#page-sell #point-section .container .cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 800px;
  margin: 0 auto;
}
#page-sell #point-section .container .cards article {
  width: 208px;
  margin: 0rem 2rem;
}
#page-sell #sell-section .container article.cards,
#page-sell #flow-section .container article.cards {
  margin-bottom: 3rem;
}
#page-sell #sell-section .container article.cards .txt,
#page-sell #flow-section .container article.cards .txt {
  width: calc(100% - 360px - 3rem);
}
#page-sell #sell-section .container article.cards .pic,
#page-sell #flow-section .container article.cards .pic {
  width: 360px;
}
#page-sell #case-section .pic {
  width: 768px;
  margin: 4rem auto 0;
}
#page-sell #toti-section .cards_col_2 {
  width: 768px;
  margin: 4rem auto 0;
}

.bukken_list_archive #feeds-section .container > .message {
  background: rgb(243.525, 243.525, 243.525);
  background: #feaf61;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 35px;
}
.bukken_list_archive #feeds-section .container > .message h1 {
  font-size: 25px;
  line-height: 1.5;
  color: white;
}
.bukken_list_archive #feeds-section .container > .message h2 {
  font-size: 20px;
  color: white;
}
.bukken_list_archive #feeds-section .container .cards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bukken_list_archive #feeds-section .container .cards article {
  width: calc(33.3333333333% - 2rem);
  padding: 1.5rem;
  margin: 0 1rem 2rem;
}
.bukken_list_archive #feeds-section .container .cards article header {
  border-left: 10px solid #feaf61;
  position: relative;
  padding-left: 0.7rem;
  margin-bottom: 2rem;
}
.bukken_list_archive #feeds-section .container .cards article header h2 {
  font-size: 2rem;
  line-height: 1.3;
}
.bukken_list_archive #feeds-section .container .cards article header p {
  margin: 0;
  line-height: 1.5;
}
.bukken_list_archive #feeds-section .container .cards article .pic {
  position: relative;
}
.bukken_list_archive #feeds-section .container .cards article .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.75;
  object-fit: cover;
}
.bukken_list_archive #feeds-section .container .cards article .pic:has(.seiyaku)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bukken_list_archive #feeds-section .container .cards article .pic:has(.mansitu)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bukken_list_archive #feeds-section .container .cards article .pic > i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  background: red;
  line-height: 1;
  padding: 0.5rem 1rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
.bukken_list_archive #feeds-section .container .cards article .pic > i.mansitu {
  background: red;
}
.bukken_list_archive #feeds-section .container .cards article .pic > i.kuusitu {
  background: #009eff;
}
.bukken_list_archive #feeds-section .container .cards article .pic > i.seiyaku {
  background: #c7d0ff;
}
.bukken_list_archive #feeds-section .container .cards article .txt p {
  margin: 1rem 0 0;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .bukken_list_archive #feeds-section .container .cards article .txt p {
    font-size: 1.8rem;
  }
}
.bukken_list_archive #feeds-section .container .cards article .txt p > span {
  font-weight: bold;
  display: inline-block;
  margin-right: 1.5rem;
}
.bukken_list_archive #feeds-section .container .cards article .txt p.price {
  font-size: clamp(1.8rem, 1.7578125vw, 2.4rem);
  font-weight: bold;
}
.bukken_list_archive #feeds-section .container .cards article .btn {
  margin-top: 2rem;
}
.bukken_list_archive #feeds-section .container .cards article .btn a {
  border-radius: 100px;
  background: #feaf61;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  color: white !important;
  line-height: 1;
  padding: 1.5rem;
  width: 65%;
  margin-inline: auto;
}
.bukken_list_archive #feeds-section .container .cards article .btn.mat10 {
  margin-top: 1rem;
}
.bukken_list_archive #btn-section .container a {
  width: 500px;
  margin: 0 auto;
  display: block;
  line-height: 0.5;
}

#page-renovation #renovation-section #renova-pic-section .container {
  padding: 0;
}
#page-renovation #renovation-section #renova-pic-section .container .cards_col_2 .pic .cont {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

#page-company #company-section .container {
  max-width: 1280px;
}
#page-company #company-section .greeting {
  width: 100%;
}
#page-company #company-section .greeting h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: clamp(24px, 2.34375vw, 48px);
}
#page-company #company-section .greeting .greeting-contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  #page-company #company-section .greeting .greeting-contents {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10%;
  }
}
#page-company #company-section .greeting .greeting-contents .img_box {
  width: 100%;
  background: repeating-linear-gradient(45deg, #fed8b2 0px, #fed8b2 10px, #fff 10px, #fff 20px) repeat;
}
@media (min-width: 1024px) {
  #page-company #company-section .greeting .greeting-contents .img_box {
    width: 50%;
    background: #fed8b2;
  }
}
#page-company #company-section .greeting .greeting-contents .img_box img {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: calc(100% - 24px);
  margin-top: 24px;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 1024px) {
  #page-company #company-section .greeting .greeting-contents .img_box img {
    background-color: #fff;
    background: repeating-linear-gradient(45deg, #fed8b2 0px, #fed8b2 10px, #fff 10px, #fff 20px) repeat;
    transform: translate(36px, 36px);
    width: 100%;
    margin-top: 0;
    margin-inline: auto;
  }
}
@media (min-width: 1024px) {
  #page-company #company-section .greeting .greeting-contents .txt {
    width: 40%;
  }
}
#page-company #company-section .greeting .greeting-contents .txt > h2 {
  margin-bottom: 4rem;
  padding-bottom: 0;
  text-align: left;
}
#page-company #company-section .greeting .greeting-contents .txt p {
  font-size: 1.6rem;
}
#page-company #company-section .greeting .greeting-contents .txt p strong {
  font-size: 2.4rem;
  font-weight: bold;
  color: #f15a24;
  line-height: 1.3;
}
#page-company #company-section .greeting .greeting-contents .txt p span.red {
  color: #f15a24;
  font-weight: bold;
}
#page-company #company-section .greeting .greeting-contents .txt p span.red {
  font-weight: bold;
}
#page-company #company-section .greeting .greeting-contents .txt .name {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
#page-company #company-section .greeting .greeting-contents .txt .name p {
  margin-block: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
#page-company #company-section .greeting .greeting-contents .txt .name strong {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
}
#page-company #company-section .greeting .greeting-contents .txt .name span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
#page-company #company-section .overview {
  width: 100%;
  margin-top: clamp(46px, 4.4921875vw, 75px);
}
#page-company #company-section .overview h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: clamp(24px, 2.34375vw, 48px);
}
#page-company #company-section .overview dl {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  margin: 0;
  padding-block: 12px;
}
#page-company #company-section .overview dl dt {
  color: #f15a24;
  font-weight: bold;
  width: 25%;
  font-size: 1.8rem;
}
#page-company #company-section .overview dl dd {
  margin: 0;
  width: 75%;
  font-size: 1.8rem;
}
#page-company #company-section .map {
  margin-top: clamp(46px, 4.4921875vw, 75px);
  width: 100%;
}
#page-company #company-section .map h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: clamp(24px, 2.34375vw, 48px);
}
#page-company #company-section .map iframe {
  width: 100%;
  height: 450px;
}
#page-company #profile-section .container {
  text-align: center;
}
#page-company #profile-section .container .center_txt {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}

#page-strong-point #strong-section {
  background-image: url("images/strong/about_img_main.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}
#page-strong-point #strong-section .container {
  text-align: right;
}
#page-strong-point #strong-section .container .txt {
  width: calc(100% - 650px - 3rem);
  margin-top: 10rem;
  text-align: left;
  display: inline-block;
}
#page-strong-point #strong-section .container .txt > h2 {
  margin-bottom: 3rem;
}
#page-strong-point #point-section .container {
  width: 1000px;
}
#page-strong-point #point-section .container > article {
  margin-bottom: 3rem;
}
#page-strong-point #point-section .container > article > .cards .point {
  width: 122px;
}
#page-strong-point #point-section .container > article > .cards .content {
  width: calc(100% - 122px - 5rem);
}
#page-strong-point #point-section .container > article > .cards .content .txt h2 {
  font-family: "Noto Serif JP", serif;
  color: #f15a24;
  line-height: 1.3;
  font-size: 4rem;
  font-weight: normal;
}

#page-voice .voice_txt_add h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: clamp(16px, 2.34375vw, 24px);
}
#page-voice .voice_txt_add h2 + p {
  text-align: center;
  margin-inline: auto;
  margin-block: 0;
  font-size: clamp(16px, 1.5625vw, 18px);
  font-weight: 500;
}
#page-voice #voice-section #voice-content-section header {
  background: #fed8b2;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
}
#page-voice #voice-section #voice-content-section header h2 {
  font-size: 2rem;
}
#page-voice #voice-section #voice-content-section .box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#page-voice #voice-section #voice-content-section .box .pic {
  border: solid 1px #d9d9d9;
}
#page-voice #voice-section #voice-content-section .box .pic img {
  width: 100%;
}
#page-voice #voice-section #voice-content-section .box .txt {
  padding: 0 2rem;
}
@media screen and (min-width: 1280px) {
  #page-voice #voice-section #voice-content-section .box {
    flex-direction: row;
    gap: 46px;
  }
  #page-voice #voice-section #voice-content-section .box .pic {
    order: 2;
    width: 65%;
  }
  #page-voice #voice-section #voice-content-section .box .txt {
    order: 1;
    width: calc(35% - 46px);
  }
}
#page-voice #voice-section #voice-content-section .voice_txt_field {
  margin: 50px auto 0;
}
#page-voice #voice-section #voice-content-section .voice_txt_field .txt-open-btn {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(8px, 0.78125vw, 12px);
  font-size: clamp(1.8rem, 1.5625vw, 2rem);
  font-weight: bold;
  background-color: #feaf61;
  color: #fff;
  border-radius: 100px;
  width: min(100%, 450px);
  margin-bottom: clamp(24px, 2.34375vw, 46px);
  cursor: pointer;
}
#page-voice #voice-section #voice-content-section .voice_txt_field .voice_list {
  display: none;
}
#page-voice #voice-section #voice-content-section .voice_txt_field .voice_list article {
  margin-bottom: 25px;
}
#page-voice #voice-section #voice-content-section .voice_txt_field .voice_list article:last-of-type {
  margin-bottom: 0;
}
#page-voice #voice-section #voice-content-section .voice_txt_field .voice_list article .q h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
#page-voice #voice-section #voice-content-section .voice_txt_field .voice_list article .a {
  border: 1px solid rgb(159.375, 159.375, 159.375);
  padding: 5px 25px;
}
#page-voice .voice--lst {
  max-width: 1140px;
  margin-inline: auto;
  margin-top: clamp(24px, 2.34375vw, 48px);
}
#page-voice .voice--lst ul {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 4.6875vw, 96px);
}
#page-voice .voice--lst ul li {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.125vw, 46px);
}
#page-voice .voice--lst ul li .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#page-voice .voice--lst ul li .box .img_box {
  width: min(7.32421875vw, 168px);
  min-width: 75px;
}
#page-voice .voice--lst ul li .box .img_box img {
  display: block;
}
#page-voice .voice--lst ul li .fukidashi01 {
  position: relative;
  border: solid 1px #fed8b2;
  border-radius: 30px;
  width: calc(100% - 115px);
}
@media (min-width: 1024px) {
  #page-voice .voice--lst ul li .fukidashi01 {
    width: calc(100% - (min(7.32421875vw, 168px) + 7.5%));
  }
}
#page-voice .voice--lst ul li .fukidashi01::before {
  content: "";
  content: "";
  display: block;
  height: clamp(33.75px, 3.2958984375vw, 45px);
  width: clamp(52.5px, 5.126953125vw, 70px);
  clip-path: polygon(50% 0, 100% 0%, 100% 100%);
  background-color: #fed8b2;
  position: absolute;
  top: calc(clamp(26.25px, 2.5634765625vw, 48px) + 1px);
  left: calc(clamp(51px, 4.98046875vw, 68px) * -1);
  z-index: 2;
}
#page-voice .voice--lst ul li .fukidashi01::after {
  content: "";
  content: "";
  display: block;
  height: clamp(33.75px, 3.2958984375vw, 45px);
  width: clamp(52.5px, 5.126953125vw, 70px);
  clip-path: polygon(50% 0, 100% 0%, 100% 100%);
  background-color: #fed8b2;
  position: absolute;
  top: clamp(26.25px, 2.5634765625vw, 48px);
  left: calc(clamp(52.5px, 5.126953125vw, 70px) * -1);
  z-index: 1;
}
#page-voice .voice--lst ul li .fukidashi01 .inner {
  background-color: #fed8b2;
  padding: clamp(22px, 2.1484375vw, 38px);
  border-radius: 28px;
  position: relative;
  z-index: 5;
}
#page-voice .voice--lst ul li .fukidashi01 p {
  font-size: clamp(14px, 1.3671875vw, 18px);
}
#page-voice .voice--lst ul li .fukidashi01 p br {
  display: none;
}
#page-voice .voice--lst ul li .fukidashi01 .btn {
  border-radius: 100px;
  border: solid 1px #333;
  width: fit-content;
  font-weight: bold;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
}
#page-voice .voice--lst ul li .fukidashi01 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 24px;
  padding-block: 6px;
}
#page-voice .voice--lst ul li .fukidashi02 {
  position: relative;
  border: solid 1px #333;
  border-radius: 30px;
  width: calc(100% - 115px);
}
@media (min-width: 1024px) {
  #page-voice .voice--lst ul li .fukidashi02 {
    width: calc(100% - (min(7.32421875vw, 168px) + 7.5%));
  }
}
#page-voice .voice--lst ul li .fukidashi02::before {
  content: "";
  display: block;
  height: clamp(33.75px, 3.2958984375vw, 45px);
  width: clamp(52.5px, 5.126953125vw, 70px);
  clip-path: polygon(50% 0, 100% 0%, 100% 100%);
  background-color: #fff;
  position: absolute;
  top: calc(clamp(26.25px, 2.5634765625vw, 48px) + 1px);
  right: calc(clamp(51px, 4.98046875vw, 68px) * -1);
  z-index: 2;
  transform: scale(-1, 1);
}
#page-voice .voice--lst ul li .fukidashi02::after {
  content: "";
  display: block;
  height: clamp(33.75px, 3.2958984375vw, 45px);
  width: clamp(52.5px, 5.126953125vw, 70px);
  clip-path: polygon(50% 0, 100% 0%, 100% 100%);
  background-color: #333;
  position: absolute;
  top: clamp(26.25px, 2.5634765625vw, 48px);
  right: calc(clamp(52.5px, 5.126953125vw, 70px) * -1);
  z-index: 1;
  transform: scale(-1, 1);
}
#page-voice .voice--lst ul li .fukidashi02 .inner {
  background-color: #fff;
  padding: clamp(22px, 2.1484375vw, 38px);
  border-radius: 28px;
  position: relative;
  z-index: 5;
}
#page-voice .voice--lst ul li .fukidashi02 p {
  font-size: clamp(14px, 1.3671875vw, 18px);
}
#page-voice .voice--lst ul li .fukidashi02 p br {
  display: none;
}

#page-contact #contact-section .txt {
  margin-top: 10rem;
  text-align: center;
}
#page-contact #contact-form-wrap .btn {
  text-align: right;
}
#page-contact #contact-form-wrap h3 {
  color: #feaf61;
  font-size: 2rem;
  line-height: 1.3;
}

.form-wrap {
  background: rgb(243.525, 243.525, 243.525);
  padding: 2rem;
}
.form-wrap > h2 {
  font-size: 2rem;
  background: #feaf61;
  color: white;
  padding: 1rem;
  margin-bottom: 3rem;
}
.form-wrap form {
  width: 100%;
  box-sizing: border-box;
  margin: 2rem auto;
}
.form-wrap form .form_input_list {
  padding: 3rem 0;
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.form-wrap form .form_input_list span {
  vertical-align: middle;
}
.form-wrap form .form_input_list > span:nth-of-type(1) {
  display: inline-block;
  min-width: 20rem;
}
.form-wrap form .form_input_list > span:nth-of-type(1) > em {
  background: orange;
  color: white;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
}
.form-wrap form .form_input_list > span:nth-of-type(2) {
  display: inline-block;
}
.form-wrap form .form_input_list dl {
  display: inline-block;
  margin: 0;
}
.form-wrap form .form_input_list dl dd {
  display: inline-block;
  margin: 0;
  margin-right: 2rem;
}
.form-wrap form .form_input_list dl dd > em {
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
}
.form-wrap form .form_input_list dl dd > span {
  display: inline-block;
}
.form-wrap form .form_input_list dl dd input {
  width: 20rem;
}
.form-wrap form .submit_btn_wrap {
  text-align: center;
}
.form-wrap form .submit_btn_wrap input[type=submit] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  border-radius: 1rem;
  background: #79942e;
}
.form-wrap form .submit_btn_wrap span {
  display: block !important;
}
.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 680px;
  box-sizing: border-box;
  padding: 1rem 2rem;
}
.form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
  color: rgb(243.525, 243.525, 243.525);
}
.form-wrap form input[type=radio] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.form-wrap form input[type=button],
.form-wrap form input[type=submit] {
  background: #feaf61;
  color: white;
  box-sizing: border-box;
  padding: 2rem 0;
  display: block;
  margin: 1rem 0;
}
.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  text-overflow: "";
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 600px;
  position: relative;
  display: block;
  padding: 1rem 2rem;
}
.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: "\f054";
  font-family: FontAwesome;
  color: #feaf61;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.schedule_table_size_custom table tr th,
.schedule_table_size_custom table tr td {
  width: auto !important;
  text-align: center;
}
#page-staff .container {
  min-width: auto;
  max-width: 1350px;
}
#page-staff .staff-detail + .staff-detail {
  margin-top: 24px;
}
#page-staff .staff-detail .img_box {
  background-color: #FFDFA5;
  border: solid 1px #FFDFA5;
}
#page-staff .staff-detail .img_box img {
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  width: 100%;
  padding-top: 2em;
}
#page-staff .staff-detail#staff01 .img_box img {
  object-position: 40% 0;
}
#page-staff .staff-detail .txt {
  background: linear-gradient(249.56deg, #FBB77E 22.84%, #FFD190 77.16%);
  padding: 2em;
}
#page-staff .staff-detail .txt-copy {
  color: #F15A24;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
#page-staff .staff-detail .txt-position {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}
#page-staff .staff-detail .txt > strong {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
#page-staff .staff-detail .txt > strong span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
#page-staff .staff-detail .txt .content {
  padding-top: 16px;
}
#page-staff .staff-detail .txt .content p a {
  color: #0000ff;
  text-decoration: none;
}
#page-staff .other {
  padding-top: 24px;
}
#page-staff .other strong {
  display: block;
  font-size: 1.8rem;
}
#page-staff .other ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}
#page-staff .sns-lst {
  padding-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
#page-staff .sns-lst li {
  width: 32px;
}

@media (min-width: 1024px) {
  #page-staff {
    position: relative;
  }
  #page-staff .staff-detail {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  #page-staff .staff-detail + .staff-detail {
    margin-top: min(9.375vw, 150px);
  }
  #page-staff .staff-detail .img_box {
    width: 52.5%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page-staff .staff-detail .img_box img {
    padding-top: 4em;
  }
  #page-staff .staff-detail .txt {
    margin-left: auto;
    margin-right: 0;
    margin-top: min(5.859375vw, 120px);
    width: 52.5%;
    padding: min(2.9296875vw, 3em);
    aspect-ratio: 1;
    position: relative;
  }
  #page-staff .staff-detail .txt-copy {
    font-size: 2.2rem;
  }
  #page-staff .staff-detail .txt-position {
    font-size: 1.6rem;
  }
  #page-staff .staff-detail .txt > strong {
    font-size: 2.8rem;
  }
  #page-staff .staff-detail .txt > strong span {
    font-size: 1.4rem;
  }
  #page-staff .staff-detail .txt .content p {
    font-size: 1.6rem;
  }
  #page-staff .sns-lst {
    position: absolute;
    bottom: 1.5em;
    left: min(2.9296875vw, 3em);
  }
  #page-staff .other {
    padding-top: 36px;
  }
  #page-staff .other strong {
    font-size: 2rem;
  }
}
.post-view-btn {
  margin-top: 56px;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  /* font-size: 1.6rem; */
  font-size: min(4.2666666667vw, 2.4rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.post-view-btn::after {
  content: "";
  display: block;
  background: url(../assets/img/post-view-btn-arrow.svg) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 42px;
}

@media screen and (min-width: 1280px) {
  .post-view-btn {
    margin-top: 0;
    margin-inline: 0;
    font-size: 2.2rem;
    gap: 24px;
  }
  .post-view-btn::after {
    width: min(3.90625vw, 80px);
    height: min(3.90625vw, 80px);
  }
}
.property-info {
  padding-top: clamp(24px, 2.34375vw, 36px);
  margin-inline: auto;
}
.property-info article h3 {
  font-size: clamp(2rem, 1.953125vw, 2.8rem);
  font-weight: bold;
  text-align: center;
  padding-bottom: clamp(24px, 2.34375vw, 36px);
}
.property-info article > img {
  display: block;
  width: min(100%, 960px);
  margin-inline: auto;
}
.property-info article .comment-area {
  margin-top: clamp(24px, 2.34375vw, 36px);
  width: min(100%, 960px);
  margin-inline: auto;
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  font-weight: 500;
}
.property-info__dl {
  padding-top: clamp(36px, 3.515625vw, 48px);
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  font-weight: 500;
}
.property-info__dl dl {
  margin: 0;
  border-bottom: solid 1px #d9d9d9;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-block: clamp(16px, 1.5625vw, 24px);
}
.property-info__dl dl dt {
  width: 30%;
}
.property-info__dl dl dd {
  margin: 0;
  width: 70%;
}
.property-info__map {
  margin-top: clamp(36px, 3.515625vw, 75px);
  display: block;
  width: min(100%, 960px);
  margin-inline: auto;
  overflow: clip;
}
.property-info__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.5;
}
.property-info__pdf {
  width: min(100%, 960px);
  margin-inline: auto;
  margin-top: clamp(36px, 3.515625vw, 75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .property-info__pdf {
    gap: clamp(24px, 2.34375vw, 36px);
    flex-direction: row;
  }
}
.property-info__pdf a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: clamp(1.8rem, 1.5625vw, 2rem);
  font-weight: bold;
  background-color: #feaf61;
  color: #fff;
  border-radius: 100px;
  width: 80%;
}
@media (min-width: 1024px) {
  .property-info__pdf a {
    padding: 16px;
    width: calc((100% - clamp(24px, 2.34375vw, 36px)) / 2);
  }
}
.property-info__form {
  margin-top: clamp(36px, 3.515625vw, 75px);
}
.property-info__form form {
  margin-top: clamp(32px, 4.1666666667vw, 40px);
  padding-inline: min(4.2666666667vw, 70px);
  padding-block: clamp(16px, 2.0833333333vw, 36px);
  background: #EFEFEF;
  border: solid 1px #CCCCCC;
  border-radius: 4px;
}
.property-info__form .form_input_list {
  border-bottom: solid 1px #CCCCCC;
  padding-block: clamp(16px, 1.5625vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 1024px) {
  .property-info__form .form_input_list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.property-info__form .form_input_list:has(input[type=checkbox]) {
  flex-direction: column;
  align-items: flex-start;
}
.property-info__form .form_input_list:has(input[type=checkbox]) .wpcf7-list-item {
  margin: 0;
}
.property-info__form .form_input_list:has(input[type=checkbox]) .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 1024px) {
  .property-info__form .form_input_list:has(textarea) {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.property-info__form .form_input_list > span {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.property-info__form .form_input_list > span em {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E45826;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
  font-size: clamp(1.4rem, 1.3671875vw, 1.7rem);
  border-radius: 2px;
  padding-inline: 8px;
}
@media (min-width: 1024px) {
  .property-info__form .form_input_list > span:nth-of-type(1) {
    width: min(25%, 315px);
  }
}
.property-info__form .form_input_list > span.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .property-info__form .form_input_list > span.wpcf7-form-control-wrap {
    width: calc(100% - min(25%, 315px));
  }
}
.property-info__form .form_input_list > span.wpcf7-form-control-wrap input[type=text] {
  width: 100%;
  height: 48px;
  padding-inline: 15px;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
}
.property-info__form .form_input_list > span.wpcf7-form-control-wrap input[type=text]::placeholder {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  font-weight: normal;
  color: #CCCCCC;
}
.property-info__form .form_input_list > span.wpcf7-form-control-wrap input[type=tel] {
  width: 100%;
  height: 48px;
  padding-inline: 15px;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
}
.property-info__form .form_input_list > span.wpcf7-form-control-wrap input[type=tel]::placeholder {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  font-weight: normal;
  color: #CCCCCC;
}
.property-info__form .form_input_list > span.wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  height: 48px;
  padding-inline: 15px;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
}
.property-info__form .form_input_list > span.wpcf7-form-control-wrap input[type=email]::placeholder {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  font-weight: normal;
  color: #CCCCCC;
}
.property-info__form .form_input_list > span.wpcf7-form-control-wrap textarea {
  width: 100%;
  min-height: 240px;
  padding: 15px;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
}
.property-info__form .form_input_list > span.wpcf7-form-control-wrap textarea::placeholder {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  font-weight: normal;
  color: #CCCCCC;
}
.property-info__form .form_input_list.submit_btn_wrap {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 0;
  position: relative;
}
.property-info__form .form_input_list.submit_btn_wrap::after {
  content: "";
  display: block;
  background: url(../assets/img/add/nav_arrow01.svg) no-repeat;
  background-size: 100%;
  min-width: clamp(20px, 1.953125vw, 24px);
  min-height: clamp(20px, 1.953125vw, 24px);
  position: absolute;
  top: calc(clamp(56px, 5.46875vw, 68px) / 2 - clamp(20px, 1.953125vw, 24px) / 2);
  right: clamp(16px, 1.5625vw, 24px);
}
.property-info__form .form_input_list.submit_btn_wrap input[type=submit] {
  width: 100%;
  height: clamp(56px, 5.46875vw, 68px);
  margin-inline: auto;
  border-radius: 8px;
  background: #E45826;
  color: #fff;
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  font-weight: bold;
  cursor: pointer;
  border: none;
}
.property-info__form .agreement--chk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: clamp(24px, 2.34375vw, 40px);
  font-size: clamp(1.4rem, 1.3671875vw, 1.6rem);
  font-weight: bold;
}

.property-cat-lnk {
  margin-top: clamp(24px, 2.34375vw, 36px);
  margin-bottom: clamp(36px, 3.515625vw, 56px);
  max-width: 800px;
  margin-inline: auto;
}
.property-cat-lnk > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1024px) {
  .property-cat-lnk > ul {
    flex-direction: row;
    gap: clamp(24px, 2.34375vw, 36px);
  }
}
.property-cat-lnk > ul li {
  width: 100%;
}
@media (min-width: 1024px) {
  .property-cat-lnk > ul li {
    width: calc((100% - clamp(24px, 2.34375vw, 36px) * 2) / 3);
  }
}
.property-cat-lnk > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  font-weight: bold;
  font-weight: 500;
  padding: clamp(6px, 0.5859375vw, 12px);
  color: #fff;
  background-color: #feaf61;
}

.ttl_orange {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding-inline: 16px;
  background-color: #FEAF61;
  padding-block: clamp(6px, 0.5859375vw, 8px);
  color: #fff;
}
@media (min-width: 1024px) {
  .ttl_orange {
    font-size: 3.2rem;
    padding-inline: 24px;
  }
}

.page-buy .container {
  max-width: 1400px;
}
.page-buy .container::before {
  content: none;
}
.page-buy .container::after {
  content: none;
}
.page-buy .bukken_list_archive {
  padding-top: clamp(36px, 3.515625vw, 48px);
}
.page-buy .bukken_list_archive #bukken-slider {
  padding-top: clamp(36px, 3.515625vw, 48px);
  position: relative;
}
.page-buy .bukken_list_archive #bukken-slider article {
  padding: 0 !important;
  width: 90.1333333333vw !important;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .page-buy .bukken_list_archive #bukken-slider article {
    width: 410px !important;
  }
}
.page-buy .bukken_list_archive #bukken-slider article a {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
.page-buy .bukken_list_archive #bukken-slider article a h2 {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .page-buy .bukken_list_archive #bukken-slider article a h2 {
    font-size: 2.3rem;
  }
}
.page-buy .bukken_list_archive #bukken-slider .slick-track {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(20px + 1.5rem);
}
.page-buy .bukken_list_archive #bukken-slider .slick-track::before {
  content: none;
}
.page-buy .bukken_list_archive #bukken-slider .slick-track::after {
  content: none;
}
.page-buy .bukken_list_archive .terms {
  margin-top: 12px;
  height: 30px;
  width: fit-content;
}
.page-buy .bukken_list_archive .terms .term {
  display: block;
  padding-inline: 12px;
  background-color: #E45826;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
}
.page-buy .bukken-slider-arrow {
  position: absolute;
  top: 30%;
  transform-origin: center center;
  display: block;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 25;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .page-buy .bukken-slider-arrow {
    width: 48px;
    height: 48px;
  }
}
.page-buy .bukken-slider-arrow::before {
  content: "";
  display: block;
  background: url(../assets/img/post-view-btn-arrow.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-buy .bukken-slider-arrow.prev-arrow {
  left: -12px;
  transform: scale(-1, 1);
}
@media (min-width: 1024px) {
  .page-buy .bukken-slider-arrow.prev-arrow {
    left: -24px;
  }
}
.page-buy .bukken-slider-arrow.next-arrow {
  right: -12px;
}
@media (min-width: 1024px) {
  .page-buy .bukken-slider-arrow.next-arrow {
    right: -24px;
  }
}
.page-buy #step ul {
  padding-top: clamp(30px, 2.9296875vw, 96px);
  max-width: 840px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 8vw, 87px);
}
@media (min-width: 768px) {
  .page-buy #step ul {
    gap: 87px;
  }
}
.page-buy #step ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .page-buy #step ul li {
    gap: 40px;
  }
}
.page-buy #step ul li:not(:nth-last-of-type(1))::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #E45826;
  position: absolute;
  top: 72px;
  left: 34px;
}
@media (min-width: 768px) {
  .page-buy #step ul li:not(:nth-last-of-type(1))::before {
    top: 128px;
    left: 62px;
  }
}
.page-buy #step ul li img {
  width: 100%;
}
.page-buy #step ul li > img {
  width: 72px;
  position: relative;
}
@media (min-width: 768px) {
  .page-buy #step ul li > img {
    width: 128px;
  }
}
.page-buy #step ul li .box {
  width: calc(100% - 88px);
}
@media (min-width: 768px) {
  .page-buy #step ul li .box {
    width: calc(100% - 168px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .page-buy #step ul li .box .txt {
    width: clamp(250px, 32.5520833333vw, 320px);
  }
}
.page-buy #step ul li .box .txt h3 {
  margin-top: clamp(8px, 0.78125vw, 10px);
  font-size: clamp(1.8rem, 1.7578125vw, 2.4rem);
  font-weight: bold;
  border-left: solid 8px #FEAF61;
  padding-left: clamp(7px, 0.68359375vw, 10px);
  line-height: 1.5;
}
.page-buy #step ul li .box .txt p {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
}
@media (min-width: 1024px) {
  .page-buy #step ul li .box .txt p {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .page-buy #step ul li .box img {
    width: calc(100% - (clamp(250px, 32.5520833333vw, 320px) + 32px));
  }
}
.page-buy .pickup {
  padding-top: clamp(36px, 3.515625vw, 72px);
}
.page-buy .pickup p {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
}
@media (min-width: 1024px) {
  .page-buy .pickup img {
    display: block;
    width: 50%;
    margin-inline: auto;
  }
}
.page-buy .pickup .btn {
  margin-top: clamp(36px, 3.515625vw, 46px);
  border-radius: 100px;
  background: #feaf61;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  color: white !important;
  line-height: 1;
  padding: 1.5rem;
  width: min(65%, 260px);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-buy .pickup .btn {
    padding-block: 1.8rem;
    font-size: 2rem;
  }
}
.page-buy .pickup + article .container {
  padding-top: 0;
}

.page-sell__fv {
  width: 100%;
  padding-top: 5.3333333333vw;
  background: url(../assets/img/sell/fv/bg_sp.png), linear-gradient(#6992c7 0%, rgba(147, 189, 240, 0.65) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top 7.4666666667vw center, top center;
  background-size: 100%, 100% 85.3333333333vw;
  padding-inline: 4.26%;
  position: relative;
}
@media (min-width: 1024px) {
  .page-sell__fv {
    background: url(../assets/img/sell/fv/bg_pc.png), linear-gradient(#6992c7 0%, rgba(147, 189, 240, 0.65) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, top center;
    background-size: 100%;
    height: min(47.9166666667vw, 920px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    padding-top: min(3.75vw, 72px);
  }
}
.page-sell__fv .catch-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  position: relative;
  height: 82.9333333333vw;
}
@media (min-width: 1024px) {
  .page-sell__fv .catch-box {
    width: 50%;
    height: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    order: 2;
  }
}
.page-sell__fv .catch-box h1 {
  width: 32.2666666667vw;
  position: absolute;
  top: -10px;
  right: -4px;
}
@media (min-width: 1024px) {
  .page-sell__fv .catch-box h1 {
    width: min(16.6145833333vw, 319px);
    top: 0;
    right: min(2.9166666667vw, 56px);
    z-index: 5;
  }
}
.page-sell__fv .catch-box .img_box {
  width: 73.3333333333vw;
  position: absolute;
  left: -2.6666666667vw;
  bottom: 0;
}
@media (min-width: 1024px) {
  .page-sell__fv .catch-box .img_box {
    width: min(43.28125vw, 831px);
    left: 0;
  }
}
.page-sell__fv .catch-box .img_box img {
  width: 100%;
}
.page-sell__fv .txt-box {
  display: flex;
  flex-direction: column;
  margin-top: -14.9333333333vw;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .page-sell__fv .txt-box {
    margin-top: 0;
    width: 50%;
    order: 1;
    padding-left: min(7.2916666667vw, 140px);
  }
}
@media (min-width: 1280px) {
  .page-sell__fv .txt-box {
    padding-left: min(13.5416666667vw, 260px);
  }
}
.page-sell__fv .txt-box strong {
  display: block;
  order: 2;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .page-sell__fv .txt-box strong {
    order: 1;
    font-size: min(2.9166666667vw, 5.6rem);
    color: #fff;
    text-align: left;
    text-shadow: 0 0 12px rgba(0, 29, 87, 0.75);
  }
}
.page-sell__fv .txt-box p {
  order: 3;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .page-sell__fv .txt-box p {
    order: 2;
    font-size: max(min(0.9375vw, 1.8rem), 1.4rem);
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 29, 87, 0.75);
    max-width: 630px;
  }
}
.page-sell__fv .txt-box p span {
  font-weight: 900;
}
.page-sell__fv .txt-box ul {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .page-sell__fv .txt-box ul {
    order: 3;
    justify-content: flex-start;
    max-width: 630px;
  }
}
@media (min-width: 1024px) {
  .page-sell__anchor {
    margin-top: max(-1.25vw, -24px);
  }
}
.page-sell__anchor .container {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .page-sell__anchor .container {
    padding-top: 0;
  }
}
.page-sell__anchor ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 9px;
}
@media (min-width: 1024px) {
  .page-sell__anchor ul {
    gap: 16px;
  }
}
.page-sell__anchor ul li {
  width: calc((100% - 9px) / 2);
  height: auto;
}
@media (min-width: 1024px) {
  .page-sell__anchor ul li {
    width: calc((100% - 48px) / 4);
  }
}
.page-sell__anchor ul li a {
  border: solid 2px #E45826;
  border-radius: 8px;
  color: #E45826;
  background-color: #fff;
  font-size: clamp(1.6rem, 1.5625vw, 2.4rem);
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  line-height: 1.6;
  height: clamp(72px, 7.03125vw, 128px);
  padding-bottom: clamp(8px, 0.78125vw, 16px);
  transition: background-color 0.3s, color 0.3s;
}
.page-sell__anchor ul li a::after {
  content: "";
  display: block;
  background-image: url(../assets/img/add/anchor_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  min-width: clamp(14px, 1.3671875vw, 28px);
  min-height: clamp(14px, 1.3671875vw, 28px);
  margin-top: clamp(2px, 0.2604166667vw, 10px);
  transition: background-image 0.3s;
}
@media (min-width: 1280px) {
  .page-sell__anchor ul li a::after {
    margin-top: clamp(5px, 0.390625vw, 10px);
  }
}
.page-sell__anchor ul li a small {
  color: #E45826;
  font-size: clamp(1rem, 0.9765625vw, 1.6rem);
  font-weight: 600;
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .page-sell__anchor ul li a:hover {
    opacity: 1 !important;
    background-color: #E45826;
    color: #fff;
  }
  .page-sell__anchor ul li a:hover small {
    color: #fff;
  }
  .page-sell__anchor ul li a:hover::after {
    background-image: url(../assets/img/add/anchor_arrow_hover.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.page-sell #merit .container {
  padding-top: clamp(32px, 3.125vw, 96px);
}
.page-sell #merit ul.lst {
  padding-top: clamp(30px, 8vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .page-sell #merit ul.lst {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .page-sell #merit ul.lst li {
    width: calc((100% - 80px) / 3);
  }
}
.page-sell #merit ul.lst li h3 {
  margin-top: clamp(8px, 0.78125vw, 10px);
  font-size: clamp(1.8rem, 1.7578125vw, 2.4rem);
  font-weight: bold;
  border-left: solid 8px #FEAF61;
  padding-left: clamp(7px, 0.68359375vw, 10px);
  line-height: 1.5;
}
.page-sell #merit ul.lst li p {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
}
@media (min-width: 1024px) {
  .page-sell #merit ul.lst li p {
    margin-top: 10px;
  }
}
.page-sell #merit ul.lst li a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  text-align: right;
  font-size: 1.6rem;
  text-decoration: underline;
  position: relative;
}
.page-sell #merit ul.lst li a::before {
  content: "";
  display: block;
  background: url(../assets/img/add/nav_arrow02.svg) no-repeat;
  background-size: 100%;
  min-width: 21px;
  min-height: 21px;
}
@media (min-width: 1024px) {
  .page-sell #merit ul.lst li a:hover {
    text-decoration: none;
  }
}
.page-sell #merit #expert {
  padding-top: 32px;
}
.page-sell #merit #expert h3 {
  font-size: clamp(1.4rem, 1.3671875vw, 2.4rem);
  font-weight: bold;
  border-bottom: solid 1px #CCCCCC;
  position: relative;
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  .page-sell #merit #expert h3 {
    font-size: clamp(1.8rem, 1.7578125vw, 2.4rem);
    min-width: clamp(185px, 18.06640625vw, 256px);
  }
}
.page-sell #merit #expert h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: clamp(57px, 5.56640625vw, 64px);
  height: 1px;
  background-color: #E45826;
}
.page-sell #merit #expert h3 .br-pc {
  display: none;
}
@media (min-width: 1024px) {
  .page-sell #merit #expert h3 .br-pc {
    display: block;
  }
}
.page-sell #merit #expert .inner {
  background: #FBF6E4;
  border-radius: 8px;
  padding-block: clamp(24px, 2.34375vw, 40px);
  padding-inline: clamp(16px, 1.5625vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 1024px) {
  .page-sell #merit #expert .inner {
    padding-inline: clamp(24px, 2.34375vw, 40px);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(24px, 2.34375vw, 48px);
  }
}
.page-sell #merit #expert ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px 19px;
}
.page-sell #merit #expert ul li {
  width: calc((100% - 19px) / 2);
}
@media (min-width: 768px) {
  .page-sell #merit #expert ul li {
    width: calc((100% - 57px) / 4);
  }
}
.page-sell #merit #expert ul li img {
  border-radius: 8px;
  background: #89BBF0;
}
.page-sell #merit #expert ul li strong {
  display: block;
  font-size: clamp(1.2rem, 1.171875vw, 1.4rem);
  font-weight: bold;
}
.page-sell #merit #expert ul li strong small {
  display: block;
  font-size: clamp(1rem, 0.9765625vw, 1.2rem);
  font-weight: normal;
}
.page-sell #merit #expert ul li span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.6px;
  font-size: clamp(1rem, 0.9765625vw, 1.2rem);
  font-weight: normal;
}
.page-sell #merit #expert ul li span::before {
  content: "";
  display: block;
  min-width: clamp(15.21px, 1.4853515625vw, 17px);
  min-height: clamp(15.21px, 1.4853515625vw, 17px);
  border-radius: 2px;
  background-color: #FEAF61;
}
.page-sell #merit #expert ul li p {
  margin-block: 0;
  font-size: clamp(1.4rem, 1.3671875vw, 1.6rem);
  font-weight: bold;
}
.page-sell #step ul {
  padding-top: clamp(30px, 2.9296875vw, 96px);
  max-width: 840px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 8vw, 87px);
}
@media (min-width: 768px) {
  .page-sell #step ul {
    gap: 87px;
  }
}
.page-sell #step ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .page-sell #step ul li {
    gap: 40px;
  }
}
.page-sell #step ul li:not(:nth-last-of-type(1))::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #E45826;
  position: absolute;
  top: 72px;
  left: 34px;
}
@media (min-width: 768px) {
  .page-sell #step ul li:not(:nth-last-of-type(1))::before {
    top: 128px;
    left: 62px;
  }
}
.page-sell #step ul li img {
  width: 100%;
}
.page-sell #step ul li > img {
  width: 72px;
  position: relative;
}
@media (min-width: 768px) {
  .page-sell #step ul li > img {
    width: 128px;
  }
}
.page-sell #step ul li .box {
  width: calc(100% - 88px);
}
@media (min-width: 768px) {
  .page-sell #step ul li .box {
    width: calc(100% - 168px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .page-sell #step ul li .box .txt {
    width: clamp(250px, 32.5520833333vw, 320px);
  }
}
.page-sell #step ul li .box .txt h3 {
  margin-top: clamp(8px, 0.78125vw, 10px);
  font-size: clamp(1.8rem, 1.7578125vw, 2.4rem);
  font-weight: bold;
  border-left: solid 8px #FEAF61;
  padding-left: clamp(7px, 0.68359375vw, 10px);
  line-height: 1.5;
}
.page-sell #step ul li .box .txt p {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
}
@media (min-width: 1024px) {
  .page-sell #step ul li .box .txt p {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .page-sell #step ul li .box img {
    width: calc(100% - (clamp(250px, 32.5520833333vw, 320px) + 32px));
  }
}
.page-sell #case .case-box .item {
  padding-top: clamp(30px, 2.9296875vw, 40px);
}
.page-sell #case .case-box .item h3 {
  margin-top: clamp(8px, 0.78125vw, 10px);
  font-size: clamp(1.8rem, 1.7578125vw, 2.4rem);
  font-weight: bold;
  border-left: solid 8px #FEAF61;
  padding-left: clamp(7px, 0.68359375vw, 10px);
  line-height: 1.5;
}
.page-sell #case .case-box .item h3 p {
  margin: 0;
  line-height: 1.5;
}
.page-sell #case .case-box .item h3 span {
  color: #E45826;
}
.page-sell #case .case-box .item > p {
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
}
.page-sell #case .case-box .item img {
  margin-top: 10px;
}
.page-sell #faq .faq-dl {
  padding-top: clamp(30px, 2.9296875vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.78125vw, 16px);
}
.page-sell #faq .faq-dl dl {
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  overflow: clip;
  margin-block: 0;
}
.page-sell #faq .faq-dl dl dt {
  padding-left: clamp(10px, 1.3020833333vw, 24px);
  padding-right: clamp(46px, 5.9895833333vw, 80px);
  padding-block: clamp(15px, 1.46484375vw, 18px);
  font-size: clamp(1.8rem, 1.7578125vw, 2rem);
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(8px, 0.78125vw, 12px);
  position: relative;
  line-height: 1.5;
  cursor: pointer;
}
.page-sell #faq .faq-dl dl dt::before {
  content: "Q";
  display: block;
  line-height: 1;
  color: #E45826;
  font-family: "noto Serif JP", sans-serif;
  font-size: clamp(2.4rem, 2.34375vw, 3.6rem);
  font-weight: bold;
}
.page-sell #faq .faq-dl dl dt span {
  display: block;
  width: clamp(20px, 1.953125vw, 32px);
  height: clamp(20px, 1.953125vw, 32px);
  position: absolute;
  top: 50%;
  right: clamp(12px, 1.171875vw, 24px);
  transform: translateY(-50%);
}
.page-sell #faq .faq-dl dl dt span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #E45826;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, transform 0.3s;
}
.page-sell #faq .faq-dl dl dt span::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #E45826;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, transform 0.3s;
}
.page-sell #faq .faq-dl dl dt.active span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}
.page-sell #faq .faq-dl dl dt.active span::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.page-sell #faq .faq-dl dl dd {
  display: none;
  background: #FCFACA;
  border-top: solid 1px #CCCCCC;
  margin: 0;
  padding-inline: clamp(10px, 1.3020833333vw, 24px);
  padding-block: clamp(15px, 1.46484375vw, 22px);
}
.page-sell #faq .faq-dl dl dd div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 0.78125vw, 12px);
  padding-right: 6px;
}
.page-sell #faq .faq-dl dl dd div::before {
  content: "A";
  display: block;
  line-height: 1;
  color: #E45826;
  font-family: "noto Serif JP", sans-serif;
  font-size: clamp(2.4rem, 2.34375vw, 3.6rem);
  font-weight: bold;
}
.page-sell #faq .faq-dl dl dd div p {
  margin-block: 0;
  font-size: clamp(1.6rem, 2.0833333333vw, 1.8rem);
}
.page-sell .property-info__form {
  margin-top: 0;
}

.form--privacy {
  margin-top: clamp(16px, 1.5625vw, 24px);
  min-height: 322px;
  max-height: 322px;
  overflow-y: scroll;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
  background: #fff;
  padding-inline: min(4vw, 33px);
  padding-block: clamp(17px, 1.66015625vw, 24px);
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
}
@media (min-width: 1024px) {
  .form--privacy {
    min-height: 240px;
    max-height: 240px;
  }
}
.form--privacy strong {
  display: block;
  font-size: clamp(1.8rem, 1.7578125vw, 2rem);
  font-weight: bold;
  border-bottom: solid 1px #CCCCCC;
  position: relative;
  padding-bottom: 12px;
}
.form--privacy strong::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: #E45826;
  position: absolute;
  bottom: -0.5px;
  left: 0;
}
.form--privacy dl dd span {
  display: block;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
  .container {
    padding: 3rem 0 1rem;
    width: 90%;
    box-sizing: border-box;
    max-width: auto;
    min-width: auto;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  .title_min {
    font-size: 1.8rem;
  }
  .sec_title1 {
    font-size: 1.8rem;
    border-left: 8px solid #feaf61;
    padding-left: 0.7rem;
  }
  .sec_title2 {
    font-size: 2.2rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  .cards_col_2 > div,
  .cards_col_2 > article,
  .cards_col_2 > a {
    width: 100%;
    margin: 1rem 0;
  }
  .cards_col_3 > div,
  .cards_col_3 > article,
  .cards_col_3 > a {
    width: 100%;
    margin: 1rem 0;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  #pankuzu {
    border-bottom: 0;
  }
  #pankuzu .container {
    width: 100%;
    border-bottom: 0;
    padding: 0.3rem 0 !important;
  }
  #menu_btn {
    position: absolute;
    top: 1.1rem;
    right: 2rem;
    line-height: 1;
    z-index: 999;
    display: block;
  }
  #menu_btn:after {
    content: "\f0c9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 3.5rem;
  }
  .container.fullwide {
    width: 100% !important;
    padding: 0rem 0 !important;
    position: relative !important;
  }
  #header .head_logo {
    background: #feaf61;
    width: 100%;
  }
  #header .head_logo a {
    display: block;
    line-height: 0.5;
    padding: 1rem 2rem;
  }
  #header .head_logo a img {
    width: 150px;
  }
  #gnav {
    background: white;
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 9999;
    margin-top: 0 !important;
  }
  #gnav .container {
    padding: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  #gnav .container nav {
    padding: 0;
  }
  #gnav .container nav .gnav_wrap {
    width: 100%;
  }
  #gnav .container nav .gnav_wrap ul {
    align-items: center;
    width: 100%;
  }
  #gnav .container nav .gnav_wrap ul li {
    width: 100% !important;
    margin: 0;
  }
  #gnav .container nav .gnav_wrap ul li a {
    display: block;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #feaf61;
    position: relative;
    text-align: left;
    min-height: auto;
  }
  #gnav .container nav .gnav_wrap ul li a:after {
    content: "\f054";
    font-family: fontawesome;
    right: 2rem;
    top: 1.5rem;
    color: #feaf61;
    position: absolute;
  }
  #gnav .container nav .gnav_wrap ul li a span.sp-only {
    display: inline-block !important;
  }
  #gnav .container nav .gnav_wrap ul:nth-of-type(2) {
    margin-top: 0;
  }
  #vi-header .container {
    padding: 0;
    overflow: hidden;
    max-width: auto;
    min-width: auto;
    width: 100%;
  }
  #vi-header .container .pic {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0.5;
    z-index: -1;
  }
  #vi-header .container .pic img {
    width: 300%;
    max-width: 200%;
    margin-left: -50%;
  }
  #vi-header .container .txt {
    display: block;
  }
  #vi-header .container .txt h1 {
    display: inline-block;
    color: white;
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    border-radius: 7rem;
    margin-right: 0;
    line-height: 1;
    width: 95%;
    text-align: center;
    margin: 1rem;
  }
  #vi-header .container .txt .vi {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  #vi-header .container .txt .vi img {
    max-width: 80%;
  }
  #main-content .content > article {
    padding: 3rem 0;
  }
  #main-content .content h3 {
    line-height: 1.3;
    font-size: 1.7rem;
    position: relative;
    padding-left: 2rem;
  }
  #main-content .content h3:before {
    position: absolute;
    left: 0;
    height: 25px;
  }
  #main-content .content p {
    margin: 1rem 0 0;
  }
  #main-content .content .box {
    margin-top: 1rem;
  }
  #main-content .content .box ul li {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 1rem 0;
  }
  #main-content div.table table tr {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
  #main-content div.table table tr th,
  #main-content div.table table tr td {
    padding: 0.5rem 1rem;
  }
  #main-content div.table table tr th {
    vertical-align: top;
    color: #f15a24;
    width: 10rem;
    text-align: left;
  }
  #primary {
    width: 100%;
    float: none;
  }
  #primary table {
    margin-bottom: 2rem;
  }
  #primary table tr th,
  #primary table tr td {
    padding: 1rem 1.3rem;
    font-size: 1.3rem;
  }
  #primary table tr th {
    width: 30%;
    font-size: 1.2rem;
  }
  #primary article[id^=page-] > section > .container {
    padding: 3rem 0 3rem;
  }
  #primary article[id^=page-] #page-head {
    text-align: center;
  }
  #primary article[id^=page-] #page-head .container {
    padding-top: 1rem;
  }
  #primary article[id^=page-] #page-head h1.page-title {
    min-width: 100%;
    font-size: 2rem;
  }
  #primary article[id^=page-] #page-head h2 {
    color: #feaf61;
    font-size: 1.5rem;
  }
  #primary article[id^=page-] h1.title {
    font-size: 2.5rem;
    border-left: 0.5rem solid #feaf61;
    padding: 0.5rem 0;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  #primary article[id^=page-] h2.title {
    font-size: 2.2rem;
    color: #feaf61;
    line-height: 1.5;
    font-weight: bold;
  }
  #primary article[id^=page-] h3.title {
    font-size: 2rem;
    color: white;
    background: #feaf61;
    text-align: center;
    line-height: 1.3;
    padding: 1rem 2rem;
  }
  #primary article[id^=page-] .box_cards {
    margin-bottom: 2rem;
  }
  #primary article[id^=page-] .box_cards .pic {
    width: 35%;
  }
  #primary article[id^=page-] .box_cards .txt {
    width: calc(65% - 3rem);
    margin-top: 1.5rem;
  }
  #primary article[id^=page-] .box_cards .txt .btn {
    text-align: right;
  }
  #primary article[class^=post-] > .post-header-icon {
    color: white;
    padding: 1rem 1rem 0.7rem;
    padding-left: 4.5rem;
  }
  #primary article[class^=post-] > .post-header-icon:before {
    content: "";
    width: 40px;
    height: 80px;
    padding: 1.5rem;
    background-size: 25px;
    background-position: left 9px top 18px;
    border: none;
  }
  #primary article[class^=post-] > .post-header-icon .post-title {
    font-size: 1.6rem;
  }
  #primary article[class^=post-] > .post-header-icon .cat,
  #primary article[class^=post-] > .post-header-icon .date {
    margin-right: 1.5rem;
    font-size: 1.2rem;
  }
  #primary article[class^=post-] > .post-header {
    margin-bottom: 2rem;
    border-left: 1px solid rgb(216.75, 216.75, 216.75);
    padding-left: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #primary article[class^=post-] > .post-header > h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 1rem;
    padding: 0;
  }
  #primary article[class^=post-] > .post-header > .title {
    display: block;
    background: none;
    border-radius: 0;
    text-align: left;
    box-shadow: none;
    font-weight: bold;
    border: none;
  }
  #primary article[class^=post-] > .post-header > .date {
    display: inline-block;
    margin-right: 1rem;
  }
  #primary article[class^=post-] > .post-header .post-cat {
    color: white;
    background: #fed8b2;
    border-radius: 4rem;
    text-align: center;
    min-width: 12rem;
    display: inline-block;
    font-size: 1.2rem;
  }
  #primary article[class^=post-] > .content img {
    clear: both;
  }
  #primary article[class^=post-] > .content img.size-full {
    width: auto;
    margin-bottom: 20px;
  }
  #primary article[class^=post-] > .content img.size-large {
    margin-bottom: 2rem;
  }
  #primary article[class^=post-] > .content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: bold;
  }
  #primary article[class^=post-] > .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    border-left: 0.5rem solid #feaf61;
    font-weight: bold;
  }
  #primary article[class^=post-] > .content h3 {
    color: #feaf61;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  #primary article[class^=post-] > .content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #feaf61;
  }
  #primary article[class^=post-] > .content h5 {
    color: #feaf61;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #feaf61;
  }
  #primary article[class^=post-] > .content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  #primary article[class^=post-] > .content a {
    text-decoration: underline;
    color: #feaf61;
  }
  #primary article[class^=post-] > .content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 2rem !important;
    border-bottom: 2px solid #fed8b2;
    border-left: 0px !important;
    border-radius: 0;
    margin-bottom: 4rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #primary article[class^=post-] > .content h2.caption:before {
    content: "\f068";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 2rem;
    color: #feaf61;
  }
  #primary article[class^=post-] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 3rem;
  }
  #primary article[class^=post-] > .content ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-style: normal;
  }
  #primary article[class^=post-] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #primary article[class^=post-] > .content .btn > a {
    text-decoration: none !important;
    color: white !important;
    text-align: left;
    min-width: 250px;
  }
  #primary article[class^=post-] > .content .gallery_card article {
    width: calc(50% - 1rem);
    box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  #primary article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #primary article[class^=post-] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #primary article[class^=post-] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #primary article[class^=post-] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #primary article[class^=post-] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #primary article[class^=post-] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #primary article[class^=post-] > .content img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #primary article[class^=post-] > .content img.alignright {
    padding: 4px;
    margin: 0 0 2px 10px;
    display: inline;
  }
  #primary article[class^=post-] > .content img.alignleft {
    padding: 4px;
    margin: 0 10px 2px 0;
    display: inline;
  }
  #primary article[class^=post-] > .content .alignright {
    float: right;
  }
  #primary article[class^=post-] > .content .alignleft {
    float: left;
  }
  #primary article[class^=post-] > .btn {
    text-align: right;
  }
  #pager {
    margin: 1rem auto 3rem;
  }
  #pager > .prev,
  #pager > .list,
  #pager > .next {
    display: block !important;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 0 1rem;
  }
  #pager > .prev a,
  #pager > .list a,
  #pager > .next a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #secondary {
    float: none;
    width: 100%;
  }
  #secondary .side-nav {
    margin-bottom: 20px;
    background-color: #fff;
    border-top: 4px solid #feaf61;
    border-bottom: 4px solid rgb(216.75, 216.75, 216.75);
  }
  #secondary .side-nav .caption {
    margin: 0;
    padding-left: 1.5rem;
    line-height: 54px;
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 2px solid #feaf61;
  }
  .font-size-small #secondary .side-nav .caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .font-size-large #secondary .side-nav .caption {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #secondary .side-nav .caption:before {
    content: "\f068";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 1rem;
    color: #feaf61;
  }
  #secondary .side-nav nav ul li {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
  #secondary .side-nav nav ul li a {
    display: block;
    box-sizing: border-box;
    padding: 2rem 2rem;
    line-height: 1;
    color: #feaf61;
  }
  #secondary .side-nav nav ul li a:hover {
    text-decoration: underline;
  }
  #secondary .side-nav nav ul li h3 a {
    color: #000;
    position: relative;
  }
  #secondary .side-nav nav ul li h3 a:after {
    font-family: fontawesome;
    content: "\f054";
    position: absolute;
    top: 2rem;
    right: 1rem;
    color: rgb(159.375, 159.375, 159.375);
  }
  #secondary .side-nav nav ul li:last-child {
    border-bottom: 0;
  }
  #go-top {
    bottom: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    z-index: 999;
  }
  #go-top:after {
    content: "\f077";
    text-align: center;
    line-height: 3.5rem;
    display: block;
    font-size: 1.5rem;
  }
  footer#foot_nav .container {
    padding: 2.5rem 0;
  }
  footer#foot_nav .container .foot-info h3 {
    width: 200px;
    margin: 0 auto 1rem;
  }
  footer#credit {
    padding: 0;
  }
  footer#credit .container {
    padding: 0;
    text-align: center;
  }
  footer#credit p {
    font-size: 1.2rem;
    padding: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .no-smf {
    display: none !important;
  }
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #pankuzu .container {
    padding: 0.5rem 0;
  }
  body.home #page #intro-section .container {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  body.home #page #intro-section .container .reason {
    width: 100%;
    margin: 0 auto 2rem;
  }
  body.home #page #intro-section .container .nenga {
    width: 100%;
  }
  body.home #page #news-section .container {
    display: block;
    padding-bottom: 0;
  }
  body.home #page #news-section .container .cards {
    flex-wrap: nowrap;
  }
  body.home #page #news-section .container .cards h2 {
    margin-right: 1.5rem;
    padding: 1rem;
    line-height: 1;
    border: none;
    margin: 0;
  }
  body.home #page #news-section .container .cards h2 img {
    width: 40px;
  }
  body.home #page #news-section .container .cards .feeds {
    min-width: auto;
    border-left: 1px solid white;
    padding-left: 1rem;
  }
  body.home #page #news-section .container .cards .feeds article a {
    padding: 0.5rem;
  }
  body.home #page #news-section .container .cards .feeds article a span {
    display: inline-block;
    margin: 0;
    line-height: 1.3;
  }
  body.home #page #news-section .container .cards .feeds article a .date {
    margin-right: 1rem;
  }
  body.home #page #news-section .container .btn {
    text-align: right;
  }
  body.home #page #news-section .container .btn a {
    padding: 1rem;
  }
  body.home #page #bukken-feed .container > h2 {
    font-size: 2rem;
  }
  body.home #page #bukken-feed .container > div {
    margin-bottom: 4rem;
  }
  body.home #page #bukken-feed .container > div > h2 {
    color: white;
    background-color: #feaf61;
    padding: 0.5rem 3rem;
    display: inline-block;
  }
  body.home #page #bukken-feed .container > div .feeds {
    display: block;
  }
  body.home #page #bukken-feed .container > div .feeds article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  body.home #page #bukken-feed .container > div .btn a {
    padding: 1rem;
  }
  .page-name {
    margin-left: -10%;
    top: 2rem;
    font-size: 1.6rem;
    padding: 0.5rem 3rem;
  }
  #page-philosophy .container .cards .txt {
    width: 100%;
    margin-top: 6rem;
  }
  #page-philosophy .container .cards .txt > h2 {
    margin-bottom: 3rem;
  }
  #page-philosophy .container .cards .txt > h2 img {
    width: 80%;
  }
  #page-philosophy .container .cards .txt p strong {
    font-size: 1.5rem;
  }
  #page-philosophy .container .cards .txt p strong br {
    display: none;
  }
  #page-philosophy .container .cards .pic {
    width: 100%;
    margin-top: 2rem;
  }
  #page-buy #buy-section .container .pic {
    width: 100%;
    margin: 3rem auto 4rem;
  }
  #page-sell .cards_col_3 {
    margin-top: 2.5rem;
  }
  #page-sell #point-section .container .cards {
    width: 100%;
  }
  #page-sell #point-section .container .cards article {
    width: 28%;
    margin: 0rem 0.5rem;
  }
  #page-sell #sell-section .container article.cards,
  #page-sell #flow-section .container article.cards {
    margin-bottom: 3rem;
  }
  #page-sell #sell-section .container article.cards:last-of-type,
  #page-sell #flow-section .container article.cards:last-of-type {
    margin-bottom: 0;
  }
  #page-sell #sell-section .container article.cards .txt,
  #page-sell #flow-section .container article.cards .txt {
    width: 100%;
  }
  #page-sell #sell-section .container article.cards .pic,
  #page-sell #flow-section .container article.cards .pic {
    width: 100%;
    margin-top: 1rem;
  }
  #page-sell #case-section .pic {
    width: 100%;
    margin: 2rem auto 0;
  }
  #page-sell #toti-section .cards_col_2 {
    width: 100%;
    margin: 2rem auto 0;
  }
  #page-sell #toti-section .cards_col_2 .pic {
    margin-bottom: 1rem;
  }
  .bukken_list_archive #feeds-section .container > .message {
    margin-bottom: 30px;
  }
  .bukken_list_archive #feeds-section .container > .message h1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .bukken_list_archive #feeds-section .container > .message h1 br {
    display: none;
  }
  .bukken_list_archive #feeds-section .container > .message h2 {
    font-size: 13px;
    padding-top: 10px;
    border-top: 1px solid white;
  }
  .bukken_list_archive #feeds-section .container .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bukken_list_archive #feeds-section .container .cards article {
    width: 100%;
    padding: 1.5rem;
    margin: 0 0 2rem;
  }
  .bukken_list_archive #feeds-section .container .cards article header h2 {
    font-size: 1.8rem;
  }
  .bukken_list_archive #feeds-section .container .cards article header .mark h3 {
    font-size: 1.6rem;
    padding: 2rem 0.5rem;
  }
  .bukken_list_archive #feeds-section .container .cards article .pic {
    line-height: 0.5;
  }
  .bukken_list_archive #feeds-section .container .cards article .btn {
    margin-top: 1.5rem;
  }
  .bukken_list_archive #feeds-section .container .cards article .btn a {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
  .bukken_list_archive #btn-section .container a {
    width: 100%;
  }
  #page-renovation .container {
    width: 90%;
  }
  #page-renovation .container .sp-button {
    width: 10px;
    height: 10px;
  }
  #page-strong-point #strong-section {
    background-image: url("images/strong/about_img_main.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 200%;
  }
  #page-strong-point #strong-section .container .txt {
    background: white;
    width: 100%;
    margin-top: 27rem;
    display: block;
    padding: 2rem;
  }
  #page-strong-point #strong-section .container .txt > h2 {
    margin-bottom: 3rem;
  }
  #page-strong-point #point-section .container {
    width: 90%;
  }
  #page-strong-point #point-section .container > article {
    margin-bottom: 3rem;
  }
  #page-strong-point #point-section .container > article > .cards .point {
    width: 70px;
  }
  #page-strong-point #point-section .container > article > .cards .content {
    width: calc(100% - 70px - 2rem);
  }
  #page-strong-point #point-section .container > article > .cards .content .pic {
    margin-top: 1.5rem;
  }
  #page-strong-point #point-section .container > article > .cards .content .txt h2 {
    font-size: 2.4rem;
  }
  #page-voice #vi-header .txt {
    padding: 3rem 0;
  }
  #page-voice #voice-section #voice-content-section header {
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  #page-voice #voice-section #voice-content-section header h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #page-voice #voice-section #voice-content-section .txt {
    padding: 0 1rem;
  }
  #page-contact #contact-section .txt {
    margin-top: 5rem;
    text-align: left;
  }
  .form-wrap > h3 {
    font-size: 1.6rem;
  }
  .form-wrap > h3:before {
    margin-right: 1rem;
  }
  .form-wrap form {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto;
  }
  .form-wrap form .form_input_list {
    padding: 1rem 0;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) {
    display: inline-block;
    min-width: auto;
    margin-bottom: 0.5rem;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) > em {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .form-wrap form .form_input_list > span:nth-of-type(2) {
    display: inline-block;
  }
  .form-wrap form .form_input_list dl {
    display: inline-block;
    margin: 0;
  }
  .form-wrap form .form_input_list dl dd {
    display: inline-block;
    margin: 0;
    margin-right: 2rem;
  }
  .form-wrap form .form_input_list dl dd > em {
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    margin-right: 1rem;
  }
  .form-wrap form .form_input_list dl dd > span {
    display: inline-block;
  }
  .form-wrap form .form_input_list dl dd input {
    width: 70%;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
  }
  .form-wrap form .submit_btn_wrap input[type=submit] {
    display: inline-block !important;
    font-weight: bold;
    width: 28rem;
    border-radius: 1rem;
  }
  .form-wrap form .submit_btn_wrap span {
    display: block !important;
  }
  .form-wrap form input,
  .form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
  .form-wrap form input ::-webkit-input-placeholder,
  .form-wrap form input :-ms-input-placeholder,
  .form-wrap form input :-moz-placeholder,
  .form-wrap form input ::-moz-placeholder,
  .form-wrap form textarea :placeholder-shown,
  .form-wrap form textarea ::-webkit-input-placeholder,
  .form-wrap form textarea :-ms-input-placeholder,
  .form-wrap form textarea :-moz-placeholder,
  .form-wrap form textarea ::-moz-placeholder {
    color: rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form input[type=radio] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type=button],
  .form-wrap form input[type=submit] {
    background: #feaf61;
    color: white;
    box-sizing: border-box;
    padding: 2rem 0;
    display: block;
    margin: 1rem 0;
  }
  .form-wrap form select,
  .form-wrap form .wpcf7-select {
    outline: none;
    text-overflow: "";
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: 290px;
    position: relative;
    display: block;
    padding: 1rem 2rem;
  }
  .form-wrap form select:before,
  .form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: "\f054";
    font-family: FontAwesome;
    color: #feaf61;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .schedule_table_size_custom table tr th,
  .schedule_table_size_custom table tr td {
    width: auto !important;
    text-align: center;
    padding: 1rem 0.5rem !important;
  }
  .schedule_table_size_custom table tr th:nth-of-type(1) {
    width: 30% !important;
  }
}