@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

label,
input,
select,
option,
textarea,
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 6rem;
}

body {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
li,
dt,
dd,
dl,
th,
td,
time,
label,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  color: #2F1B01;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.l-container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.scroll-hint-icon {
  left: 20% !important;
  width: 20rem !important;
  height: 13rem !important;
  padding: 4rem 0 2rem 0 !important;
}

.scroll-hint-text {
  font-size: 1.2rem !important;
  font-weight: 700;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background-color: #fff;
}

.l-header__top {
  width: 100%;
  max-width: 1920px;
  padding: 1rem 20rem;
  margin: 0 auto;
}

.header-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top__logo {
  width: 60rem;
  display:flex;
  align-items:center;
}
.header-top__logo a {
  display: block;
  width: 35rem;
  
}
.header-top__toyama{
  display:block;
  border:solid 1px #000000;
  padding:5px;
  margin-left:20px;
  font-size:1.6rem;
}

.header-top-contact__tel {
  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;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.header-top-contact__tel-link {
  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;
}

.header-top-contact__tel-link-img {
  width: 3rem;
  margin-right: 0.8rem;
}

.header-top-contact__tel-link-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
}

.header-top-contact__opening-text {
  font-size: 2rem;
  text-align: center;
}

.l-header__main-menu {
  background-color: #2F1B01;
}

.header-main-menu__nav {
  width: 100%;
  max-width: 192rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20rem;
  margin: 0 auto;
}

.header-main-menu__list {
  width: 114rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.header-main-menu__item {
  cursor: pointer;
  text-align: center;
}

.header-main-menu__btn {
  font-weight: 700;
  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;
  width: 38rem;
  height: 6.5rem;
  padding: 0 3.5rem;
  color: #fff;
  font-size: 2rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #D17D0B;
}

.header-main-menu__link {
  font-weight: 700;
  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 3.5rem;
  height: 6.5rem;
  color: #fff;
  font-size: 2rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #2F1B01;
}

.header-main-menu__link:hover {
  color: #D17D0B;
  background-color: #fff;
}

.header-main-menu__link span {
  cursor: pointer;
  font-weight: 700;
  display: block;
  color: #fff;
  font-size: 2rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.header-main-menu__link-text {
  position: relative;
}

.header-main-menu__link-text::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.header-main-menu__item:nth-of-type(1):hover .header-main-menu__link span,
.header-main-menu__item:nth-of-type(2):hover .header-main-menu__link span,
.header-main-menu__item:nth-of-type(3):hover .header-main-menu__link span {
  color: #D17D0B;
}

.header-main-menu__item:nth-of-type(1):hover .header-main-menu__link-text::after,
.header-main-menu__item:nth-of-type(2):hover .header-main-menu__link-text::after,
.header-main-menu__item:nth-of-type(2):hover .header-main-menu__link-text::after {
  border-bottom: solid 0.1rem #D17D0B;
  border-right: solid 0.1rem #D17D0B;
}

.header-sub-menu__nav {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

.header-sub-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 130rem;
  height: 7rem;
  margin: 0 auto;
}

.header-sub-menu__item {
  border-right: solid 1px #2F1B01;
  padding-right: 4rem;
}

.header-sub-menu__link {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin: 0 0.2rem;
  position: relative;
}

.header-sub-menu__link:hover {
  color: #D17D0B;
}

span.header-sub-menu__link:after {
  content: "";
  position: absolute;
  top: 35%;
  right: -2rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-bottom: solid 0.1rem #2F1B01;
  border-right: solid 0.1rem #2F1B01;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

a.header-sub-menu__link:after {
  content: "";
  position: absolute;
  top: 40%;
  right: -2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #2F1B01;
  border-right: solid 0.1rem #2F1B01;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.header-sub-under-menu__nav {
  display: none;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  width: 100vw;
  padding: 4.5rem 0;
  margin: 0 calc(50% - 50vw);
  background-color: #FAF7F7;
}

.header-sub-under-menu__list {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  row-gap: 3rem;
}

.header-sub-under-menu__item {
  width: 100%;
}

.header-sub-under-menu__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.header-sub-under-menu__link.is_active {
  color: #D17D0B;
}

.header-sub-under-menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #2F1B01;
  border-right: solid 0.1rem #2F1B01;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.header-sub-under-menu__link:hover {
  color: #D17D0B;
}

.header-sub-under-menu__link:hover:after {
  border-bottom: solid 0.1rem #D17D0B;
  border-right: solid 0.1rem #D17D0B;
}

.header-sub-thumbnail-menu__nav-wrap {
  display: none;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  width: 100vw;
  padding: 4rem 5rem;
  margin: 0 calc(50% - 50vw);
  background-color: #FAF7F7;
}

.header-sub-thumbnail-menu__nav-content {
  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;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}

.header-sub-thumbnail-menu__nav-title {
  position: relative;
  width: 20rem;
  font-size: 1.8rem;
  margin-right: 9rem;
}

.header-sub-thumbnail-menu__nav-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #D17D0B;
  border-right: solid 0.1rem #D17D0B;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.header-sub-thumbnail-menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 4rem;
}

.header-sub-thumbnail-menu__item {
  width: 100%;
  max-width: 270px;
}

.header-sub-thumbnail-menu__link {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 270px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.header-sub-thumbnail-menu__link:hover {
  opacity: 0.8;
}

.header-sub-thumbnail-menu__figure {
  margin-bottom: 0.85rem;
}

.header-sub-thumbnail-menu__text {
  font-size: 1.4rem;
}

.header-sp-menu__list {
  display: none;
}

.header-sp-menu__item.is_active .header-sp-menu__link {
  background: #ffffff;
  color: #2F1B01;
}

.header-top__burger-btn {
  display: none;
}

.header-top__burger > span:nth-of-type(2).is_active {
  opacity: 0;
}

.l-header__modal {
  overflow: auto;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #F5F5F5;
  pointer-events: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.l-header__modal.is_active {
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-modal__top {
  padding: 1.5rem 2rem;
  display:flex;
}

.header-modal__btn:hover {
  color: #D17D0B;
  background-color: #fff;
}
.header-modal-menu__item.is_active .header-modal-menu__link span {
  color: #D17D0B;
}

.header-modal-sub-menu__nav {
  display: none;
}

.header-modal-thumbnail-menu__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2rem;
  padding: 2rem;
  background-color: #FAF7F7;
}

.l-footer {
  padding: 15rem 3rem 5rem;
  background-color: #F2EDED;
}

.l-footer__container {
  width: 100%;
  max-width: 180rem;
  margin: 0 auto 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-header__logo {
  width: 40rem;
  margin-bottom: 3rem;
}

.footer-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-header__tel-img {
  width: 3rem;
  height: 2rem;
  margin-right: 0.5rem;
}

.footer-header__tel-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.3rem;
}

.footer-header__opening-text {
  font-size: 1.9rem;
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-body__box {
  margin-right: 5rem;
}

.footer-body__box:last-of-type {
  margin-right: 0;
}

.footer-body-box__list {
  margin-bottom: 3rem;
}

.footer-body-box__title-link {
  font-weight: 700;
  display: block;
  font-size: 2rem;
  margin-bottom: 3rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

a.footer-body-box__title-link:hover {
  color: #D17D0B;
}

.footer-body-box__item {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.footer-body-box__item:last-of-type {
  margin-bottom: 0;
}

.footer-body-box__link {
  font-weight: 500;
  font-size: 1.4rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.footer-body-box__link:hover {
  color: #D17D0B;
}

.footer-body-box__item_sub__item{
  margin:1rem 0 1rem 0.2rem;
}
.footer-body-box__item_sub__item a{
  color:#959089;
}
.l-footer__copy-right {
  text-align: center;
  font-size: 1.6rem;
}

.c-floating__top-btn {
  position: fixed;
  bottom: 8rem;
  right: 2rem;
  z-index: 500;
  display: block;
  width: 7em;
  height: 7rem;
}

.c-floating-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 500;
}

.c-floating-menu__item {
  width: 48rem;
  display: grid;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #fff;
}

.c-floating-menu__link {
  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;
  height: 5rem;
  background-color: #2F1B01;
}

.c-floating-menu__link:first-of-type {
  background-color: #D17D0B;
}

.c-floating-menu__link-img {
  width: 2.5rem;
  margin-right: 1rem;
}

.c-floating-menu__link-text {
  font-size: 2rem;
  color: #fff;
}

.c-floating-sp-menu {
  display: none;
}

.c-bg {
  background-color: #FAF7F7;
}

.c-text__accent {
  color: #D17D0B;
}

.c-bg__base {
  background-color: #2F1B01;
}

.c-font-weight__bold {
  font-weight: 700;
}

.c-kv {
  width: 100%;
  padding-top: 12rem;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 85%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 85%, 0 100%);
}

.c-kv__body {
  position: relative;
}

.kv-box__headline {
  width: 100%;
  max-width: 90rem;
  text-align: center;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.kv-box__headline::after {
  content: "";
  position: absolute;
  top: -3rem;
  left: 48%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.kv-box__copy {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
}

.kv-box__sub-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
}

.kv_solution__copy {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
}

.kv_solution__sub-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
}

.kv_solution__content {
  text-align: center;
  padding: 2rem 1rem 4rem 1rem;
  margin-top: 3rem;
  background-color: #fff;
}

.kv_solution-content__number {
  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;
}

.kv_solution-content__number span {
  font-size: 1.6rem;
  font-family: "bookman-jf-pro", serif;
  color: #D17D0B;
}

.kv_solution-content__number span:last-of-type {
  font-style: italic;
  font-size: 4rem;
}

.kv_solution-content__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #D17D0B;
}

.kv_solution-content__sub-title {
  font-family: "Noto Serif JP", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  background-color: #F5EFEF;
  margin: 0 auto;
}
.kv_owner .kv-box__headline::after {
  display: none;
}

.kv_owner__content {
  text-align: center;
  padding: 5rem 2rem;
  background-color: #fff;
}

.kv_owner-content__sub-title {
  font-family: "Noto Serif JP", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  background-color: #F5EFEF;
  margin: 0 auto 0.5rem;
}

.kv_owner-content__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #D17D0B;
  margin-bottom: 1.5rem;
}

.kv_owner-content__text {
  font-size: 2rem;
  font-weight: 500;
}

.kv_shindan__bg {
  height: 75rem;
  background-color: #FAF7F7;
}

.kv_shindan__content {
  position: relative;
  width: 100%;
  max-width: 87rem;
  padding: 3.5rem 0 2.5rem;
  margin: 5rem auto 0;
  background-color: #fff;
}

.kv_shindan-content__flex {
  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;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.kv_shindan-content__label {
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0 1rem;
  font-weight: 500;
  background-color: #2F1B01;
  border-radius: 4px;
}

.kv_shindan-content__title {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
}

.kv_shindan-content__figure {
  position: absolute;
  top: 0;
  left: -7rem;
  width: 19rem;
}

.kv_shindan-content__figure-sp {
  display: none;
}

.kv_first__bg {
  height: 75rem;
  background-color: #FAF7F7;
}

.kv_first__content {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 4rem auto 0;
}

.kv_first-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.kv_first-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25rem;
  height: 25rem;
  background-color: #fff;
  border-radius: 50%;
}

.kv_first-content__text {
  font-size: 2.4rem;
  font-weight: 500;
}
.kv_first-content__text span {
  font-size: 2.4rem;
  font-weight: 500;
}

.kv_first-content__figure {
  position: absolute;
  top: 0;
  width: 24rem;
}

.kv_first-content__figure:nth-of-type(2) {
  left: -14rem;
}

.kv_first-content__figure:last-of-type {
  right: -17rem;
}

.c-main {
  position: relative;
  padding-top: 7rem;
}

.secEvent{
	padding:85px 0;
	text-align:center;
}
.secEvent img{ vertical-align:bottom;}
.secEvent *, .secEvent *::before, .secEvent *::after{box-sizing:border-box;}
.secEvent .tit{
	font-size: 46px;
    line-height: 1.2;
    font-weight: normal;
    color: #372C26;
    letter-spacing: 2px;
}
.secEvent .listMain{
	width:100%;
	max-width:141.5rem;
	margin:40px auto 0;
	border:1px solid #CCCCCC;
	background:#fff;
}
.secEvent .list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
	padding:35px 38px;
}
.secEvent .registData{
    width: 23%;
    background: #FFF;
    margin: 0 0 15px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding:0 0 15px;
    margin:0 1% 1%;
}
.secEvent a{ 
	display:block;
	text-decoration:none;
}
.secEvent a .titEvent {
    background: #d17d0b;
    color:#ffffff;
    text-align: center;
    font-size: 0.9vw;
    line-height: 2;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    position: relative;
}
.secEvent .eventContainerIn {
    background: #FFFFFF;
    padding: 15px 20px 0;
}
.secEvent .txtOutline {
    padding-bottom: 13px;
    background: url(../img/event/bgBorder.gif) left bottom repeat-x;
}
.secEvent .imgEvent img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;

}
.secEvent .txtEvent02 {
    font-size: 17px;
    display: block;
    height: 73px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #423024;
    overflow: hidden;
    line-height: 24px;
	text-align:left;
    font-weight: 700;
    text-decoration: none;
}
.secEvent .txtEvent01 {
    font-size: 0px;
    height: 57px;
    line-height: 57px;
    background: url(../img/event/bgBorder.gif) left bottom repeat-x;
    overflow: hidden;
    text-align: center;
	color:#000;
}
.secEvent .txtEvent01 .icon,
.secEvent .txtEvent01 .iconEvent{
	font-size: 12px;
	display: inline-block;
	width: 41px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	color: #FFFFFF;
	margin:0 8px 4px 0;
}
.secEvent .txtEvent01 .iconEvent{ width:53px;}
.secEvent .txtEvent01 .icon.bg01{ background-color:#AE8578;}
.secEvent .txtEvent01 .icon.bg02{ background-color:#7AA3CC;}
.secEvent .txtEvent01 .icon.bg03{ background-color:#70B28E;}
.secEvent .txtEvent01 .icon.bg04{ background-color:#F2837A;}
.secEvent .txtEvent01 .icon.bg05{ background-color:#978FB6;}
.secEvent .txtEvent01 .iconEvent.event01{ background-color:#FF9900;}/* イベント　*/
.secEvent .txtEvent01 .iconEvent.event02{ background-color:#0099CC;}/* 内見会　*/
.secEvent .btnEvent {
    display: block;
    width: 80%;
    margin: 22px auto 0;
    background:#2f1b01;
    border-radius:25px;
    padding:10px 0;
    font-size:20px;
    color:#ffffff;
}
.secEvent .end .titEvent {
    font-weight: normal;
    background: #333333;
    color: #FFF;
}
@media only screen and (max-width:767px){
	.secEvent{ 
		padding:30px 0;
		background:#fff;
	}
	.secEvent .tit {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.secEvent .listIn{
		width:calc(100% - 40px);
		margin:0 auto;
	}
	.secEvent .listMain{
		width:93.75%;
		margin-top:20px;
		border:none;
		border: 1px solid #CCCCCC;
		height: auto;
	}
	.secEvent .list{
		display:block;
		padding:0px 20px;
	}
	.secEvent .registData {
		width: 100%;
		height: auto;
		margin: 0 ;
		border:none;
		border-bottom: 1px solid #CCCCCC;
	}
	.secEvent .registData:nth-child(n + 4){ margin:0;}
	.secEvent .registData:last-child{ border-bottom:none;}
	.secEvent .registData a{
		padding:20px 0;
	}
	.secEvent .boxIn{
		display: flex;
		display: -webkit-flex;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
        .secEvent a .titEvent{
                line-height:1.5;
                font-size:2.6vw;
                padding:0.5vw;
        }
	.secEvent .eventContainerIn {
		padding: 0;
		order:1;
		display: flex;
  		flex-wrap: wrap;
		width:100%;
	}
	.secEvent .boxSub {
		display: flex;
  		flex-wrap: wrap;
		width:100%;
	}
	.secEvent .txtOutline {
		padding-bottom: 0;
		background: none;
		order:2;
	}
	.secEvent .imgEvent{
		width:55%;
		position:relative;
		padding-top:24%;
		margin-right:3%;
	}
	.secEvent .imgEvent img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.secEvent .txtEvent01 {
		font-size: 0px;
		height:auto;
		line-height:inherit;
		text-align:left;
		background: none;
	}
	.secEvent .titEvent {
		font-size: 12px;
		line-height:inherit;
		padding:10px 11px;
		order:3;
		width:100%;
		line-height: 1.3;
	}
	.secEvent .txtEvent02 {
		font-size: 14px;
		max-height: 46px;
		height:auto;
		-webkit-line-clamp: 2;
		line-height: 1.3;
	}
	.secEvent .txtEvent01 .icon, 
	.secEvent .txtEvent01 .iconEvent {
		font-size: 11px;
		width: auto;
		line-height:inherit;
		margin: 0 1px 2px 0;
		padding:5px;
	}
	.secEvent .btnEvent{ display:none;}
}
.secDataNone{
    text-align:center;
    padding:280px 0;
    line-height:18px;
    width:100%;
}
@media only screen and (max-width:767px){
    .secDataNone{
        padding:80px 0;
    }
}


.c-section {
  padding: 15rem 0;
}

.section-header__title {
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-size: 5.2rem;
}

.section-header__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.c-reason-section {
  padding-top: 5rem;
  padding-bottom: 12rem;
}

.c-reason-section__header {
  position: relative;
  height: 37.5rem;
  background-size: cover;
}

.reason-section-header__number {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 15.3rem;
}

.reason-section-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
}

.reason-section-header__sub-title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 3.6rem;
}

.c-reason-section__btn {
  position: relative;
  text-align: center;
  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;
  width: 100%;
  max-width: 56rem;
  height: 8.9rem;
  border-radius: 8.9rem;
  background-color: #fff;
  border: 0.1rem solid #D17D0B;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-reason-section__btn:hover {
  background-color: #D17D0B;
}

.c-reason-section__btn-text {
  font-size: 2.2rem;
  color: #D17D0B;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-reason-section__btn:hover .c-reason-section__btn-text {
  color: #fff;
}

.c-reason-section__btn-arrow {
  position: absolute;
  top: 30%;
  right: 2rem;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  background-color: #D17D0B;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-reason-section__btn-arrow::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 37%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border-bottom: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-reason-section__btn:hover .c-reason-section__btn-arrow {
  background-color: #fff;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.c-reason-section__btn:hover .c-reason-section__btn-arrow::after {
  border-bottom: solid 0.1rem #D17D0B;
  border-right: solid 0.1rem #D17D0B;
}

.c-breadcrumb-wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 192rem;
  padding: 0 10rem;
  margin: 0 auto 10rem;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 9px;
}

.c-breadcrumb__item:first-of-type {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-breadcrumb__item:first-of-type:hover {
  opacity: 0.4;
}

.c-breadcrumb__item,
.c-breadcrumb__item a {
  font-size: 2.2rem;
}

.c-breadcrumb__item:last-of-type,
.c-breadcrumb__item:last-of-type h1 {
  color: #D17D0B;
}

.c-breadcrumb__item h1 {
  display: inline;
}

.c-breadcrumb__item + .c-breadcrumb__item:before {
  display: inline-block;
  content: "＞";
  font-size: 2.2rem;
  margin-right: 10px;
  margin-left: 10px;
}

.c-breadcrumb__item > .c-breadcrumb__link {
  letter-spacing: 0;
  word-break: break-all;
  word-break: break-word;
}

.c-section__base-btn {
  text-align: center;
  position: relative;
  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;
  width: 100%;
  max-width: 41rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  margin: 0 auto;
  background-color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-section__base-btn::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-section__base-btn span {
  font-size: 2.2rem;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-section__base-btn:hover {
  background-color: #D17D0B;
}

.c-section__base-btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
}

.c-section__base-border-btn {
  text-align: center;
  position: relative;
  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;
  width: 100%;
  max-width: 41rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0.1rem solid #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-section__base-border-btn::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #2F1B01;
  border-right: solid 0.1rem #2F1B01;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-section__base-border-btn:hover {
  border: 0.1rem solid #D17D0B;
}

.c-section__base-border-btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
  border-bottom: solid 0.1rem #D17D0B;
  border-right: solid 0.1rem #D17D0B;
}

.c-section__base-border-btn span {
  font-size: 2.2rem;
  color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-section__base-border-btn:hover span {
  color: #D17D0B;
}

.c-section__white-btn {
  text-align: center;
  position: relative;
  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;
  width: 100%;
  max-width: 41rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-section__white-btn::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #2F1B01;
  border-right: solid 0.1rem #2F1B01;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-section__white-btn span {
  font-size: 2.2rem;
  color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-section__white-btn:hover {
  background-color: #D17D0B;
}

.c-section__white-btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
}

.c-section__white-btn:hover span {
  color: #fff;
}

.c-page-nation {
  text-align: center;
}

.c-page-nation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-page-nation__item {
  position: relative;
  margin-right: 1rem;
  text-align: center;
}

.c-page-nation__item:last-of-type {
  margin-right: 0;
}

.c-page-nation__item > 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;
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background-color: #fff;
  border: 0.2rem #2F1B01 solid;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.c-page-nation__item > a.current {
  pointer-events: none;
  color: #fff;
  background-color: #2F1B01;
}

.c-page-nation__item > a:hover {
  color: #fff;
  background-color: #2F1B01;
}

.c-page-nation__item:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: -3rem;
  border-bottom: solid 0.3rem #2F1B01;
  border-right: solid 0.3rem #2F1B01;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.u-animation-opacity {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.u-animation-opacity:hover {
  opacity: 0.8;
}

.u-animation-yureru-s {
  -webkit-animation: yureru-s 0.6s ease infinite alternate;
          animation: yureru-s 0.6s ease infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes yureru-s {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

@keyframes yureru-s {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.p-banner {
  margin-bottom: 10rem;
}

.p-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.banner-box__link {
  display: block;
}

.p-contact {
  background-image: url(../images/common/image_contact_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-contact__header {
  margin-bottom: 3rem;
}

.contact-header__title {
  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;
}

.contact-header-title__label {
  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;
  font-size: 3.1rem;
  width: 13.8rem;
  height: 13.8rem;
  border-radius: 50%;
  margin-right: 3rem;
  color: #fff;
  border: 0.1rem solid #fff;
}

.contact-header-title__text {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #fff;
}

.p-contact__text {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 5rem;
  color: #fff;
}

.p-contact__body {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 4rem;
}

.contact-body__box {
  width: 50%;
  padding: 4rem;
  background-color: #fff;
}

.contact-body-box__title {
  font-weight: 500;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.contact-body-box__text {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.contact-body-box__btn {
  max-width: 41rem;
}

.contact-footer__content {
  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;
}

.contact-footer-content__text {
  font-size: 2.2rem;
  color: #fff;
  margin-right: 4rem;
}

.contact-footer-content__tel {
  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;
}

.contact-footer-content__tel-img {
  width: 7.2rem;
  height: 4.7rem;
  margin-right: 1.5rem;
}

.contact-footer-content__tel-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  color: #fff;
}

.p-example {
  padding-bottom: 15rem;
}

.p-example__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-example__bg {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 64.5rem;
}

.p-example__bg-img {
  width: 100%;
  max-width: 192rem;
}

.p-example__header {
  width: 95rem;
  position: absolute;
  top: 14rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.example-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #fff;
  margin-bottom: 3rem;
}

.example-header__text {
  font-size: 2.2rem;
  color: #fff;
}

.p-example__body {
  position: relative;
  margin: -22rem auto 10rem;
}

.example-body__gallery {
  width: 100%;
  max-width: 152rem;
  padding: 0.5rem;
  margin: 0 auto;
  background-color: #fff;
}

.example-body-gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}

.example-body-gallery__box {
  background-size: cover;
}

.example-body-gallery__box:first-of-type {
  background-image: url(../images/top/image_example_gallery01.png);
}

.example-body-gallery__box:nth-of-type(2) {
  background-image: url(../images/top/image_example_gallery02.png);
}

.example-body-gallery__box:nth-of-type(3) {
  background-image: url(../images/top/image_example_gallery03.png);
}

.example-body-gallery__box:nth-of-type(4) {
  background-image: url(../images/top/image_example_gallery04.png);
}

.example-body-gallery__box:nth-of-type(5) {
  background-image: url(../images/top/image_example_gallery05.png);
}

.example-body-gallery__box:last-of-type {
  background-image: url(../images/top/image_example_gallery06.png);
}

.example-body-gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.example-body-gallery-box__content {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 10;
  padding: 3rem 5rem;
  opacity: 0;
  background-color: rgba(47, 27, 1, 0.5);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-body-gallery__box:hover .example-body-gallery-box__content {
  opacity: 1;
}

.example-body-gallery-box__label {
  font-weight: 500;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3rem 0.8rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #fff;
}
.example-body-gallery-box__label a,
.example-body-gallery-box__label a:visited {
  color: #fff;
}

.example-body-gallery-box__title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem #fff solid;
}

.example-body-gallery-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.example-body-gallery-box__text span {
  font-size: 1.6rem;
  color: #fff;
}

.example-body-gallery-box__price span {
  font-size: 1.8rem;
  color: #fff;
}

.example-body-gallery-box__btn {
  position: relative;
  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;
  width: 100%;
  max-width: 26rem;
  height: 5.4rem;
  border-radius: 5.4rem;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-body-gallery-box__btn::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #2F1B01;
  border-right: solid 0.1rem #2F1B01;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-body-gallery-box__btn span {
  font-size: 1.6rem;
  color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-body-gallery-box__btn:hover {
  background-color: #D17D0B;
}

.example-body-gallery-box__btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
}

.example-body-gallery-box__btn:hover span {
  color: #fff;
}

.p-example__footer {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto 5rem;
}

.example-footer__cate {
  margin-bottom: 5rem;
}

.example-footer__cate,
.example-footer__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.example-footer-cate__title,
.example-footer-tag__title {
  font-size: 2.6rem;
  margin-right: 7rem;
}

.example-footer-cate__list,
.example-footer-tag__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.example-footer-cate__item input,
.example-footer-tag__item input {
  display: none;
}

.example-footer-cate__label {
  font-weight: 500;
  display: block;
  font-size: 2rem;
  padding: 0.6rem 1.5rem;
  color: #D17D0B;
  border: 0.1rem solid #D17D0B;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-footer-cate__input:checked + .example-footer-cate__label {
  color: #fff;
  background-color: #D17D0B;
}

.example-footer-tag__label {
  position: relative;
  display: block;
  font-size: 2rem;
  padding: 0.6rem 1.5rem 0.6rem 3rem;
  border-radius: 2rem;
  border: 0.1rem solid #C3C3C3;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-footer-tag__label::before {
  content: "#";
  position: absolute;
  left: 1.3rem;
  color: #D17D0B;
  font-size: 1.6rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-footer-tag__input:checked + .example-footer-tag__label {
  color: #fff;
  background-color: #D17D0B;
}

.example-footer-tag__input:checked + .example-footer-tag__label::before {
  color: #fff;
}

.p-example__btn-wrap {
  display: block;
}

.p-example__search-btn {
  margin-bottom: 1rem;
  max-width: 50rem;
}

.p-example__archive-btn {
  max-width: 50rem;
}

.example-search-btn__flex {
  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;
}

.example-search-btn__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}

.example-search-btn__icon #Icon_open-magnifying-glass {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-example__search-btn:hover #Icon_open-magnifying-glass {
  fill: #D17D0B;
}

.p-example__slider {
  display: none;
}
.example-slider__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 623/415;
}

.example-slider__labels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.example-slider__label {
  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;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 0.2rem 0.3rem;
  border-radius: 0.5rem;
  background-color: #C99247;
  border: 0.1rem solid #D17D0B;
  min-height: 7rem;
}
.example-slider__label:hover {
  opacity: 0.8;
}

.example-slider__label a,
.example-slider__label a:visited {
  color: #fff;
}

.example-slider__btn:hover {
  border: 0.1rem solid #D17D0B;
}

.example-slider__btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
  border-bottom: solid 0.1rem #D17D0B;
  border-right: solid 0.1rem #D17D0B;
}

.example-slider__btn span {
  font-size: 1.6rem;
  color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-slider__btn:hover span {
  color: #D17D0B;
}

.p-example__sp-btn-wrap {
  display: none;
}

.p-example__sp-search-btn:hover #Icon_open-magnifying-glass {
  fill: #D17D0B;
}

.example-sp-search-modal__burger > span:nth-of-type(2) {
  opacity: 0;
}

.p-example-sp-search-modal__mask {
  display: none;
}

.p-example-sp-search-modal__mask.is_active {
  pointer-events: auto;
  opacity: 0.5;
}

.p-example__sp-search-modal {
  display: none;
}

.p-example__sp-search-modal.is_active {
  pointer-events: auto;
  opacity: 1;
}

.example-sp-search-modal-cate__item:hover .example-sp-search-modal-cate__link {
  color: #fff;
  background-color: #D17D0B;
}

.example-sp-search-modal-tag__item:hover .example-sp-search-modal-tag__link {
  color: #fff;
  background-color: #D17D0B;
  border: 0.1rem solid #D17D0B;
}

.example-sp-search-modal-tag__item:hover .example-sp-search-modal-tag__item::before {
  color: #fff;
}

.example-sp-search-modal-cate__item input,
.example-sp-search-modal-tag__item input {
  display: none;
}

.example-sp-search-modal-cate__label {
  font-weight: 500;
  display: block;
  font-size: 1.6rem;
  padding: 0.6rem 1.5rem;
  color: #D17D0B;
  border: 0.1rem solid #D17D0B;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-sp-search-modal-cate__input:checked + .example-sp-search-modal-cate__label {
  color: #fff;
  background-color: #D17D0B;
}

.example-sp-search-modal-tag__label {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 0.6rem 1.5rem 0.6rem 3rem;
  border-radius: 2rem;
  border: 0.1rem solid #C3C3C3;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-sp-search-modal-tag__label::before {
  content: "#";
  position: absolute;
  left: 1.3rem;
  color: #D17D0B;
  font-size: 1.6rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.example-sp-search-modal-tag__input:checked + .example-sp-search-modal-tag__label {
  color: #fff;
  background-color: #D17D0B;
}

.example-sp-search-modal-tag__input:checked + .example-sp-search-modal-tag__label::before {
  color: #fff;
}

.p-feature {
  background-image: url(../images/top/image_feature_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-feature__header {
  width: 100%;
  max-width: 192rem;
  padding-left: 20rem;
  margin: 0 auto 10rem;
}

.feature-header__title::after {
  left: 0;
}

.feature-header__title {
  margin-bottom: 3rem;
}

.feature-header__text {
  font-size: 2.2rem;
}

.p-feature__body {
  width: 100%;
  max-width: 175rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 0 auto 9.2rem;
}

.p-feature__box {
  padding-right: 2.5rem;
}

.p-feature__box:last-of-type {
  padding-right: 0;
}

.feature-box__figure {
  position: relative;
}

.feature-box__img {
  height: 18.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-box__step-img {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 7.5rem;
  height: 7.5rem;
}

.feature-box__title {
  font-weight: 500;
  position: relative;
  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;
  font-size: 2.4rem;
  text-align: center;
  height: 12rem;
}

.feature-box__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-color: transparent transparent transparent #D17D0B;
  z-index: 100;
}

.p-feature__box:last-of-type .feature-box__title::after {
  display: none;
}

.feature-box__link {
  position: relative;
  font-size: 2.2rem;
  display: block;
  padding: 3rem 2rem 3rem 1.5rem;
  margin-bottom: 0.6rem;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

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

.feature-box__link::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #2F1B01;
  border-right: solid 0.1rem #2F1B01;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.feature-box__link:hover {
  color: #fff;
  background-color: #D17D0B;
}

.feature-box__link:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
}

.p-feature__banner {
  display: block;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.p-feature__flow {
  display: none;
}

.feature-frow-box-content__link:hover {
  color: #fff;
  background-color: #D17D0B;
}

.feature-frow-box-content__link:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
}

.p-fv {
  padding-top: 13.9rem;
  margin-bottom: 5em;
}

.p-fv__body {
  position: relative;
}

.fv-box__slider {
  width: 100%;
}

.fv-box__slider-item {
  position: relative;
}

.p-fv-box__copy-wrap {
  position: absolute;
}

.p-fv-box__copy {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 5.6rem;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
}

.p-fv-box__text {
  font-weight: 500;
  color: #fff;
}

.fv-box__slider-item__center .p-fv-box__copy-wrap {
  left: 10rem;
  bottom: 5rem;
}
.fv-box__slider-item__center .p-fv-box__copy {
  margin-bottom: 3.5rem;
}
.fv-box__slider-item__center .p-fv-box__text {
  font-size: 2rem;
}

.fv-box__slider-item__left .p-fv-box__copy-wrap {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.fv-box__slider-item__left .p-fv-box__copy {
  text-align: center;
  margin-bottom: 1.5rem;
}
.fv-box__slider-item__left .p-fv-box__text {
  text-align: center;
  font-size: 2rem;
}

.p-fv-box__medal {
  position: absolute;
  right: 6rem;
  bottom: 5rem;
  width: 30rem;
}

.p-life {
  padding-bottom: 15rem;
}

.p-life__bg {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 76.7rem;
  margin: 0 auto;
}

.p-life__bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-life__content {
  position: relative;
  width: 100%;
  max-width: 152rem;
  padding: 15rem 16rem;
  margin: -47rem auto 0;
  background-color: #fff;
  z-index: 100;
}

.p-life__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15rem;
}

.life-header__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.life-header__title::after {
  right: 0;
}

.life-header__text {
  position: relative;
  font-size: 2.4rem;
  width: 100%;
  max-width: 73.3rem;
  padding-right: 6rem;
  text-align: left;
  z-index: 1;
  border-right: 0.1rem dotted #D17D0B;
}

.p-life__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  margin-bottom: 4rem;
}

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

.p-life__box {
  display: block;
  position: relative;
  width: 50%;
}

.p-life__box:last-of-type {
  margin-top: 10rem;
}

.life-box__label {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 17.2rem;
}

.life-box__figure {
  margin-bottom: 2rem;
}

.life-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}

.life-box-title__border {
  width: 2.4rem;
  height: 0.1rem;
  margin-right: 1.5rem;
  background-color: #D17D0B;
}

.life-box-title__text {
  font-weight: 700;
  font-size: 2.8rem;
}

.life-box__text {
  font-size: 2.4rem;
  color: #707070;
}

.p-price {
  padding: 16rem 0 14rem 20rem;
  background-image: url(../images/top/image_price_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.p-price__inner {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100rem;
}

.p-price__header {
  margin-right: 8rem;
}

.price-header__title::after {
  left: 0;
}

.p-price__box {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.price-box__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  width: 28.3rem;
  height: 8.5rem;
  padding: 1rem 1rem 1rem 1.5rem;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.price-box__link::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #D17D0B;
  border-right: solid 0.1rem #D17D0B;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.price-box__link:hover {
  color: #fff;
  background-color: #D17D0B;
}

.price-box__link:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
}

.p-result {
  background-size: cover;
  background-image: url(../images/top/image_result_bg.png);
  background-color: #2F1B01;
}

.p-result__header {
  width: 100%;
  max-width: 192rem;
  padding-left: 26rem;
  margin: 0 auto 3rem;
}

.result-header__title {
  color: #fff;
}

.result-header__title::after {
  left: 0;
}

.p-result__body {
  margin-bottom: 20rem;
}

.p-result__list {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-result__item {
  position: relative;
  width: 55.8rem;
  border-bottom: 0.5rem solid #D17D0B;
  margin: 0 2rem;
  background-color: #fff;
}

.result-item__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 623/415;
}

.result-item__medal {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: -1rem;
  left: 1rem;
  width: 10rem;
  height: 13.8rem;
  background-image: url(../images/top/image_result_medal.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.result-item-medal__sub {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
}

.result-item__content {
  padding: 3rem 3rem 5rem 3rem;
}

.result-item-content__text {
  font-weight: 500;
  font-size: 2rem;
  color: #707070;
  margin-bottom: 1rem;
}

.result-item-content__title {
  font-weight: 700;
  font-size: 2.4rem;
  min-height: 7.4rem;
  margin-bottom: 3rem;
}

.result-item-content__btn {
  position: relative;
  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;
  width: 100%;
  max-width: 35rem;
  height: 5.4rem;
  border-radius: 5.4rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0.1rem solid #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.result-item-content__btn::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #2F1B01;
  border-right: solid 0.1rem #2F1B01;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.result-item-content__btn:hover {
  border: 0.1rem solid #D17D0B;
}

.result-item-content__btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
  border-bottom: solid 0.1rem #D17D0B;
  border-right: solid 0.1rem #D17D0B;
}

.result-item-content__btn span {
  font-size: 2.2rem;
  color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.result-item-content__btn:hover span {
  color: #D17D0B;
}
.p-result .slick-list.draggable {
  padding-top: 3rem !important;
}
.p-result .slick-dots {
  bottom: -10rem !important;
}
.p-result .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  background-color: #C3C3C3;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.p-result .slick-dots li.slick-active {
  background-color: #D17D0B;
}
.p-result .slick-dots li button:before {
  display: none;
}
.p-result .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 500;
  bottom: -12rem;
  width: 6.5rem;
  height: 6.5rem;
}
.p-result .prev-arrow {
  left: 80rem;
}
.p-result .next-arrow {
  right: 80rem;
}

.p-result__btn {
  max-width: 50rem;
}

.p-roomTour {
  background-color: #F5EFEF;
}

.p-roomTour__body {
  padding-bottom: 20rem;
}
.p-roomTour__body .c-section__base-btn{
  margin-top:18rem;
}

.p-roomTour__list {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-roomTour__bg {
  text-align: center;
}

.p-roomTour__item {
  position: relative;
  width: 250px;
  margin: 0 1rem;
}
.p-roomTour__item a{
  position: relative;
  display:block;
  border: 1rem solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(47, 27, 1, 0.15);
          box-shadow: 0 0 15px rgba(47, 27, 1, 0.15);
}
.p-roomTour__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 250/448;
  height: 448px;
}
.p-roomTour__item .iconPlay {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  z-index: 1;
  color: #fff;
  background-color: #D17D0B;
  font-size: 0;
  letter-spacing: 0.05rem;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-roomTour__item .iconPlay::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 25px solid #fff;
  border-right: 0;
  position: absolute;
  top: 22px;
  left: 20px;
}
.p-roomTour__item h3{
  display:block;
  text-align:center;
  font-size:16px;
  padding:10px 0 0;
}
.p-roomTour__item .roomTour_place{
  display:block;
  text-align:center;
  font-size:16px;
  padding:5px 0 0;
}
.p-roomTour__item:nth-child(odd) {
  margin-top: 30px;
}
.p-roomTour .slick-list.draggable {
  padding-top: 3rem !important;
}
.p-roomTour .slick-dots {
  bottom: -10rem !important;
}
.p-roomTour .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  background-color: #C3C3C3;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.p-roomTour .slick-dots li.slick-active {
  background-color: #D17D0B;
}
.p-roomTour .slick-dots li button:before {
  display: none;
}
.p-roomTour .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 500;
  bottom: -12rem;
  width: 6.5rem;
  height: 6.5rem;
}
.p-roomTour .prev-arrow {
  left: 80rem;
}
.p-roomTour .next-arrow {
  right: 80rem;
}

#popup {
  display: none;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
}

#popup *, #popup *::before, #popup *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#popup .popupContainer {
  display: table;
  width: 100%;
  height: 100%;
}

#popup .popupContents {
  display: table-cell;
  vertical-align: middle;
}

#popup .popupMain {
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
  padding: 2.41%;
}
/* secPopup */
.secPopup {
  padding-bottom: 45px;
}

.secPopup .btnClose {
  width: 20px;
  height: 20px;
  margin: 0 0 25px auto;
}

.secPopup .btnClose.lazyloaded {
  background: url(../img/common/btnPopupClose.png) center top/cover no-repeat;
}

.secPopup .boxYouTube {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.secPopup .boxYouTube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-show-room {
  background-color: #2F1B01;
}

.p-show-room__header {
  margin-bottom: 6.5rem;
}

.show-room-header__title {
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}

.show-room-header__title::after {
  left: 50%;
}

.show-room-header__text {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
}

.p-show-room__body {
  margin-bottom: 5rem;
}

.p-show-room__btn {
  max-width: 50rem;
}

.p-topics {
  padding: 15rem 0;
}

.p-topics__header {
  text-align: center;
  margin-bottom: 5rem;
}

.topics-header__title {
  margin-bottom: 3rem;
}

.topics-header__title::after {
  left: 50%;
}

.topics-header__text {
  font-size: 2.2rem;
}

.p-topics__list {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-topics__item {
  width: 100%;
  max-width: 44.7rem;
  margin: 0 3rem;
}

.p-topics__link {
  display: block;
}

.p-topics .slick-dots {
  bottom: -9rem !important;
}
.p-topics .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  background-color: #C3C3C3;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.p-topics .slick-dots li.slick-active {
  background-color: #D17D0B;
}
.p-topics .slick-dots li button:before {
  display: none;
}
.p-topics .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 500;
  bottom: -12rem;
  width: 6.5rem;
  height: 6.5rem;
}
.p-topics .prev-arrow {
  left: 80rem;
}
.p-topics .next-arrow {
  right: 80rem;
}

.p-voice {
  padding: 16rem 0;
}

.p-voice__container {
  position: relative;
  width: 100%;
  /*  max-width: 192rem; */
  margin: 0 auto;
}

.p-voice__bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  width: 143.5rem;
  height: 83rem;
}

.p-voice__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 156rem;
  margin: 0 auto;
  z-index: 100;
}

.p-voice__header {
  width: 56rem;
}

.voice-header__title {
  margin-bottom: 3rem;
}

.voice-header__title::after {
  left: 0;
}

.voice-header__text {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.p-voice__content {
  padding: 3rem;
  background-color: #FAF7F7;
}

.voice-content__item {
  font-size: 2.4rem;
}

.p-voice__body {
  width: 100%;
  max-width: 89.5rem;
}

.p-voice__item {
  width: 100%;
  max-width: 89.5rem;
  aspect-ratio: 895/512;
}

.p-voice__item iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 895/512;
}

.p-voice__body .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.p-voice__body .slick-dots {
  width: 20rem;
  left: -60rem !important;
  bottom: -3rem !important;
}
.p-voice__body .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  background-color: #C3C3C3;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.p-voice__body .slick-dots li.slick-active {
  background-color: #D17D0B;
}
.p-voice__body .slick-dots li button:before {
  display: none;
}
.p-voice__body .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 500;
  bottom: -5rem;
  width: 6.5rem;
  height: 6.5rem;
}
.p-voice__body .prev-arrow {
  left: -66rem;
}
.p-voice__body .next-arrow {
  right: 124rem;
}

.p-voice__slider-sp {
  display: none;
}

.voice-slider-sp__figure iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 895/512;
}
.p-voice__slider-sp .slick-dots li button:before {
  display: none;
}

.p-field {
  margin-bottom: 10rem;
}

.p-field__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.p-field__header {
  display: none;
}

.field-header__title {
  display: none;
}

.p-field__body {
  width: 100%;
  max-width: 182rem;
  height: 70.5rem;
  margin:6rem auto 0;
  padding: 10rem 0;
  background-image: url(../images/top/image_field_body-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.field-body__title {
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 4.6rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5rem 0;
  margin: 0 auto 3rem;
}

.field-body__text {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 4rem;
}

.p-field__flex {
  padding: 0 3rem;
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.field-flex__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 29rem;
  height: 29rem;
  padding: 3.5rem 0 4.5rem;
  background-color: #fff;
}
.field-flex__box.field-flex-box__blue {
  border: 3px solid #1A218A;
}
.field-flex__box.field-flex-box__blue .field-flex-box__icon {
  width: 7.2rem;
}
.field-flex__box.field-flex-box__blue .field-flex-box__title {
  color: #1A218A;
}
.field-flex__box.field-flex-box__blue .field-flex-box__bg-text {
  color: rgba(26, 33, 138, 0.07);
}
.field-flex__box.field-flex-box__red {
  border: 3px solid #DC0608;
}
.field-flex__box.field-flex-box__red .field-flex-box__icon {
  width: 5.3rem;
}
.field-flex__box.field-flex-box__red .field-flex-box__title {
  color: #DC0608;
}
.field-flex__box.field-flex-box__red .field-flex-box__bg-text {
  color: rgba(220, 6, 8, 0.07);
}
.field-flex__box.field-flex-box__black {
  border: 3px solid #2F1B01;
}
.field-flex__box.field-flex-box__black .field-flex-box__icon {
  width: 6.3rem;
}
.field-flex__box.field-flex-box__black .field-flex-box__title {
  color: #2F1B01;
}
.field-flex__box.field-flex-box__black .field-flex-box__bg-text {
  color: rgba(47, 27, 1, 0.07);
}
.field-flex__box.field-flex-box__green {
  border: 3px solid #059945;
}
.field-flex__box.field-flex-box__green .field-flex-box__icon {
  width: 6.4rem;
}
.field-flex__box.field-flex-box__green .field-flex-box__title {
  color: #059945;
}
.field-flex__box.field-flex-box__green .field-flex-box__bg-text {
  color: rgba(5, 153, 69, 0.07);
}

.field-flex-box__icon {
  margin: 0 auto 1rem;
}

.field-flex-box__title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

.field-flex__ele {
  height: 12rem;
  margin-bottom: 0.6rem;
}

.field-flex-box__text {
  text-align: center;
  font-size: 1.8rem;
}

.field-flex-box__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 4.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.field-flex-box__cross {
  width: 6.8rem;
}

.p-field-footer__text {
  display: none;
}

.p-reason_anchor {
  margin-bottom: 15rem;
}

.p-reason_anchor__inner {
  padding: 0 3rem;
}

.p-reason_anchor__body {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.reason_anchor__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16rem;
  padding: 1rem 2.5rem;
  background-color: #fff;
  border: 0.1rem solid #D17D0B;
}

.reason_anchor-box__number {
  width: 100%;
  max-width: 6.2rem;
  margin-right: 4rem;
}

.reason_anchor-box-content__text {
  line-height: 1.2;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
}

.reason_anchor__box:nth-of-type(4) .reason_anchor-box-content__text,
.reason_anchor__box:nth-of-type(4) .reason_anchor-box-content__title {
  font-size: 4.6rem;
  color: #D17D0B;
}

.reason_anchor-box-content__title {
  line-height: 1.2;
  font-size: 4.6rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
}

.reason_anchor-box__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  max-width: 5.2rem;
}

.p-reason_first {
  padding-top: 5rem;
}

.p-reason_first__bg {
  background-color: #FAF7F7;
  padding-bottom: 12rem;
}

.p-reason_first__header {
  background-image: url(../images/reason/image_reason_header_bg01.png);
}

.p-reason_first__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-reason_first__content-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 62rem;
  background-color: #fff;
}

.p-reason_first__body {
  width: 100%;
  max-width: 162rem;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding-top: 10rem;
}

.reason_first__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason_first-box__content {
  width: 100%;
  max-width: 72rem;
  margin-right: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reason_first-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 15rem;
}

.reason_first-box__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reason_first-box__img {
  margin-bottom: 1rem;
}

.reason_first-box__figure-note {
  text-align: right;
  font-weight: lighter;
  font-size: 1.6rem;
}

.p-reason_second__header {
  background-image: url(../images/reason/image_reason_header_bg02.png);
}

.p-reason_second__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-reason_second__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 62rem;
  background-color: #fff;
}

.p-reason_second__body {
  width: 100%;
  max-width: 162rem;
  margin: 0 auto;
}

.p-reason_second__body {
  position: relative;
  z-index: 100;
  padding-top: 10rem;
}

.reason_second__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason_second-box__content {
  width: 100%;
  max-width: 72rem;
  margin-right: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reason_second-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 15rem;
}

.reason_second-box__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reason_second-box__figure picture .reason_second-box__img {
  margin-bottom: 3rem;
}

.p-reason_third__header {
  background-image: url(../images/reason/image_reason_header_bg03.png);
}

.p-reason_third__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-reason_third__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 85rem;
  background-color: #fff;
}

.p-reason_third__container {
  margin-bottom: 17rem;
}

.p-reason_third__body {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 162rem;
  margin: 0 auto;
  padding-top: 10rem;
}

.reason_third__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason_third-box__content {
  width: 100%;
  max-width: 72rem;
  margin-right: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reason_third-box-content__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  margin-bottom: 3rem;
  color: #D17D0B;
  text-decoration: underline;
}

.reason_third-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.reason_third-box-content__note {
  margin-bottom: 3rem;
}

.reason_third-box-content__note span {
  font-size: 2.2rem;
  font-weight: 500;
}

.reason_third-box-content__note span:last-of-type {
  color: #D17D0B;
}

.reason_third-box-content__list {
  padding-top: 3rem;
  border-top: 0.1rem solid #C3C3C3;
}

.reason_third-box-content__item {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.reason_third-box-content__item:last-of-type {
  margin-bottom: 0;
}

.reason_third-box__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reason_third-power__lead {
  margin-bottom: 12rem;
}

.reason_third-power__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 5.2rem;
  margin-bottom: 2rem;
  color: #D17D0B;
  text-decoration: underline;
}

.reason_third-power__text {
  text-align: center;
  font-size: 2.2rem;
}

.reason_third-power__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.reason_third-power__box {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding-left: 20rem;
  margin-left: auto;
  margin-bottom: 12rem;
}

.reason_third-power__box:nth-of-type(even) {
  padding-left: 0;
  padding-right: 20rem;
  margin-left: 0;
  margin-right: auto;
}

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

.reason_third-power-box__label {
  position: absolute;
  top: -10rem;
  left: 15rem;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  color: #D17D0B;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 100;
}

.reason_third-power__box:nth-of-type(even) .reason_third-power-box__label {
  top: -10rem;
  left: auto;
  right: 15rem;
}

.reason_third-power-box__inner {
  position: relative;
  overflow: hidden;
  padding: 8rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.reason_third-power-box__text-bg {
  position: absolute;
  top: -6rem;
  left: 4rem;
  width: 97rem;
  height: 24rem;
  z-index: 50;
}

.reason_third-power__box:nth-of-type(even) .reason_third-power-box__text-bg {
  left: auto;
  right: 0;
}

.reason_third-power-box__figure {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 58rem;
  margin-right: 8rem;
}

.reason_third-power__box:nth-of-type(even) .reason_third-power-box__figure {
  margin-right: 0;
  margin-left: 8rem;
}

.reason_third-power-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 85rem;
}

.reason_third-power-box__img {
  width: 100%;
  height: 100%;
}

.reason_third-power-box-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}

.reason_third-power-box-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason_third-power-box-content__title-number {
  font-family: "bookman-jf-pro", serif;
  font-size: 3.2rem;
  margin-right: 1.2rem;
  line-height: 1;
  color: #D17D0B;
}

.reason_third-power-box-content__title-text {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  line-height: 1;
}

.reason_third-power-box-content__icon {
  width: 10rem;
}

.reason_third-power-box-content__text {
  font-size: 2.2rem;
}

.reason_third-power-box__sp-block {
  display: none;
}

.p-reason_fourth__header {
  background-image: url(../images/reason/image_reason_header_bg04.png);
}

.p-reason_fourth__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-reason_fourth__body {
  position: relative;
  z-index: 100;
  padding-top: 10rem;
}

.reason_fourth__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 152rem;
  padding: 8rem;
  margin: 0 auto;
  background-color: #fff;
}

.reason_fourth-box__content {
  width: 100%;
  max-width: 56rem;
  margin-right: 7rem;
}

.reason_fourth-box-content__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.reason_fourth-box-content__main-title {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 4.2rem;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.reason_fourth-box-content__note {
  color: #707070;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.reason_fourth-box__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reason_fourth-box-content__sp-note {
  display: none;
}

.reason_fourth-box-content__sp-btn {
  display: none;
}

.p-reason_fourth__about {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  border-top: 1px solid #C3C3C3;
}

.reason_fourth-about__side {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.reason_fourth-about-side__box {
  padding: 10rem 0 10rem;
}

.reason_fourth-about-side__box:first-of-type {
  border-right: 1px solid #C3C3C3;
}

.reason_fourth-about__side:first-of-type .reason_fourth-about-side__box {
  border-bottom: 1px solid #C3C3C3;
}

.reason_fourth-about-side__box:nth-of-type(odd) {
  padding-right: 8rem;
}

.reason_fourth-about-side__box:nth-of-type(even) {
  padding-left: 8rem;
}

.reason_fourth-about-side-box__title {
  text-align: center;
  margin-bottom: 3.2rem;
}

.reason_fourth-about-side-box__main-title {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 4.2rem;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.reason_fourth-about-side-box__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
}

.reason_fourth-about-side-box__figure {
  width: 100%;
  max-width: 68rem;
  margin-bottom: 3rem;
}

.reason_fourth-about-side-box__text {
  font-size: 2.2rem;
  line-height: 2;
}

.reason_fourth-about-side-box__btn {
  margin-top: 6.5rem;
}

.reason_fourth-about__block {
  padding: 10rem 0;
  border-bottom: 1px solid #C3C3C3;
}

.reason_fourth-about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reason_fourth-about-box__figure {
  width: 100%;
  max-width: 62rem;
  margin-right: 6.5rem;
}

.reason_fourth-about__block:nth-of-type(3) .reason_fourth-about-box__figure {
  width: 100%;
  max-width: 99.5rem;
  margin-right: 0;
  margin-left: 6rem;
  margin-bottom: 5rem;
}

.reason_fourth-about-box-content__title {
  margin-bottom: 4rem;
}

.reason_fourth-about-box-content__main-title {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 4.2rem;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.reason_fourth-about-box-content__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
}

.reason_fourth-about-box-content__sp-figure {
  display: none;
}

.reason_fourth-about-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.reason_fourth-about-box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.reason_fourth-about-box__text {
  font-size: 1.6rem;
  line-height: 2;
}

.p-reason_five__header {
  background-image: url(../images/reason/image_reason_header_bg05.png);
}

.p-reason_five__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-reason_five__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 47rem;
  background-color: #fff;
}

.p-reason_five__body {
  width: 100%;
  max-width: 162rem;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding-top: 10rem;
  margin-bottom: 10rem;
}

.reason_five__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason_five-box__content {
  width: 100%;
  max-width: 72rem;
  margin-right: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reason_five-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 15rem;
}

.reason_five-box__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-reason_five__footer {
  width: 100%;
  max-width: 192rem;
  padding-left: 10rem;
  margin: 0 auto;
}

.reason_five-footer__inner {
  width: 100%;
  max-width: 192rem;
  padding: 8.5rem 10rem 8.5rem 1rem;
  margin-left: auto;
  position: relative;
  background-color: #fff;
}

.reason_five-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 136rem;
  margin-left: auto;
}

.reason_five-footer__figure {
  position: absolute;
  top: -3rem;
  left: 7rem;
  width: 21rem;
}

.reason_five-footer-box__flex {
  width: 100%;
  max-width: 51rem;
  margin-right: 8rem;
}

.reason_five-footer-box__doc {
  display: none;
}

.reason_five-footer-box__main-title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  text-decoration: underline;
}

.reason_five-footer-box__note {
  font-size: 2.4rem;
  margin-left: 4rem;
}

.reason_five-footer-box__text {
  font-size: 2.2rem;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-reason_six__header {
  background-image: url(../images/reason/image_reason_header_bg06.png);
}

.p-reason_six__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-reason_six__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 54rem;
  background-color: #fff;
}

.p-reason_six__body {
  width: 100%;
  max-width: 162rem;
  position: relative;
  z-index: 100;
  padding-top: 10rem;
  margin: 0 auto 10rem;
}

.reason_six__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason_six-box__content {
  width: 100%;
  max-width: 72rem;
  margin-right: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reason_six-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.reason_six-box__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reason_six-footer__box {
  position: relative;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.reason_six-footer__content {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  max-width: 132rem;
}

.reason_six-footer-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reason_six-footer-content__title {
  width: 100%;
  max-width: 51rem;
  margin-right: 11rem;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  text-decoration: underline;
}

.reason_six-footer-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.2rem;
}

.p-solution_about {
  margin-bottom: 17rem;
}

.p-solution_about__inner {
  padding: 0 2rem;
}

.p-solution_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-solution_about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 146rem;
  margin: 0 auto;
}

.solution_about-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #D17D0B;
  margin-bottom: 5rem;
}

.solution_about-header__text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-solution_about__body {
  position: relative;
  width: 95rem;
  height: 80rem;
  margin-left: auto;
}

.solution_about-body__main-figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 53rem;
}

.solution_about-body__sub-figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52rem;
}

.solution_about-body__third-figure {
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 29rem;
}

.p-solution_strength {
  margin-bottom: 5rem;
}

.p-solution_strength__inner {
  padding: 0 2rem;
}

.p-solution_strength__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-solution_strength__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-solution_strength__box {
  position: relative;
  background-color: #FAF7F7;
}

.solution_strength-box__cross {
  position: absolute;
  bottom: 10%;
  right: -7rem;
  width: 8.5rem;
  z-index: 100;
}

.solution_strength-box__content {
  position: relative;
  text-align: center;
  padding: 11.5rem 3rem 7.5rem;
}

.solution_strength-box-content__icon {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 12rem;
  margin: 0 auto;
}

.solution_strength-box-content__main-text {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  color: #D17D0B;
}

.solution_strength-box-content__sub-text {
  font-size: 2.1rem;
}

.p-solution_proposal {
  padding-bottom: 15rem;
  background-color: #FAF7F7;
}

.p-solution_proposal__header {
  height: 60rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/solution/image_proposal-bg.png);
}

.solution_proposal-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 60rem;
  margin: 0 auto;
}

.solution_proposal-header__title {
  position: absolute;
  top: 55%;
  left: 45rem;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}

.solution_proposal-header__title span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #D17D0B;
  color: #fff;
}
.solution_proposal-header__title span:last-of-type {
  margin-bottom: 0;
}

.p-solution_proposal__inner {
  padding: 0 2rem;
}

.p-solution_proposal__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-solution_proposal__body {
  padding: 12rem 0;
}

.solution_proposal-body__map-wrap {
  display: block;
}

.solution_proposal-body__map {
  width: 100%;
  max-width: 161.5rem;
  margin: 0 auto;
}

.p-solution_proposal__table-figure {
  display: none;
}

.solution_proposal-footer__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.solution_proposal-footer__box {
  position: relative;
}

.solution_proposal-footer-box__content {
  text-align: center;
  width: 57rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.solution_proposal-footer-box-content__title {
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 4.2rem;
  margin-bottom: 2rem;
}

.solution_proposal-footer-box-content__text {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.solution_proposal-footer-box-content__btn {
  width: 100%;
  max-width: 26rem;
  height: 5.4rem;
}

.solution_proposal-footer-box-content__btn span {
  font-size: 1.6rem;
  color: #2F1B01;
}

.p-solution_idea {
  padding: 15rem 0;
}

.p-solution_idea__inner {
  padding: 0 2rem;
}

.p-solution_idea__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-solution_idea__header {
  text-align: center;
  margin-bottom: 11.5rem;
}

.solution_idea-header__title::after {
  left: 49%;
}

.p-solution_idea__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 16rem;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-solution_idea__box {
  position: relative;
}

.solution_idea-box__figure {
  position: relative;
  margin-bottom: 2rem;
}

.solution_idea-box__label {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 18rem;
  z-index: 10;
}

.solution_idea-box__img-wrap {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
  overflow: hidden;
}

.solution_idea-box__img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.p-solution_idea__box:hover .solution_idea-box__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.solution_idea-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}

.solution_idea-box-title__border {
  width: 2.4rem;
  height: 0.1rem;
  margin-right: 1.5rem;
  background-color: #D17D0B;
}

.solution_idea-box-title__text {
  font-weight: 700;
  font-size: 2.4rem;
}

.p-solution_idea__slider-sp {
  display: none;
}
.p-solution_idea__slider-sp .slick-dots li button:before {
  display: none;
}

.p-solution_result {
  padding: 15rem 0 22rem;
  background-color: #FAF7F7;
}

.p-solution_result__header {
  text-align: center;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto 5rem;
}

.solution_result-header__text {
  font-weight: 500;
  font-size: 3.2rem;
  color: #D17D0B;
  margin-bottom: 4rem;
}

.solution_result-header__title::after {
  left: 49%;
}

.p-solution_result__list {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-solution_result__item {
  width: 55.8rem;
  border-bottom: 0.5rem solid #D17D0B;
  margin: 0 2rem;
  background-color: #fff;
}

.solution_result-item__img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 623/415;
}

.solution_result-item__content {
  padding: 3rem 3rem 5rem 3rem;
}

.solution_result-item-content__text {
  font-weight: 500;
  font-size: 2rem;
  color: #707070;
  min-height: 10rem;
}

.solution_result-item-content__sub-text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #707070;
  margin-bottom: 1.5rem;
}

.solution_result-item-content__title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.solution_result-item-content__btn {
  width: 100%;
  max-width: 26rem;
  height: 5.4rem;
}
.p-solution_result .slick-list.draggable {
  padding-top: 3rem !important;
}
.p-solution_result .slick-dots {
  bottom: -10rem !important;
}
.p-solution_result .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  background-color: #C3C3C3;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.p-solution_result .slick-dots li.slick-active {
  background-color: #D17D0B;
}
.p-solution_result .slick-dots li button:before {
  display: none;
}
.p-solution_result .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 500;
  bottom: -12rem;
  width: 6.5rem;
  height: 6.5rem;
}
.p-solution_result .prev-arrow {
  left: 80rem;
}
.p-solution_result .next-arrow {
  right: 80rem;
}

.p-two_family-house_about {
  margin-bottom: 15rem;
}

.p-two_family-house_about__inner {
  padding: 0 3rem;
}

.p-two_family-house_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-two_family-house_about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-two_family-house_about__header {
  width: 51rem;
}

.two_family-house_about-header__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.two_family-house_about-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  margin-bottom: 5rem;
}

.two_family-house_about-header__text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-two_family-house_about__body {
  position: relative;
  width: 93rem;
  height: 58rem;
}

.two_family-house_about-body__main-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 72rem;
}

.two_family-house_about-body__sub-figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29rem;
}

.two_family-house_about-header__text-bg {
  background-color: #F5EFEF;
}

.p-two_family-house_type {
  padding: 10rem 0 0;
  background-color: #FAF7F7;
}

.p-two_family-house_type__inner {
  padding: 0 3rem;
}

.p-two_family-house_type__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-two_family-house_type__header {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto 6.5rem;
}

.two_family-house_type-header__figure {
  position: absolute;
  top: -15rem;
  right: 0;
  width: 43rem;
}

.two_family-house_type-header__content {
  width: 62rem;
}

.two_family-house_type-header-content__text {
  margin-bottom: 2rem;
}

.two_family-house_type-header-content__text span {
  font-size: 2.8rem;
}

.two_family-house_type-header-content__text span:first-of-type {
  color: #D17D0B;
}

.two_family-house_type-header-content__title {
  text-align: center;
  padding: 0.5rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 4.2rem;
  background-color: #D17D0B;
}

.p-two_family-house_type__body {
  width: 100%;
  max-width: 152rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin: 0 auto 14rem;
}

.two_family-house_type__box {
  position: relative;
}

.two_family-house_type-box__content {
  position: relative;
  text-align: center;
}

.two_family-house_type-box-content__bg {
  height: 16rem;
}

.two_family-house_type-box-content__ele {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}

.two_family-house_type-box-content__sub-title {
  font-size: 1.8rem;
  white-space: nowrap;
}

.two_family-house_type-box-content__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  color: #D17D0B;
  white-space: nowrap;
}

.two_family-house_type-box-content__label {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #F5EFEF;
  white-space: nowrap;
}

.two_family-house_type-box__btn {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.two_family-house_type-box__btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-two_family-house_point {
  padding: 17rem 0 15rem;
}

.p-two_family-house_point__inner {
  padding: 0 3rem;
}

.p-two_family-house_point__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-two_family-house_point__header {
  text-align: center;
  width: 100%;
  max-width: 126rem;
  margin: 0 auto 7.5rem;
}

.two_family-house_point-header__figure {
  width: 100%;
  margin-bottom: 7.5rem;
}

.two_family-house_point-header-content__text {
  font-size: 3.2rem;
  color: #D17D0B;
  font-weight: 500;
  margin-bottom: 4rem;
}

.two_family-house_point-header-content__title {
  position: relative;
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
}

.two_family-house_point-header-content__title::after {
  top: -1.5rem;
  left: 49%;
}

.p-two_family-house_point__body {
  width: 100%;
  max-width: 146rem;
  margin: 0 auto;
}

.two_family-house_point__box {
  padding: 5rem;
  margin-bottom: 7rem;
  background-color: #fff;
}

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

.two_family-house_point-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.two_family-house_point-box__number {
  text-align: center;
  margin-right: 5rem;
}

.two_family-house_point-box__number span {
  display: block;
  font-family: "bookman-jf-pro", serif;
  font-size: 1.6rem;
  color: #D17D0B;
}

.two_family-house_point-box__number span:last-of-type {
  font-size: 4rem;
  font-style: italic;
}

.two_family-house_point-box__content {
  width: 78rem;
  padding-left: 5rem;
  color: #D17D0B;
  border-left: 1px solid #D17D0B;
}

.two_family-house_point-box-content__title {
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

.two_family-house_point-box-content__text {
  font-size: 1.8rem;
  line-height: 2;
}

.two_family-house_point-box__figure {
  width: 29rem;
  margin-left: auto;
}

.p-two_family-house_intro {
  border-bottom: 1px solid #C3C3C3;
}

.p-two_family-house_intro__header {
  height: 40rem;
  background-size: cover;
  background-image: url(../images/two_family-house/image_intro-header-bg.png);
  margin-bottom: 1rem;
}

.two_family-house_intro-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 40rem;
  margin: 0 auto;
}

.two_family-house_intro-header__title {
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 45rem;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}

.p-two_family-house_intro__inner {
  padding: 0 3rem;
}

.p-two_family-house_intro__container {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.two_family-house_intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.two_family-house_intro__box {
  width: 100%;
  max-width: 73rem;
  background-color: #fff;
}

.two_family-house_intro-box__content {
  padding: 5rem 2rem 3rem;
}

.two_family-house_intro-box-content__number {
  width: 7.6rem;
  margin: 0 auto 3rem;
}

.two_family-house_intro-box-content__title {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.5rem;
}

.two_family-house_intro-box-content__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 49%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.two_family-house_intro-box-content__btn {
  width: 100%;
  max-width: 32rem;
}

.two_family-house_intro-box-content__btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.two_family-house_intro-box-content__btn span {
  font-size: 2rem;
}

.p-two_family-house_case {
  padding-bottom: 15rem;
}

.p-two_family-house_case__header {
  position: relative;
  margin-bottom: 5rem;
}

.two_family-house_case-header__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 102rem;
  padding: 5rem 2rem 3rem;
  margin: -20rem auto 0;
  background-color: #fff;
}

.two_family-house_case-header-content__number {
  width: 10rem;
  margin: 0 auto 3rem;
}

.two_family-house_case-header-content__title {
  position: relative;
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.two_family-house_case-header-content__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 49%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.two_family-house_case-header-content__text {
  text-align: center;
  font-size: 2.2rem;
  color: #707070;
}

.p-two_family-house_case__inner {
  padding: 0 3rem;
}

.p-two_family-house_case__container {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.p-two_family-house_case__body {
  padding: 15rem 9.5rem;
  background-color: #fff;
}

.two_family-house_case-body__box {
  position: relative;
  width: 100%;
  max-width: 100rem;
  height: 18.5rem;
  padding: 5.5rem 10rem 4rem 13rem;
  margin: 0 auto 10rem;
  border: 1px solid #707070;
}

.two_family-house_case-body-box__content {
  text-align: center;
  width: 100%;
  max-width: 40rem;
}

.two_family-house_case-body-box-content__text {
  font-size: 2.4rem;
}

.two_family-house_case-body-box-content__title {
  color: #D17D0B;
  font-size: 3.5rem;
}

.two_family-house_case-body-box__figure {
  position: absolute;
  right: 10rem;
  bottom: 0;
  width: 34rem;
}

.two_family-house_case-body__block {
  margin-bottom: 10rem;
}

.two_family-house_case-body-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.two_family-house_case-body-block__figure-wrap {
  margin-right: 4rem;
}

.two_family-house_case-body-block__sp-content {
  display: none;
}

.two_family-house_case-body-block__figure {
  width: 100%;
  max-width: 87rem;
}

.two_family-house_case-body-block__small-figure {
  max-width: 42rem;
}

.two_family-house_case-body-block__ele {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.two_family-house_case-body-block__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 3rem;
}

.two_family-house_case-body-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.two_family-house_case-body-block__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}

.two_family-house_case-body-block__number-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  line-height: 2;
}

.two_family-house_case-body-block-content__title {
  font-size: 2.8rem;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
  border-left: 3px solid #2F1B01;
}

.two_family-house_case-body-block-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.two_family-house_case-body-block__heading-wrap {
  padding-left: 5rem;
  margin-top: 5rem;
}

.two_family-house_case-body-block__title {
  font-size: 2.8rem;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
  border-left: 3px solid #2F1B01;
}

.two_family-house_case-body-block__text {
  font-size: 2.2rem;
  line-height: 2;
}

.two_family-house_case-body__floor {
  margin-bottom: 10rem;
}

.two_family-house_case-body-floor__figure {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

.two_family-house_case-body__btn {
  max-width: 58rem;
}
.two_family-house_first-case .two_family-house_case-body-block__heading:first-of-type {
  margin-bottom: 8rem;
}
.two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-wrap {
  margin-right: 0;
}
.two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure {
  width: 100%;
  max-width: 73rem;
}
.two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-wrap:nth-of-type(2) .two_family-house_case-body-block__figure {
  margin-bottom: 2rem;
}
.two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}
.two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-number-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  line-height: 2;
}
.two_family-house_second-case .two_family-house_case-body-floor__figure {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.two_family-house_third-case .two_family-house_case-body-floor__figure {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

.p-cost_banner {
  padding-bottom: 15rem;
}

.p-cost_banner__inner {
  padding: 0 2rem;
}

.p-cost_banner__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-cost_banner__header {
  margin-bottom: 10rem;
}

.cost_banner-header__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
}

.p-cost_banner__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-cost_banner__box {
  display: block;
}

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

.p-reform_tatekae_about {
  margin-bottom: 15rem;
}

.p-reform_tatekae_about__inner {
  padding: 0 2rem;
}

.p-reform_tatekae_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-reform_tatekae_about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.reform_tatekae_about__sp-figure {
  display: none;
}

.p-reform_tatekae_about__header {
  width: 51rem;
}

.reform_tatekae_about-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  margin-bottom: 5rem;
}

.reform_tatekae_about-header__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-reform_tatekae_about__body {
  position: relative;
  width: 81.8rem;
  height: 74.9rem;
}

.reform_tatekae_about-body__main-figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66rem;
  z-index: 10;
}

.reform_tatekae_about-body__sub-figure {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 35rem;
  z-index: 8;
}

.reform_tatekae_about-body__third-figure {
  position: absolute;
  top: 0;
  left: 6rem;
  width: 28rem;
  z-index: 5;
}

.p-reform_tatekae_criterion {
  padding-bottom: 17.5rem;
}

.p-reform_tatekae_criterion__header {
  position: relative;
  height: 37.5rem;
  background-size: cover;
  background-image: url(../images/reform_tatekae/image_criterion_header_bg.png);
}

.reform_tatekae_criterion-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 4.2rem;
}

.p-reform_tatekae_criterion__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.p-reform_tatekae_criterion__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  margin-bottom: 5rem;
  background-color: #fff;
}

.p-reform_tatekae_criterion__bubble {
  margin: -5rem auto 4rem;
}

.p-reform_tatekae_criterion__block-wrap {
  padding-bottom: 3rem;
}

.p-reform_tatekae_criterion__block {
  margin-bottom: 3rem;
}

.reform_tatekae_criterion__table-header {
  width: 100%;
  max-width: 136rem;
  margin-left: auto;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.reform_tatekae_criterion-table-header__row {
  text-align: center;
  background-color: #E8E8E8;
  padding: 3rem 1rem 1rem;
}

.reform_tatekae_criterion-table-header__name {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.reform_tatekae_criterion-table-header__box {
  padding: 2rem 1rem;
  height: 31rem;
  background-color: #fff;
}

.reform_tatekae_criterion-table-header__figure {
  width: 100%;
  max-width: 19rem;
  margin: -4rem auto 1.5rem;
}

.reform_tatekae_criterion-table-header__row:first-of-type .reform_tatekae_criterion-table-header__img {
  width: 19.6rem;
  height: 18.3rem;
}

.reform_tatekae_criterion-table-header__row:nth-of-type(2) .reform_tatekae_criterion-table-header__img {
  width: 15.4rem;
  height: 18.3rem;
}

.reform_tatekae_criterion-table-header__row:nth-of-type(3) .reform_tatekae_criterion-table-header__img {
  width: 17.9rem;
  height: 18.3rem;
}

.reform_tatekae_criterion-table-header__row:nth-of-type(4) .reform_tatekae_criterion-table-header__img {
  width: 15.1rem;
  height: 19.1rem;
}

.reform_tatekae_criterion-table-header__row:last-of-type .reform_tatekae_criterion-table-header__img {
  width: 20.1rem;
  height: 18.6rem;
}

.reform_tatekae_criterion-table-header__text {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
}

.reform_tatekae_criterion-table__row div {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

.reform_tatekae_criterion-table__row div span {
  color: #fff;
}

.reform_tatekae_criterion-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  margin-bottom: 1rem;
}

.reform_tatekae_criterion-table__row:nth-of-type(7),
.reform_tatekae_criterion-table__row:last-of-type {
  height: 10rem;
}

.reform_tatekae_criterion-table__head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15rem;
  color: #fff;
  background-color: #2F1B01;
  margin-right: 1rem;
}

.reform_tatekae_criterion-table__row div:not(:first-of-type) {
  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;
  width: 26rem;
  background-color: #D17D0B;
  margin-right: 1.5rem;
}

.reform_tatekae_criterion-table__row div:last-of-type {
  margin-right: 0;
}

.reform_tatekae_criterion-table__row:last-of-type div:not(:first-of-type) {
  background-color: #5A4C3A;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2rem 0;
}

.opacity__0 {
  background-color: transparent !important;
}

.opacity__10 {
  color: #2F1B01 !important;
  background-color: rgba(209, 125, 11, 0.1) !important;
}

.opacity__40 {
  color: #2F1B01 !important;
  background-color: rgba(209, 125, 11, 0.4) !important;
}

.opacity__70 {
  color: #2F1B01 !important;
  background-color: rgba(209, 125, 11, 0.7) !important;
}

.text__14 {
  font-size: 1.4rem;
}

.text__16 {
  font-size: 1.6rem;
}

.text__42 {
  font-size: 4.2rem;
}

.p-reform_tatekae_criterion__note {
  font-size: 1.8rem;
  padding-left: 6rem;
}

.p-reform_tatekae_criterion__btn {
  text-align: center;
  position: relative;
  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;
  width: 100%;
  max-width: 58rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  margin: 0 auto;
  background-color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-reform_tatekae_criterion__btn::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-reform_tatekae_criterion__btn span {
  font-size: 2.2rem;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-reform_tatekae_criterion__btn:hover {
  background-color: #D17D0B;
}

.p-reform_tatekae_criterion__btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
}

.p-reform_tatekae_deal {
  padding-bottom: 20rem;
}

.p-reform_tatekae_deal__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-reform_tatekae_deal__bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  width: 143.5rem;
  height: 105.7rem;
  z-index: 5;
}

.p-reform_tatekae_deal__header {
  position: relative;
  z-index: 10;
  margin-bottom: 5rem;
}

.reform_tatekae_deal-header__title {
  text-align: center;
}

.reform_tatekae_deal-header__title::after {
  left: 50%;
}

.p-reform_tatekae_deal__body {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 173.6rem;
  margin-left: auto;
}

.p-reform_tatekae_deal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}

.reform_tatekae_deal-box__content {
  width: 76rem;
  margin-right: 7.5rem;
}

.reform_tatekae_deal-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.reform_tatekae_deal-box__figure {
  width: 90rem;
}

.p-reform_tatekae_deal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-reform_tatekae_deal__btn {
  position: relative;
  text-align: center;
  position: relative;
  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;
  width: 40%;
  max-width: 58rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  background-color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 10;
}

.p-reform_tatekae_deal__btn::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-reform_tatekae_deal__btn span {
  font-size: 2.2rem;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-reform_tatekae_deal__btn:hover {
  background-color: #D17D0B;
}

.p-reform_tatekae_deal__btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
}

.p-reform_tatekae_loss {
  padding-bottom: 15rem;
}

.p-reform_tatekae_loss__inner {
  padding: 0 3rem;
}

.p-reform_tatekae_loss__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-reform_tatekae_loss__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto 17rem;
}

.p-reform_tatekae_loss__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reform_tatekae_loss-box__content {
  width: 76rem;
  margin-right: 6.5rem;
}

.reform_tatekae_loss-box-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.5rem;
}

.reform_tatekae_loss-box-content__title-icon {
  width: 13.3rem;
  margin-right: 2rem;
}

.reform_tatekae_loss-box-content__title-text {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
}

.reform_tatekae_loss-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 6rem;
}

.reform_tatekae_loss-box__figure {
  width: 69.5rem;
}

.reform_tatekae_loss-box-content__btn {
  position: relative;
  text-align: center;
  position: relative;
  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;
  width: 100%;
  max-width: 70rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  background-color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 10;
}

.reform_tatekae_loss-box-content__btn::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.reform_tatekae_loss-box-content__btn span {
  font-size: 2.2rem;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.reform_tatekae_loss-box-content__btn:hover {
  background-color: #D17D0B;
}

.reform_tatekae_loss-box-content__btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
}

.p-reform_tatekae_loss__sp-link {
  display: none;
}

.p-reform_tatekae_loss__sp-link span {
  font-size: 1.8rem;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-reform_tatekae_loss__sp-link:hover {
  background-color: #D17D0B;
}

.p-reform_tatekae_loss__sp-link:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
}

.p-reform_tatekae_loss__table-wrap {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1.5rem;
}

.p-reform_tatekae_loss__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1.5rem;
}

.p-reform_tatekae_loss__table tr td {
  width: 30.2rem;
  vertical-align: middle;
}

.p-reform_tatekae_loss__table tr td:first-of-type {
  width: 25.4rem;
}

.reform_tatekae_loss-table__first-row td {
  font-size: 2.2rem;
  text-align: center;
  height: 6rem;
  color: #fff;
  background-color: #D17D0B;
}

.reform_tatekae_loss-table__first-row td:first-of-type {
  background-color: #C7C7C7;
}

.reform_tatekae_loss-table__second-row td,
.reform_tatekae_loss-table__third-row td {
  font-size: 2rem;
  padding: 0 2.5rem;
}

.reform_tatekae_loss-table__second-row td {
  height: 18rem;
}

.reform_tatekae_loss-table__third-row td {
  height: 14.5rem;
}

.reform_tatekae_loss-table__second-row td {
  background-color: rgba(209, 125, 11, 0.6);
}

.reform_tatekae_loss-table__third-row td {
  background-color: #E8E8E8;
}

.reform_tatekae_loss-table__third-row td:first-of-type {
  background-color: #C7C7C7;
}

.reform_tatekae_loss-table__second-row td:first-of-type {
  width: 25.4rem;
  background-color: rgba(209, 125, 11, 0.8);
}

.reform_tatekae_loss-table__second-row td:first-of-type,
.reform_tatekae_loss-table__third-row td:first-of-type {
  text-align: center;
}

.reform_tatekae_loss-table__label {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.3rem 0.5rem;
  color: #fff;
  background-color: #2F1B01;
}

.p-reform_tatekae_loss__sp-table {
  display: none;
}

.p-reform_tatekae_case {
  padding: 8rem 0;
  background-color: #2F1B01;
}

.p-reform_tatekae_case__inner {
  padding: 0 3rem;
}

.p-reform_tatekae_case__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-reform_tatekae_case__header {
  margin-bottom: 5rem;
}

.reform_tatekae_case-header__title {
  text-align: center;
  font-size: 5.2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.p-reform_tatekae_case__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.p-reform_tatekae_case__box {
  background-color: #fff;
}

.reform_tatekae_case-box__figure {
  margin-bottom: 2rem;
}

.reform_tatekae_case-box__content {
  text-align: center;
  padding: 0 2rem 5rem;
}

.reform_tatekae_case-box-content__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  margin-bottom: 2rem;
}

.reform_tatekae_case-box-content__text {
  font-size: 2rem;
}

.p-reform_tatekae_case__btn {
  text-align: center;
  position: relative;
  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;
  width: 100%;
  max-width: 48rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-reform_tatekae_case__btn::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: solid 0.1rem #2F1B01;
  border-right: solid 0.1rem #2F1B01;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-reform_tatekae_case__btn span {
  font-size: 2.2rem;
  color: #2F1B01;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-reform_tatekae_case__btn:hover {
  background-color: #D17D0B;
}

.p-reform_tatekae_case__btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(-45deg);
          transform: translateX(1rem) rotate(-45deg);
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
}

.p-reform_tatekae_case__btn:hover span {
  color: #fff;
}

.p-chuko_about {
  padding-bottom: 10rem;
}

.p-chuko_about__inner {
  padding: 0 3rem;
}

.p-chuko_about__header {
  text-align: center;
  margin-bottom: 8rem;
}

.chuko_about-header__label {
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
  color: #fff;
  font-size: 2.8rem;
  padding: 2rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 2rem;
  background-color: #2F1B01;
}

.chuko_about-header__title {
  font-size: 4.2rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
}

.p-chuko_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-chuko_about__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chuko_about__figure:first-of-type {
  width: 63.4rem;
}

.chuko_about__figure:last-of-type {
  width: 82rem;
}

.p-chuko_about__footer {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.chuko_about-footer__headline {
  margin-bottom: 4.5rem;
}

.chuko_about-footer-headline__title {
  font-size: 4.2rem;
  margin-bottom: 3rem;
}

.chuko_about-footer-headline__title::after {
  left: 0;
}

.chuko_about-footer-headline__text {
  font-size: 2.2rem;
}

.chuko_about-footer__banner {
  display: block;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-chuko_budget {
  padding-bottom: 17.5rem;
  background-color: #FAF7F7;
}

.p-chuko_budget__header {
  position: relative;
  height: 37.5rem;
  background-size: cover;
  background-image: url(../images/chuko/image_budget_header_bg.png);
}

.chuko_budget-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
}

.p-chuko_budget__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-chuko_budget__lead {
  width: 100%;
  max-width: 152rem;
  padding-top: 5rem;
  margin: 0 auto 10rem;
}

.chuko_budget-lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chuko_budget-lead-box__content {
  width: 83rem;
}

.chuko_budget-lead-box-content__text {
  font-size: 2.2rem;
  margin-bottom: 4.2rem;
}

.chuko_budget-lead-box__figure {
  width: 64rem;
}

.chuko_budget-lead-box-content__btn {
  width: 100%;
  max-width: 45rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  margin-left: 0;
}

.chuko_budget-lead-box-content__sp-btn {
  display: none;
}

.p-chuko_budget__body {
  width: 100%;
  max-width: 152rem;
  padding: 8rem 3rem 7rem;
  margin: 0 auto 5rem;
  background-color: #fff;
}

.chuko_budget-body__headline {
  text-align: center;
  margin-bottom: 6rem;
}

.chuko_budget-body__headline__title {
  font-size: 4.2rem;
}

.chuko_budget-body__headline__title::after {
  left: 50%;
}

.chuko_budget-body__box {
  width: 100%;
  max-width: 127.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chuko_budget-body-box__figure {
  width: 51.5rem;
}

.p-chuko_budget__footer {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto 5rem;
}

.chuko_budget-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 5rem;
}

.chuko_budget-footer-box__text {
  width: 73rem;
  font-size: 2.2rem;
}

.chuko_budget-body-box__figure {
  width: 58rem;
}

.chuko_budget-footer__banner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #D17D0B;
}

.chuko_budget-footer-banner__inner {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chuko_budget-footer-banner__content {
  text-align: center;
  width: 57rem;
}

.chuko_budget-footer-banner-content__text {
  font-size: 3.2rem;
  color: #fff;
}

.chuko_budget-footer-banner-content__title {
  margin-bottom: 2rem;
}

.chuko_budget-footer-banner-content__sub-text {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
}

.chuko_budget-footer-banner__contact {
  text-align: center;
  padding: 1.5rem 2.5rem;
  border-radius: 3rem;
  background-color: #fff;
}

.chuko_budget-footer-banner-contact__text {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.chuko_budget-footer-banner-contact__te-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.chuko_budget-footer-banner-contact__te-link-icon {
  width: 3.5rem;
}

.chuko_budget-footer-banner-contact__te-link span {
  color: #D17D0B;
}

.chuko_budget-footer-banner-contact__te-link span:first-of-type {
  font-size: 2.1rem;
}

.chuko_budget-footer-banner-contact__te-link span:last-of-type {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 4.4rem;
}

.p-precut_anchor {
  margin-bottom: 10rem;
}

.p-precut_anchor__inner {
  padding: 0 3rem;
}

.p-precut_anchor__container {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-precut_anchor__header {
  width: 75rem;
  margin-right: 5rem;
}

.precut_anchor-header__figure {
  margin-bottom: 3rem;
}

.precut_anchor-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3rem;
}

.precut_anchor-header__main-title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
}

.precut_anchor-header__note {
  font-size: 1.4rem;
}

.precut_anchor-header__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-precut_anchor__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.precut_anchor__box {
  display: block;
  padding: 3rem 4rem;
  background-color: #fff;
  border: 0.1rem solid #D17D0B;
  margin-bottom: 2rem;
}

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

.precut_anchor-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}

.precut_anchor-first-box__flex {
  margin-bottom: 0;
}

.precut_anchor-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.precut_anchor-box__number {
  width: 7.5rem;
  margin-right: 2.5rem;
}

.precut_anchor-box-content__text {
  line-height: 1.2;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
}

.precut_anchor-box-content__title {
  line-height: 1.2;
  font-size: 4.2rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
}

.precut_anchor-box__arrow {
  width: 5.2rem;
  margin-top: 2rem;
}

.precut_anchor-box__list {
  width: 54rem;
  margin-left: auto;
}

.precut_anchor-box__item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #D17D0B;
}

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

.precut_anchor-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem 0.5rem 3rem;
  background-color: #FAF7F7;
}

.precut_anchor-box__link span:first-of-type {
  font-size: 2.2rem;
}

.precut_anchor-box__link span:last-of-type {
  display: block;
  width: 3rem;
}

.p-precut_obsession01 {
  padding-top: 5rem;
}

.p-precut_obsession01__inner {
  padding-bottom: 12rem;
}

.p-precut_obsession01__header {
  position: relative;
  height: 37.5rem;
  background-size: cover;
  background-image: url(../images/precut/image_obsession_header_bg01.png);
}

.precut_obsession01-header__number {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 15.3rem;
}

.precut_obsession01-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
}

.p-precut_obsession01__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-precut_obsession01__body {
  width: 100%;
  max-width: 152rem;
  padding-top: 5rem;
  margin: 0 auto;
}

.precut_obsession01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.precut_obsession01-box__figure {
  width: 68rem;
  margin-right: 8rem;
}

.precut_obsession01-box__content {
  width: 100%;
  max-width: 76rem;
}

.precut_obsession01-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 3rem;
}

.precut_obsession01-box-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.precut_obsession01-box-content__figure {
  width: 33rem;
  margin-right: 4.5rem;
}

.precut_obsession01-box-content__sub-title {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.precut_obsession01-box-content__sub-text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-precut_obsession02 {
  padding-top: 5rem;
}

.p-precut_obsession02__inner {
  padding-bottom: 12rem;
}

.p-precut_obsession02__header {
  position: relative;
  height: 37.5rem;
  background-size: cover;
  background-image: url(../images/precut/image_obsession_header_bg02.png);
}

.precut_obsession02-header__number {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 15.3rem;
}

.precut_obsession02-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
}

.p-precut_obsession02__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-precut_obsession02__block {
  width: 100%;
  max-width: 152rem;
  padding-top: 5rem;
  margin: 0 auto;
}

.precut_obsession02__topic {
  padding: 18rem 0 6rem;
  margin-bottom: 8rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
          clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
}

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

.precut_obsession02-topic01__inner {
  padding: 0 6rem;
}

.precut_obsession02-topic01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}

.precut_obsession02-topic01__content {
  width: 76rem;
  margin-right: 4rem;
}

.precut_obsession02-topic01-content__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  text-decoration: underline;
  margin-bottom: 3rem;
}

.precut_obsession02-topic01-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.precut_obsession02-topic01__figure {
  width: 60rem;
}

.precut_obsession02-topic01__text {
  font-size: 2.6rem;
  padding-left: 10rem;
  margin-bottom: 3rem;
}

.precut_obsession02-topic01__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10rem;
}

.precut_obsession02-topic01-gallery__ele {
  margin-right: 13rem;
}

.precut_obsession02-topic01-gallery__ele:last-of-type {
  margin-bottom: 0;
}

.precut_obsession02-topic01-gallery__ele {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.precut_obsession02-topic01-gallery__figure {
  width: 30rem;
  margin-right: 3rem;
}

.precut_obsession02-topic01-gallery__text {
  font-size: 1.6rem;
}

.precut_obsession02-topic02__inner {
  padding: 0 6rem;
}

.precut_obsession02-topic02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7rem;
}

.precut_obsession02-topic02__content {
  width: 76rem;
  margin-right: 4rem;
}

.precut_obsession02-topic02-content__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  text-decoration: underline;
  margin-bottom: 3rem;
}

.precut_obsession02-topic02-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.precut_obsession02-topic02__figure {
  width: 60rem;
}

.precut_obsession02-topic02__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 140rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin: 0 auto;
}

.precut_obsession02-topic02-gallery__ele:last-of-type {
  margin-bottom: 0;
}

.precut_obsession02-topic02-gallery__figure {
  width: 68rem;
}

.precut_obsession02__topic03 {
  padding: 18rem 0 6rem;
  margin-bottom: 8rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 5%, 100% 100%, 0 100%, 0 5%);
          clip-path: polygon(50% 0, 100% 5%, 100% 100%, 0 100%, 0 5%);
}

.precut_obsession02-topic03__inner {
  padding: 0 6rem;
}

.precut_obsession02-topic03__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  text-decoration: underline;
  margin-bottom: 3rem;
}

.precut_obsession02-topic03__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.precut_obsession02-topic03__body {
  background-color: #FAF3E8;
  margin-bottom: 3rem;
}

.precut_obsession02-topic03-body__inner {
  padding: 5rem 1rem;
}

.precut_obsession02-topic03-body__flex {
  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;
}

.precut_obsession02-topic03-body__box {
  width: 63rem;
}

.precut_obsession02-topic03-body__box:first-of-type {
  padding-right: 5rem;
  border-right: 1px #3E3A39 dotted;
}

.precut_obsession02-topic03-body__box:last-of-type {
  padding-left: 5rem;
}

.precut_obsession02-topic03-body-box__title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.precut_obsession02-topic03-body-box__figure {
  width: 56rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.precut_obsession02-topic03-body-box__detail {
  width: 56rem;
  margin: 0 auto;
}

.precut_obsession02-topic03-body-box__ele {
  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;
}

.precut_obsession02-topic03-body-box__ele span:first-of-type {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 3px solid #D17D0B;
}

.precut_obsession02-topic03-body-box__ele span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.6rem;
}

.precut_obsession02-topic03__sec-text {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 10rem;
}

.precut_obsession02-topic03__third-text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.precut_obsession02-topic03__footer {
  background-color: #FAF3E8;
}

.precut_obsession02-topic03-footer__inner {
  padding: 5rem 6rem;
}

.precut_obsession02-topic03-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.precut_obsession02-topic03-footer__content-wrap {
  width: 58rem;
  margin-right: 2.5rem;
}

.precut_obsession02-topic03-footer__content:first-of-type {
  border-bottom: 1px dotted #3E3A39;
  padding-bottom: 4.5rem;
}

.precut_obsession02-topic03-footer__content:last-of-type {
  padding-top: 4.5rem;
}

.precut_obsession02-topic03-footer-content__title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.precut_obsession02-topic03-footer-content__ele {
  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;
}

.precut_obsession02-topic03-footer-content__ele span:first-of-type {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 3px solid #D17D0B;
}

.precut_obsession02-topic03-footer-content__ele span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.6rem;
}

.precut_obsession02-topic03-footer__figure {
  width: 64rem;
}

.precut_obsession02-topic03-footer__img {
  margin-bottom: 1.5rem;
}

.precut_obsession02-topic03-footer__figure-note {
  font-size: 2.7rem;
}

.precut_obsession02-topic04__inner {
  padding: 0 6rem;
}

.precut_obsession02-topic04__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  text-decoration: underline;
  margin-bottom: 3rem;
}

.precut_obsession02-topic04__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.precut_obsession02-topic04-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.precut_obsession02-topic04-body__figure {
  width: 68rem;
}

.precut_obsession02-topic04-body__figure:last-of-type {
  margin-bottom: 0;
}

.precut_obsession02-topic04-body__img {
  margin-bottom: 1.5rem;
}

.precut_obsession02-topic04-body__figure-note {
  font-size: 1.6rem;
}

.p-media_about {
  padding-bottom: 16rem;
}

.p-media_about__header {
  position: relative;
  height: 68rem;
  background-size: cover;
  background-image: url(../images/media/image_about_header_bg.png);
  margin-bottom: 11rem;
}

.media_about-header__headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  width: 146rem;
  padding: 5rem 3rem;
}

.media_about-header__headline span {
  font-family: "Noto Serif JP", serif;
}

.p-media_about__container {
  padding: 0 3rem;
}

.p-media_about__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-media_about__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 4.5rem;
}

.p-media_about__item {
  position: relative;
  border-bottom: 0.5rem solid #D17D0B;
  background-color: #fff;
}

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

.media_about-item__medal {
  position: absolute;
  top: -1rem;
  left: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  padding: 3rem 0.3rem 5rem;
  -webkit-clip-path: polygon(51% 0, 100% 0, 100% 50%, 100% 100%, 50% 83%, 0 100%, 0 50%, 0 0);
          clip-path: polygon(51% 0, 100% 0, 100% 50%, 100% 100%, 50% 83%, 0 100%, 0 50%, 0 0);
  background-color: #C99247;
}

.media_about-item-medal__sub-text,
.media_about-item-medal__text {
  color: #fff;
}

.media_about-item-medal__sub-text {
  font-size: 1.4rem;
}

.media_about-item-medal__text {
  font-size: 1.8rem;
}

.media_about-item__img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 623/415;
}

.media_about-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  height: 30rem;
  padding: 3rem 3rem 5rem 3rem;
  background-color: #FAF7F7;
}

.media_about-item-content__text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #707070;
  margin-bottom: 1rem;
  min-height: 5.5rem;
}

.media_about-item-content__main-title {
  font-weight: 700;
  font-size: 2.4rem;
}

.media_about-item-content__sub-title {
  font-weight: 700;
  font-size: 1.6rem;
}

.media_about-item-content__btn {
  width: 100%;
  max-width: 26rem;
  height: 5.4rem;
  margin-top: auto;
  background-color: transparent;
}

.media_about-item-content__dmy {
  width: 100%;
  max-width: 26rem;
  height: 5.4rem;
  margin-top: auto;
  background-color: transparent;
}

.p-media_archive__bg {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 64.5rem;
  margin: 0 auto;
}

.p-media_archive__bg-img {
  width: 100%;
  max-width: 192rem;
}

.p-media_archive__header {
  width: 85rem;
  position: absolute;
  top: 22rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.media_archive-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #fff;
}

.p-media_archive__body-wrap {
  background-color: #FAF7F7;
  padding: 0 20rem 15rem;
}

.p-media_archive__body {
  position: relative;
  width: 100%;
  max-width: 152rem;
  padding: 10rem 16rem;
  margin: -22rem auto 0;
  background-color: #fff;
}

.media_archive-body__title {
  padding: 2.5rem 2rem 2.5rem 6rem;
  background-color: #2F1B01;
}

.media_archive-body__title-inner {
  width: 100%;
  max-width: 66.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media_archive-body__year-title,
.media_archive-body__content-title {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
}

.media_archive-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12rem;
  padding: 0 4rem;
}

.media_archive-body__item:nth-of-type(odd) {
  background-color: #fff;
}

.media_archive-body__item:nth-of-type(even) {
  background-color: #FAF7F7;
}

.media_archive-body__ele {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media_archive-body-content__year {
  font-size: 2.2rem;
  font-weight: 500;
  margin-right: 5rem;
  white-space: nowrap;
}

.media_archive-body-content__sub-title {
  font-size: 2.2rem;
  font-weight: 500;
}

.media_archive-body-content__title {
  font-size: 2.2rem;
  font-weight: 500;
}

.media_archive-body-content__text {
  font-size: 1.4rem;
  font-weight: 500;
}

.media_archive-body__result {
  font-size: 2.2rem;
  text-align: right;
  color: #D17D0B;
  font-weight: 500;
  margin-left: auto;
}

.p-meyasu_about {
  margin-bottom: 17rem;
}

.p-meyasu_about__sp-figure {
  display: none;
}

.p-meyasu_about__inner {
  padding: 0 3rem;
}

.p-meyasu_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-meyasu_about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-meyasu_about__header {
  width: 68rem;
}

.meyasu_about-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  margin-bottom: 5rem;
}

.meyasu_about-header__title::after {
  left: 0;
}

.meyasu_about-header__text {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 500;
}

.p-meyasu_about__body {
  position: relative;
  width: 77rem;
  height: 75rem;
}

.meyasu_about-body__main-figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 42rem;
  z-index: 10;
}

.meyasu_about-body__sub-figure {
  position: absolute;
  bottom: 0;
  left: 6rem;
  width: 52rem;
  z-index: 5;
}

.meyasu_about-body__third-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 29rem;
  z-index: 1;
}

.p-meyasu_recommend__header {
  display: block;
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 27.5rem;
  padding: 0 20rem;
  margin: 0 auto -15rem;
}

.meyasu_recommend-header__content {
  width: 71rem;
  padding: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
}

.meyasu_recommend-header-content__inner {
  padding: 1rem 1rem 2rem;
  text-align: center;
  border: 1px solid #D17D0B;
}

.meyasu_recommend-header-content__label {
  display: inline-block;
  font-size: 2.2rem;
  padding: 0.8rem 2.5rem;
  margin-top: -5rem;
  margin-bottom: 1rem;
  color: #fff;
  background-color: #D17D0B;
  font-weight: 700;
}

.meyasu_recommend-header-content__title {
  font-size: 4.2rem;
  font-weight: 500;
}

.meyasu_recommend-header-content__sub-text {
  font-size: 3.1rem;
  font-weight: 500;
}

.p-meyasu_recommend__container {
  background-color: #FAF7F7;
  padding: 30rem 3rem 10rem;
}

.p-meyasu_recommend__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  background-color: #fff;
}

.meyasu_recommend-body__title {
  text-align: center;
  color: #fff;
  padding: 1.5rem 1rem;
  font-size: 3.2rem;
  background-color: #2F1B01;
}

.meyasu_recommend-body__inner {
  padding: 8rem 4.5rem;
}

.meyasu_recommend-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8rem;
}

.meyasu_recommend-body__flex:last-of-type {
  margin-bottom: 3rem;
}

.meyasu_recommend-body__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meyasu_recommend-body-box__figure {
  margin-right: 4rem;
}

.meyasu_recommend-body-box__figure01 {
  width: 20rem;
}

.meyasu_recommend-body-box__figure02 {
  width: 17rem;
}

.meyasu_recommend-body-box__figure03 {
  width: 12rem;
}

.meyasu_recommend-body-box__figure04 {
  width: 19rem;
}

.meyasu_recommend-body-box__content {
  width: 45rem;
}

.meyasu_recommend-body-box-content__title {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.meyasu_recommend-body-box-content__text {
  font-size: 1.8rem;
  line-height: 2;
}

.meyasu_recommend-body__btn {
  width: 100%;
  max-width: 67rem;
  height: 6rem;
  border-radius: 6rem;
  margin-left: 0;
}

.meyasu_recommend-body-box-content__sp-btn {
  display: none;
}

.p-meyasu_reference {
  padding: 15rem 0 11rem;
}

.p-meyasu_reference__inner {
  padding: 0 3rem;
}

.p-meyasu_reference__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-meyasu_reference__header {
  text-align: center;
  margin-bottom: 5rem;
}

.meyasu_reference-header__title::after {
  left: 50%;
}

.p-meyasu_reference__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-meyasu_example {
  padding-bottom: 15rem;
  background-color: #FAF7F7;
}

.p-meyasu_example__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-meyasu_example__bg {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 64.5rem;
}

.p-meyasu_example__header {
  width: 70rem;
  position: absolute;
  top: 18rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.meyasu_example-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #fff;
}

.meyasu_example-header__sub-title {
  width: 25rem;
  margin: 0 auto;
}

.p-meyasu_example__body {
  position: relative;
  margin: -22rem auto 20rem;
}

.meyasu_example-body__gallery {
  width: 100%;
  max-width: 152rem;
  padding: 0.5rem;
  margin: 0 auto;
  background-color: #fff;
}

.meyasu_example-body-gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}

.meyasu_example-body-gallery__box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  height: 33.7rem;
}

.meyasu_example-body-gallery__box:first-of-type {
  background-image: url(../images/cost/meyasu/image_example_gallery01.png);
}

.meyasu_example-body-gallery__box:nth-of-type(2) {
  background-image: url(../images/cost/meyasu/image_example_gallery02.png);
}

.meyasu_example-body-gallery__box:nth-of-type(3) {
  background-image: url(../images/cost/meyasu/image_example_gallery03.png);
}

.meyasu_example-body-gallery__box:nth-of-type(4) {
  background-image: url(../images/cost/meyasu/image_example_gallery04.png);
}

.meyasu_example-body-gallery__box:nth-of-type(5) {
  background-image: url(../images/cost/meyasu/image_example_gallery05.png);
}

.meyasu_example-body-gallery__box:last-of-type {
  background-image: url(../images/cost/meyasu/image_example_gallery06.png);
}

.meyasu_example-body-gallery-box__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.5rem 1rem 0.5rem 4rem;
  background-color: #2F1B01;
  margin-top: auto;
}

.meyasu_example-body-gallery-box__number {
  width: 4.7rem;
  margin-right: 10rem;
}

.meyasu_example-body-gallery-box__title span {
  color: #fff;
}

.meyasu_example-body-gallery-box__title span:first-of-type {
  font-size: 4.2rem;
}

.meyasu_example-body-gallery-box__title span:last-of-type {
  font-size: 2.6rem;
}

.p-meyasu_case {
  margin-bottom: 10rem;
}

.meyasu_case01__inner {
  padding: 0 16rem;
}

.meyasu_case01__container {
  position: relative;
  width: 100%;
  max-width: 152rem;
  padding: 15rem 0 10rem;
  margin: 0 auto;
  background-color: #fff;
}

.meyasu_case01__body {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.meyasu_case01__number {
  width: 15rem;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.meyasu_case01__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.meyasu_case01__text {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 7rem;
}

.meyasu_case01__before-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 5rem;
  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;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #2F1B01;
}

.meyasu_case01__after-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 5rem;
  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;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #D17D0B;
}

.meyasu_case01__about {
  margin-bottom: 5rem;
}

.meyasu_case01-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.meyasu_case01-about__content {
  width: 40rem;
  margin-right: 4rem;
}

.meyasu_case01-about-content__price {
  font-size: 2.6rem;
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #FAF7F7;
  margin-bottom: 2rem;
}

.meyasu_case01-about-content__price span:first-of-type {
  font-size: 4.8rem;
}

.meyasu_case01-about-content__price span:first-of-type > span {
  font-size: 3.2rem;
}

.meyasu_case01-about-content__price span:last-of-type {
  font-size: 3.2rem;
}

.meyasu_case01-about-content__year {
  font-size: 2.6rem;
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #FAF7F7;
  margin-bottom: 3rem;
}

.meyasu_case01-about__figure {
  position: relative;
}

.meyasu_case01__figure {
  position: relative;
  width: 75rem;
}

.meyasu_case01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}

.meyasu_case01__area {
  width: 67rem;
  padding: 2rem 3.5rem;
  margin-right: 5.5rem;
  background-color: #FAF7F7;
}

.meyasu_case01-area__inner {
  width: 60rem;
  margin: 0 auto;
}

.meyasu_case01-area__title {
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.meyasu_case01-area__figure-wrap {
  position: relative;
  background-color: #fff;
}

.meyasu_case01-area__figure-wrap:first-of-type {
  margin-bottom: 3rem;
}

.meyasu_case01-area__figure {
  text-align: center;
}

.meyasu_case01__detail {
  width: 47rem;
}

.meyasu_case01-detail__title {
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.meyasu_case01-detail__figure {
  margin-bottom: 8rem;
}

.meyasu_case01-detail-content__title {
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.meyasu_case01-detail-content__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meyasu_case01-detail-content__tag {
  font-size: 2.2rem;
  padding: 1.2rem 2.2rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #FAF7F7;
}

.meyasu_case01__point {
  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: 2rem;
  margin-bottom: 6rem;
  background-color: #2F1B01;
}

.meyasu_case01-point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 16rem;
  margin-right: 3rem;
}

.meyasu_case01-point__title-text {
  font-size: 2.9rem;
  color: #fff;
  margin-right: 0.5rem;
}

.meyasu_case01-point__title-icon {
  width: 2rem;
}

.meyasu_case01-point__list {
  padding: 3rem 2rem;
  background-color: #fff;
}

.meyasu_case01-point__item {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}

.meyasu_case01__btn {
  max-width: 33.5rem;
  height: 6rem;
  border-radius: 6rem;
  margin: 0 auto;
}

.meyasu_case05__inner {
  padding: 0 16rem;
}

.meyasu_case05__container {
  position: relative;
  width: 100%;
  max-width: 152rem;
  padding: 15rem 0 10rem;
  margin: 0 auto;
  background-color: #fff;
}

.meyasu_case05__body {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.meyasu_case05__number {
  width: 15rem;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.meyasu_case05__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.meyasu_case05__text {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 7rem;
}

.meyasu_case05__before-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 5rem;
  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;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #2F1B01;
}

.meyasu_case05__after-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 5rem;
  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;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #D17D0B;
}

.meyasu_case05__about {
  margin-bottom: 5rem;
}

.meyasu_case05-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.meyasu_case05-about__gallery {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.meyasu_case05-about-gallery__figure {
  position: relative;
}

.meyasu_case05-about__content {
  width: 40rem;
  margin-right: 4rem;
}

.meyasu_case05-about-content__price {
  font-size: 2.6rem;
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #FAF7F7;
  margin-bottom: 2rem;
}

.meyasu_case05-about-content__price span:first-of-type {
  font-size: 4.8rem;
}

.meyasu_case05-about-content__price span:first-of-type > span {
  font-size: 3.2rem;
}

.meyasu_case05-about-content__price span:last-of-type {
  font-size: 3.2rem;
}

.meyasu_case05-about-content__year {
  font-size: 2.6rem;
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #FAF7F7;
  margin-bottom: 3rem;
}

.meyasu_case05-about__figure {
  position: relative;
}

.meyasu_case05__figure {
  position: relative;
  width: 75rem;
}

.meyasu_case05__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}

.meyasu_case05__area {
  width: 67rem;
  padding: 2rem 3.5rem;
  margin-right: 5.5rem;
  background-color: #FAF7F7;
}

.meyasu_case05-area__inner {
  width: 60rem;
  margin: 0 auto;
}

.meyasu_case05-area__title {
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.meyasu_case05-area__figure-wrap {
  position: relative;
  background-color: #fff;
}

.meyasu_case05-area__figure-wrap:first-of-type {
  margin-bottom: 3rem;
}

.meyasu_case05-area__figure {
  text-align: center;
}

.meyasu_case05__detail {
  width: 47rem;
}

.meyasu_case05-detail__title {
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.meyasu_case05-detail__figure {
  margin-bottom: 8rem;
}

.meyasu_case05-detail-content__title {
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.meyasu_case05-detail-content__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meyasu_case05-detail-content__tag {
  font-size: 2.2rem;
  padding: 1.2rem 2.2rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #FAF7F7;
}

.meyasu_case05__point {
  padding: 3rem 2rem 2rem;
  margin-bottom: 6rem;
  background-color: #2F1B01;
}

.meyasu_case05-point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}

.meyasu_case05-point__title-text {
  font-size: 2.9rem;
  color: #fff;
  margin-right: 0.5rem;
}

.meyasu_case05-point__title-icon {
  width: 2rem;
}

.meyasu_case05-point__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 2rem;
  background-color: #fff;
}

.meyasu_case05-point__list {
  width: 60rem;
  margin-right: 4rem;
}

.meyasu_case05-point__item {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}

.meyasu_case05-point__figure {
  width: 47rem;
}

.meyasu_case05-point__img {
  margin-bottom: 1rem;
}

.meyasu_case05-point__figure-note {
  font-size: 1.6rem;
}

.meyasu_case05__btn {
  max-width: 33.5rem;
  height: 6rem;
  border-radius: 6rem;
  margin: 0 auto;
}

.meyasu_case06 {
  margin-bottom: 0;
}

.meyasu_case06__inner {
  padding: 0 16rem;
}

.meyasu_case06__container {
  position: relative;
  width: 100%;
  max-width: 152rem;
  padding: 15rem 0 10rem;
  margin: 0 auto;
  background-color: #fff;
}

.meyasu_case06__body {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.meyasu_case06__number {
  width: 15rem;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.meyasu_case06__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.meyasu_case06__text {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 7rem;
}

.meyasu_case06__before-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 5rem;
  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;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #2F1B01;
}

.meyasu_case06__after-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 5rem;
  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;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #D17D0B;
}

.meyasu_case06__about {
  margin-bottom: 5rem;
}

.meyasu_case06-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.meyasu_case06-about__gallery {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}

.meyasu_case06-about-gallery__figure {
  position: relative;
}

.meyasu_case06-about__content {
  width: 40rem;
  margin-right: 4rem;
}

.meyasu_case06-about-content__price {
  font-size: 2.6rem;
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #FAF7F7;
  margin-bottom: 2rem;
}

.meyasu_case06-about-content__price span:first-of-type {
  font-size: 4.8rem;
}

.meyasu_case06-about-content__price span:first-of-type > span {
  font-size: 3.2rem;
}

.meyasu_case06-about-content__price span:last-of-type {
  font-size: 3.2rem;
}

.meyasu_case06-about-content__year {
  font-size: 2.6rem;
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #FAF7F7;
  margin-bottom: 3rem;
}

.meyasu_case06-about__figure {
  position: relative;
}

.meyasu_case06__figure {
  position: relative;
  width: 75rem;
}

.meyasu_case06__area {
  padding: 2rem 3.5rem;
  margin-bottom: 5rem;
  background-color: #FAF7F7;
}

.meyasu_case06-area__title {
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.meyasu_case06-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.meyasu_case06-area__figure-wrap {
  position: relative;
  background-color: #fff;
}

.meyasu_case06-area__figure {
  text-align: center;
}

.meyasu_case06__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}

.meyasu_case06__point {
  width: 68rem;
  padding: 3rem 2rem 2rem;
  margin-right: 5rem;
  background-color: #2F1B01;
}

.meyasu_case06-point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}

.meyasu_case06-point__title-text {
  font-size: 2.9rem;
  color: #fff;
  margin-right: 0.5rem;
}

.meyasu_case06-point__title-icon {
  width: 2rem;
}

.meyasu_case06-point__inner {
  padding: 3rem 2.5rem 2rem;
  background-color: #fff;
}

.meyasu_case06-point__list {
  margin-bottom: 2rem;
}

.meyasu_case06-point__item {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}

.meyasu_case06-point__img {
  margin-bottom: 1rem;
}

.meyasu_case06-point__figure-note {
  font-size: 1.6rem;
}

.meyasu_case06__detail {
  width: 47rem;
}

.meyasu_case06-detail__title {
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.meyasu_case06-detail__figure {
  margin-bottom: 8rem;
}

.meyasu_case06-detail-content__title {
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.meyasu_case06-detail-content__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meyasu_case06-detail-content__tag {
  font-size: 2.2rem;
  padding: 1.2rem 2.2rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #FAF7F7;
}

.meyasu_case06__btn {
  max-width: 33.5rem;
  height: 6rem;
  border-radius: 6rem;
  margin: 0 auto;
}

.p-meyasu_contact {
  width: 100%;
  max-width: 152rem;
  padding: 5rem 0 5rem;
  margin: 0 auto 10rem;
  background-image: url(../images/meyasu/image_contact_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-meyasu_contact__inner {
  padding: 0 4rem;
}

.p-meyasu_contact__header {
  text-align: center;
  margin-bottom: 5rem;
}

.meyasu_contact-header__title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 4.2rem;
}

.p-meyasu_contact__body {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  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;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.meyasu_contact-body__box {
  text-align: center;
  width: 50%;
  height: 24rem;
  padding: 3rem 0 3.5rem;
  background-color: #fff;
}

.meyasu_contact-body__box:last-of-type {
  background-color: transparent;
  border: 2px solid #fff;
  margin-bottom: 0;
}

.meyasu_contact-body-box__title {
  font-weight: 500;
  color: #D17D0B;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.meyasu_contact-body__box:last-of-type .meyasu_contact-body-box__title {
  color: #fff;
  margin-bottom: 2rem;
}

.meyasu_contact-body-box__tel-link {
  display: block;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  margin-bottom: 0.5rem;
}

.meyasu_contact-body-box__open-text {
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
}

.meyasu_contact-body-box__text {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.meyasu_contact-body-box__btn {
  max-width: 41rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  margin: 0 auto;
}

.p-meyasu_closing {
  padding: 10rem 0 15rem;
  background-color: #fff;
}
.p-meyasu_closing .p-meyasu_contact {
  margin-bottom: 0;
}

.p-meyasu_closing__inner {
  padding: 0 3rem;
}

.p-meyasu_closing__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-meyasu_closing__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.meyasu_closing-body__content {
  width: 76rem;
  margin-right: 6rem;
}

.meyasu_closing-body__text {
  font-size: 2.2rem;
  line-height: 2;
}

.meyasu_closing-body__figure {
  width: 70rem;
}

.p-financing_lead {
  margin-bottom: -3rem;
}

.p-financing_lead__inner {
  padding: 0 3rem;
}

.p-financing_lead__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-financing_lead__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-financing_lead__header {
  width: 60rem;
}

.financing_lead-header__title {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 5.2rem;
  margin-bottom: 5rem;
}

.financing_lead-header__text {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 500;
}

.p-financing_lead__body {
  position: relative;
  width: 85rem;
  height: 59rem;
}

.financing_lead-body__main-figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54rem;
  z-index: 10;
}

.financing_lead-body__sub-figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 54rem;
  z-index: 5;
}

.p-financing_flow {
  padding: 13rem 0 5rem;
}

.p-financing_flow__box {
  width: 100%;
  max-width: 172rem;
  padding: 8rem 0;
  margin-bottom: 10rem;
  background-color: #fff;
}

.financing_flow__box-right {
  padding-right: 20rem;
  padding-left: 10rem;
  margin-left: auto;
}

.financing_flow__box-left {
  padding-right: 10rem;
  padding-left: 20rem;
  margin-right: auto;
}

.p-financing_flow__box:last-of-type {
  margin-bottom: 0;
  padding-right: 10rem;
  padding-left: 20rem;
  margin-right: auto;
}

.p-financing_flow__box-header {
  margin-bottom: 3rem;
}

.financing_flow__box-header-title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  margin-bottom: 3rem;
}

.financing_flow__box-header-title::after {
  left: 50%;
}

.financing_flow__box-header-text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-financing_flow__sp-box-header {
  display: none;
}

.p-financing_flow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-financing_flow__figure {
  width: 100%;
  max-width: 57.8rem;
  margin-right: 8rem;
}

.p-financing_flow__table-figure {
  display: none;
}

.financing_flow__box-left .p-financing_flow__figure {
  margin-right: 0;
}

.p-financing_flow__box:nth-of-type(5) .p-financing_flow__figure {
  margin-right: 0;
}

.p-financing_flow__box:last-of-type .p-financing_flow__figure {
  margin-right: 8rem;
}

.financing_flow__box-left .p-financing_flow__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 8rem;
}

.p-financing_flow__box:nth-of-type(5) .p-financing_flow__content {
  width: 100%;
  max-width: 76rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 8rem;
}

.p-financing_flow__box:last-of-type .p-financing_flow__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
}

.financing_flow-content__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  margin-bottom: 5rem;
}

.financing_flow-content__title::after {
  left: 0;
}

.financing_flow-content__text {
  font-size: 2.2rem;
}

.p-financing_flow__box:first-of-type .financing_flow-content__text {
  margin-bottom: 7rem;
}

.financing_flow-content__btn {
  width: 100%;
  max-width: 41rem;
  margin: initial;
}

.financing_flow-content__list-title {
  position: relative;
  font-weight: 700;
  font-size: 2.2rem;
  width: 100%;
  max-width: 25rem;
  margin: 0 auto 2rem;
}

.financing_flow-content__list-title::before,
.financing_flow-content__list-title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  background-color: #2F1B01;
}

.financing_flow-content__list-title::before {
  left: -5rem;
}

.financing_flow-content__list-title::after {
  right: -4.5rem;
}

.financing_flow-content__list {
  padding: 4rem;
  background-color: #FAF7F7;
}

.financing_flow-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}

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

.financing_flow-content__item img {
  width: 3rem;
  margin-right: 1rem;
}

.financing_flow-content__item span {
  font-size: 2rem;
  color: #D17D0B;
}

.financing_flow-content__item span > span {
  font-weight: 700;
}

.p-financing_example {
  padding: 10rem 0;
}

.p-financing_example__inner {
  padding: 0 3rem;
}

.p-financing_example__container {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-financing_example__header {
  margin-bottom: 5rem;
}

.financing_example-header__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 4.2rem;
  margin-bottom: 3rem;
}

.financing_example-header__title::after {
  left: 50%;
}

.financing_example-header__text {
  font-size: 2.2rem;
}

.p-financing_example__body {
  margin-bottom: 3rem;
}

.p-financing_example__box {
  width: 100%;
  padding: 5rem 10rem 6rem 6rem;
  margin-bottom: 3rem;
  background-color: #fff;
}

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

.p-financing_example__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-financing_example__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 92.5rem;
}

.financing_example-content__figure {
  width: 8.7rem;
  margin-right: 6rem;
}

.financing_example-content__ele {
  width: 100%;
  max-width: 75rem;
  padding-left: 6rem;
  border-left: 1px solid #D17D0B;
}

.financing_example-content__title {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}

.financing_example-content__text {
  font-size: 2rem;
  line-height: 2;
}

.financing_example-content__caution {
  font-size: 1.8rem;
  line-height: 1.8;
}

.p-financing_example__figure {
  width: 25.8rem;
}

.p-financing_example__note {
  font-size: 1.8rem;
  line-height: 2.5;
}

.p-financing_loan {
  padding: 10rem 0;
}

.p-financing_loan__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3rem;
}

.financing_loan-header__figure {
  width: 107.2rem;
}

.financing_loan-header__content {
  width: 76rem;
  margin-left: -12rem;
}

.financing_loan-header-content__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  margin-bottom: 3rem;
}

.financing_loan-header-content__title::after {
  left: 0;
}

.financing_loan-header-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-financing_loan__inner {
  padding: 0 3rem;
}

.p-financing_loan__body {
  position: relative;
  width: 100%;
  max-width: 152rem;
  padding: 6rem 6rem 8rem;
  margin: -5rem auto 0;
  background-color: #fff;
}

.financing_loan-body__box {
  padding: 0 10rem 8rem;
}

.financing_loan-body__box:first-of-type {
  background-color: #fff;
}

.financing_loan-body__box:nth-of-type(2) {
  padding-top: 6rem;
  background-color: #FAF7F7;
}

.financing_loan-body-box__title {
  color: #D17D0B;
  text-align: center;
  font-size: 3.2rem;
  height: 10rem;
  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;
}

.financing_loan-body__box:first-of-type .financing_loan-body-box__title {
  background-color: #FAF7F7;
}

.financing_loan-body__box:nth-of-type(2) .financing_loan-body-box__title {
  background-color: #fff;
}

.financing_loan-body-box__list {
  padding-top: 4rem;
}

.financing_loan-body__box:first-of-type .financing_loan-body-box__list {
  background-color: #fff;
}

.financing_loan-body__box:last-of-type .financing_loan-body-box__list {
  background-color: #FAF7F7;
}

.financing_loan-body-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3.5rem;
}

.financing_loan-body-box__item:last-of-type {
  margin-bottom: 0;
}

.financing_loan-body-box__item > img {
  width: 2.5rem;
  margin-top: 1rem;
  margin-right: 2.5rem;
}

.financing_loan-body-box__item-text {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.financing_loan-body-box__item-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(209, 125, 11, 0.3)));
  background: linear-gradient(transparent 60%, rgba(209, 125, 11, 0.3) 60%);
}

.financing_loan-body-box__item-sub-text {
  font-size: 2rem;
}

.p-financing_loan__footer {
  width: 100%;
  max-width: 152rem;
  padding: 0 6rem 8.5rem;
  margin: 0 auto;
  background-color: #fff;
}

.financing_loan-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
}

.financing_loan-footer-box__text {
  font-size: 2.2rem;
  width: 100%;
  max-width: 73rem;
  margin-right: 8rem;
}

.financing_loan-footer-box__figure {
  width: 58rem;
}

.financing_loan-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}

.financing_loan-footer-contact__banner {
  display: block;
  width: 100%;
  max-width: 72rem;
  margin-right: 3.5rem;
}

.financing_loan-footer-contact__tel {
  text-align: center;
}

.financing_loan-footer-contact-tel__text {
  font-size: 2.6rem;
}

.financing_loan-footer-contact-tel__link {
  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;
}

.financing_loan-footer-contact-tel__icon {
  width: 5rem;
}

.financing_loan-footer-contact-tel__link-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #D17D0B;
  font-size: 5.2rem;
}

.financing_loan-footer-contact-tel__note {
  font-size: 1.8rem;
}

.p-financing_merit {
  padding: 10rem 0;
}

.p-financing_merit__header {
  position: relative;
  height: 39.3rem;
  background-size: cover;
  background-image: url(../images/financing/image_merit_header-bg.png);
}

.financing_merit-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 39.3rem;
  margin: 0 auto;
}

.financing_merit-header__title {
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 26rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 5.2rem;
}

.p-financing_merit__inner {
  padding: 0 3rem;
}

.p-financing_merit__body {
  position: relative;
  width: 100%;
  max-width: 152rem;
  padding: 6rem 6rem 8rem;
  margin: -5rem auto 0;
  background-color: #fff;
}

.financing_merit-body__reform {
  margin-bottom: 8rem;
}

.financing_merit-body-reform__title {
  text-align: center;
  color: #D17D0B;
  font-size: 4.2rem;
  text-decoration: underline;
  margin-bottom: 8rem;
}

.financing_merit-body-reform__flex {
  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;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.financing_merit-body-reform__box {
  width: 100%;
  max-width: 68rem;
  height: 25.7rem;
}

.financing_merit-body-reform-box__maru {
  border: 3px solid #D17D0B;
}

.financing_merit-body-reform-box__batu {
  border: 3px solid #2F1B01;
}

.financing_merit-body-reform-box__inner {
  position: relative;
  padding: 4rem 6rem;
}

.financing_merit-body-reform-box__title {
  position: absolute;
  top: -2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  background-color: #fff;
}

.financing_merit-body-reform-box__title > span {
  font-size: 3.2rem;
}

.financing_merit-body-reform-box__maru .financing_merit-body-reform-box__title > span {
  color: #D17D0B;
}

.financing_merit-body-reform-box__maru-img {
  width: 3rem;
  margin-right: 2rem;
}

.financing_merit-body-reform-box__batu-img {
  width: 2.4rem;
  margin-right: 2rem;
}

.financing_merit-body-reform-box__item {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.financing_merit-body-reform-box__item:last-of-type {
  margin-bottom: 0;
}

.financing_merit-body__company {
  background-color: #FAF7F7;
  padding: 8rem 12rem;
  margin-bottom: 8rem;
}

.financing_merit-body-company__title {
  text-align: center;
  color: #D17D0B;
  font-size: 4.2rem;
  text-decoration: underline;
  margin-bottom: 8rem;
}

.financing_merit-body-company__flex {
  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;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.financing_merit-body-company__btn {
  width: 100%;
  max-width: 54rem;
}

.financing_merit-body-company-btn__ele {
  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;
}

.financing_merit-body-company__btn:first-of-type .financing_merit-body-company-btn__icon {
  width: 9rem;
}

.financing_merit-body-company__btn:last-of-type .financing_merit-body-company-btn__icon {
  width: 12.5rem;
}

.financing_merit-body-company-btn__text {
  font-size: 1.8rem !important;
}

.financing_merit-body__housing {
  margin-bottom: 12rem;
}

.financing_merit-body-housing__title {
  text-align: center;
  color: #D17D0B;
  font-size: 4.2rem;
  text-decoration: underline;
  margin-bottom: 2rem;
}

.financing_merit-body-housing__text {
  font-size: 2.2rem;
  margin-bottom: 6rem;
}

.financing_merit-body-housing__mold-title {
  position: relative;
  font-size: 4.2rem;
  padding-left: 5rem;
  margin-bottom: 5.5rem;
}

.financing_merit-body-housing__mold-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 0.4rem;
  background-color: #2F1B01;
}

.financing_merit-body-housing__flex {
  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;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 8rem;
}

.financing_merit-body-housing__flex:last-of-type {
  margin-bottom: 3rem;
}

.financing_merit-body-housing__box {
  width: 100%;
  max-width: 68rem;
  height: 23rem;
}

.financing_merit-body-housing-box__maru {
  border: 3px solid #D17D0B;
}

.financing_merit-body-housing-box__batu {
  border: 3px solid #2F1B01;
}

.financing_merit-body-housing-box__inner {
  position: relative;
  padding: 4rem 6rem;
}

.financing_merit-body-housing-box__title {
  position: absolute;
  top: -2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  background-color: #fff;
}

.financing_merit-body-housing-box__title > span {
  font-size: 3.2rem;
}

.financing_merit-body-housing-box__maru .financing_merit-body-housing-box__title > span {
  color: #D17D0B;
}

.financing_merit-body-housing-box__maru-img {
  width: 3rem;
  margin-right: 2rem;
}

.financing_merit-body-housing-box__batu-img {
  width: 2.4rem;
  margin-right: 2rem;
}

.financing_merit-body-housing-box__item {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.financing_merit-body-housing-box__item:last-of-type {
  margin-bottom: 0;
}

.financing_merit-body-housing__note {
  font-size: 2rem;
}

.financing_merit-body-table__text {
  font-size: 2.6rem;
  margin-bottom: 3.5rem;
}

.financing_merit-body-table__box table {
  width: 100%;
  max-width: 100%;
}

.financing_merit-body-table__box table tr td {
  text-align: center;
  vertical-align: middle;
}

.financing_merit-body-table-box__pc {
  border-collapse: separate;
  border-spacing: 1px;
}
.financing_merit-body-table-box__pc tr {
  height: 10rem;
}
.financing_merit-body-table-box__pc tr td {
  font-size: 2.6rem;
}
.financing_merit-body-table-box__pc tr:first-of-type td:nth-of-type(2),
.financing_merit-body-table-box__pc tr:first-of-type td:last-of-type {
  background-color: rgba(47, 27, 1, 0.8);
}
.financing_merit-body-table-box__pc tr td:first-of-type {
  background-color: rgba(47, 27, 1, 0.4);
}
.financing_merit-body-table-box__pc tr:first-of-type td:first-of-type {
  background-color: #fff;
}
.financing_merit-body-table-box__pc tr:not(:first-of-type) td:nth-of-type(2),
.financing_merit-body-table-box__pc tr:not(:first-of-type) td:last-of-type {
  font-size: 3.2rem;
  background-color: #FAF7F7;
}
.financing_merit-body-table-box__pc tr:first-of-type td {
  color: #fff;
}
.financing_merit-body-table-box__pc td:first-of-type {
  width: 40rem;
}
.financing_merit-body-table-box__pc td:nth-of-type(2),
.financing_merit-body-table-box__pc td:last-of-type {
  width: 50rem;
}
.financing_merit-body-table-box__pc .financing_merit-body-table-box__maru {
  position: relative;
}
.financing_merit-body-table-box__pc .financing_merit-body-table-box__maru::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 8rem;
  height: 8rem;
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #D17D0B;
}

.financing_merit-body-table-box__sp {
  display: none;
}
.financing_merit-body-table-box__sp tr td {
  font-weight: 500;
  font-size: 2rem;
}
.financing_merit-body-table-box__sp tr:nth-of-type(odd) td {
  width: 16.8rem;
  height: 10rem;
  background-color: #FAF7F7;
}
.financing_merit-body-table-box__sp tr:nth-of-type(even) td {
  height: 6rem;
  background-color: rgba(47, 27, 1, 0.4);
}
.financing_merit-body-table-box__sp tr:nth-of-type(even) {
  height: 6rem;
}
.financing_merit-body-table-box__sp tr:first-of-type td {
  font-size: 2.4rem;
  color: #fff;
  background-color: rgba(47, 27, 1, 0.8);
}
.financing_merit-body-table-box__sp .financing_merit-body-table-box__maru {
  position: relative;
}
.financing_merit-body-table-box__sp .financing_merit-body-table-box__maru::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 6rem;
  height: 6rem;
  background-color: transparent;
  border-radius: 50%;
  border: 5px solid #D17D0B;
}

.p-financing_planner {
  padding: 10rem 0;
}

.p-financing_planner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
}

.financing_planner-header__figure {
  width: 120rem;
}

.financing_planner-header__content {
  position: relative;
  width: 94rem;
  margin-right: -32rem;
}

.financing_planner-header-content__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  margin-bottom: 3rem;
}

.financing_planner-header-content__title::after {
  left: 0;
}

.financing_planner-header-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-financing_planner__inner {
  padding: 0 3rem;
}

.p-financing_planner__body {
  padding-top: 8rem;
  background-color: #fff;
}

.financing_planner-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.financing_planner-body__figure {
  width: 100%;
  max-width: 88rem;
  background-color: #FAF7F7;
}

.financing_planner-body__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.financing_planner-body-content__box {
  padding-right: 3rem;
  padding-left: 8rem;
  height: 50%;
}

.financing_planner-body-content__box:first-of-type {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fff;
}

.financing_planner-body-content__box:last-of-type {
  padding-top: 4.5rem;
  background-color: #FAF7F7;
}

.financing_planner-body-content__box-inner {
  width: 76rem;
}

.financing_planner-body-content__fp {
  font-size: 2.6rem;
  font-weight: 500;
}

.financing_planner-body-content__name {
  font-size: 5.2rem;
  font-weight: 500;
}

.financing_planner-body-content__furigana {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 6rem;
}

.financing_planner-body-content__title {
  font-size: 2.6rem;
  font-weight: 500;
  border-left: 3px solid #D17D0B;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.financing_planner-body-content__text {
  font-size: 2rem;
}

.financing_planner-body-content__box:last-of-type .financing_planner-body-content__text:nth-of-type(2) {
  margin-bottom: 8rem;
}

.p-financing_planner__footer {
  padding-top: 10rem;
}

.financing_planner-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  width: 100%;
  max-width: 152rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.financing_planner-footer__banner {
  display: block;
}

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

.p-oldhouse_search {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  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;
  width: 3.7rem;
  height: 3.7rem;
  background-color: #fff;
}

.p-oldhouse_search__icon {
  width: 1.7rem;
  height: 1.7rem;
}

.p-oldhouse_lead {
  margin-bottom: 25rem;
}

.p-oldhouse_lead__inner {
  padding: 0 2rem;
}

.p-oldhouse_lead__container {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.p-oldhouse_lead__header {
  position: relative;
  margin-bottom: 8rem;
}

.oldhouse_lead-header__copy {
  position: absolute;
  top: -5rem;
  right: 5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.2rem;
}

.oldhouse_lead-header__copy span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  background-color: #fff;
}

.p-oldhouse_lead__body {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 18.5rem;
}

.oldhouse_lead-body__flex {
  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;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-bottom: -3rem;
}

.oldhouse_lead-body__box {
  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;
  width: 100%;
  max-width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #D17D0B;
}

.oldhouse_lead-body-box__text {
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
}

.oldhouse_lead-body__figure-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  z-index: 5;
  width: 100%;
  max-width: 74rem;
  margin: 0 auto -2rem;
}
.oldhouse_lead-body__figure-flex picture:first-of-type {
  width: 17rem;
}
.oldhouse_lead-body__figure-flex picture:nth-of-type(2) {
  margin-top: 2rem;
  width: 32rem;
}
.oldhouse_lead-body__figure-flex picture:nth-of-type(3) {
  width: 21.7rem;
}
.oldhouse_lead-body__figure-flex picture:last-of-type {
  display: none;
}

.oldhouse_lead-body__title-wrap {
  text-align: center;
}

.oldhouse_lead-body__title {
  padding: 1rem 2rem;
  text-align: center;
  display: inline-block;
  background-color: #D17D0B;
}

.oldhouse_lead-body__title span {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.oldhouse_lead-footer__list {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.oldhouse_lead-footer__item {
  width: 55.8rem;
  height: 64rem !important;
  border-top: #C3C3C3 solid 1px;
  border-right: #C3C3C3 solid 1px;
  border-left: #C3C3C3 solid 1px;
  border-bottom: 0.5rem solid #D17D0B;
  margin: 0 2rem;
  background-color: #fff;
}

.oldhouse_lead-footer-item__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 623/415;
}

.oldhouse_lead-footer-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 27rem;
  padding: 3rem 3rem 5rem 3rem;
}

.oldhouse_lead-footer-item-content__sub-text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #707070;
  margin-bottom: 1rem;
  min-height: 2rem;
}

.oldhouse_lead-footer-item-content__title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  min-height: 6rem;
}

.oldhouse_lead-footer-item-content__btn {
  max-width: 26rem;
  height: 5.4rem;
  margin: auto auto 0;
}

.oldhouse_lead-footer-item-content__btn span {
  font-size: 1.6rem;
}
.p-oldhouse_lead__footer .slick-list.draggable {
  padding-top: 3rem !important;
}
.p-oldhouse_lead__footer .slick-dots {
  bottom: -10rem !important;
}
.p-oldhouse_lead__footer .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  background-color: #C3C3C3;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.p-oldhouse_lead__footer .slick-dots li.slick-active {
  background-color: #D17D0B;
}
.p-oldhouse_lead__footer .slick-dots li button:before {
  display: none;
}
.p-oldhouse_lead__footer .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 500;
  bottom: -12.5rem;
  width: 6.5rem;
  height: 6.5rem;
}
.p-oldhouse_lead__footer .prev-arrow {
  left: 73rem;
}
.p-oldhouse_lead__footer .next-arrow {
  right: 73rem;
}

.modal-bg {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 997;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.modal-bg.is_active {
  opacity: 1;
  pointer-events: all;
}

.modal-cancel {
  position: absolute;
  top: -4rem;
  right: -5rem;
  z-index: 999;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}

.modal-cancel::before,
.modal-cancel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 1rem;
  background-color: #fff;
  cursor: pointer;
}

.modal-cancel::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-cancel::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-box {
  position: fixed;
  width: 100%;
  max-width: 110rem;
  aspect-ratio: 347/232;
  inset: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  z-index: 999;
}

.modal-box.is_active {
  opacity: 1;
  pointer-events: all;
}

.p-oldhouse_thinking {
  padding-bottom: 16rem;
}

.p-oldhouse_thinking__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-oldhouse_thinking__inner {
  padding: 0 3rem;
}

.p-oldhouse_thinking__body {
  position: relative;
  width: 100%;
  max-width: 152rem;
  padding: 11rem 26rem 8rem;
  margin: -5rem auto 7.5rem;
  background-color: #fff;
}

.oldhouse_thinking-body__title {
  text-align: center;
  margin-bottom: 5rem;
}

.oldhouse_thinking-body__title::after {
  left: 50%;
}

.oldhouse_thinking-body__text {
  font-size: 2.2rem;
  line-height: 2;
}

.oldhouse_thinking-footer__title-wrap {
  text-align: center;
  margin-bottom: 7.5rem;
}

.oldhouse_thinking-footer__title {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 4.2rem;
  padding: 1.5rem 4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}

.oldhouse_thinking-footer__title::before,
.oldhouse_thinking-footer__title::after {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
}

.oldhouse_thinking-footer__title::before {
  top: 0;
  left: 0;
  border-left: solid 2px #D17D0B;
  border-top: solid 2px #D17D0B;
}

.oldhouse_thinking-footer__title::after {
  bottom: 0;
  right: 0;
  border-right: solid 2px #D17D0B;
  border-bottom: solid 2px #D17D0B;
}

.oldhouse_thinking-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.oldhouse_thinking-footer__figure {
  width: 100%;
  max-width: 65rem;
  margin-right: 8rem;
}

.oldhouse_thinking-footer-content__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5rem;
}

.oldhouse_thinking-footer-content__text {
  font-size: 2.2rem;
  margin-bottom: 6rem;
}

.oldhouse_thinking-footer-content__btn {
  margin-left: 0;
}

.oldhouse_thinking-footer-content__btn span {
  font-size: 1.8rem;
}

.p-oldhouse_intro {
  padding-bottom: 17.5rem;
  background-color: #FAF7F7;
}

.p-oldhouse_intro__header {
  height: 39rem;
  background-size: cover;
  background-image: url(../images/oldhouse/image_intro-header-bg.png);
}

.oldhouse_intro-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 39rem;
  margin: 0 auto;
}

.oldhouse_intro-header__title {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 26rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.oldhouse_intro-header__title span {
  display: block;
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.p-oldhouse_intro__view {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-oldhouse_intro__content {
  position: relative;
  width: 100%;
  max-width: 102.5rem;
  padding: 5rem 6rem 6rem;
  margin: -19rem auto 10rem;
  background-color: #fff;
}

.oldhouse_intro-content__sub-title {
  text-align: center;
  font-size: 1.6rem;
  color: #D17D0B;
  margin-bottom: 5rem;
}

.oldhouse_intro-content__title {
  text-align: center;
  font-size: 4.2rem;
  margin-bottom: 2rem;
}

.oldhouse_intro-content__title::after {
  left: 50%;
}

.oldhouse_intro-content__text {
  text-align: center;
}
.oldhouse_intro-content__text span {
  color: #707070;
  display: block;
}
.oldhouse_intro-content__text span:first-of-type {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.oldhouse_intro-content__text span:last-of-type {
  font-size: 1.8rem;
}

.p-oldhouse_intro__inner {
  padding: 0 3rem;
}

.p-oldhouse_intro__container {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.p-oldhouse_intro__body {
  padding: 11rem 15rem 15rem;
  background-color: #fff;
}

.oldhouse_intro-body__lead {
  margin-bottom: 20rem;
}

.oldhouse_intro-body-lead__title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-left: 2.5rem;
  margin-bottom: 3.5rem;
  border-left: 3px solid #2F1B01;
}

.oldhouse_intro-body-lead__text {
  font-size: 2.2rem;
  margin-bottom: 10rem;
}

.oldhouse_intro-body-lead__figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10rem;
}

.oldhouse_intro-body-lead__table-figure {
  display: none;
}

.oldhouse_intro-body-lead__table-img {
  width: 75rem;
}

.oldhouse_intro-body-lead__before-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.oldhouse_intro-body-lead__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.oldhouse_intro-body-lead__before-figure {
  position: relative;
}

.oldhouse_intro-body-lead-before__number-img {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.7rem;
  height: 3.7rem;
}

.oldhouse_intro-body-point__title {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5rem;
}

.oldhouse_intro-body-point__title::after {
  left: 50%;
}

.oldhouse_intro-body-point__box:first-of-type {
  padding-top: 0;
}

.oldhouse_intro-body-point__box {
  padding: 8rem 0;
  border-bottom: 1px solid #C3C3C3;
}

.oldhouse_intro-body-point-box__content {
  margin-bottom: 5rem;
}

.oldhouse_intro-body-point-box__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

.oldhouse_intro-body-point-box__number {
  width: 11.7rem;
  height: 11.7rem;
  margin-right: 3rem;
}

.oldhouse_intro-body-point-box__title {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
}

.oldhouse_intro-body-point-box__text {
  font-size: 2.2rem;
  line-height: 2;
}
.oldhouse_intro-body-point-box__text span {
  display: block;
}
.oldhouse_intro-body-point-box__text span:first-of-type {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.oldhouse_intro-body-point-box__text span:last-of-type {
  font-size: 1.8rem;
}

.oldhouse_intro-body-point-box__figure-frex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.oldhouse_intro-body-point-box__figure {
  width: 100%;
  max-width: 44.5rem;
}

.oldhouse_intro-body-point-box__figure {
  width: 100%;
  max-width: 44.5rem;
}

.oldhouse_intro-body-point__detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10rem;
}

.oldhouse_intro-body-point-detail-box__figure {
  position: relative;
  width: 100%;
  max-width: 68rem;
  margin-right: 5rem;
}

.oldhouse_intro-body-point__detail-box-block {
  display: block;
  padding-top: 10rem;
}
.oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.5rem;
     -moz-column-gap: 4.5rem;
          column-gap: 4.5rem;
  margin-bottom: 3rem;
}
.oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__figure {
  position: relative;
  width: 100%;
  max-width: 67rem;
  margin-right: 0;
}
.oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__figure:last-of-type .oldhouse_intro-body-point-detail-box__label {
  color: #D17D0B;
}
.oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__label {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  width: 100%;
  max-width: 34rem;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0 auto -3rem;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}
.oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__title-wrap {
  margin-bottom: 6rem;
}
.oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__text {
  font-size: 2.2rem;
}

.oldhouse_intro-body-point__detail-box:nth-of-type(even) .oldhouse_intro-body-point-detail-box__figure {
  margin-right: 0;
}

.oldhouse_intro-body-point__detail-box:nth-of-type(even) .oldhouse_intro-body-point-detail-box__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 10rem;
}

.oldhouse_intro-body-point-detail-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.oldhouse_intro-body-point-detail-box__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  border-left: 3px solid #2F1B01;
}

.oldhouse_intro-body-point-detail-box__number {
  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;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  border: 1px solid #2F1B01;
  margin-right: 1rem;
}

.oldhouse_intro-body-point-detail-box__title {
  font-size: 2.4rem;
  font-weight: 700;
}

.oldhouse_intro-body-point-detail-box__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-oldhouse_proposal {
  padding: 16rem 0;
  background-color: #F5EFEF;
}

.p-oldhouse_proposal__inner {
  padding: 0 3rem;
}

.p-oldhouse_proposal__container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-oldhouse_proposal__header {
  padding: 8rem;
  margin-bottom: 8rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.oldhouse_proposal-header__title-wrap {
  text-align: center;
  margin: -11.5rem 0 5.5rem;
}

.oldhouse_proposal-header__title {
  display: inline-block;
  font-size: 4.2rem;
  padding: 0 6rem;
  background-color: #F5EFEF;
}

.oldhouse_proposal-header__title::after {
  left: 50%;
}

.oldhouse_proposal-header__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-oldhouse_proposal__body {
  padding: 5rem;
  background-color: #fff;
}

.oldhouse_proposal-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oldhouse_proposal-body__figure {
  padding-right: 4rem;
  text-align: center;
}

.oldhouse_proposal-body__figure-text {
  font-size: 1.6rem;
  font-family: "bookman-jf-pro", serif;
  color: #D17D0B;
}

.oldhouse_proposal-body__figure-title {
  font-size: 3.8rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.5rem;
}

.oldhouse_proposal-body__figure__img {
  width: 8.2rem;
}

.oldhouse_proposal-body__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 20rem;
  padding-left: 5rem;
  border-left: 1px solid #D17D0B;
}

.oldhouse_proposal-body-content__text {
  font-size: 1.8rem;
}

.p-study_lead {
  padding-bottom: 15rem;
}

.p-study_lead__inner {
  padding: 0 3rem;
}

.p-study_lead__container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-study_lead__header {
  width: 100%;
  margin-bottom: 12.5rem;
}

.study_lead-header__figure {
  margin-bottom: 3rem;
}

.study_lead-header__text {
  text-align: center;
  font-size: 2.4rem;
}

.p-study_lead__body {
  position: relative;
  padding: 10rem 0 5rem;
  background-color: #F5EFEF;
  background-image: url(../images/study/image_lead-body-bg.png);
}

.study_lead-body__title-wrap {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 54rem;
  padding: 1rem 0;
  background-color: #D17D0B;
}

.study_lead-body__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}

.study_lead-body__list {
  width: 100%;
  max-width: 89rem;
  margin: 0 auto;
}

.study_lead-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

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

.study_lead-body__check-icon {
  width: 2.8rem;
  margin-top: 1rem;
  margin-right: 2rem;
}

.study_lead-body__text {
  font-size: 2.8rem;
  line-height: 2;
}

.study_lead-body__text-border {
  border-bottom: 2px solid #D17D0B;
}

.p-study_movie {
  padding: 15rem 0;
}

.p-study_movie__inner {
  padding: 0 3rem;
}

.p-study_movie__container {
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
}

.p-study_movie__body {
  width: 100%;
}

.study_movie-body__box {
  background-color: #fff;
  border-bottom: 5px solid #D17D0B;
  margin-bottom: 10rem;
}

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

.study_movie-body-box__content {
  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: 5rem 0;
}

.study_movie-body-box__text {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.2rem;
}

.p-study_showroom {
  padding: 19.5rem 0 18rem;
  background-image: url(../images/study/image_showroom-bg.png);
  background-size: contain;
}

.p-study_showroom__inner {
  padding: 0 3rem;
}

.p-study_showroom__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-study_showroom__body {
  width: 100%;
  padding: 5rem 2rem;
  background-color: #fff;
}

.study_showroom-body__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #D17D0B;
  margin-bottom: 3rem;
}

.study_showroom-body__box {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.study_showroom-body-box__figure-sp {
  display: none;
}

.study_showroom-body-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.study_showroom-body-box__banner {
  display: block;
  width: 100%;
  max-width: 72rem;
  margin-right: 2rem;
}

.study_showroom-body-box__tel {
  text-align: center;
}

.study_showroom-body-box-tel__text {
  font-size: 2.6rem;
}

.study_showroom-body-box-tel__link {
  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;
}

.study_showroom-body-box-tel__icon {
  width: 6.5rem;
}

.study_showroom-body-box-tel__link-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #D17D0B;
  font-size: 5.2rem;
}

.study_showroom-body-box-tel__note {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-study_seminar {
  padding: 18rem 0 14rem;
}

.p-study_seminar__inner {
  padding: 0 3rem;
}

.p-study_seminar__container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-study_seminar__header {
  margin-bottom: 9rem;
}

.study_seminar-header__title {
  text-align: center;
  font-size: 4.2rem;
  margin-bottom: 3rem;
}

.study_seminar-header__title::after {
  top: -3rem;
  left: 50%;
}

.study_seminar-header__text {
  text-align: center;
  font-size: 2.4rem;
}

.p-study_seminar__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3.5rem;
}

.study_seminar-body__box {
  border-bottom: 5px solid #D17D0B;
}

.study_seminar-body-box__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 570/290;
}

.study_seminar-body-box__content {
  display: block;
  padding: 3rem 3rem 5rem;
  background-color: #fff;
}

.study_seminar-body-box-content__text {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.study_seminar-body-box-content__detail {
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #FAF7F7;
}

.study_seminar-body-box-content__detail-text {
  font-size: 1.8rem;
}

.p-study_about {
  padding: 24rem 0 20rem;
  background-color: #FAF7F7;
}

.p-study_about__inner {
  padding: 0 10rem 0 0;
}

.p-study_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-study_about__flex-wrap {
  position: relative;
  margin-bottom: 22rem;
}

.p-study_about__bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  width: 143.5rem;
  height: 83rem;
}

.p-study_about__flex {
  position: relative;
  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;
  width: 100%;
  max-width: 156rem;
  margin-left: auto;
  z-index: 100;
}

.p-study_about__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 56rem;
  margin-right: 10.5rem;
}

.study_about-header__title {
  margin-bottom: 2rem;
}

.study_about-header__title::after {
  left: 0;
}

.study_about-header__text {
  font-size: 1.8rem;
}

.p-study_about__body {
  width: 100%;
  max-width: 89.5rem;
}

.p-study_about__banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  z-index: 100;
}

.p-shindan_anchor {
  margin-bottom: 10rem;
}

.p-shindan_anchor__inner {
  padding: 0 3rem;
}

.p-shindan_anchor__text {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 10rem;
}

.p-shindan_anchor__body {
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.shindan_anchor__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16rem;
  padding: 1rem 2.5rem;
  background-color: #fff;
  border: 0.1rem solid #D17D0B;
}

.shindan_anchor-box__number {
  width: 100%;
  max-width: 6.2rem;
  margin-right: 4rem;
}

.shindan_anchor-box-content__title {
  line-height: 1.2;
  font-size: 3.6rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
}

.shindan_anchor-box__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  max-width: 5.2rem;
}

.p-shindan_about {
  padding-bottom: 5rem;
}

.p-shindan_about__header {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/shindan/image_about-header-bg.png);
}

.shindan_about-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 152rem;
  height: 52rem;
  margin: 0 auto;
}

.shindan_about-header__content {
  padding-left: 5rem;
}

.shindan_about-header__title {
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3rem;
}

.shindan_about-header__title::after {
  left: 0;
}

.shindan_about-header__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-shindan_about__header-sp {
  display: none;
}

.p-shindan_about__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-shindan_about__body {
  width: 100%;
  max-width: 152rem;
  padding: 10rem 8rem;
  margin: -5rem auto 0;
  background-color: #fff;
}

.shindan_about-body__heading {
  width: 100%;
  max-width: 100rem;
  text-align: center;
  padding: 4rem 0;
  margin: 0 auto 6rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.shindan_about-body-heading__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  margin-bottom: 3rem;
}

.shindan_about-body-heading__text {
  font-size: 2.4rem;
}
.shindan_about-body-heading__text span {
  line-height: 1.8;
  background-color: #F5EFEF;
}

.shindan_about-body-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-bottom: 5rem;
}

.shindan_about-body-box__text {
  font-size: 2.2rem;
  line-height: 2;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto 5rem;
}
.shindan_about-body-box__text a {
  text-decoration: underline;
}

.shindan_about-body-box__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100rem;
  padding: 5rem;
  margin: 0 auto 9rem;
  border: 1px solid #D17D0B;
}

.shindan_about-body-box__note-icon-wrap {
  width: 9rem;
  margin-right: 3rem;
}

.shindan_about-body-box__note-text {
  font-size: 2.2rem;
  line-height: 2;
}

.shindan_about__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}

.shindan_about-contact__banner {
  display: block;
  width: 100%;
  max-width: 72rem;
  margin-right: 3.5rem;
}

.shindan_about-contact__tel {
  text-align: center;
}

.shindan_about-contact-tel__text {
  font-size: 2.6rem;
}

.shindan_about-contact-tel__link {
  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;
}

.shindan_about-contact-tel__icon {
  width: 5rem;
}

.shindan_about-contact-tel__link-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #D17D0B;
  font-size: 5.2rem;
}

.shindan_about-contact-tel__note {
  font-size: 1.8rem;
}

.p-shindan_first {
  padding: 5rem 0 13rem;
}

.p-shindan_first__header {
  position: relative;
  height: 37.5rem;
  background-size: cover;
  background-image: url(../images/shindan/image_first-header-bg.png);
}

.shindan_first-header__number {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 15.3rem;
}

.shindan-section-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
}

.p-shindan_first__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-shindan_first__content-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 85rem;
  background-color: #fff;
}

.p-shindan_first__body {
  width: 100%;
  max-width: 162rem;
  position: relative;
  z-index: 100;
  padding-top: 10rem;
  margin: 0 auto 10rem;
}

.shindan_first__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shindan_first-box__content {
  width: 100%;
  max-width: 70rem;
  margin-right: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shindan_first-box-content__title {
  font-size: 4.2rem;
  margin-bottom: 4rem;
}
.shindan_first-box-content__title span {
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #D17D0B;
}

.shindan_first-box-content__list {
  width: 100%;
  padding: 2.5rem;
  margin-bottom: 5rem;
  background-color: #FAF7F7;
}

.shindan_first-box-content__list-text {
  font-size: 2.2rem;
  line-height: 2;
}

.shindan_first-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.shindan_first-box__figure {
  width: 100%;
  max-width: 82rem;
}

.p-shindan_first__case {
  margin-bottom: 10rem;
}

.shindan_first-case__box {
  margin-bottom: 11rem;
}

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

.shindan_first-case__title-wrap {
  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;
  width: 100%;
  max-width: 114rem;
  height: 12.7rem;
  margin: 0 auto 11rem;
  border: 1px solid #2F1B01;
}

.shindan_first-case__title {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}

.shindan_first-case-box__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 33rem;
     -moz-column-gap: 33rem;
          column-gap: 33rem;
}

.shindan_first-case-box-content__label {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  width: 100%;
  max-width: 34rem;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0 auto -3rem;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}

.shindan_first-case-box__content:last-of-type .shindan_first-case-box-content__label {
  color: #D17D0B;
}

.shindan_first-case__box:first-of-type .shindan_first-case-box-content__figure {
  max-width: 40rem;
}

.shindan_first-case__box:nth-of-type(2) .shindan_first-case-box-content__figure,
.shindan_first-case__box:last-of-type .shindan_first-case-box-content__figure {
  max-width: 59rem;
}

.shindan_first-case-box-content__img-wrap {
  margin-bottom: 2.5rem;
}

.shindan_first-case-box-content__arrow-text {
  position: absolute;
  top: 45%;
  width: 100%;
  max-width: 27rem;
}

.shindan_first-case-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.shindan_first-case-box-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.shindan_first-case-box-content__item span:first-of-type {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-top: 1.8rem;
  margin-right: 2rem;
  background-color: #D17D0B;
}
.shindan_first-case-box-content__item span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.2rem;
  line-height: 2;
}

.shindan_first-case-box-content__item:last-of-type {
  margin-bottom: 0;
}

.shindan_first-contact__flex-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto 3rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}

.shindan_first-contact__banner {
  display: block;
}

.shindan_first__contact {
  width: 100%;
  max-width: 140rem;
  padding: 3.5rem 2rem 4rem;
  margin: 0 auto;
  background-color: #fff;
}

.shindan_first-contact__tel {
  text-align: center;
}

.shindan_first-contact-tel__text {
  font-size: 2.6rem;
}

.shindan_first-contact-tel__link {
  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;
}

.shindan_first-contact-tel__icon {
  width: 5rem;
}

.shindan_first-contact-tel__link-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #D17D0B;
  font-size: 5.2rem;
}

.shindan_first-contact-tel__note {
  font-size: 1.8rem;
}

.p-shindan_second {
  padding: 5rem 0 13rem;
}

.p-shindan_second__header {
  position: relative;
  height: 37.5rem;
  background-size: cover;
  background-image: url(../images/shindan/image_second-header-bg.png);
}

.shindan_second-header__number {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 15.3rem;
}

.shindan-section-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
}

.p-shindan_second__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-shindan_second__content-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 100rem;
  background-color: #fff;
}

.p-shindan_second__body {
  width: 100%;
  max-width: 162rem;
  position: relative;
  z-index: 100;
  padding-top: 10rem;
  margin: 0 auto;
}

.shindan_second__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shindan_second-box__content {
  width: 100%;
  max-width: 70rem;
  margin-right: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shindan_second-box-content__title {
  font-size: 4.2rem;
  margin-bottom: 4rem;
}
.shindan_second-box-content__title span {
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #D17D0B;
}

.shindan_second-box-content__list {
  width: 100%;
  padding: 2.5rem;
  margin-bottom: 5rem;
  background-color: #FAF7F7;
}

.shindan_second-box-content__list-text {
  font-size: 2.2rem;
  line-height: 2;
}

.shindan_second-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.shindan_second-box__sp-figure-wrap {
  display: none;
}

.shindan_second-box__figure-wrap {
  width: 100%;
  max-width: 82rem;
}

.shindan_second-box__figure:first-of-type {
  margin-bottom: 3rem;
}

.shindan_second-box__figure:last-of-type {
  margin-bottom: 2rem;
}

.shindan_second-box__figure-text {
  font-size: 1.8rem;
}

.p-shindan_third {
  padding: 5rem 0 13rem;
}

.p-shindan_third__header {
  position: relative;
  height: 37.5rem;
  background-size: cover;
  background-image: url(../images/shindan/image_third-header-bg.png);
}

.shindan_third-header__number {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 15.3rem;
}

.shindan-section-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
}

.p-shindan_third__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-shindan_third__content-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 100rem;
  background-color: #fff;
}

.p-shindan_third__body {
  width: 100%;
  max-width: 162rem;
  position: relative;
  z-index: 100;
  padding-top: 10rem;
  margin: 0 auto 11rem;
}

.shindan_third__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shindan_third-box__content {
  width: 100%;
  max-width: 70rem;
  margin-right: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shindan_third-box-content__title {
  font-size: 4.2rem;
  margin-bottom: 4rem;
}
.shindan_third-box-content__title span {
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #D17D0B;
}

.shindan_third-box-content__list {
  width: 100%;
  padding: 2.5rem;
  margin-bottom: 5rem;
  background-color: #FAF7F7;
}

.shindan_third-box-content__list-text {
  font-size: 1.9rem;
  line-height: 2;
}

.shindan_third-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.shindan_third-box__figure-wrap {
  width: 100%;
  max-width: 82rem;
}

.shindan_third-box__figure:first-of-type {
  margin-bottom: 3rem;
}

.shindan_third-box__figure-text {
  font-size: 1.8rem;
}

.shindan_third-contact__flex-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto 3rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}

.shindan_third-contact__banner {
  display: block;
}

.shindan_third__contact {
  width: 100%;
  max-width: 140rem;
  padding: 3.5rem 2rem 4rem;
  margin: 0 auto;
  background-color: #fff;
}

.shindan_third-contact__tel {
  text-align: center;
}

.shindan_third-contact-tel__text {
  font-size: 2.6rem;
}

.shindan_third-contact-tel__link {
  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;
}

.shindan_third-contact-tel__icon {
  width: 5rem;
}

.shindan_third-contact-tel__link-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #D17D0B;
  font-size: 5.2rem;
}

.shindan_third-contact-tel__note {
  font-size: 1.8rem;
}

.p-shindan_fourth {
  padding: 5rem 0 13rem;
}

.p-shindan_fourth__header {
  position: relative;
  height: 37.5rem;
  background-size: cover;
  background-image: url(../images/shindan/image_fourth-header-bg.png);
}

.shindan_fourth-header__number {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 15.3rem;
}

.shindan-section-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
}

.p-shindan_fourth__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.p-shindan_fourth__content-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 54rem;
  background-color: #fff;
}

.p-shindan_fourth__body {
  width: 100%;
  max-width: 162rem;
  position: relative;
  z-index: 100;
  padding-top: 10rem;
  margin: 0 auto;
}

.shindan_fourth__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shindan_fourth-box__content {
  width: 100%;
  max-width: 70rem;
  margin-right: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shindan_fourth-box-content__title {
  font-size: 4.2rem;
  margin-bottom: 4rem;
}
.shindan_fourth-box-content__title span {
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #D17D0B;
}

.shindan_fourth-box-content__list {
  width: 100%;
  padding: 2.5rem;
  background-color: #FAF7F7;
}

.shindan_fourth-box-content__list-text {
  font-size: 2.2rem;
  line-height: 2;
}

.shindan_fourth-box__figure {
  width: 100%;
  max-width: 82rem;
}

.p-shindan_news {
  padding: 5rem 0 10rem;
}

.p-shindan_news__header {
  position: relative;
  height: 60rem;
  background-size: cover;
  background-image: url(../images/shindan/image_news-header-bg.png);
}

.shindan-section-header__title {
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
}

.p-shindan_news__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  padding: 0 3rem;
  margin: 0 auto 10rem;
}

.p-shindan_news__body {
  width: 100%;
  max-width: 152rem;
  padding: 9rem 8rem 11rem;
  margin: -5rem auto 0;
  background-color: #fff;
}

.shindan_news__box:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10rem;
  border-bottom: 1px solid #707070;
}
.shindan_news__box:first-of-type .shindan_news-box__content {
  width: 100%;
  max-width: 64rem;
  margin-right: 5rem;
}
.shindan_news__box:first-of-type .shindan_news-box__figure {
  width: 100%;
  max-width: 65rem;
}
.shindan_news__box:first-of-type .shindan_news-box__sp-figure {
  display: none;
}

.shindan_news__box:last-of-type {
  display: block;
  padding-top: 10rem;
}
.shindan_news__box:last-of-type .shindan_news-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 5rem;
}
.shindan_news__box:last-of-type .shindan_news-box-content__title {
  width: 100%;
  max-width: 62rem;
  margin-right: 8rem;
  margin-bottom: 0;
}
.shindan_news__box:last-of-type .shindan_news-box-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shindan_news__box:last-of-type .shindan_news-box__figure {
  width: 100%;
  max-width: 106rem;
  margin: 0 auto;
}
.shindan_news__box:last-of-type .shindan_news-box__sp-figure {
  display: none;
}

.shindan_news-box-content__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5rem;
}
.shindan_news-box-content__title span {
  font-family: "Noto Serif JP", serif;
}

.shindan_news-box-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-shindan_simulation {
  margin-bottom: 10rem;
}

.p-shindan_simulation__inner {
  padding: 0 3rem;
}

.p-shindan_simulation__container {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-shindan_simulation__header {
  margin-bottom: 6.5rem;
}

.shindan_simulation-header__inner {
  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;
  margin-bottom: 2rem;
}

.shindan_simulation-header__title {
  font-size: 4.2rem;
  padding: 0 3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.shindan_simulation-header__border {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 1px;
  background-color: #707070;
}

.shindan_simulation-header__label {
  display: block;
  font-size: 3.2rem;
  color: #D17D0B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  background-color: #fff;
}

.shindan_simulation__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.5rem;
}

.shindan_simulation-box__figure-wrap:first-of-type {
  width: 100%;
  max-width: 56rem;
  margin-right: 5rem;
}
.shindan_simulation-box__figure-wrap:first-of-type .shindan_simulation-box__figure {
  margin-bottom: 2rem;
}

.shindan_simulation-box__figure-wrap:last-of-type {
  width: 100%;
  max-width: 71rem;
}

.shindan_simulation-box__text {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.shindan_simulation-box__sub-text {
  font-size: 2rem;
}

.shindan_simulation__content {
  padding: 5rem;
  background-color: #fff;
}

.shindan_simulation-content__text {
  width: 100%;
  max-width: 100rem;
  font-size: 2.2rem;
  line-height: 2;
  margin: 0 auto;
}

.p-shindan_strengths {
  width: 100%;
  max-width: 152rem;
  padding: 10rem 6rem;
  margin: 0 auto;
  background-color: #fff;
}

.p-shindan_strengths__header {
  text-align: center;
  margin-bottom: 5rem;
}

.shindan_strengths-header__title {
  font-size: 4.2rem;
  margin-bottom: 3rem;
}
.shindan_strengths-header__title span {
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #D17D0B;
}

.shindan_strengths-header__text {
  font-size: 2.2rem;
}

.shindan_strengths__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.shindan_strengths-box__figure {
  margin-bottom: 3rem;
}

.shindan_strengths-box__figure-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.shindan_strengths-box__figure-text {
  font-size: 2rem;
  line-height: 2;
}

.p-shindan_check {
  padding-bottom: 15rem;
}

.p-shindan_check__header {
  background-color: #F5EFEF;
}

.shindan_check-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 192rem;
  height: 52rem;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/shindan/image_check-header-bg.png);
}

.shindan_check-header__content {
  margin-left: 20rem;
}

.shindan_check-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.2rem;
  padding: 0.5rem 2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.5rem;
  color: #fff;
  background-color: #D17D0B;
}

.shindan_check-header__text {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}

.p-shindan_check__sp-header {
  display: none;
}

.p-shindan_check__inner {
  padding: 0 3rem;
}

.p-shindan_check__container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-shindan_check__body {
  position: relative;
  width: 100%;
  max-width: 140rem;
  padding: 8rem 2rem 5rem;
  margin: -8rem auto 8rem;
  background-color: #fff;
  background-image: url(../images/shindan/image_check-body-bg.png);
}

.shindan_check-body__list {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto 6rem;
}

.shindan_check-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

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

.shindan_check-body__check-icon-wrap {
  width: 2.7rem;
  margin-top: 1rem;
  margin-right: 2rem;
}

.shindan_check-body__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.4rem;
  line-height: 2;
}

.shindan_check-body__text-border {
  border-bottom: 2px solid #D17D0B;
}

.shindan_check-body__title-wrap {
  text-align: center;
  width: 100%;
  max-width: 78rem;
  padding: 1rem 0;
  margin: 0 auto 2rem;
  background-color: #D17D0B;
}

.shindan_check-body__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}

.shindan_check-body__sub-title {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #D17D0B;
}

.p-shindan_frow__inner {
  padding: 0 3rem;
}

.p-shindan_frow__header {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto 6.5rem;
  border: 1px solid #2F1B01;
}

.shindan_frow-header__inner {
  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;
  height: 12.7rem;
}

.shindan_frow-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
}

.p-shindan_frow__body {
  width: 100%;
  max-width: 92rem;
  margin: 0 auto 5rem;
}

.shindan_frow-body__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 7rem;
  margin-bottom: 5rem;
}

.shindan_frow-body__box {
  position: relative;
}

.shindan_frow-body-box__number {
  position: absolute;
  top: -2rem;
  left: -3rem;
  width: 7.5rem;
  z-index: 100;
}

.shindan_frow-body-box__figure {
  position: relative;
  margin-bottom: 2rem;
}

.shindan_frow-body-box__content {
  text-align: center;
}

.shindan_frow-body-box-content__title {
  font-size: 2rem;
  font-weight: 500;
}

.shindan_frow-body-box-content__title::after {
  display: block;
  content: "";
  position: absolute;
  top: 90%;
  right: -2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #D17D0B;
  z-index: 100;
}

.shindan_frow-body__box:nth-of-type(3) .shindan_frow-body-box-content__title::after,
.shindan_frow-body__box:last-of-type .shindan_frow-body-box-content__title::after {
  display: none;
}

.shindan_frow-body__text {
  font-size: 2.2rem;
}

.shindan_frow-body-box__sp-content {
  display: none;
}

.shindan_frow-body-box-sp-content__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-shindan_frow__footer {
  margin-bottom: 9rem;
}

.shindan_frow-footer__inner {
  position: relative;
  width: 100%;
  max-width: 92rem;
  padding: 5rem 7rem;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #D17D0B;
  border-radius: 20rem;
}

.shindan_frow-footer__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.shindan_frow-footer__icon-wrap {
  position: absolute;
  bottom: -5rem;
  right: -9rem;
  width: 8.9rem;
}

.shindan_frow-footer__content {
  width: 100%;
  max-width: 49rem;
  margin-right: 2rem;
}

.shindan_frow-footer-content__title {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.shindan_frow-footer-content__text {
  font-size: 1.8rem;
}

.shindan_frow-footer__btn {
  max-width: 30rem;
}
.shindan_frow-footer__btn span {
  font-size: 1.8rem;
}

.shindan_frow-end__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}

.shindan_frow-end-box__title {
  width: 100%;
  max-width: 63rem;
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
}

.shindan_frow-end-box__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shindan_frow-end__detail {
  width: 100%;
  max-width: 172rem;
  padding: 8rem 10rem;
  margin: 0 auto;
  background-color: #fff;
}

.shindan_frow-end-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.shindan_frow-end-detail__figure {
  width: 30rem;
  margin-bottom: 2rem;
}

.shindan_frow-end-detail__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
}

.shindan_frow-end-detail__text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 1rem;
}

.first_lead-header__text {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 5rem;
}
.first_lead-header__text span {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}

.p-first_lead__header {
  position: relative;
  height: 68rem;
  background-size: cover;
  background-image: url(../images/first/image_lead-header-bg.png);
}

.first_lead-header__headline {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 94rem;
  padding: 1rem;
  background-color: #D17D0B;
}
.first_lead-header__headline span {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.p-first_flow {
  padding: 16rem 0 10rem;
}

.p-first_flow__inner {
  padding: 0 3rem;
}

.p-first_flow__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-first_flow__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-first_flow__header {
  text-align: center;
  margin-bottom: 10rem;
}

.first_flow-header__title::after {
  left: 50%;
}

.first_flow-body__box {
  position: relative;
  padding: 6rem 6rem 8rem 12rem;
  margin-bottom: 8rem;
  background-color: #fff;
  border-left: 3px solid #D17D0B;
}

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

.first_flow-body__box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 0.5rem;
  height: 17rem;
  background-color: #fff;
  z-index: 10;
}

.first_flow-body-box__number {
  position: absolute;
  top: 4rem;
  left: -5rem;
  z-index: 50;
}

.first_flow-body-box__number-text {
  font-size: 8.3rem;
  font-style: italic;
  color: #D17D0B;
  font-family: "bookman-jf-pro", serif;
}

.first_flow-body-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first_flow-body-box__content {
  width: 100%;
  max-width: 86rem;
  margin-right: 5rem;
  margin-bottom: 5rem;
}

.first_flow-body-box__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.5rem;
}

.first_flow-body-box__title-icon-wrap {
  width: 8.5rem;
  margin-right: 2rem;
}

.first_flow-body-box__title {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.first_flow-body-box__label-wrap {
  position: relative;
  padding: 1.5rem 2rem;
  margin-bottom: 5rem;
  border: 2px solid #D17D0B;
  background-color: #fff;
}

.first_flow-body-box__label {
  font-size: 2.4rem;
  color: #D17D0B;
  font-weight: 500;
}

.first_flow-body-box__label-icon-wrap {
  position: absolute;
  top: 0;
  right: -5rem;
  width: 9.2rem;
}

.first_flow-body-box__sub-text {
  font-size: 2.8rem;
  color: #D17D0B;
  margin-bottom: 3rem;
}

.first_flow-body-box__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.first_flow-body-box__text-bg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F5EFEF;
  margin-right: 1rem;
}

.first_flow-body-box__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 50rem;
}

.first_flow-body-box__flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.first_flow-body-box__sub-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 10rem;
  margin-bottom: 3rem;
  background-color: #FAF7F7;
}

.first_flow-body-box__sub-btn-text {
  font-size: 2.4rem;
  margin-right: 2.5rem;
  font-weight: 500;
}

.first_flow-body-box__flex-sub-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.first_flow-body-box__flex-sub-btn span {
  font-size: 1.4rem;
}

.first_flow-body-box__sub-btn {
  height: 5.4rem;
}

.first_flow-body-box__banner {
  display: block;
}

.first_flow-body__box:nth-of-type(2) .first_flow-body-box__flex {
  margin-bottom: 5rem;
}
.first_flow-body__box:nth-of-type(2) .first_flow-body-box__content {
  margin-bottom: 0;
}
.first_flow-body__box:nth-of-type(2) .first_flow-body-box__text {
  margin-bottom: 0;
}
.first_flow-body__box:nth-of-type(2) .first_flow-body-box__btn {
  width: 100%;
  max-width: 58rem;
  margin-left: 0;
}

.first_flow-body__box:nth-of-type(3) {
  margin-bottom: 18rem;
}
.first_flow-body__box:nth-of-type(3) .first_flow-body-box__content {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 5rem;
}
.first_flow-body__box:nth-of-type(3) .first_flow-body-box__flex-figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 9.5rem;
     -moz-column-gap: 9.5rem;
          column-gap: 9.5rem;
  margin-bottom: 2rem;
}
.first_flow-body__box:nth-of-type(3) .first_flow-body-box__arrow-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
}
.first_flow-body__box:nth-of-type(3) .first_flow-body-box__figure-label {
  position: relative;
  font-size: 2.4rem;
  width: 100%;
  max-width: 54rem;
  text-align: center;
  padding: 1.2rem;
  margin: 0 auto -3rem;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}
.first_flow-body__box:nth-of-type(3) .first_flow-body-box__figure {
  max-width: 100%;
}
.first_flow-body__box:nth-of-type(3) .first_flow-body-box__note-text {
  font-size: 2.2rem;
  margin-bottom: 5rem;
}
.first_flow-body__box:nth-of-type(3) .first_flow-body-box__btn {
  width: 100%;
  max-width: 58rem;
  margin-left: 0;
}

.first_flow-body__box:nth-of-type(4) .first_flow-body-box__content {
  margin-bottom: 0;
}
.first_flow-body__box:nth-of-type(4) .first_flow-body-box__text {
  margin-bottom: 0;
}

.first_flow-body__box:nth-of-type(5) {
  margin-bottom: 18rem;
}
.first_flow-body__box:nth-of-type(5) .first_flow-body-box__content {
  margin-bottom: 0;
}
.first_flow-body__box:nth-of-type(5) .first_flow-body-box__label-icon-wrap {
  position: absolute;
  top: 0;
  right: -5rem;
  width: 9.2rem;
}
.first_flow-body__box:nth-of-type(5) .first_flow-body-box__text {
  margin-bottom: 5rem;
}
.first_flow-body__box:nth-of-type(5) .first_flow-body-box__btn {
  width: 100%;
  max-width: 58rem;
  margin-left: 0;
}

.first_flow-body__box:nth-of-type(6) .first_flow-body-box__content {
  margin-bottom: 0;
}
.first_flow-body__box:nth-of-type(6) .first_flow-body-box__text {
  margin-bottom: 0;
}

.first_flow-body__box:nth-of-type(7) .first_flow-body-box__content {
  margin-bottom: 0;
}
.first_flow-body__box:nth-of-type(7) .first_flow-body-box__label-icon-wrap {
  position: absolute;
  top: 0;
  right: -5rem;
  width: 9.2rem;
}
.first_flow-body__box:nth-of-type(7) .first_flow-body-box__text {
  margin-bottom: 5rem;
}
.first_flow-body__box:nth-of-type(7) .first_flow-body-box__btn {
  width: 100%;
  max-width: 58rem;
  margin-left: 0;
}

.first_flow-body__box:nth-of-type(8) .first_flow-body-box__content {
  margin-bottom: 0;
}
.first_flow-body__box:nth-of-type(8) .first_flow-body-box__text {
  margin-bottom: 0;
}

.first_flow-body__box:nth-of-type(9) .first_flow-body-box__content {
  margin-bottom: 0;
}
.first_flow-body__box:nth-of-type(9) .first_flow-body-box__text {
  margin-bottom: 0;
}

.p-first_after {
  padding-bottom: 15rem;
}

.p-first_after__header {
  position: relative;
  height: 40rem;
  background-size: cover;
  background-image: url(../images/first/image_after-header-bg.png);
  margin-bottom: 12rem;
}

.first_after-header__headline {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 5.2rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
}

.p-first_after__inner {
  padding: 0 3rem;
}

.p-first_after__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-first_after__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  background-color: #fff;
  border-left: 3px solid #D17D0B;
}

.first_after-body__inner {
  position: relative;
  padding: 9.5rem 20rem 9rem;
}

.first_after-body__icon-wrap {
  position: absolute;
  top: -2rem;
  left: 47%;
  width: 8.5rem;
}

.first_after-body__title {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5rem;
}

.first_after-body__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-owner_archive {
  padding: 10rem 0 15rem;
}

.p-owner_archive__inner {
  padding: 0 3rem;
}

.p-owner_archive__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-owner_archive__header {
  text-align: center;
  margin-bottom: 10rem;
}

.owner_archive-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  margin: 0 auto;
  background-color: #D17D0B;
}
.owner_archive-header__title span {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.owner_archive-body__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 10rem;
}

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

.owner_archive-body-box__figure {
  width: 100%;
  max-width: 55rem;
  margin-right: 5rem;
}

.owner_archive-body-box-content__label {
  display: inline-block;
  font-size: 2rem;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
  border-radius: 3rem;
  color: #fff;
  background-color: #D17D0B;
}

.owner_archive-body-box-content__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.owner_archive-body-box-content__detail {
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #FAF7F7;
}

.owner_archive-body-box-content__detail-time span,
.owner_archive-body-box-content__detail-address span {
  font-size: 2rem;
  line-height: 2;
}

.owner_archive-body-box-content__detail-note {
  font-size: 2rem;
  line-height: 2;
}

.owner_archive-body-box-content__btn {
  margin-right: 0;
}

.owner_archive-body-box__secDataNone {
  font-size: 2rem;
  text-align: center;
}

.p-owner_lead__header {
  position: relative;
  height: 38rem;
  background-size: cover;
  background-image: url(../images/owner/image_lead-header-bg.png);
}

.owner_lead-header__headline {
  position: absolute;
  bottom: -75%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 120rem;
  padding: 4rem 3rem 6rem;
  background-color: #D17D0B;
  -webkit-clip-path: polygon(100% 79%, 48% 98%, 0 80%, 0 0, 49% 0, 100% 0);
          clip-path: polygon(100% 79%, 48% 98%, 0 80%, 0 0, 49% 0, 100% 0);
}

.owner_lead-header__headline-sp {
  display: none;
}

.owner_lead-header__title {
  margin-bottom: 1.5rem;
}
.owner_lead-header__title span {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.owner_lead-header__text {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.p-owner_lead__inner {
  padding: 0 3rem;
}

.p-owner_lead__body {
  background-size: contain;
  background-image: url(../images/owner/image_lead-body-bg.png);
}

.owner_lead-body__inner {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 24.5rem 0 15rem;
}

.owner_lead-body__list {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
}

.owner_lead-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}

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

.owner_lead-body__check-icon {
  width: 2.8rem;
  margin-top: 1rem;
  margin-right: 3rem;
}

.owner_lead-body__text {
  font-size: 2.4rem;
}

.owner_lead-body__text-border {
  border-bottom: 2px solid #D17D0B;
}

.owner_lead-body__figure {
  position: absolute;
  bottom: 0;
  right: -14rem;
  width: 100%;
  max-width: 25rem;
}

.p-owner_single_view__inner {
  padding: 0 3rem;
}

.p-owner_single_view__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-owner_single_view__header {
  margin-bottom: 10rem;
}

.p-owner_single_view__body {
  width: 100%;
  max-width: 120rem;
  padding-bottom: 10rem;
  margin: 0 auto;
}

.owner_single_view-body__label {
  display: inline-block;
  font-size: 2rem;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
  border-radius: 3rem;
  color: #fff;
  background-color: #D17D0B;
}

.owner_single_view-body__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.owner_single_view-body__table {
  margin-bottom: 5rem;
}
.owner_single_view-body__table table {
  width: 100%;
  border: 1px solid #C3C3C3;
}
.owner_single_view-body__table table tr td:first-of-type {
  text-align: center;
  width: 16rem;
  background-color: #FAF7F7;
  font-weight: 500;
}
.owner_single_view-body__table table tr td:last-of-type {
  padding-left: 6rem;
  border: 1px solid #C3C3C3;
}
.owner_single_view-body__table table tr td {
  font-size: 2rem;
  height: 9rem;
  vertical-align: middle;
}

.p-owner_single_detail {
  padding: 12.5rem 0 10rem;
  background-color: #FAF7F7;
}

.p-owner_single_detail__inner {
  padding: 0 3rem;
}

.p-owner_single_detail__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-owner_single_detail__header {
  text-align: center;
  margin-bottom: 5rem;
}

.owner_single_detail-header__title::after {
  left: 50%;
}

.p-owner_single_detail__body {
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
}

.owner_single_detail-body__content {
  text-align: center;
  margin-bottom: 3rem;
}

.owner_single_detail-body-content__text {
  font-size: 2rem;
  color: #707070;
  margin-bottom: 1.5rem;
}

.owner_single_detail-body-content__flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.owner_single_detail-body-content__flex-label {
  font-size: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #2F1B01;
}

.owner_single_detail-body__box {
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
}

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

.owner_single_detail-body-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 3rem 3rem 5rem;
}

.owner_single_detail-body-box__figure {
  position: absolute;
  bottom: 0;
  right: 3rem;
  width: 100%;
  max-width: 18rem;
}

.owner_single_detail-body-box__title {
  width: 100%;
  max-width: 18rem;
  font-size: 2rem;
  margin-right: 3rem;
  font-weight: 500;
}

.owner_single_detail-body-box__text {
  font-size: 2rem;
}

.p-owner_single_highlight {
  padding: 12.5rem 0 0;
}

.p-owner_single_highlight__inner {
  padding: 0 3rem;
}

.p-owner_single_highlight__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto 24.5rem;
}

.p-owner_single_highlight__header {
  text-align: center;
  margin-bottom: 10rem;
}

.owner_single_highlight-header__title::after {
  left: 50%;
}

.p-owner_single_highlight__body {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto 15rem;
}

.owner_single_highlight-body__box {
  margin-bottom: 13rem;
}

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

.owner_single_highlight-body-box__flex {
  position: relative;
  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;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.owner_single_highlight-body__floor-box .owner_single_highlight-body-box__content:first-of-type {
  margin-top: 0;
}
.owner_single_highlight-body__floor-box .owner_single_highlight-body-box-content__figure {
  padding: 3rem;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}
.owner_single_highlight-body__floor-box .owner_single_highlight-body-box-content__arrow {
  margin-top: 0;
}

.owner_single_highlight-body-box-content__label {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  width: 100%;
  max-width: 34rem;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0 auto -3rem;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}

.owner_single_highlight-body-box__content:last-of-type .owner_single_highlight-body-box-content__label {
  color: #D17D0B;
}

.owner_single_highlight-body-box-content__img-wrap {
  margin-bottom: 2rem;
}

.owner_single_highlight-body-box-content__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4rem 0 4rem 3rem;
  border-color: transparent transparent transparent #2F1B01;
  margin-top: -14rem;
}

.owner_single_highlight-body-box-content__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.owner_single_highlight-body-box-content__point {
  width: 100%;
  max-width: 14rem;
  text-align: center;
  font-size: 2rem;
  padding: 1.5rem 0;
  margin-right: 2.5rem;
  border-radius: 3rem;
  color: #fff;
  background-color: #D17D0B;
}

.owner_single_highlight-body-box-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  line-height: 2;
}

.p-owner_single_highlight__footer {
  width: 100%;
  height: 50rem;
  background-color: #FAF7F7;
}

.owner_single_highlight-footer__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.owner_single_highlight-footer__figure {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  max-width: 120rem;
}

.owner_single_highlight-footer__content {
  padding: 25rem 5rem 10rem;
}

.owner_single_highlight-footer-content__title {
  text-align: center;
}
.owner_single_highlight-footer-content__title span {
  font-size: 4.2rem;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}

.p-second_life_about {
  padding-bottom: 8rem;
}

.p-second_life_about__inner {
  padding: 0 3rem;
}

.p-second_life_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-second_life_about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-second_life_about__header {
  width: 51rem;
}

.second_life_about-header__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.second_life_about-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  margin-bottom: 5rem;
}

.second_life_about-header__text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-second_life_about__body {
  position: relative;
  width: 93rem;
  height: 58rem;
}

.second_life_about-body__main-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 72rem;
}

.second_life_about-body__sub-figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29rem;
}

.second_life_about-header__text-bg {
  background-color: #F5EFEF;
}

.p-second_life_lead {
  padding: 10rem 0 5rem;
}

.p-second_life_lead__inner {
  padding: 0 3rem;
}

.p-second_life_lead__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.second_life_lead-box__figure {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-second_life_point {
  padding: 5rem 0 15rem;
}

.p-second_life_point__inner {
  padding: 0 3rem;
}

.p-second_life_point__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-second_life_point__header {
  text-align: center;
  margin-bottom: 7.5rem;
}

.second_life_point-header__figure {
  width: 100%;
  max-width: 27rem;
  margin: 0 auto 5rem;
}

.second_life_point-header-content__title {
  position: relative;
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
}

.second_life_point-header-content__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 49%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.p-second_life_point__body {
  width: 100%;
  max-width: 137rem;
  margin: 0 auto;
}

.second_life_point__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5rem;
  margin-bottom: 3rem;
  background-color: #fff;
}

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

.second_life_point-box__number {
  text-align: center;
  margin-right: 5rem;
}

.second_life_point-box__number span {
  display: block;
  font-family: "bookman-jf-pro", serif;
  font-size: 1.6rem;
  color: #D17D0B;
}

.second_life_point-box__number span:last-of-type {
  font-size: 4rem;
  font-style: italic;
}

.second_life_point-box__content {
  width: 78rem;
  padding-left: 5rem;
  color: #D17D0B;
  border-left: 1px solid #D17D0B;
}

.second_life_point-box-content__title {
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

.second_life_point-box-content__text {
  font-size: 1.8rem;
  line-height: 2;
}

.second_life_point-box__figure {
  width: 40rem;
  margin-left: auto;
}

.p-second_life_intro {
  padding-bottom: 12rem;
  border-bottom: 1px solid #C3C3C3;
}

.p-second_life_intro__header {
  height: 40rem;
  background-size: cover;
  background-image: url(../images/second_life/image_intro-header-bg.png);
  margin-bottom: 8rem;
}

.second_life_intro-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 40rem;
  margin: 0 auto;
}

.second_life_intro-header__title {
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 45rem;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}

.p-second_life_intro__inner {
  padding: 0 3rem;
}

.p-second_life_intro__container {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.second_life_intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.second_life_intro__box {
  width: 100%;
  max-width: 73rem;
  background-color: #fff;
}

.second_life_intro-box__content {
  padding: 5rem 2rem 3rem;
}

.second_life_intro-box-content__number {
  width: 7.6rem;
  margin: 0 auto 3rem;
}

.second_life_intro-box-content__title {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.5rem;
}

.second_life_intro-box-content__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 49%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.second_life_intro-box-content__btn {
  width: 100%;
  max-width: 32rem;
}

.second_life_intro-box-content__btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.second_life_intro-box-content__btn span {
  font-size: 2rem;
}

.p-second_life_case {
  padding-bottom: 15rem;
}

.p-second_life_case__header {
  position: relative;
  margin-bottom: 5rem;
}

.second_life_case-header__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 102rem;
  padding: 5rem 2rem 3rem;
  margin: -20rem auto 0;
  background-color: #fff;
}

.second_life_case-header-content__number {
  width: 10rem;
  margin: 0 auto 3rem;
}

.second_life_case-header-content__title {
  position: relative;
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.second_life_case-header-content__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 49%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.second_life_case-header-content__text {
  text-align: center;
  font-size: 2.2rem;
  color: #707070;
}

.p-second_life_case__inner {
  padding: 0 3rem;
}

.p-second_life_case__container {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.p-second_life_case__body {
  padding: 15rem 9.5rem;
  background-color: #fff;
}

.second_life_case-body__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.second_life_case-body__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10rem;
}

.second_life_case-body-block__figure {
  width: 100%;
  max-width: 87rem;
  margin-right: 4rem;
}

.second_life_case-body-block-content__sp-list {
  display: none;
}

.second_life_case-body-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.second_life_case-body-block-content__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 3rem;
}

.second_life_case-body-block-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.second_life_case-body-block-content__item:last-of-type {
  margin-bottom: 0;
}

.second_life_case-body-block-content__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}

.second_life_case-body-block-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 500;
}

.second_life_case-body-block-content__title {
  font-size: 2.8rem;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
  border-left: 3px solid #2F1B01;
}

.second_life_case-body-block-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.second_life_case-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  margin-bottom: 10rem;
}

.second_life_case-body-flex__figure {
  width: 100%;
  max-width: 48rem;
}

.second_life_case-body-flex__img-wrap {
  margin-bottom: 4rem;
}

.second_life_case-body-flex__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.1rem;
  text-align: center;
  width: 100%;
  max-width: 48rem;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}

.second_life_case-body-flex__figure:nth-of-type(2) .second_life_case-body-flex__label {
  color: #D17D0B;
}

.second_life_case-body__btn {
  max-width: 58rem;
}

.second_life_second-case .second_life_case-body__flex {
  height: 77rem;
}
.second_life_second-case .second_life_case-body-flex__label {
  margin-top: auto;
}
.second_life_second-case .second_life_case-body-flex__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 68rem;
}
.second_life_second-case .second_life_case-body-block__small-figure {
  max-width: 42rem;
}

.p-life_style_about {
  padding-bottom: 8rem;
}

.p-life_style_about__inner {
  padding: 0 3rem;
}

.p-life_style_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-life_style_about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-life_style_about__header {
  width: 51rem;
}

.life_style_about-header__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.life_style_about-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  margin-bottom: 5rem;
}

.life_style_about-header__text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-life_style_about__body {
  position: relative;
  width: 93rem;
  height: 58rem;
}

.life_style_about-body__main-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 72rem;
}

.life_style_about-body__sub-figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29rem;
}

.life_style_about-header__text-bg {
  background-color: #F5EFEF;
}

.p-life_style_offer {
  padding: 10rem 0 15rem;
}

.p-life_style_offer__inner {
  padding: 0 3rem;
}

.p-life_style_offer__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-life_style_offer__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 4.5rem;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto 10rem;
}

.life_style_offer-body__box {
  background-color: #fff;
}

.life_style_offer-body-box__content {
  padding: 3rem 2rem;
}

.life_style_offer-body-box-content__title {
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-weight: 500;
  margin-bottom: 1rem;
}

.life_style_offer-body-box-content__text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.life_style_offer-body-box-content__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 42rem;
  padding: 1rem;
  margin: 0 auto 2rem;
  border: 0.1rem solid #c3c3c3;
}

.life_style_offer-body-box-content__labe-title {
  font-size: 2rem;
  color: #707070;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.life_style_offer-body-box-content__labe-text {
  font-size: 1.8rem;
  color: #707070;
}

.life_style_offer-body-box-content__label-icon {
  position: absolute;
  bottom: 0;
  right: 2rem;
  width: 16rem;
}

.life_style_offer-body__box:nth-of-type(2) .life_style_offer-body-box-content__label {
  padding: 1rem 3rem;
}
.life_style_offer-body__box:nth-of-type(2) .life_style_offer-body-box-content__label-icon {
  width: 14.5rem;
}

.life_style_offer-body__box:nth-of-type(3) .life_style_offer-body-box-content__label {
  padding: 1rem 3rem;
}
.life_style_offer-body__box:nth-of-type(3) .life_style_offer-body-box-content__label-icon {
  width: 9rem;
}

.life_style_offer-body__box:nth-of-type(4) .life_style_offer-body-box-content__label-icon {
  width: 13.5rem;
}

.life_style_offer-body-box-content__btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.life_style_offer-body-box-content__btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.life_style_offer-footer__view {
  height: 35rem;
  background-size: cover;
  background-image: url(../images/life_style/image_offer-footer-bg.png);
}

.life_style_offer-footer__view-inner {
  position: relative;
  width: 100%;
  max-width: 145rem;
  height: 35rem;
  margin: 0 auto;
}

.life_style_offer-footer__view-text {
  position: absolute;
  bottom: -14rem;
  left: 0;
}
.life_style_offer-footer__view-text span {
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #D17D0B;
}

.life_style_offer-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 145rem;
  margin: 0 auto;
  padding-top: 5.5rem;
}

.life_style_offer-footer__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  line-height: 2;
  margin-right: 13rem;
}

.life_style_offer-footer__figure {
  width: 100%;
  max-width: 60rem;
}

.p-life_style_case {
  padding-bottom: 15rem;
}

.p-life_style_case__header {
  position: relative;
  margin-bottom: 5rem;
}

.life_style_case-header__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 102rem;
  padding: 5rem 2rem 3rem;
  margin: -20rem auto 0;
  background-color: #fff;
}

.life_style_case-header-content__label {
  position: absolute;
  top: -2.5rem;
  left: 42%;
  padding: 0.5rem 3rem;
  font-size: 2.4rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  border: 0.1rem solid #D17D0B;
  background-color: #fff;
}

.life_style_case-header-content__number {
  width: 10rem;
  margin: 0 auto 3rem;
}

.life_style_case-header-content__title {
  position: relative;
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.life_style_case-header-content__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 49%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.life_style_case-header-content__text {
  text-align: center;
  font-size: 2.2rem;
  color: #707070;
}

.p-life_style_case__inner {
  padding: 0 3rem;
}

.p-life_style_case__container {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.p-life_style_case__body {
  padding: 15rem 9.5rem;
  background-color: #fff;
}

.life_style_case-body__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10rem;
}

.life_style_case-body-block__figure {
  width: 100%;
  max-width: 87rem;
  margin-right: 4rem;
}

.life_style_case-body-block-content__sp-list {
  display: none;
}

.life_style_case-body-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.life_style_case-body-block-content__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 3rem;
}

.life_style_case-body-block-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.life_style_case-body-block-content__item:last-of-type {
  margin-bottom: 0;
}

.life_style_case-body-block-content__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}

.life_style_case-body-block-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 500;
}

.life_style_case-body-block-content__title {
  font-size: 2.8rem;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
  border-left: 3px solid #2F1B01;
}

.life_style_case-body-block-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.life_style_case-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  margin-bottom: 10rem;
}

.life_style_case-body-flex__figure {
  width: 100%;
  max-width: 48rem;
}

.life_style_case-body-flex__img-wrap {
  margin-bottom: 4rem;
}

.life_style_case-body-flex__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.1rem;
  text-align: center;
  width: 100%;
  max-width: 48rem;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}

.life_style_case-body-flex__figure:nth-of-type(2) .life_style_case-body-flex__label {
  color: #D17D0B;
}

.life_style_case-body__btn {
  max-width: 58rem;
}

.life_style_second-case .life_style_case-body-third-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.life_style_second-case .life_style_case-body-third-block .life_style_case-body-block__figure-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-right: 5rem;
}
.life_style_second-case .life_style_case-body-third-block .life_style_case-body-block__figure {
  margin-right: 0;
}
.life_style_second-case .life_style_case-body-third-block .life_style_case-body-block-content__text:first-of-type {
  margin-bottom: 5.5rem;
}
.life_style_second-case .life_style_case-body-third-block .life_style_case-body-block__sp-figure {
  display: none;
}
.life_style_second-case .life_style_case-body-block__small-figure {
  max-width: 42rem;
  margin-right: 10rem;
}
.life_style_second-case .life_style_case-body__floor-map {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto 5rem;
}
.life_style_second-case .life_style_case-body__sp-table-figure {
  display: none;
}
.life_style_second-case .life_style_case-body__sp-floor-map img {
  width: 137.5rem;
}

.life_style_fourth-case .life_style_case-body__block:nth-of-type(even) .life_style_case-body-block__figure {
  margin-right: 0;
}
.life_style_fourth-case .life_style_case-body__block:nth-of-type(even) .life_style_case-body-block__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 10rem;
}
.life_style_fourth-case .life_style_case-body-block__figure {
  max-width: 42rem;
  margin-right: 10rem;
}

.p-life_style_intro {
  border-bottom: 1px solid #C3C3C3;
}

.p-life_style_intro__header {
  height: 40rem;
  margin-bottom: 1rem;
  background-size: cover;
  background-image: url(../images/life_style/image_intro-header-bg.png);
}

.life_style_intro-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 40rem;
  margin: 0 auto;
}

.life_style_intro-header__title {
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 45rem;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}

.p-design_about {
  padding-bottom: 20rem;
}

.p-design_about__inner {
  padding: 0 3rem;
}

.p-design_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-design_about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-design_about__header {
  width: 57rem;
  margin-right: 5rem;
}

.design_about-header__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.design_about-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  margin-bottom: 5rem;
}

.design_about-header__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 3rem;
}

.design_about-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 18rem;
}

.design_about-header__btn {
  max-width: 21.5rem;
  margin-left: 0;
  margin-right: 0;
}
.design_about-header__btn img {
  width: 1.2rem;
  margin-right: 0.5rem;
}
.design_about-header__btn span {
  font-size: 1.6rem;
}

.design_about-header__btn::after {
  right: 2rem;
}

.design_about-body__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 90rem;
}

.design_about-body__text {
  display: none;
}
.design_about-body__text span {
  background-color: #F5EFEF;
}

.p-design_about__footer {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.design_about-footer__flex {
  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;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.design_about-footer__figure-wrap {
  position: relative;
}

.design_about-footer__arrow {
  width: 2rem;
}

.design_about-footer__label {
  position: absolute;
  top: -3rem;
  left: 7%;
  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;
  width: 100%;
  max-width: 61rem;
  height: 7rem;
  background-color: #fff;
  font-size: 2.4rem;
  border: 0.1rem solid #C3C3C3;
}

.design_about-footer__btn-wrap {
  display: none;
}

.p-design_offer {
  position: relative;
  padding-bottom: 10rem;
}

.p-design_offer__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80rem;
  background-color: #FAF7F7;
  z-index: 1;
}

.p-design_offer__inner {
  padding: 0 3rem;
}

.p-design_offer__container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.design_offer-body__view {
  height: 35rem;
  background-size: cover;
  background-image: url(../images/design/image_offer-bg.png);
}

.design_offer-body__view-inner {
  position: relative;
  width: 100%;
  max-width: 145rem;
  height: 35rem;
  margin: 0 auto;
}

.design_offer-body__view-text {
  position: absolute;
  bottom: -14rem;
  left: 0;
}
.design_offer-body__view-text span {
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #D17D0B;
}

.design_offer-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 145rem;
  padding-top: 5.5rem;
  margin: 0 auto;
}

.design_offer-body__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 13rem;
}

.design_offer-body-content__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.design_offer-body-content__btn {
  max-width: 62rem;
  margin-left: 0;
}

.design_offer-body__figure {
  width: 100%;
  max-width: 60rem;
}

.design_offer-body__sp-btn {
  display: none;
}

.p-design_case {
  padding-bottom: 15rem;
}

.p-design_case__header {
  position: relative;
  margin-bottom: 5rem;
}

.design_case-header__view {
  position: relative;
}

.design_case-header-view-sp__medal {
  display: none;
}

.design_case-header__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 102rem;
  padding: 5rem 2rem 3rem;
  margin: -20rem auto 0;
  background-color: #fff;
}

.design_case-header-content__medal {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  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;
  position: absolute;
  top: -1rem;
  left: 1rem;
  width: 10rem;
  height: 13.8rem;
  background-image: url(../images/top/image_result_medal.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.design_case-header-content__label {
  position: absolute;
  top: -2.5rem;
  left: 42%;
  padding: 0.5rem 3rem;
  font-size: 2.4rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  border: 0.1rem solid #D17D0B;
  background-color: #fff;
}

.design_case-header-content__number {
  width: 10rem;
  margin: 0 auto 3rem;
}

.design_case-header-content__title {
  position: relative;
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.design_case-header-content__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 49%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.design_case-header-content__text {
  text-align: center;
  font-size: 2.2rem;
  color: #707070;
}

.p-design_case__inner {
  padding: 0 3rem;
}

.p-design_case__container {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.p-design_case__body {
  padding: 15rem 9.5rem;
  background-color: #fff;
}

.design_case-body__block {
  margin-bottom: 10rem;
}

.design_case-body-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.design_case-body-block__figure-wrap {
  margin-right: 4rem;
}

.design_case-body-block__sp-content {
  display: none;
}

.design_case-body-block__figure {
  width: 100%;
  max-width: 87rem;
}

.design_case-body-block__small-figure {
  max-width: 42rem;
}

.design_case-body-block__ele {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.design_case-body-block__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 3rem;
}

.design_case-body-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.design_case-body-block__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}

.design_case-body-block__number-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  line-height: 2;
}

.design_case-body-block-content__title {
  font-size: 2.8rem;
  padding-left: 2.5rem;
  font-weight: 500;
  border-left: 3px solid #2F1B01;
}

.design_case-body-block-content__text {
  margin-top: 3rem;
  font-size: 2.2rem;
  line-height: 2;
}
.design_case-body-block-content__text span {
  background-color: #F5EFEF;
}

.design_case-body-block__heading-pretext {
  padding: 0 0 5rem;
}

.design_case-body-block__heading-wrap {
  padding-left: 5rem;
  margin-top: 5rem;
}

.design_case-body-block__sp-heading-wrap {
  display: none;
}

.design_case-body-block__title {
  font-size: 2.8rem;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
  border-left: 3px solid #2F1B01;
}

.design_case-body-block__text {
  font-size: 2.2rem;
  line-height: 2;
}
.design_case-body-block__text span {
  background-color: #F5EFEF;
}

.design_case-body-block__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-bottom: 5rem;
}

.design_case-body-block-gallery__figure {
  margin-bottom: 2rem;
}

.design_case-body-block-gallery__text {
  font-size: 1.8rem;
}

.design_case-body__btn {
  max-width: 58rem;
}

.p-design_intro {
  border-bottom: 1px solid #C3C3C3;
}

.p-design_intro__header {
  height: 40rem;
  margin-bottom: 1rem;
  background-size: cover;
  background-image: url(../images/design/image_intro-header-bg.webp);
}

.design_intro-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 40rem;
  margin: 0 auto;
}

.design_intro-header__title {
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 45rem;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}

.p-design_intro__inner {
  padding: 0 3rem;
}

.p-design_intro__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-design_intro__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 5rem;
  width: 100%;
  max-width: 152rem;
  padding: 10rem 0 15rem;
  margin: 0 auto;
}

.design_intro-body__box {
  background-color: #fff;
}

.design_intro-body-box__content {
  padding: 3rem 2rem;
}

.design_intro-body-box-content__number {
  width: 7.5rem;
  margin: 0 auto 3rem;
}

.design_intro-body-box-content__flex {
  position: relative;
  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;
  margin-bottom: 1.5rem;
}

.design_intro-body-box-content__flex::after {
  content: "";
  position: absolute;
  top: -1rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.design_intro-body-box-content__label {
  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;
  width: 23rem;
  height: 6.5rem;
  margin-right: 2rem;
  border: solid 0.1rem #D17D0B;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
}

.design_intro-body-box-content__title {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}

.design_intro-body-box-content__btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.design_intro-body-box-content__btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-housework_about {
  padding-bottom: 20rem;
}

.p-housework_about__inner {
  padding: 0 3rem;
}

.p-housework_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-housework_about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-housework_about__header {
  width: 57rem;
  margin-right: 5rem;
}

.housework_about-header__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.housework_about-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  margin-bottom: 5rem;
}

.housework_about-header__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 3rem;
}
.housework_about-header__text span {
  background-color: #F5EFEF;
}

.p-housework_about__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 93rem;
}

.housework_about-body__main-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 72rem;
}

.housework_about-body__sub-figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29.5rem;
}

.p-housework_point {
  padding: 12rem 0;
}

.p-housework_point__inner {
  padding: 0 3rem;
}

.p-housework_point__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-housework_point__header {
  text-align: center;
  width: 100%;
  max-width: 126rem;
  margin: 0 auto 7.5rem;
}

.housework_point-header__figure {
  width: 55rem;
  margin: 0 auto 7rem;
}

.housework_point-header-content__text {
  font-size: 3.2rem;
  color: #D17D0B;
  font-weight: 500;
  margin-bottom: 4rem;
}

.housework_point-header-content__title {
  position: relative;
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
}

.housework_point-header-content__title::after {
  top: -1.5rem;
  left: 49%;
}

.p-housework_point__body {
  width: 100%;
  max-width: 146rem;
  margin: 0 auto;
}

.housework_point__box {
  padding: 5rem;
  margin-bottom: 3rem;
  background-color: #fff;
}

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

.housework_point-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.housework_point-box__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72rem;
  margin-right: 13rem;
  margin-bottom: 3rem;
}

.housework_point-box__content-wrap:last-of-type {
  margin-bottom: 0;
}

.housework_point-box__number {
  text-align: center;
  margin-right: 5rem;
}

.housework_point-box__number span {
  display: block;
  font-family: "bookman-jf-pro", serif;
  font-size: 1.6rem;
  color: #D17D0B;
}

.housework_point-box__number span:last-of-type {
  font-size: 4rem;
  font-style: italic;
}

.housework_point-box__content {
  padding-left: 5rem;
  margin-right: 6rem;
  color: #D17D0B;
  border-left: 1px solid #D17D0B;
}

.housework_point__box:first-of-type .housework_point-box__content {
  width: 45rem;
}

.housework_point-box-content__title {
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

.housework_point-box-content__text {
  font-size: 1.8rem;
  line-height: 2;
}

.housework_point-box__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-left: auto;
}

.p-housework_offer__inner {
  padding: 0 3rem;
}

.p-housework_offer__container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 192rem;
  padding: 10rem 0;
  margin: 0 auto;
}

.p-housework_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 172rem;
  height: 80rem;
  background-color: #fff;
  z-index: 0;
}

.housework_offer-body__flex {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 175.5rem;
  margin-left: auto;
}

.housework_offer-body__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 8rem;
}

.housework_offer-body-content__title {
  margin-bottom: 3rem;
}
.housework_offer-body-content__title span {
  display: block;
  font-family: "Noto Serif JP", serif;
}
.housework_offer-body-content__title span:first-of-type {
  font-size: 4.2rem;
  margin-bottom: 2rem;
}
.housework_offer-body-content__title span:last-of-type {
  font-size: 5.2rem;
  color: #D17D0B;
}

.housework_offer-body-content__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.housework_offer-body__figure {
  width: 100%;
  max-width: 96rem;
}

.housework_offer-body__flex-btn {
  width: 100%;
  max-width: 94rem;
  padding-left: 10rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.housework_offer-body__btn {
  max-width: 46rem;
}

.p-housework_example {
  padding: 10rem 0 15rem;
}

.p-housework_example__inner {
  padding: 0 3rem;
}

.p-housework_example__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-housework_example__header {
  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;
  width: 114rem;
  height: 13rem;
  margin: 0 auto 10rem;
  border: 0.1rem solid #C3C3C3;
}

.housework_example-header__title {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}

.p-housework_example__body {
  margin-bottom: 5rem;
}

.p-housework_example__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4.5rem;
     -moz-column-gap: 4.5rem;
          column-gap: 4.5rem;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  margin-left: 18rem;
}

.p-housework_example__figure-wrap {
  position: relative;
}

.p-housework_example__arrow {
  width: 6rem;
  margin: 14rem auto 0;
}

.p-housework_example__label {
  position: absolute;
  top: -3rem;
  left: 18%;
  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;
  width: 100%;
  max-width: 34rem;
  height: 6.5rem;
  background-color: #fff;
  font-size: 3.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border: 0.1rem solid #C3C3C3;
}

.p-housework_example__figure-wrap:nth-of-type(3) .p-housework_example__label {
  color: #D17D0B;
}

.p-housework_example__figure-wrap:nth-of-type(3) .p-housework_example__figure {
  margin-bottom: 3.5rem;
}

.p-housework_example__text {
  font-size: 1.8rem;
}

.p-housework_example__bubble {
  position: absolute;
  top: 3rem;
  right: -24rem;
  width: 29rem;
}

.p-housework_example__btn {
  max-width: 60rem;
  margin: 0 auto;
}

.p-housework_case {
  padding-bottom: 15rem;
}

.p-housework_case__header {
  position: relative;
  margin-bottom: 5rem;
}

.housework_case-header__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 102rem;
  padding: 5rem 2rem 3rem;
  margin: -20rem auto 0;
  background-color: #fff;
}

.housework_case-header-content__number {
  width: 10rem;
  margin: 0 auto 3rem;
}

.housework_case-header-content__title {
  position: relative;
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.housework_case-header-content__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 49%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.housework_case-header-content__text {
  text-align: center;
  font-size: 2.2rem;
  color: #707070;
}

.p-housework_case__inner {
  padding: 0 3rem;
}

.p-housework_case__container {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.p-housework_case__body {
  padding: 15rem 9.5rem;
  background-color: #fff;
}

.housework_case-body__floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  margin-bottom: 10rem;
}

.housework_case-body-floor__figure {
  width: 100%;
  max-width: 100%;
}

.housework_case-body-floor__img-wrap {
  margin-bottom: 4rem;
}

.housework_case-body-floor__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.1rem;
  text-align: center;
  width: 100%;
  max-width: 48rem;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}

.housework_case-body-floor__figure:nth-of-type(2) .housework_case-body-floor__label {
  color: #D17D0B;
}

.housework_case-body__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-bottom: 10rem;
}

.housework_case-body-block__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.housework_case-body-block__second .housework_case-body-block__content:first-of-type {
  margin-bottom: 5rem;
}
.housework_case-body-block__second .housework_case-body-block__figure {
  width: 100rem;
  max-width: 100rem;
}

.housework_case-body-block__figure {
  width: 100rem;
  max-width: 100rem;
}

.housework_case-body-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.housework_case-body-block-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  border-left: 0.3rem solid #2F1B01;
}
.housework_case-body-block-content__title span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}
.housework_case-body-block-content__title span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.7rem;
  font-weight: 500;
}

.housework_case-body-block-content__text {
  font-size: 1.8rem;
  line-height: 2;
}
.housework_case-body-block-content__text span {
  background-color: #F5EFEF;
}

.housework_case-body__btn {
  max-width: 60rem;
}

.housework_second-case .housework_case-body__gallery {
  margin-bottom: 10rem;
}
.housework_second-case .housework_case-body-gallery__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-bottom: 5rem;
}
.housework_second-case .housework_case-body-gallery-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  border-left: 0.3rem solid #2F1B01;
}
.housework_second-case .housework_case-body-gallery-content__title span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}
.housework_second-case .housework_case-body-gallery-content__title span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.8rem;
  font-weight: 500;
}
.housework_second-case .housework_case-body-gallery-content__text {
  font-size: 1.8rem;
  line-height: 2;
}
.housework_second-case .housework_case-body-gallery-content__text span {
  background-color: #F5EFEF;
}
.housework_second-case .housework_case-body__change {
  margin-bottom: 10rem;
}
.housework_second-case .housework_case-body-change__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.housework_second-case .housework_case-body-change-ele__figure {
  position: relative;
  margin-bottom: 6rem;
}
.housework_second-case .housework_case-body-change__label {
  position: absolute;
  top: -3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.1rem;
  text-align: center;
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}
.housework_second-case .housework_case-body-change__ele .housework_case-body-change__label {
  left: 11%;
  max-width: 38rem;
}
.housework_second-case .housework_case-body-change-ele-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  border-left: 0.3rem solid #2F1B01;
}
.housework_second-case .housework_case-body-change-ele-content__title span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}
.housework_second-case .housework_case-body-change-ele-content__title span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.5rem;
  font-weight: 500;
}
.housework_second-case .housework_case-body-change-ele-content__text {
  font-size: 1.8rem;
  line-height: 2;
}
.housework_second-case .housework_case-body-change-ele-content__text span {
  background-color: #F5EFEF;
}
.housework_second-case .housework_case-body-change__figure {
  position: relative;
}
.housework_second-case .housework_case-body-change__figure .housework_case-body-change__label {
  left: 26%;
  max-width: 48rem;
  color: #D17D0B;
}
.housework_second-case .housework_case-body-change-ele__sp-content {
  display: none;
}
.housework_second-case .housework_case-body-change-ele-content__sp-text span {
  background-color: #F5EFEF;
}

.p-housework_intro {
  border-bottom: 1px solid #C3C3C3;
}

.p-housework_intro__header {
  height: 40rem;
  margin-bottom: 1rem;
  background-size: cover;
  background-image: url(../images/housework/image_intro-header-bg.png);
}

.housework_intro-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 40rem;
  margin: 0 auto;
}

.housework_intro-header__title {
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 45rem;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}

.p-housework_intro__inner {
  padding: 0 3rem;
}

.p-housework_intro__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-housework_intro__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 5rem;
  width: 100%;
  max-width: 152rem;
  padding: 10rem 0 15rem;
  margin: 0 auto;
}

.housework_intro-body__box {
  background-color: #fff;
}

.housework_intro-body-box__content {
  padding: 3rem 2rem;
}

.housework_intro-body-box-content__number {
  width: 7.5rem;
  margin: 0 auto 3rem;
}

.housework_intro-body-box-content__flex {
  position: relative;
  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;
  margin-bottom: 1.5rem;
}

.housework_intro-body-box-content__flex::after {
  content: "";
  position: absolute;
  top: -1rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.housework_intro-body-box-content__title {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}

.housework_intro-body-box-content__btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.housework_intro-body-box-content__btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-insulation_about {
  padding-bottom: 20rem;
}

.p-insulation_about__inner {
  padding: 0 3rem;
}

.p-insulation_about__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-insulation_about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-insulation_about__header {
  width: 57rem;
  margin-right: 5rem;
}

.insulation_about-header__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.insulation_about-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #D17D0B;
  margin-bottom: 5rem;
}

.insulation_about-header__text {
  font-size: 1.8rem;
  line-height: 2;
}
.insulation_about-header__text span {
  background-color: #F5EFEF;
}

.insulation_about-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 18rem;
}

.insulation_about-header__btn {
  max-width: 21.5rem;
  margin-left: 0;
  margin-right: 0;
}
.insulation_about-header__btn span {
  font-size: 1.6rem;
}

.insulation_about-body__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 90rem;
}

.insulation_about-body__text {
  display: none;
}
.insulation_about-body__text span {
  background-color: #F5EFEF;
}

.p-insulation_about__footer {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.insulation_about-footer__flex {
  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;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.insulation_about-footer__figure-wrap {
  position: relative;
}

.insulation_about-footer__arrow {
  width: 2rem;
}

.insulation_about-footer__label {
  position: absolute;
  top: -3rem;
  left: 7%;
  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;
  width: 100%;
  max-width: 61rem;
  height: 7rem;
  background-color: #fff;
  font-size: 2.4rem;
  border: 0.1rem solid #C3C3C3;
}

.insulation_about-footer__btn-wrap {
  display: none;
}

.p-insulation_intro__header {
  height: 40rem;
  margin-bottom: 1rem;
  background-size: cover;
  background-image: url(../images/insulation/image_intro-header-bg.png);
}

.insulation_intro-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 40rem;
  margin: 0 auto;
}

.insulation_intro-header__title {
  white-space: nowrap;
  position: absolute;
  top: 52%;
  left: 57rem;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}
.insulation_intro-header__title span {
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.insulation_intro-header__title span:first-of-type {
  font-size: 4.2rem;
}
.insulation_intro-header__title span:last-of-type {
  font-size: 5.2rem;
}

.p-insulation_intro__inner {
  padding: 0 3rem;
}

.p-insulation_intro__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-insulation_intro__body {
  width: 100%;
  max-width: 150rem;
  padding-top: 15rem;
  margin: 0 auto 15rem;
}

.insulation_intro-body__gallery-flex {
  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;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  margin-bottom: 3rem;
}

.insulation_intro-body__gallery-note {
  font-size: 1.8rem;
  margin-bottom: 15rem;
}

.insulation_intro-body__flex {
  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;
  -webkit-column-gap: 6.5rem;
     -moz-column-gap: 6.5rem;
          column-gap: 6.5rem;
}

.insulation_intro-body__text {
  width: 100%;
  max-width: 70rem;
  font-size: 1.8rem;
  line-height: 2;
}

.insulation_intro-body__figure {
  width: 100%;
  max-width: 63.5rem;
}

.p-insulation_intro__footer {
  width: 100%;
  max-width: 150rem;
  padding-bottom: 15rem;
  margin: 0 auto;
}

.insulation_intro-footer__inner {
  position: relative;
  padding: 6rem 5rem 3rem;
  border: 0.1rem solid #C3C3C3;
}

.insulation_intro-footer__title {
  position: absolute;
  top: -3rem;
  left: 29%;
  display: inline-block;
  font-size: 3.2rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}

.insulation_intro-footer__flex {
  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;
  -webkit-column-gap: 6.5rem;
     -moz-column-gap: 6.5rem;
          column-gap: 6.5rem;
}

.insulation_intro-footer__content {
  width: 100%;
  max-width: 46.5rem;
}

.insulation_intro-footer-content__title {
  padding: 2rem 3rem;
  background-color: #D17D0B;
  margin-bottom: 2rem;
}
.insulation_intro-footer-content__title span {
  font-weight: 700;
  color: #fff;
}
.insulation_intro-footer-content__title span:first-of-type {
  font-size: 2.4rem;
}
.insulation_intro-footer-content__title span:nth-of-type(2) {
  font-size: 4.5rem;
}
.insulation_intro-footer-content__title span:last-of-type {
  font-size: 2.4rem;
}

.insulation_intro-footer-content__text {
  font-size: 1.8rem;
  padding-left: 4rem;
}

.insulation_intro-footer__figure {
  width: 100%;
  max-width: 75rem;
}

.p-insulation_foreword__header {
  height: 40rem;
  margin-bottom: 1rem;
  background-size: cover;
}

.insulation_foreword-header__first {
  background-image: url(../images/insulation/image_foreword-header-bg01.png);
}

.insulation_foreword-header__second {
  background-image: url(../images/insulation/image_foreword-header-bg02.png);
}

.insulation_foreword-header__inner {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 40rem;
  margin: 0 auto;
}

.insulation_foreword-header__title {
  white-space: nowrap;
  position: absolute;
  top: 52%;
  left: 57rem;
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}

.p-insulation_living {
  padding: 15rem 0 20rem;
  background-color: #FAF7F7;
}

.p-insulation_living__inner {
  padding: 0 3rem;
}

.p-insulation_living__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-insulation_living__header {
  text-align: center;
  margin-bottom: 8rem;
}

.insulation_living-header__title span {
  font-family: "Noto Serif JP", serif;
}
.insulation_living-header__title span:first-of-type {
  font-size: 4.2rem;
}
.insulation_living-header__title span:last-of-type {
  font-size: 5.2rem;
}

.insulation_living-header__title::after {
  left: 50%;
}

.p-insulation_living__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 4rem;
  width: 100%;
  max-width: 152rem;
  margin: 0 auto 2.5rem;
}

.p-insulation_living__box {
  height: 58rem;
  background-size: cover;
  background-image: url(../images/insulation/image_living-box-bg.png);
}

.insulation_living-box__inner {
  padding: 7rem 3rem 5rem;
}

.insulation_living-box__title {
  text-align: center;
  margin-bottom: 2rem;
}
.insulation_living-box__title span {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  display: inline-block;
  background-color: #FAF7F7;
}

.insulation_living-box__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.insulation_living-box__figure {
  margin-top: auto;
}

.insulation_living-box__figure {
  width: 100%;
  max-width: 58rem;
  margin: auto auto 0;
}

.p-insulation_living__box:last-of-type .insulation_living-box__figure {
  max-width: 39.5rem;
}

.insulation_living-box__sp-figure {
  display: none;
}

.p-insulation_living__text {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  font-size: 1.8rem;
}

.p-insulation_case {
  padding-bottom: 15rem;
}

.p-insulation_case__header {
  position: relative;
  margin-bottom: 5rem;
}

.insulation_case-header__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 102rem;
  padding: 5rem 2rem 3rem;
  margin: -20rem auto 0;
  background-color: #fff;
}

.insulation_case-header-content__number {
  width: 10rem;
  margin: 0 auto 3rem;
}

.insulation_case-header-content__title {
  position: relative;
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.insulation_case-header-content__title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 49%;
  width: 2rem;
  height: 0.2rem;
  background-color: #D17D0B;
}

.insulation_case-header-content__text {
  text-align: center;
  font-size: 2.2rem;
  color: #707070;
}

.p-insulation_case__inner {
  padding: 0 3rem;
}

.p-insulation_case__container {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.p-insulation_case__body {
  padding: 15rem 9.5rem;
  background-color: #fff;
}

.insulation_case-body__text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.insulation_case-body__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}

.insulation_case-body-block__figure {
  width: 100%;
  max-width: 87rem;
  margin-right: 4rem;
}

.insulation_case-body-block-content__sp-list {
  display: none;
}

.insulation_case-body-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.insulation_case-body-block-content__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 3rem;
}

.insulation_case-body-block-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.insulation_case-body-block-content__item:last-of-type {
  margin-bottom: 0;
}

.insulation_case-body-block-content__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}

.insulation_case-body-block-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 500;
}

.insulation_case-body-block-content__title {
  font-size: 2.8rem;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
  border-left: 3px solid #2F1B01;
}

.insulation_case-body-block-content__text {
  font-size: 2.2rem;
  line-height: 2;
}

.insulation_case-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  margin-bottom: 10rem;
}

.insulation_case-body-block__message-wrap {
  margin-bottom: 10rem;
}

.insulation_case-body__floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  margin-bottom: 10rem;
}

.insulation_case-body-floor__figure {
  width: 100%;
  max-width: 48rem;
}

.insulation_case-body-floor__img-wrap {
  margin-bottom: 4rem;
}

.insulation_case-body-floor__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.1rem;
  text-align: center;
  width: 100%;
  max-width: 48rem;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}

.insulation_case-body-floor__figure:nth-of-type(2) .insulation_case-body-floor__label {
  color: #D17D0B;
}

.insulation_case-body__btn {
  max-width: 58rem;
}

.insulation_case-body-block__gallery {
  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;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-bottom: 3.5rem;
}

.insulation_case-body-block-gallery__figure {
  margin-bottom: 2rem;
}

.insulation_case-body-block-gallery__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.insulation_case-body-block-gallery__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2F1B01;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
}

.insulation_case-body-block-gallery__text {
  font-size: 1.8rem;
}

.insulation_case-body-block__note {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 10rem;
}
.insulation_second-case .insulation_case-body__btn {
  margin-bottom: 10rem;
}
.insulation_second-case .insulation_case-body__sp-btn {
  display: none;
}

.p-insulation_measure {
  padding: 18rem 0 15rem;
  background-color: #F5EFEF;
}

.p-insulation_measure__inner {
  padding: 0 3rem;
}

.p-insulation_measure__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-insulation_measure__body {
  position: relative;
  width: 100%;
  max-width: 140rem;
  padding: 11.5rem 15rem 9.5rem;
  margin: 0 auto;
  background-color: #fff;
}

.insulation_measure-body__title {
  position: absolute;
  top: -3rem;
  left: 27%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #D17D0B;
}

.insulation_measure-body__text-wrap {
  text-align: center;
}

.insulation_measure-body__text {
  display: inline-block;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 8rem;
}
.insulation_measure-body__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FAF7F7));
  background: linear-gradient(transparent 60%, #FAF7F7 60%);
}

.insulation_measure-body__figure {
  margin-bottom: 5rem;
}

.insulation_measure-body__sp-figure {
  display: none;
}

.insulation_measure-body__content {
  font-size: 1.8rem;
  line-height: 3;
}

.insulation_measure-body-content__flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.insulation_measure-body-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.insulation_measure-body-content__icon {
  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;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #EF001B;
}

.insulation_measure-body-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-tax_lead {
  padding: 5rem 0 8rem;
}

.p-tax_lead__inner {
  padding: 0 3rem;
}

.p-tax_lead__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-tax_lead__body {
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
}

.tax_lead-body__box {
  position: relative;
  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: 5rem 2rem;
  margin: 0 auto 5rem;
  border: 2px solid #D17D0B;
}

.tax_lead-body-box__icon {
  position: absolute;
  top: -5rem;
  left: 45%;
  width: 9rem;
}

.tax_lead-body-box__title {
  text-align: center;
  font-size: 3.2rem;
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.tax_lead-body__text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
}

.p-tax_deduction {
  padding: 15rem 0 0;
}

.p-tax_deduction__inner {
  padding: 0 3rem;
}

.p-tax_deduction__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-tax_deduction__header {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto 5rem;
}

.tax_deduction-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tax_deduction-header__content {
  width: 100%;
  max-width: 72rem;
  margin-right: 10rem;
}

.tax_deduction-header__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.tax_deduction-header__title::after {
  top: -2rem;
  left: 0;
}

.tax_deduction-header__text {
  font-size: 2.2rem;
  line-height: 2;
}

.tax_deduction-header__text span {
  color: #D17D0B;
  background-color: #F5EFEF;
}

.tax_deduction-header__sp-title {
  display: none;
}

.p-tax_deduction__body {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.tax_deduction-body__box {
  margin-bottom: 10rem;
  background-color: #fff;
}

.tax_deduction-body-box__inner {
  padding: 5rem 10rem 10rem;
}

.tax_deduction-body__box:last-of-type {
  margin-bottom: 0;
}
.tax_deduction-body__box:last-of-type .tax_deduction-body-box__detail-figure {
  margin-bottom: 0;
}

.tax_deduction-body-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 76rem;
  padding: 2rem 1rem;
  margin: 0 auto 3rem;
  background-color: #D17D0B;
}
.tax_deduction-body-box__title span {
  color: #fff;
}
.tax_deduction-body-box__title span:first-of-type {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}
.tax_deduction-body-box__title span:last-of-type {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}

.tax_deduction-body-box__day {
  text-align: center;
  font-size: 2rem;
}

.tax_deduction-body-box__caution {
  max-width: 99rem;
  margin: 2rem auto 0;
  text-align: left;
  font-size: 1.8rem;
}

.tax_deduction-body-box__caution span {
  font-weight: 500;
}

.tax_deduction-body-box__detail-figure {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto 5rem;
}

.tax_deduction-body-box__table-figure {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 3rem;
}

.tax_deduction-body-box__sp-table-figure {
  display: none;
}
.tax_deduction-body-box__sp-table-figure .tax_deduction-body-box__sp-table-img {
  width: 104.5rem;
}

.tax_deduction-body-box__note {
  font-size: 2rem;
}

.p-tax_asset {
  padding: 15rem 0 0;
}

.p-tax_asset__inner {
  padding: 0 3rem;
}

.p-tax_asset__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-tax_asset__header {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto 5rem;
}

.tax_asset-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tax_asset-header__figure {
  margin-right: 10rem;
}

.tax_asset-header__content {
  width: 100%;
  max-width: 72rem;
}

.tax_asset-header__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.tax_asset-header__title::after {
  top: -2rem;
  left: 0;
}

.tax_asset-header__text {
  font-size: 2.2rem;
  line-height: 2;
}

.tax_asset-header__sp-title {
  display: none;
}

.p-tax_asset__body {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto 15rem;
}

.tax_asset-body__box {
  padding: 10rem 5rem;
  background-color: #fff;
}

.tax_asset-body-box__content {
  padding-left: 10rem;
  margin-bottom: 8rem;
}

.tax_asset-body-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.tax_asset-body-box__flex:first-of-type .tax_asset-body-box-text__primary {
  margin-right: 2rem;
}
.tax_asset-body-box__flex:last-of-type .tax_asset-body-box-text__primary {
  margin-left: 2rem;
}

.tax_asset-body-box__flex:last-of-type {
  margin-bottom: 0;
}

.tax_asset-body-box__title {
  font-size: 2rem;
  padding: 1.2rem 3rem;
  margin-right: 3rem;
  background-color: #F5EFEF;
}

.tax_asset-body-box__text span {
  font-size: 2rem;
}
.tax_asset-body-box__text .tax_asset-body-box-text__primary {
  font-size: 2.8rem;
  font-weight: 700;
  color: #D17D0B;
}

.tax_asset-body-box__table-figure {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.tax_asset-body-box__sp-table-figure {
  display: none;
}
.tax_asset-body-box__sp-table-figure .tax_asset-body-box__sp-table-img {
  width: 103.5rem;
}

.p-tax_asset__footer {
  width: 100%;
  max-width: 125rem;
  margin: 0 auto;
}

.tax_asset-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}

.tax_asset-footer__banner {
  display: block;
  width: 100%;
  max-width: 72rem;
  margin-right: 3.5rem;
}

.tax_asset-footer__tel {
  text-align: center;
}

.tax_asset-footer-tel__text {
  font-size: 2.6rem;
}

.tax_asset-footer-tel__link {
  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;
}

.tax_asset-footer-tel__icon {
  width: 5rem;
}

.tax_asset-footer-tel__link-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #D17D0B;
  font-size: 5.2rem;
}

.tax_asset-footer-tel__note {
  font-size: 1.8rem;
}

.p-tax_cost {
  padding: 15rem 0;
}

.p-tax_cost__inner {
  padding: 0 3rem;
}

.p-tax_cost__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-tax_cost__header {
  text-align: center;
  margin: 0 auto 5rem;
}

.tax_cost-header__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}

.tax_cost-header__title::after {
  top: -2rem;
  left: 49%;
}

.p-tax_cost__body {
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
}

.tax_cost-body__banner {
  position: relative;
  display: block;
  height: 27.5rem;
  background-image: url(../images/tax/image_cost-banner-bg.png);
  background-size: cover;
  border: 3px solid #2F1B01;
  margin-bottom: 3rem;
}

.tax_cost-body-banner__content {
  position: absolute;
  top: 4rem;
  left: 9rem;
  text-align: center;
}

.tax_cost-body-banner-content__title {
  display: inline-block;
  font-size: 4.4rem;
  padding: 0.4rem 0;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-top: 1px solid #2F1B01;
  border-bottom: 1px solid #2F1B01;
}

.tax_cost-body-banner-content__text {
  font-size: 2rem;
  font-weight: 500;
  color: #D17D0B;
  margin-bottom: 1.5rem;
}

.tax_cost-body-banner-content__btn {
  max-width: 24.5rem;
}

.tax_cost-body__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3rem;
}

.tax_cost-body-grid__link {
  display: block;
}

.p-case_archive {
  padding-bottom: 16rem;
}

.p-case_archive__header {
  padding: 0 3rem;
  margin-bottom: 5rem;
}

.case_archive-header__inner {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.case_archive-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case_archive-header__title p {
  font-size: 3.2rem;
}
.case_archive-header__title p span {
  font-size: 3.2rem;
}

.p-case_archive__container {
  padding: 0 3rem;
}

.p-case_archive__body {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-case_archive__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 10rem;
  margin-bottom: 15rem;
}

.p-case_archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

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

.case_archive-item__figure-contents {
  margin-bottom: 2rem;
}

.case_archive-item__main-figure {
  position: relative;
  margin-bottom: 1.5rem;
}
.case_archive-item__main-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 623/415;
}

.case_archive-item__medal {
  display: block;
  position: absolute;
  top: 0;
  left: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  padding: 3rem 0.3rem 5rem;
  -webkit-clip-path: polygon(51% 0, 100% 0, 100% 50%, 100% 100%, 50% 83%, 0 100%, 0 50%, 0 0);
          clip-path: polygon(51% 0, 100% 0, 100% 50%, 100% 100%, 50% 83%, 0 100%, 0 50%, 0 0);
  background-color: #C99247;
}

.case_archive-item-medal__text {
  color: #fff;
  font-size: 2.8rem;
}

.case_archive-item__figure-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.case_archive-item__sub-figure {
  width: 50%;
}
.case_archive-item__sub-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/200;
}

.case_archive-item__label-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.case_archive-item__label {
  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;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 0.2rem 0.3rem;
  border-radius: 0.5rem;
  background-color: #C99247;
  border: 0.1rem solid #D17D0B;
  min-height: 7rem;
}
.case_archive-item__label:hover {
  opacity: 0.8;
}

.case_archive-item__label a,
.case_archive-item__label a:visited {
  color: #fff;
}

.case_archive-item__content {
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #F5EFEF;
  min-height: 26rem;
}

.case_archive-item-content__number {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.case_archive-item-content__title {
  font-size: 3.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.case_archive-item__detail {
  margin-bottom: 2rem;
}

.case_archive-item__detail-text {
  font-size: 2rem;
}

.case_archive-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.case_archive-tag__item {
  position: relative;
  display: block;
  font-size: 1.8rem;
  padding: 0.6rem 1.5rem 0.6rem 2.5rem;
  border-radius: 2rem;
  border: 0.1rem solid #C3C3C3;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case_archive-tag__item::before {
  content: "#";
  position: absolute;
  left: 1.3rem;
  color: #D17D0B;
  font-size: 1.7rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-case_idea .p-solution_idea__body {
  margin-bottom: 10rem;
}

.p-case_idea__footer {
  width: 100%;
  max-width: 152rem;
  padding: 5rem 8rem;
  margin: 0 auto;
  background-color: #fff;
}

.case_idea-footer__tag {
  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;
}

.case_idea-footer-tag__title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-right: 5rem;
}

.case_idea-footer-tag__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.case_idea-footer-tag__item a {
  -ms-flex-item-align: start;
      align-self: start;
  position: relative;
  display: block;
  font-size: 1.8rem;
  padding: 0.6rem 1.5rem 0.6rem 3rem;
  border-radius: 2rem;
  border: 0.1rem solid #C3C3C3;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case_idea-footer-tag__item a:hover {
  color: #fff;
  background-color: #D17D0B;
}

.case_idea-footer-tag__item a::before {
  content: "#";
  position: absolute;
  left: 1.3rem;
  color: #D17D0B;
  font-size: 1.6rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case_idea-footer-tag__item a:hover::before {
  color: #fff;
}

.p-case__search {
  display: block;
  position: fixed;
  top: 27rem;
  right: -120rem;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 999;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-case__search.is_active {
  right: 0;
}

.case-search__content {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 2rem 4rem;
  background-color: #D17D0B;
  cursor: pointer;
  pointer-events: all;
}

.case-search-content__icon {
  width: 2.6rem;
  margin-bottom: 1rem;
}

.case-search-content__text {
  color: #fff;
  font-size: 2.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.case-search__mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

.case-search__mask.is_active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 500;
}

.case-search__modal {
  overflow: scroll;
  position: relative;
  z-index: 999;
  display: block;
  width: 120rem;
  height: 80vh;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case-search-modal__body {
  padding: 10rem 10rem 8rem;
  border-bottom: 0.1rem solid #C3C3C3;
}

.case-search-modal__title {
  text-align: center;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.case-search-modal-building__title,
.case-search-modal-price__title,
.case-search-modal-cate__title,
.case-search-modal-tag__title {
  font-size: 2rem;
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #FAF7F7;
}

.case-search-modal__building {
  margin-bottom: 8rem;
}

.case-search-modal-building__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.5rem;
}

.case-search-modal-building__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7.5rem;
}
.case-search-modal-building__item input {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: #D17D0B;
  margin-right: 1rem;
}
.case-search-modal-building__item label {
  font-size: 1.8rem;
}

.case-search-modal__price {
  margin-bottom: 6rem;
}

.case-search-modal-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.5rem;
}

.case-search-modal-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5rem;
}
.case-search-modal-price__item input {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: #D17D0B;
  margin-right: 1rem;
}
.case-search-modal-price__item label {
  font-size: 1.8rem;
}

.case-search-modal__cate {
  margin-bottom: 6rem;
}

.case-search-modal-cate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 68rem;
}

.case-search-modal-cate__label {
  font-weight: 500;
  display: block;
  font-size: 1.6rem;
  padding: 0.6rem 1.5rem;
  color: #D17D0B;
  border: 0.1rem solid #D17D0B;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case-search-modal-cate__item input,
.case-search-modal-tag__item input {
  display: none;
}

.case-search-modal-cate__input:checked + .case-search-modal-cate__label {
  color: #fff;
  background-color: #D17D0B;
}

.case-search-modal__tag {
  margin-bottom: 3rem;
}

.case-search-modal-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.case-search-modal-tag__label {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 0.6rem 1.5rem 0.6rem 3rem;
  border-radius: 2rem;
  border: 0.1rem solid #C3C3C3;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case-search-modal-tag__label::before {
  content: "#";
  position: absolute;
  left: 1.3rem;
  color: #D17D0B;
  font-size: 1.6rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case-search-modal-tag__input:checked + .case-search-modal-tag__label {
  color: #fff;
  background-color: #D17D0B;
}

.case-search-modal-tag__input:checked + .case-search-modal-tag__label::before {
  color: #fff;
}

.case-search-modal-btn__flex {
  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;
}

.case-search-modal-btn__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}

.case-search-modal-btn__icon #Icon_open-magnifying-glass {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case-search-modal__btn:hover #Icon_open-magnifying-glass {
  fill: #D17D0B;
}

.case-search-modal__footer {
  padding: 8rem 0;
}

.case-search-modal__key-contents {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
}

.case-search-modal-key__title {
  text-align: center;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  margin-right: 3rem;
}

.case-search-modal__key-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 3px;
}

.case-search-modal__key-form input {
  width: 40.5rem;
  height: 5rem;
  padding: 0.5rem 1.5rem;
  border: 0.2rem solid #C3C3C3;
  border-radius: 0.3rem 0 0 0.3rem;
  font-size: 2rem;
}

.case-search-modal__key-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 5rem;
  height: 5rem;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0 0.3rem 0.3rem 0;
  background-color: #2F1B01;
  cursor: pointer;
}

.case-search-modal__key-form button::after {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}

.case-search-modal__burger > span:nth-of-type(2) {
  opacity: 0;
}

.case_single_intro-header__inner {
  position: relative;
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.case_single_intro-header__content {
  position: absolute;
  bottom: 0;
  right: 0;
}

.case_single_intro-header-content__text {
  text-align: center;
  font-size: 4.6rem;
  color: #fff;
  font-family: "bookman-jf-pro", serif;
  text-transform: uppercase;
}

.case_single_intro-header-content__title {
  color: #fff;
}
.case_single_intro-header-content__title span {
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
}
.case_single_intro-header-content__title span:first-of-type {
  font-size: 13.7rem;
}
.case_single_intro-header-content__title span:last-of-type {
  font-size: 20.5rem;
}

.p-case_single_intro__body {
  padding: 15rem 0;
  background-color: #221300;
}

.case_single_intro-body__inner {
  padding: 0 3rem;
}

.case_single_intro-body__label-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-bottom: 4rem;
}

.case_single_intro-body__label {
  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;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 0.2rem 0.3rem;
  border-radius: 0.5rem;
  background-color: #C99247;
}
.case_single_intro-body__label a,
.case_single_intro-body__label a:hover {
  color: #fff;
}

.case_single_intro-body__content {
  text-align: center;
  margin-bottom: 4.5rem;
}

.case_single_intro-body-content__title {
  color: #fff;
  font-size: 5.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.case_single_intro-body__heading {
  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;
  width: 100%;
  max-width: 65rem;
  height: 15rem;
  margin: 0 auto;
  text-align: center;
  font-size: 2.6rem;
  color: #C99247;
  font-family: "Noto Serif JP", serif;
  border: 0.1rem solid #C99247;
  font-weight: 500;
  background-color: #fff;
}

.p-case_single_intro__footer {
  padding: 10rem 0;
  background-color: #2F1B01;
}

.case_single_intro-footer__inner {
  padding: 0 3rem;
}

.case_single_intro-footer__flex {
  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;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.case_single_intro-footer__content {
  width: 100%;
  max-width: 75rem;
  margin-right: 8rem;
}

.case_single_intro-footer-content__title {
  color: #fff;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3rem;
}

.case_single_intro-footer-content__text {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
}
.case_single_intro-footer-content__text * {
  color: #fff;
}

.case_single_intro-footer__list-figure {
  width: 100%;
  max-width: 55rem;
}

.p-case_single_intro .slick-prev {
  z-index: 10;
  left: -4rem;
}
.p-case_single_intro .slick-next {
  z-index: 10;
  right: -3rem;
}
.p-case_single_intro .slick-prev:before, .p-case_single_intro .slick-next:before {
  font-size: 3rem;
}

.p-case_single_detail {
  padding: 10rem 0 15rem;
  background-color: #FAF7F7;
}

.p-case_single_detail__inner {
  padding: 0 3rem;
}

.p-case_single_detail__container {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-case_single_detail__header {
  margin-bottom: 10rem;
}

.case_single_detail-header__inner {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}
.case_single_detail-header__table table {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}
.case_single_detail-header__table table tr {
  border-top: 0.1rem solid #C3C3C3;
  height: 6rem;
}
.case_single_detail-header__table table tr:last-of-type {
  border-bottom: 0.1rem solid #C3C3C3;
}
.case_single_detail-header__table table td {
  font-size: 2rem;
  vertical-align: middle;
}
.case_single_detail-header__table table td:nth-of-type(odd) {
  width: 16rem;
  text-align: center;
  font-weight: 500;
  background-color: #F5EFEF;
}
.case_single_detail-header__table table td:nth-of-type(even) {
  width: 30rem;
  padding-left: 6rem;
  background-color: #fff;
}

.case_single_detail-header__sp-table {
  display: none;
}
.case_single_detail-header__sp-table table {
  width: 100%;
  max-width: 100%;
}

.p-case_single_detail__box-wrap {
  margin-bottom: 10rem;
}

.p-case_single_detail__box {
  margin-bottom: 11rem;
}

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

.case_single_detail-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-case_single_detail__box:nth-of-type(odd) .case_single_detail-box__figure {
  margin-right: 10rem;
}

.p-case_single_detail__box:nth-of-type(even) .case_single_detail-box__figure {
  margin-left: 10rem;
}
.p-case_single_detail__box:nth-of-type(even) .case_single_detail-box__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-case_single_detail__box:first-of-type .case_single_detail-box__figure {
  max-width: 102.5rem;
}

.p-case_single_detail__box:nth-of-type(2) .case_single_detail-box__flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-case_single_detail__box:nth-of-type(2) .case_single_detail-box__figure {
  max-width: 62rem;
}
.p-case_single_detail__box:nth-of-type(2) .case_single_detail-box__content {
  max-width: 64rem;
}

.p-case_single_detail__box:nth-of-type(3) .case_single_detail-box__figure {
  max-width: 92.5rem;
}

.p-case_single_detail__box:nth-of-type(4) .case_single_detail-box__figure {
  max-width: 82rem;
}

.p-case_single_detail__box:nth-of-type(5) .case_single_detail-box__figure {
  max-width: 82rem;
}

.p-case_single_detail__box:nth-of-type(6) .case_single_detail-box__figure {
  max-width: 102.5rem;
}

.p-case_single_detail__box:nth-of-type(7) .case_single_detail-box__figure {
  max-width: 62rem;
}
.p-case_single_detail__box:nth-of-type(7) .case_single_detail-box__content {
  max-width: 64rem;
}

.p-case_single_detail__box:nth-of-type(8) .case_single_detail-box__flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-case_single_detail__box:nth-of-type(8) .case_single_detail-box__figure {
  max-width: 62rem;
}
.p-case_single_detail__box:nth-of-type(8) .case_single_detail-box__content {
  max-width: 64rem;
}

.case_single_detail-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case_single_detail-box-content__title {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #2F1B01;
}

.case_single_detail-box-content__text {
  font-size: 2.4rem;
  line-height: 1.8;
}

.p-case_single_detail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-case_single_detail__before,
.p-case_single_detail__after {
  padding: 15rem 5.5rem;
  background-color: #fff;
}

.case_single_detail-before__label,
.case_single_detail-after__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.1rem;
  width: 100%;
  max-width: 34rem;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0 auto 3rem;
  border: 0.1rem solid #C3C3C3;
  background-color: #fff;
}

.case_single_detail-after__label {
  color: #D17D0B;
}

.p-case_single_point {
  padding: 16rem 0;
  background-color: #F5EFEF;
}

.p-case_single_point__inner {
  padding: 0 3rem;
}

.p-case_single_point__container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.p-case_single_point__header {
  text-align: center;
  margin-bottom: 3rem;
}

.case_single_point-header__title {
  font-size: 4.2rem;
}

.case_single_point-header__title::after {
  left: 50%;
}

.p-case_single_point__box {
  padding: 5rem;
  margin-bottom: 2rem;
  background-color: #fff;
}

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

.case_single_point-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_single_point-box__number {
  text-align: center;
  margin-right: 5rem;
}

.case_single_point-box__number span {
  display: block;
  font-family: "bookman-jf-pro", serif;
  font-size: 1.6rem;
  color: #D17D0B;
}

.case_single_point-box__number span:last-of-type {
  font-size: 4rem;
  font-style: italic;
}

.case_single_point-box__content {
  padding-left: 5rem;
  color: #D17D0B;
  border-left: 1px solid #D17D0B;
}

.case_single_point-box-content__title {
  color: #D17D0B;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

.case_single_point-box-content__text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-case_single_voice {
  padding: 10rem 0;
  background-color: #FAF7F7;
}

.p-case_single_voice__inner {
  padding: 0 3rem;
}

.p-case_single_voice__container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.p-case_single_voice__header {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.case_single_voice-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_single_voice-header__content {
  width: 100%;
  max-width: 71rem;
  margin-right: 8.5rem;
}

.case_single_voice-header__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.case_single_voice-header__title::after {
  top: -2rem;
  left: 0;
}

.case_single_voice-header__text {
  font-size: 2.2rem;
  line-height: 2;
}

.case_single_voice-header__sp-text {
  display: none;
}

.p-case_single_comment {
  padding: 10rem 0 0;
  background-color: #F5EFEF;
}

.p-case_single_comment__header {
  padding: 0 3rem;
  margin-bottom: 10rem;
}

.case_single_comment-header__inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.case_single_comment-header__title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.case_single_comment-header__title::after {
  top: -2rem;
  left: 0;
}

.case_single_comment-header__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-case_single_comment__footer {
  padding: 10rem 3rem;
}

.case_single_comment-footer__tag {
  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;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto 5rem;
}

.case_single_comment-footer-tag__title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-right: 5rem;
}

.case_single_comment-footer-tag__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.case_single_comment-footer-tag__item a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  padding: 0.6rem 1.5rem 0.6rem 3rem;
  border-radius: 2rem;
  border: 0.1rem solid #C3C3C3;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case_single_comment-footer-tag__item a:hover {
  color: #fff;
  background-color: #D17D0B;
}

.case_single_comment-footer-tag__item a::before {
  content: "#";
  position: absolute;
  left: 1.3rem;
  color: #D17D0B;
  font-size: 1.6rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.case_single_comment-footer-tag__item a:hover::before {
  color: #fff;
}

.p-case_single_result {
  padding: 15rem 0 22rem;
  background-color: #fff;
}

.p-case_single_result__header {
  text-align: center;
  margin-bottom: 5rem;
}

.case_single_result-header__title {
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.case_single_result-header__title::after {
  left: 49%;
}

.p-case_single_result__list {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-case_single_result__item {
  width: 55.8rem;
  border-bottom: 0.5rem solid #D17D0B;
  margin: 0 2rem;
  background-color: #fff;
}

.case_single_result-item__content {
  padding: 3rem 3rem 5rem 3rem;
}

.case_single_result-item-content__label-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
  margin-bottom: 1.5rem;
  min-height: 6.5rem;
}

.case_single_result-item-content__label {
  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;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding: 0.2rem 0.8rem;
  border-radius: 0.5rem;
  background-color: #C99247;
}
.case_single_result-item-content__label a,
.case_single_result-item-content__label a:hover {
  color: #fff;
}

.case_single_result-item-content__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3rem;
  min-height: 11rem;
}

.case_single_result-item-content__btn {
  width: 100%;
  max-width: 26rem;
  height: 5.4rem;
}
.p-case_single_result .slick-list.draggable {
  padding-top: 3rem !important;
}
.p-case_single_result .slick-dots {
  bottom: -10rem !important;
}
.p-case_single_result .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  background-color: #C3C3C3;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.p-case_single_result .slick-dots li.slick-active {
  background-color: #D17D0B;
}
.p-case_single_result .slick-dots li button:before {
  display: none;
}
.p-case_single_result .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 500;
  bottom: -12rem;
  width: 6.5rem;
  height: 6.5rem;
}
.p-case_single_result .prev-arrow {
  left: 80rem;
}
.p-case_single_result .next-arrow {
  right: 80rem;
}

.p-case_single_topics.p-topics {
  padding: 15rem 0 25rem;
}

.jsImgHide {
  opacity: 0;
  -webkit-transform: translateY(-20px) scale(1.05);
  transform: translateY(-20px) scale(1.05);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.jsImgHide.jsShow {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.jsTxtHide {
  opacity: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.jsTxtHide.jsShow {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: none;
  filter: none;
}

.jsRowHideWrap .jsRowHide {
  display: inline-block;
  opacity: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateX(-20px) scale(1.05);
  transform: translateX(-20px) scale(1.05);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.jsRowHideWrap .jsRowHide.delay01 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.jsRowHideWrap .jsRowHide.delay02 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.jsRowHideWrap .jsRowHide.delay03 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.jsRowHideWrap .jsRowHide.delay04 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.jsRowHideWrap .jsRowHide.delay05 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.jsRowHideWrap .jsRowHide.delay06 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.jsRowHideWrap .jsRowHide.delay07 {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.jsRowHideWrap .jsRowHide.delay08 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.jsRowHideWrap .jsRowHide.delay09 {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.jsRowHideWrap .jsRowHide.delay10 {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.jsRowHideWrap .jsRowHide.delay11 {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

.jsRowHideWrap .jsRowHide.delay12 {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}

.jsRowHideWrap .jsRowHide.delay13 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.jsRowHideWrap .jsRowHide.delay14 {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}

.jsRowHideWrap .jsRowHide.delay15 {
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s;
}

.jsRowHideWrap .jsRowHide.delay16 {
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s;
}

.jsRowHideWrap .jsRowHide.delay17 {
  -webkit-transition-delay: 6.6s;
  transition-delay: 6.6s;
}

.jsRowHideWrap.jsShow .jsRowHide {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.jsSectionHide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
}

.jsSectionHide.jsShow {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.p-showroom_fv {
  padding-top: 12rem;
  margin-bottom: 5em;
}

.p-showroom_fv__body {
  position: relative;
}

.showroom_fv-box__inner {
  position: relative;
}

.p-showroom_fv-box__copy-wrap {
  position: absolute;
  bottom: 7.5rem;
  left: 10rem;
}

.p-showroom_fv-box__copy {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 6.4rem;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 1rem;
}

.p-showroom_fv-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.p-showroom_fv-box__text span {
  display: block;
  color: #fff;
}
.p-showroom_fv-box__text span:first-of-type {
  text-align: center;
  padding: 1.5rem;
  margin-right: 3rem;
  font-size: 2.4rem;
  background-color: #D17D0B;
}
.p-showroom_fv-box__text span:last-of-type {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}

.p-showroom_highlight {
  padding-bottom: 15rem;
}

.p-showroom_highlight__inner {
  padding: 0 3rem;
}

.p-showroom_highlight__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-showroom_highlight__header {
  text-align: center;
  width: 100%;
  max-width: 58rem;
  padding: 1.5rem 0;
  margin: 0 auto 10rem;
  border-top: solid 0.2rem #D17D0B;
  border-bottom: solid 0.2rem #D17D0B;
}

.showroom_highlight-header__title {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 5.2rem;
}

.p-showroom_highlight__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.showroom_highlight__box {
  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;
  margin-bottom: 5rem;
}

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

.showroom_highlight-box__figure {
  width: 100%;
  max-width: 72rem;
  margin-right: 10rem;
}

.showroom_highlight-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.showroom_highlight__box:nth-of-type(2) .showroom_highlight-box__figure {
  margin-right: 0;
  margin-left: 23rem;
}
.showroom_highlight__box:nth-of-type(2) .showroom_highlight-box__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.showroom_highlight-box-content__number {
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
  color: #D17D0B;
  font-size: 6.5rem;
  margin-bottom: 1rem;
}

.showroom_highlight-box-content__title {
  margin-bottom: 2rem;
}
.showroom_highlight-box-content__title span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 4.2rem;
  padding: 1rem 2rem;
  margin-bottom: 0.5rem;
  background-color: #D17D0B;
}

.showroom_highlight-box-content__text {
  font-size: 2.4rem;
}

.p-showroom_lead {
  padding: 17.5rem 0 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/showroom/image_lead-bg.png);
}

.p-showroom_lead__inner {
  padding: 0 3rem;
}

.p-showroom_lead__container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-showroom_lead__header {
  text-align: center;
  margin-bottom: 8rem;
}

.showroom_lead-header__title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 5.2rem;
}

.p-showroom_lead__body {
  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;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  width: 100%;
  max-width: 136.5rem;
  margin: 0 auto 5rem;
}

.showroom_lead__box {
  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;
  width: 42rem;
  height: 42rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.showroom_lead__box:first-of-type {
  background-image: url(../images/showroom/image_lead-box-bg01.png);
}
.showroom_lead__box:nth-of-type(2) {
  background-image: url(../images/showroom/image_lead-box-bg02.png);
}
.showroom_lead__box:last-of-type {
  background-image: url(../images/showroom/image_lead-box-bg03.png);
}

.showroom_lead-box__text {
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}
.showroom_lead-box__text span {
  color: #D17D0B;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}

.showroom_lead-footer__flex {
  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;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-bottom: 3.5rem;
}

.showroom_lead-footer__link {
  display: block;
}

.showroom_lead-footer__tel {
  text-align: center;
  padding: 3rem 1rem;
  background-color: #fff;
}

.showroom_lead-footer-tel__text {
  font-size: 2.6rem;
}

.showroom_lead-footer-tel__link {
  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;
}

.showroom_lead-footer-tel__icon {
  width: 5rem;
}

.showroom_lead-footer-tel__link-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #D17D0B;
  font-size: 5.2rem;
}

.showroom_lead-footer-tel__note {
  font-size: 1.8rem;
}

.p-showroom_worries__header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 52rem;
  background-image: url(../images/showroom/image_worries-header-bg.png);
}

.showroom_worries-header__inner {
  position: relative;
  width: 100%;
  max-width: 140rem;
  height: 52rem;
  margin: 0 auto;
}

.showroom_worries-header__content {
  position: absolute;
  top: 13rem;
  left: 0;
}

.showroom_worries-header-content__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  background-color: #D17D0B;
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 2.5rem;
}

.showroom_worries-header-content__text {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}

.p-showroom_worries__inner {
  padding: 0 3rem;
}

.p-showroom_worries__container {
  width: 100%;
  max-width: 170rem;
  margin: 0 auto;
}

.p-showroom_worries__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -12rem;
  padding-bottom: 10rem;
  gap: 2rem;
}

.p-showroom_worries__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 55rem;
  height: 20rem;
  padding: 5rem 2rem;
  background-color: #fff;
}
.p-showroom_worries__box:first-of-type {
  margin-right: 2rem;
}

.showroom_worries-box__check {
  width: 4.5rem;
  margin: 0 auto 2rem;
}

.showroom_worries-box__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.4rem;
  font-weight: 500;
}
.showroom_worries-box__text span {
  color: #D17D0B;
  font-weight: 500;
}

.p-showroom_offer {
  padding: 16rem 0 17rem;
  height: 65rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/showroom/image_offer-bg.png);
}

.p-showroom_offer__inner {
  padding: 0 3rem;
}

.p-showroom_offer__container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.p-showroom_offer__body {
  text-align: center;
}

.showroom_offer-body__title {
  display: inline-block;
  text-align: center;
  font-size: 5.6rem;
  font-family: "Noto Serif JP", serif;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  color: #fff;
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
}

.showroom_offer-body__text {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}
.showroom_offer-body__text span {
  color: #fff;
  display: inline-block;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}
.showroom_offer-body__text span:first-of-type {
  margin-bottom: 2.5rem;
}
.showroom_offer-body__text span:last-of-type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #D17D0B;
}
.showroom_offer-body__text span:last-of-type span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 1rem;
  margin: 0 auto 1rem;
  background-color: #D17D0B;
}

.p-showroom_point {
  padding-top: 8rem;
}

.p-showroom_point__inner {
  padding: 0 3rem;
}

.p-showroom_point__container {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.p-showroom_point__header {
  text-align: center;
  margin-bottom: 8rem;
}

.showroom_point-header__title {
  display: inline-block;
  font-size: 5.6rem;
  font-family: "Noto Serif JP", serif;
  padding: 1.5rem 6rem;
  color: #D17D0B;
  border-top: 0.1rem solid #D17D0B;
  border-bottom: 0.1rem solid #D17D0B;
}

.p-showroom_point__body {
  margin-bottom: 10rem;
}

.showroom_point-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.showroom_point-body__flex-title {
  margin-top: -5rem;
  margin-right: 5rem;
}
.showroom_point-body__flex-title span {
  display: block;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #D17D0B;
}

.showroom_point-body__flex-text {
  font-size: 2rem;
}

.showroom_point-footer__flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.showroom_point-footer-box__figure {
  margin-bottom: 2rem;
}

.showroom_point-footer-box__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
}
.showroom_point-footer-box__text span {
  font-size: 2.2rem;
  line-height: 2;
  color: #D17D0B;
  background-color: #F2EDED;
}

.p-showroom_enjoy {
  padding: 6rem 0 8rem;
}

.p-showroom_enjoy__inner {
  padding: 0 3rem;
}

.p-showroom_enjoy__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-showroom_enjoy__header {
  text-align: center;
  width: 100%;
  max-width: 78rem;
  padding: 1.5rem 0;
  margin: 0 auto 10rem;
  border-top: solid 0.2rem #D17D0B;
  border-bottom: solid 0.2rem #D17D0B;
}

.showroom_enjoy-header__title {
  font-family: "Noto Serif JP", serif;
  color: #D17D0B;
  font-size: 5.2rem;
}

.p-showroom_enjoy__body {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
}

.showroom_enjoy__box {
  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;
  margin-bottom: 5rem;
}

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

.showroom_enjoy-box__figure {
  width: 100%;
  max-width: 72rem;
  margin-right: 10rem;
}

.showroom_enjoy-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.showroom_enjoy__box:nth-of-type(2) .showroom_enjoy-box__figure {
  margin-right: 0;
  margin-left: 20rem;
}
.showroom_enjoy__box:nth-of-type(2) .showroom_enjoy-box__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.showroom_enjoy-box-content__number {
  font-family: "bookman-jf-pro", serif;
  font-style: italic;
  color: #D17D0B;
  font-size: 6.5rem;
  margin-bottom: 1rem;
}

.showroom_enjoy-box-content__title {
  margin-bottom: 2rem;
}
.showroom_enjoy-box-content__title span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 4.2rem;
  padding: 1rem 2rem;
  margin-bottom: 0.5rem;
  background-color: #D17D0B;
}

.showroom_enjoy-box-content__text {
  font-size: 2.4rem;
}

.p-showroom_contact {
  padding: 9rem 0 6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/showroom/image-contact-bg.png);
}

.p-showroom_contact__inner {
  padding: 0 3rem;
}

.p-showroom_contact__container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-showroom_contact__flex {
  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;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-bottom: 3.5rem;
}

.p-showroom_contact__link {
  display: block;
}

.p-showroom_contact__tel {
  text-align: center;
  padding: 3rem 1rem;
  background-color: #fff;
}

.showroom_contact-tel__text {
  font-size: 2.6rem;
}

.showroom_contact-tel__link {
  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;
}

.showroom_contact-tel__icon {
  width: 5rem;
}

.showroom_contact-tel__link-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #D17D0B;
  font-size: 5.2rem;
}

.showroom_contact-tel__note {
  font-size: 1.8rem;
}

.p-showroom_service__bg {
  background-color: #FAF7F7;
}

.p-showroom_service {
  padding-bottom: 15rem;
}

.p-showroom_service__header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 48rem;
  background-image: url(../images/showroom/image_service-header-bg.png);
  margin-bottom: 20rem;
}

.showroom_service-header__inner {
  position: relative;
  width: 100%;
  max-width: 140rem;
  height: 48rem;
  margin: 0 auto;
}

.showroom_service-header__content {
  position: absolute;
  top: 15rem;
  left: 15%;
}

.showroom_service-header-content__title span {
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(47, 27, 1, 0.6);
  font-size: 5.2rem;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border-bottom: 0.2rem solid #fff;
  padding: 0 2rem;
  margin: 0 auto 2rem;
}

.showroom_service-header-content__title-arrow {
  width: 4.5rem;
  margin: 0 auto;
}

.p-showroom_service__inner {
  padding: 0 3rem;
}

.p-showroom_service__container {
  width: 100%;
  max-width: 170rem;
  margin: 0 auto;
}

.p-showroom_service__body {
  width: 100%;
  max-width: 172rem;
  margin: 0 auto;
}

.p-showroom_service__block {
  position: relative;
  padding: 15rem 8rem 10rem;
  margin-bottom: 20rem;
  background-color: #fff;
}

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

.showroom_service-block__heading {
  position: absolute;
  top: -7rem;
  left: 18%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 110rem;
  height: 15rem;
  border: solid 0.1rem #2F1B01;
  background-color: #fff;
}
.showroom_service-block__heading::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  width: 8.5rem;
  height: 0.3rem;
  background-color: #FAF7F7;
  z-index: 1;
}

.showroom_service-block-heading__number {
  position: absolute;
  top: -4rem;
  left: auto;
  right: auto;
  font-size: 5.5rem;
  font-style: italic;
  color: #D17D0B;
  font-family: "bookman-jf-pro", serif;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}

.showroom_service-block-heading__title {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}

.showroom_service-block__box {
  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;
  margin-bottom: 5rem;
}

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

.showroom_service-block-box__figure {
  width: 100%;
  max-width: 95rem;
}

.showroom_service-block-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.showroom_service-block__box:last-of-type .showroom_service-block-box__figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.showroom_service-block-box-content__title span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 4.2rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
  background-color: #D17D0B;
}

.showroom_service-block-box-content__text {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2.5rem;
}

.showroom_service-block-box-content__sp-note {
  display: none;
}
.showroom_service-block__first .showroom_service-block__box:last-of-type .showroom_service-block-box__content {
  margin-left: -4rem;
}
.showroom_service-block__first .showroom_service-block__box:last-of-type .showroom_service-block-box-content__btn {
  margin-top: 3rem;
  margin-right: 0;
}
.showroom_service-block__second .showroom_service-block__box:last-of-type .showroom_service-block-box__content {
  text-align: right;
}
.showroom_service-block__second .showroom_service-block__box:last-of-type .showroom_service-block-box-content__sp-note {
  text-align: right;
}
.showroom_service-block__third .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box__content {
  position: relative;
  margin-right: -15rem;
  z-index: 10;
}
.showroom_service-block__third .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box-content__sp-title {
  display: none;
}
.showroom_service-block__third .showroom_service-block__box:last-of-type .showroom_service-block-box__content {
  text-align: right;
  margin-left: -1rem;
}
.showroom_service-block__fourth .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box__content {
  position: relative;
  margin-right: -3rem;
  z-index: 10;
}
.showroom_service-block__fourth .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box-content__text {
  width: 45rem;
}
.showroom_service-block__fourth .showroom_service-block__box:last-of-type .showroom_service-block-box__content {
  margin-left: -4rem;
}
.showroom_service-block__fourth .showroom_service-block__box:last-of-type .showroom_service-block-box-content__btn {
  margin-top: 3rem;
  margin-right: 0;
}
.showroom_service-block__five .showroom_service-block__box:nth-of-type(3) .showroom_service-block-box__figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.showroom_service-block__five .showroom_service-block__box:nth-of-type(3) .showroom_service-block-box__content {
  text-align: right;
  margin-left: auto;
}
.showroom_service-block__five .showroom_service-block__box:last-of-type .showroom_service-block-box__figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-showroom_area {
  padding: 20rem 0 13rem;
  background-color: #F2EDED;
}

.p-showroom_area__inner {
  padding: 0 3rem;
}

.p-showroom_area__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-showroom_area__header {
  text-align: center;
  margin-bottom: 5rem;
}

.showroom_area-header__title::after {
  left: 50%;
}

.p-showroom_area__tab {
  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;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 8.5rem;
}

.showroom_area-tab__item {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 2rem;
  background-color: #fff;
  border-radius: 2.5rem;
}

.showroom_area-tab__item.current {
  color: #fff;
  background-color: #D17D0B;
}

.p-showroom_area__body {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  display: none;
}

.p-showroom_area__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}

.p-showroom_area__item {
  background-color: #fff;
  border-bottom: 0.5rem solid #fff;
}

.showroom_area-item__content {
  padding: 3rem;
}

.showroom_area-item-content__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.showroom_area-item-content__text {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  min-height: 10rem;
}

.showroom_area-item-content__tel {
  padding: 1rem;
  margin-bottom: 1.5rem;
  background-color: #FAF7F7;
}

.showroom_area-item-content__tel-title {
  text-align: center;
  font-size: 1.6rem;
  color: #707070;
}

.showroom_area-item-content__tel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.showroom_area-item-content__tel-icon {
  width: 4.5rem;
  margin-right: 1rem;
}

.showroom_area-item-content__tel-link {
  font-size: 3.2rem;
  color: #D17D0B;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.p-showroom_area__sp-list {
  display: none !important;
}
.p-showroom_area .slick-dots li button:before {
  display: none;
}

.p-top-showroom {
  padding: 7.5rem 10rem;
  background-color: #E6A44A;
}

.p-top-showroom__container {
  max-width: 192rem;
  margin: 0 auto;
}

.p-top-showroom__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align:  flex-start;
          align-items:  flex-start;
  -webkit-box-pack:  space-between;
      -ms-flex-pack:  space-between;
          justify-content: space-between;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  max-width: 172rem;
  padding: 10rem 10rem 0;
  margin: 0 auto;
  border-radius: 1rem;
}

.p-top-showroom__header {
  width: 65rem;
}

.top-showroom-header__title {
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.top-showroom-header__title span {
  color: #fff;
  font-weight: 700;
}

.top-showroom-header__sub-title {
  font-size: 3.8rem;
  white-space:nowrap;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.1rem;
  margin-bottom: 4rem;
}

.top-showroom-header__list {
  margin-bottom: 5rem;
}

.top-showroom-header__item {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 1rem;
}
.top-showroom-header__item:last-of-type {
  margin-bottom: 0;
}

.top-showroom-header__sp-figure {
  display: none;
}

.top-showroom-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align:  flex-start;
          align-items:  flex-start;
  -webkit-box-pack:  space-between;
      -ms-flex-pack:  space-between;
          justify-content: space-between;

  max-width: 172rem;
  padding: 0 10rem;
  margin: 0 auto;
  border-radius: 1rem;
  flex-wrap:wrap;
}
.top-showroom-header__content h3{
  width:100%;
  color:#ffffff;
  font-size:22px;
}
.c-primary__btn.top-showroom-header-content-btn{
  display:flex;
  border-radius:100px;
  outline:solid 1px #C3C3C3;
  font-size:2rem;
  width:80%;
  margin:20px auto 0;
  padding:10px 0 10px 10px;
}
.c-primary__btn.top-showroom-header-content-btn:hover{
    color: #DF7800;
}
.top-showroom-header-content-btn img{
  width:3vw;
  max-width:30px;
}

@media screen and (max-width: 1440px) {
  .c-primary__btn.top-showroom-header-content-btn{
    font-size:1vw;
  }
  .c-primary__btn.top-showroom-header-content-btn img{
    width:1vw;
  }
}
@media only screen and (max-width:768px){
  .c-primary__btn.top-showroom-header-content-btn{
    font-size:2rem;
  }
  .c-primary__btn.top-showroom-header-content-btn img{
    width:9vw;
  }
}
@media only screen and (max-width:767px){
  .c-primary__btn.top-showroom-header-content-btn{
    font-size:2rem;
  }
  .c-primary__btn.top-showroom-header-content-btn img{
    width:9vw;
  }
}
.top-showroom-header-content__item {
  display:block;
  background:#ffffff;
  width:19%;
  padding:20px 10px;
  text-align:center;
}
.top-showroom-header-content-btn__text{
  display:block;
  font-size:2rem;
  font-weight:500;
}
.primary-btn__text.top-showroom-header-content-btn__address{
  font-size:1.4rem;
  display:block;
  font-weight:normal;
}
.top-showroom-header-content-btn__tel{
  font-size:2rem;
  font-weight:500;
  display:block;
}
.top-showroom-header-content-btn__tel img{
width:45px;
}

.p-top-showroom__body {
  width:47vw;
}


.p-top-water {
  padding: 0 0 10rem;
  background-color: #FAF7F0;
}

.p-top-water__bg-wrap {
  position: relative;
}

.p-top-water__bg {
  margin-bottom: 7rem;
}

.p-top-water__bg-label {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 2.5rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 2.5rem;
  background-color: #ED9228;
}

.p-top-water__inner {
  padding: 0 2rem;
}

.p-top-water__container {
  max-width: 141.5rem;
  margin: 0 auto;
  padding:10rem 0 0;
}

.p-top-water__header {
  margin-bottom: 5rem;
}

.top-water-header__title {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.top-water-header__title span {
  font-size: 4.6rem;
  color: #ED9228;
  font-weight: 700;
}

.top-water-header__sub-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.1rem;
  margin-bottom: 4rem;
}

.top-water-header__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.3;
}
.top-water-header__logos{
  display:flex;
  justify-content:center;
  margin-bottom:30px;
}
.top-water-header__logos img{
  height:23px;
  width:auto;
  margin:0 10px;
  display:block;
}
.p-top-water__figure {
  max-width: 141.5rem;
  margin: 0 auto 4rem;
}

.p-top-water__btn {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  max-width: 32rem;
  padding: 1.5rem;
  margin: 0 auto;
}


.c-primary__btn {
  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;
  border-radius: 1rem;
  outline: 0.1rem solid #DEDEDE;
  background-color: #fff;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.c-primary__btn:hover {
  opacity: 1;
  outline: 0.3rem solid #DF7800;
}
.c-primary__btn:hover .primary-btn__text {
  color: #DF7800;
}

.primary-btn__icon {
  display: block;
  width: 3.8rem;
}

.primary-btn__text {
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.primary-btn__arrow {
  display: block;
  width: 2.6rem;
}

.p-top-voice {
  padding: 12rem 0 10rem;
  background-color: #FFCC5A;
}

.p-top-voice__container {
  max-width: 192rem;
  margin: 0 auto;
}

.p-top-voice__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.p-top-voice__header {
  padding-left:5vw;
}
.p-top-voice__body {
  max-width:50%;
}
.top-voice-header__title {
  color: #fff;
  font-size: 2.4vw;
  font-weight: 700;
  margin-bottom: 2rem;
}
.top-voice-header__title span {
  color: #2F1B01;
  font-weight: 700;
}

.top-voice-header__sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.1rem;
  margin-bottom: 4rem;
}

.top-voice-header__text {
  font-size: 2.2rem;
  line-height: 2;
}

.p-top-voice__list {
  max-width: 97rem;
}

.p-top-voice__item {
  width: 34rem;
  padding: 2.5rem;
  margin: 0 2rem 0 0;
  border-radius: 1rem;
  background-color: #fff;
}

.top-voice-item__figure {
  height: 41rem;
  margin-bottom: 3rem;
}

.top-voice-item__btn {
  width: 23rem;
  height: 6.5rem;
  margin: auto auto 0;
  border-radius: 3rem;
}

.p-top-voice__more-item {
  width: 34rem;
  margin: 0 2rem 0 0;
  border-radius: 1rem;
  background-color: #ED9228;
}

.top-voice-item__more-btn {
  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;
  width: 100%;
  height: 55rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

#slider-top-voice {
  margin-bottom: 0;
}
#slider-top-voice .slider-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 22rem;
  width: 7rem;
  z-index: 10;
}
#slider-top-voice .prev-arrow {
  cursor: pointer;
  left: -4rem;
}
#slider-top-voice .next-arrow {
  cursor: pointer;
  right: 22rem;
}
#slider-top-voice .slick-dots {
  cursor: pointer;
  row-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: -68rem;
  bottom: 3rem;
}
#slider-top-voice .slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
}
#slider-top-voice .slick-dots li button::before {
  content: "";
}
#slider-top-voice .slick-dots li.slick-active {
  background-color: #2F1B01;
}


.c-secondary__btn {
  position: relative;
  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;
  outline: 0.1rem solid #C3C3C3;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.c-secondary__btn:hover {
  opacity: 1;
  outline: 0.3rem solid #DF7800;
}
.c-secondary__btn:hover .secondary-btn__text {
  color: #DF7800;
}

.secondary-btn__text {
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.secondary-btn__arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 3rem;
}










@media screen and (max-width:1920px) {
  html {
    font-size: 0.5208333333vw;
  }
  #popup .popupMain {
    width: 960px;
  }
  .secPopup .boxYouTube {
    width: 960px;
  }
}
@media screen and (max-width:1440px) {
  html {
    font-size: 0.6944444444vw;
  }
  .l-header__top {
    padding: 2rem 5rem;
  }
  .header-top__logo {
    width: 60rem;
  }
  .header-top-contact__tel {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .header-top-contact__tel-link-img {
    width: 3rem;
    margin-right: 0.8rem;
  }
  .header-top-contact__tel-link-text {
    font-size: 2.8rem;
  }
  .header-top-contact__opening-text {
    font-size: 2rem;
  }
  .header-main-menu__nav {
    padding: 0 5rem;
  }
  .header-main-menu__btn {
    padding: 0 3.5rem;
    font-size: 2rem;
  }
  .header-main-menu__link {
    padding: 0 3.5rem;
    font-size: 2rem;
  }
  .header-main-menu__link span {
    font-size: 2rem;
  }
  .header-main-menu__link-text::after {
    bottom: -0.7rem;
    border-bottom: solid 0.1rem #fff;
    border-right: solid 0.1rem #fff;
    width: 0.7rem;
    height: 0.7rem;
  }
  .header-main-menu__item:nth-of-type(1):hover .header-main-menu__link-text::after,
.header-main-menu__item:nth-of-type(2):hover .header-main-menu__link-text::after,
.header-main-menu__item:nth-of-type(2):hover .header-main-menu__link-text::after {
    border-bottom: solid 0.1rem #D17D0B;
    border-right: solid 0.1rem #D17D0B;
  }
  .header-sub-menu__list {
    padding: 1.5rem 1rem;
  }
  .header-sub-menu__link {
    font-size: 1.5rem;
  }
  span.header-sub-menu__link:after {
    bottom: -0.7rem;
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
  }
  a.header-sub-menu__link:after {
    bottom: -0.7rem;
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
  }
  .header-sub-under-menu__nav {
    padding: 4rem 5rem;
  }
  .header-sub-under-menu__list {
    max-width: 100rem;
  }
  .header-sub-under-menu__link {
    width: 100%;
  }
  .header-sub-under-menu__link::after {
    bottom: -0.7rem;
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
  }
  .header-sub-under-menu__link:hover:after {
    border-bottom: solid 0.1rem #D17D0B;
    border-right: solid 0.1rem #D17D0B;
  }
  .header-sub-thumbnail-menu__nav-title {
    width: 20rem;
    margin-right: 6rem;
  }
  .header-sub-thumbnail-menu__nav-title::after {
    bottom: -0.7rem;
    border-bottom: solid 0.1rem #D17D0B;
    border-right: solid 0.1rem #D17D0B;
    width: 0.7rem;
    height: 0.7rem;
  }
  .l-footer {
    padding: 10rem 2rem 5rem;
  }
  .l-footer__container {
    max-width: 100%;
    margin: 0 auto 10rem;
  }
  .footer-header__logo {
    width: 25rem;
    margin-bottom: 3rem;
  }
  .footer-header__tel-text {
    font-size: 2.8rem;
  }
  .footer-header__opening-text {
    font-size: 1.6rem;
  }
  .footer-body__box {
    margin-right: 2rem;
  }
  .footer-body-box__title-link {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .footer-body-box__item {
    margin-bottom: 2rem;
  }
  .footer-body-box__link {
    font-size: 1.4rem;
  }
  .l-footer__copy-right {
    font-size: 1.6rem;
  }
  .kv_solution {
    padding-top: 14rem;
  }
  .kv_solution__copy {
    font-size: 3.6rem;
  }
  .kv_solution__sub-text {
    font-size: 2rem;
  }
  .kv_solution-content__number span {
    font-size: 1.5rem;
  }
  .kv_solution-content__number span:last-of-type {
    font-size: 3.4rem;
  }
  .kv_solution-content__title {
    font-size: 4.6rem;
  }
  .kv_solution-content__sub-title {
    font-size: 2.6rem;
  }
  .c-section {
    padding: 15rem 0;
  }
  .p-banner__box {
    padding: 0 16rem;
  }
  .p-example__body {
    padding: 0 5rem;
    margin: -26rem auto 10rem;
  }
  .example-body-gallery-box__content {
    padding: 3rem 2rem;
  }
  .p-feature__header {
    max-width: 100%;
    padding-left: 5rem;
  }
  .p-feature__body {
    padding: 0 3rem;
    margin: 0 auto 8rem;
  }
  .feature-box__step-img {
    width: 5.5rem;
    height: 5.5rem;
  }
  .feature-box__title {
    font-size: 1.8rem;
  }
  .feature-box__link {
    font-size: 1.6rem;
    padding: 2rem 2rem 2rem 1.5rem;
  }
  .feature-box__link::after {
    right: 2rem;
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
  }
  .p-feature__banner {
    max-width: 110rem;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
  }
  .p-fv {
    padding-top: 13.5rem;
  }
  .p-fv-box__copy {
    font-size: 3.6rem;
  }
  .fv-box__slider-item__center .p-fv-box__copy-wrap {
    left: 10rem;
    bottom: 5rem;
  }
  .fv-box__slider-item__center .p-fv-box__copy {
    margin-bottom: 2rem;
  }
  .fv-box__slider-item__left .p-fv-box__copy {
    margin-bottom: 1rem;
  }
  .p-fv-box__medal {
    width: 20rem;
  }
  .p-life__content {
    max-width: 120rem;
    padding: 10rem 7rem;
    margin: -53rem auto 0;
  }
  .p-price {
    padding: 10rem 0 10rem 7rem;
  }
  .p-price__box {
    gap: 0.5rem;
  }
  .price-box__link {
    width: 24rem;
    height: 8rem;
  }
  .p-result__header {
    max-width: 100%;
    padding-left: 5rem;
  }
  .p-result__item {
    width: 52rem;
  }
  .result-item-content__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .p-result .prev-arrow {
    left: 55rem;
  }
  .p-result .next-arrow {
    right: 55rem;
  }
  .p-roomTour__item {
    width: 30rem;
  }
  .p-roomTour__item img {
    height: 53.7rem;
  }
  .p-roomTour .prev-arrow {
    left: 55rem;
  }
  .p-roomTour .next-arrow {
    right: 55rem;
  }
  #popup .popupMain {
    width: 768px;
  }
  .secPopup .boxYouTube {
    width: 768px;
  }
  .p-topics__item {
    max-width: 40rem;
    margin: 0 2rem;
  }
  .p-topics .prev-arrow {
    left: 55rem;
  }
  .p-topics .next-arrow {
    right: 55rem;
  }
  .p-voice__bg {
    width: 100rem;
    height: 70rem;
  }
  .p-voice__flex {
    max-width: 130rem;
  }
  .p-voice__header {
    width: 42rem;
  }
  .p-voice__body {
    max-width: 78rem;
  }
  .p-voice__item {
    max-width: 78rem;
  }
  .p-voice__body .slick-dots {
    width: 20rem;
    left: -45rem !important;
    bottom: -5rem !important;
  }
  .p-voice__body .slide-arrow {
    bottom: -7rem;
  }
  .p-voice__body .prev-arrow {
    left: -52rem;
  }
  .p-voice__body .next-arrow {
    right: 97rem;
  }
  .reason_anchor-box-content__text {
    font-size: 2.6rem;
  }
  .reason_anchor__box:nth-of-type(4) .reason_anchor-box-content__text,
.reason_anchor__box:nth-of-type(4) .reason_anchor-box-content__title {
    font-size: 3.2rem;
  }
  .reason_anchor-box-content__title {
    font-size: 3.2rem;
  }
  .reason_third-power__box {
    padding-left: 7rem;
  }
  .reason_third-power__box:nth-of-type(even) {
    padding-left: 0;
    padding-right: 7rem;
  }
  .reason_third-power-box__label {
    left: 2rem;
  }
  .reason_third-power__box:nth-of-type(even) .reason_third-power-box__label {
    left: auto;
    right: 2rem;
  }
  .p-reason_five__footer {
    padding-left: 3rem;
  }
  .reason_five-footer__inner {
    padding: 3rem 3rem 3rem 1rem;
  }
  .reason_five-footer__box {
    max-width: 115rem;
  }
  .reason_five-footer__figure {
    width: 14rem;
    left: 1rem;
  }
  .reason_five-footer-box__flex {
    max-width: 38rem;
    margin-right: 2rem;
  }
  .reason_five-footer-box__main-title {
    font-size: 3rem;
  }
  .reason_five-footer-box__note {
    font-size: 2rem;
    margin-left: 2rem;
  }
  .solution_about-header__title {
    font-size: 4.6rem;
  }
  .p-solution_about__body {
    width: 85rem;
    height: 70rem;
  }
  .solution_about-body__main-figure {
    width: 43rem;
  }
  .solution_about-body__sub-figure {
    width: 48rem;
  }
  .solution_about-body__third-figure {
    width: 29rem;
  }
  .solution_strength-box__cross {
    right: -6rem;
    width: 6.5rem;
  }
  .solution_strength-box__content {
    padding: 9rem 2rem 5rem;
  }
  .solution_strength-box-content__icon {
    width: 9rem;
  }
  .solution_strength-box-content__main-text {
    font-size: 3.6rem;
  }
  .p-solution_proposal__header {
    height: 25rem;
    background-image: url(../images/solution/image_proposal-bg_sp.png);
  }
  .solution_proposal-header__inner {
    height: 25rem;
  }
  .p-solution_result__item {
    width: 52rem;
  }
  .p-solution_result .prev-arrow {
    left: 55rem;
  }
  .p-solution_result .next-arrow {
    right: 55rem;
  }
  .two_family-house_about-header__title {
    font-size: 3.8rem;
  }
  .p-two_family-house_about__body {
    width: 83rem;
    height: 48rem;
  }
  .two_family-house_about-body__main-figure {
    width: 62rem;
  }
  .two_family-house_about-body__sub-figure {
    width: 24rem;
  }
  .two_family-house_case-body-block__figure-wrap {
    margin-right: 3rem;
  }
  .two_family-house_case-body-block__figure {
    max-width: 50rem;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-wrap {
    margin-right: 0;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure {
    max-width: 50rem;
  }
  .reform_tatekae_about-header__title {
    font-size: 3.8rem;
  }
  .p-reform_tatekae_about__body {
    width: 72rem;
    height: 60rem;
  }
  .reform_tatekae_about-body__main-figure {
    width: 54rem;
  }
  .reform_tatekae_about-body__sub-figure {
    width: 30rem;
  }
  .reform_tatekae_about-body__third-figure {
    width: 22rem;
  }
  .reform_tatekae_criterion-table__row div {
    font-size: 1.8rem;
  }
  .text__14 {
    font-size: 1.2rem;
  }
  .p-reform_tatekae_deal__container {
    padding: 0 3rem;
  }
  .p-reform_tatekae_deal__bg {
    width: 100rem;
    height: 70rem;
  }
  .p-reform_tatekae_deal__header {
    margin-bottom: 3rem;
  }
  .p-reform_tatekae_deal__body {
    margin-bottom: 3rem;
  }
  .reform_tatekae_deal-box__content {
    width: 66rem;
    margin-right: 3rem;
  }
  .reform_tatekae_deal-box-content__text {
    font-size: 1.6rem;
  }
  .reform_tatekae_deal-box__figure {
    width: 65rem;
  }
  .p-reform_tatekae_deal__btn span {
    font-size: 1.6rem;
  }
  .reform_tatekae_loss-box-content__title-text {
    font-size: 3.8rem;
  }
  .reform_tatekae_loss-box-content__text {
    font-size: 1.6rem;
  }
  .reform_tatekae_loss-box-content__btn span {
    font-size: 1.6rem;
  }
  .p-reform_tatekae_loss__sp-link span {
    font-size: 1.6rem;
  }
  .precut_anchor-box__number {
    width: 5.5rem;
    margin-right: 1.5rem;
  }
  .precut_anchor-box-content__text {
    font-size: 2rem;
  }
  .precut_anchor-box-content__title {
    font-size: 3.8rem;
  }
  .precut_obsession01-box__figure {
    width: 55rem;
    margin-right: 4rem;
  }
  .precut_obsession02-topic01__inner {
    padding: 0 4rem;
  }
  .precut_obsession02-topic01__content {
    width: 65rem;
    margin-right: 2rem;
  }
  .precut_obsession02-topic01__figure {
    width: 50rem;
  }
  .precut_obsession02-topic01__text {
    font-size: 2rem;
    padding-left: 5rem;
  }
  .precut_obsession02-topic01__gallery {
    padding-left: 5rem;
  }
  .precut_obsession02-topic01-gallery__ele {
    margin-right: 8rem;
  }
  .precut_obsession02-topic02__inner {
    padding: 0 4rem;
  }
  .precut_obsession02-topic02__content {
    width: 65rem;
    margin-right: 2rem;
  }
  .precut_obsession02-topic02__figure {
    width: 50rem;
  }
  .precut_obsession02-topic02__gallery {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .precut_obsession02-topic02-gallery__figure {
    width: 65rem;
  }
  .precut_obsession02-topic03__inner {
    padding: 0 4rem;
  }
  .precut_obsession02-topic04__inner {
    padding: 0 4rem;
  }
  .media_about-header__headline {
    font-size: 3.4rem;
    width: 120rem;
    padding: 4rem 2rem;
  }
  .p-media_about__list {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 4.5rem;
  }
  .media_about-item-content__main-title {
    font-size: 1.8rem;
  }
  .media_about-item-content__sub-title {
    font-size: 1.4rem;
  }
  .p-media_archive__body-wrap {
    padding: 0 5rem 15rem;
  }
  .p-media_archive__body {
    padding: 5rem 5rem;
    margin: -22rem auto 0;
  }
  .p-meyasu_about__header {
    width: 58rem;
  }
  .meyasu_about-header__title {
    font-size: 4.6rem;
  }
  .p-meyasu_about__body {
    width: 70rem;
    height: 68rem;
  }
  .meyasu_about-body__main-figure {
    width: 35rem;
  }
  .meyasu_about-body__sub-figure {
    width: 45rem;
  }
  .meyasu_about-body__third-figure {
    width: 24rem;
  }
  .p-meyasu_recommend__header {
    padding: 0 2rem;
  }
  .meyasu_recommend-body__inner {
    padding: 8rem 2rem;
  }
  .meyasu_recommend-body-box__figure01 {
    width: 17rem;
  }
  .meyasu_recommend-body-box__figure02 {
    width: 14rem;
  }
  .meyasu_recommend-body-box__figure03 {
    width: 9rem;
  }
  .meyasu_recommend-body-box__figure04 {
    width: 16rem;
  }
  .meyasu_recommend-body-box__content {
    width: 45rem;
  }
  .p-meyasu_example__body {
    padding: 0 5rem;
    margin: -26rem auto 10rem;
  }
  .meyasu_case01__inner {
    padding: 0 2rem;
  }
  .meyasu_case05__inner {
    padding: 0 2rem;
  }
  .meyasu_case06__inner {
    padding: 0 2rem;
  }
  .meyasu_closing-body__figure {
    width: 100%;
  }
  .p-financing_lead__header {
    width: 55rem;
  }
  .financing_lead-header__title {
    font-size: 4.6rem;
  }
  .p-financing_lead__body {
    width: 75rem;
    height: 54rem;
  }
  .financing_lead-body__main-figure {
    width: 45rem;
  }
  .financing_lead-body__sub-figure {
    width: 45rem;
  }
  .p-financing_flow__box {
    max-width: 135rem;
    padding: 8rem 0;
    margin-bottom: 10rem;
  }
  .financing_flow__box-right {
    padding-right: 10rem;
    padding-left: 5rem;
  }
  .financing_flow__box-left {
    padding-right: 5rem;
    padding-left: 10rem;
  }
  .p-financing_flow__box:last-of-type {
    padding-right: 5rem;
    padding-left: 10rem;
  }
  .financing_flow__box-header-title {
    font-size: 3.2rem;
  }
  .p-financing_flow__figure {
    max-width: 47rem;
    margin-right: 6rem;
  }
  .p-financing_flow__box:last-of-type .p-financing_flow__figure {
    margin-right: 6rem;
  }
  .financing_flow__box-left .p-financing_flow__content {
    margin-right: 6rem;
  }
  .p-financing_flow__box:nth-of-type(5) .p-financing_flow__content {
    margin-right: 6rem;
  }
  .financing_flow-content__title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .p-financing_flow__box:first-of-type .financing_flow-content__text {
    margin-bottom: 4rem;
  }
  .financing_flow-content__btn {
    width: 100%;
    max-width: 100% !important;
  }
  .financing_planner-header__figure {
    width: 100rem;
  }
  .financing_planner-header__content {
    width: 85rem;
    margin-right: -47rem;
  }
  .financing_planner-header-content__title {
    font-size: 4.2rem;
  }
  .oldhouse_lead-footer__item {
    width: 52rem;
  }
  .oldhouse_lead-footer-item-content__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .p-oldhouse_lead__footer .prev-arrow {
    left: 55rem;
  }
  .p-oldhouse_lead__footer .next-arrow {
    right: 55rem;
  }
  .oldhouse_intro-body-point-detail-box__figure {
    max-width: 40rem;
    margin-right: 3rem;
  }
  .oldhouse_intro-body-point__detail-box:nth-of-type(even) .oldhouse_intro-body-point-detail-box__content {
    margin-right: 3rem;
  }
  .p-study_about {
    padding: 13rem 0 10rem;
  }
  .p-study_about__inner {
    padding: 0 5rem 0 0;
  }
  .p-study_about__bg {
    width: 90rem;
    height: 65rem;
  }
  .p-study_about__flex {
    max-width: 130rem;
  }
  .p-study_about__header {
    max-width: 53rem;
    margin-right: 4rem;
  }
  .p-study_about__body {
    max-width: 70rem;
  }
  .shindan_anchor-box-content__title {
    font-size: 3.2rem;
  }
  .p-first_flow__inner {
    padding: 0 6rem;
  }
  .p-owner_lead__inner {
    padding: 0 2rem;
  }
  .owner_lead-body__inner {
    max-width: 100%;
    padding: 20rem 0 8rem;
  }
  .owner_lead-body__list {
    max-width: 80rem;
  }
  .owner_lead-body__figure {
    right: -9rem;
    max-width: 24rem;
  }
  .p-second_life_about {
    padding-bottom: 0;
  }
  .second_life_about-header__title {
    font-size: 3.8rem;
  }
  .p-second_life_about__body {
    width: 83rem;
    height: 48rem;
  }
  .second_life_about-body__main-figure {
    width: 62rem;
  }
  .second_life_about-body__sub-figure {
    width: 24rem;
  }
  .second_life_case-body-block__figure {
    max-width: 50rem;
    margin-right: 3rem;
  }
  .p-life_style_about {
    padding-bottom: 0;
  }
  .life_style_about-header__title {
    font-size: 3.8rem;
  }
  .p-life_style_about__body {
    width: 83rem;
    height: 48rem;
  }
  .life_style_about-body__main-figure {
    width: 62rem;
  }
  .life_style_about-body__sub-figure {
    width: 24rem;
  }
  .life_style_case-body-block__figure {
    max-width: 50rem;
    margin-right: 3rem;
  }
  .p-design_about {
    padding-bottom: 8em;
  }
  .design_about-header__title {
    font-size: 3.8rem;
  }
  .design_case-body-block__figure-wrap {
    margin-right: 3rem;
  }
  .design_case-body-block__figure {
    max-width: 50rem;
  }
  .p-housework_about {
    padding-bottom: 8em;
  }
  .housework_about-header__title {
    font-size: 3.8rem;
  }
  .housework_case-body-block__figure {
    max-width: 50rem;
  }
  .p-insulation_about {
    padding-bottom: 8em;
  }
  .insulation_about-header__title {
    font-size: 3.8rem;
  }
  .insulation_case-body-block__figure {
    max-width: 50rem;
    margin-right: 3rem;
  }
  .p-case_archive__list {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 8rem;
    margin-bottom: 15rem;
  }
  .case-search-content__icon {
    width: 2rem;
    margin-bottom: 1rem;
  }
  .case-search-content__text {
    font-size: 2rem;
  }
  .p-case_single_result__item {
    width: 52rem;
  }
  .p-case_single_result .prev-arrow {
    left: 55rem;
  }
  .p-case_single_result .next-arrow {
    right: 55rem;
  }
  .p-showroom_fv {
    padding-top: 13.5rem;
  }
  .p-showroom_fv-box__copy {
    font-size: 3.6rem;
  }
  .primary-btn__arrow{
    display:flex;
  }

}
@media screen and (max-width:768px) {
  html {
    font-size: 2.6666666667vw;
  }
  .l-header__top {
    padding: 1rem 2rem;
    background-color: #F2EDED;
  }
  .header-top__logo {
    width: 30rem;
    font-size: 0.7rem;
  }
  .header-top__logo a {
    width: 30rem;
  }
  .header-top__toyama{
    font-size:1.2rem;
    text-align:center;
    line-height:1;
    padding:2px 0;
  }
  .header-top__contact {
    display: none;
  }
  .header-main-menu__nav {
    display: none;
  }
  .header-sub-menu__nav {
    display: none;
  }
  .header-sub-under-menu__nav {
    display: none;
  }
  .header-sub-thumbnail-menu__nav-wrap {
    display: none;
  }
  .header-sp-menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header-sp-menu__item {
    text-align: center;
  }
  .header-sp-menu__link {
    font-weight: 700;
    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;
    font-size: 1.2rem;
    height: 4.5rem;
    height: 5.6rem;
    color: #fff;
    background-color: #2F1B01;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .header-sp-menu__link:hover {
    color: #D17D0B;
    background-color: #fff;
  }
  .header-top__burger-btn {
    position: relative;
    z-index: 999;
    display: block;
    width: 2.6rem;
    height: 1.8rem;
  }
  .header-top__burger {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 2.6rem;
    height: 1.8rem;
  }
  .header-top__burger > span {
    width: 100%;
    height: 0.1rem;
    background-color: #2F1B01;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    opacity: 1;
  }
  .header-top__burger > span:first-of-type.is_active {
    -webkit-transform: translateY(0.8rem) rotate(-45deg);
            transform: translateY(0.8rem) rotate(-45deg);
  }
  .header-top__burger > span:last-of-type.is_active {
    -webkit-transform: translateY(-0.9rem) rotate(45deg);
            transform: translateY(-0.9rem) rotate(45deg);
  }
  .header-modal__inner {
    background-color: #F2EDED;
  }
  .header-modal__logo {
    width: 19.7rem;
  }
  .header-modal__btn {
    font-weight: 700;
    position: relative;
    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;
    width: 100%;
    height: 4rem;
    padding: 0 2rem;
    color: #fff;
    font-size: 1.4rem;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-color: #D17D0B;
  }
  .header-modal__btn::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-bottom: solid 0.2rem #fff;
    border-right: solid 0.2rem #fff;
    width: 0.7rem;
    height: 0.7rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .header-modal__btn:hover::after {
    border-bottom: solid 0.2rem #D17D0B;
    border-right: solid 0.2rem #D17D0B;
  }
  .header-modal-menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header-modal-menu__item {
    text-align: center;
  }
  .header-modal-menu__item.is_active .header-modal-menu__link {
    color: #D17D0B;
    background-color: #fff;
  }
  .header-modal-menu__link {
    cursor: pointer;
    font-weight: 700;
    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;
    font-size: 1.2rem;
    height: 7.5rem;
    color: #fff;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-color: #2F1B01;
  }
  .header-modal-menu__link span {
    cursor: pointer;
    font-weight: 700;
    position: relative;
    font-size: 1.2rem;
    color: #fff;
  }
  .header-modal-menu__link span::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-bottom: solid 0.2rem #D17D0B;
    border-right: solid 0.2rem #D17D0B;
    width: 0.7rem;
    height: 0.7rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .header-modal-menu__link:hover {
    color: #D17D0B;
    background-color: #fff;
  }
  .header-modal-menu__link:hover span {
    color: #D17D0B;
  }
  .header-modal-menu__tel {
    padding: 2rem 2rem 1rem;
    background-color: #F2EDED;
  }
  .header-modal-menu__tel-link {
    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;
  }
  .header-modal-menu__tel-img {
    width: 2.7rem;
    margin-right: 0.8rem;
  }
  .header-modal-menu__tel-text {
    font-weight: 700;
    font-size: 3rem;
  }
  .header-modal-menu__infor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 2rem;
  }
  .header-modal-menu__infor-link {
    margin: 0 1rem;
    text-decoration: underline;
    font-size: 1.3rem;
  }
  .header-modal-menu__opening-text {
    text-align: center;
    font-size: 1.2rem;
  }
  .header-modal-sub-menu__nav {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .header-modal-sub-menu__item {
    cursor: pointer;
    display: block;
    width: 100%;
    border-bottom: 1px solid #F5EFEF;
  }
  .header-modal-sub-menu__link {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.2rem 2rem;
    text-align: left;
  }
  .header-modal-sub-menu__dli-plus {
    position: relative;
  }
  .header-modal-sub-menu__dli-plus::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1rem;
    height: 0.1rem;
    background-color: #D17D0B;
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .header-modal-sub-menu__dli-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.4rem;
    width: 0.1rem;
    height: 1rem;
    background-color: #D17D0B;
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .header-modal-sub-menu__dli-plus.is_active::before {
    opacity: 0;
  }
  .header-modal-sub-menu__dli-plus.is_active::after {
    -webkit-transform: translateY(-0.5rem) rotate(90deg);
            transform: translateY(-0.5rem) rotate(90deg);
  }
  .header-modal-under-menu__item {
    cursor: pointer;
    display: block;
    width: 100%;
    background-color: #FAF7F7;
    border-bottom: 2px solid #fff;
  }
  .header-modal-under-menu__link {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 2rem;
    text-align: left;
    color: #323232;
  }
  .header-modal-thumbnail-menu__item:first-of-type {
    display: block;
    padding: 0;
    width: 100%;
    background-color: #FAF7F7;
    border-bottom: 2px solid #fff;
  }
  .header-modal-thumbnail-menu__item:first-of-type .header-modal-thumbnail-menu__link:first-of-type {
    color: #323232;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 2rem;
    text-align: left;
  }
  .header-modal-thumbnail-menu__link {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
  }
  .header-modal-thumbnail-menu__link-img {
    margin-bottom: 1rem;
  }
  .header-modal-thumbnail-menu__link-text {
    color: #323232;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .l-footer {
    padding: 5rem 3rem 3rem;
  }
  .l-footer__container {
    display: block;
    margin: 0 auto 3rem;
  }
  .footer-header__logo {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer-header__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-header__tel-img {
    width: 2.7rem;
    height: 1.7rem;
  }
  .footer-header__tel-text {
    font-size: 3rem;
  }
  .footer-header__opening-text {
    text-align: center;
    font-size: 1.2rem;
  }
  .l-footer__body {
    display: none;
  }
  .c-floating__top-btn {
    width: 6rem;
    height: 6rem;
    right: 0;
    bottom: 6rem;
  }
  .c-floating-menu {
    display: none;
  }
  .c-floating-sp-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 700;
  }
  .c-floating-sp-menu__item {
    display: grid;
    -webkit-column-gap: 0.2rem;
       -moz-column-gap: 0.2rem;
            column-gap: 0.2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #fff;
  }
  .c-floating-sp-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 5rem;
    background-color: #2F1B01;
  }
  .c-floating-sp-menu__link:nth-of-type(2) {
    background-color: #D17D0B;
  }
  .c-floating-sp-menu__link:first-of-type .c-floating-sp-menu__link-img {
    width: 2.6rem;
  }
  .c-floating-sp-menu__link:nth-of-type(2) .c-floating-sp-menu__link-img {
    width: 2.3rem;
  }
  .c-floating-sp-menu__link:nth-of-type(3) .c-floating-sp-menu__link-img {
    width: 2.2rem;
  }
  .c-floating-sp-menu__link:last-of-type .c-floating-sp-menu__link-img {
    width: 1.2rem;
  }
  .c-floating-sp-menu__link-text {
    font-size: 1.2rem;
    color: #fff;
  }
  .c-kv {
    padding-top: 10rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 90%, 0 100%);
  }
  .kv-box__headline::after {
    top: -1rem;
  }
  .kv-box__copy {
    font-size: 2.6rem;
  }
  .kv-box__sub-text {
    font-size: 1.8rem;
  }
  .kv_solution__copy {
    font-size: 2.6rem;
  }
  .kv_solution__sub-text {
    font-size: 1.8rem;
  }
  .kv_solution__content {
    max-width: 90%;
    padding: 2rem 1rem 4rem 1rem;
    margin: 1rem auto 0;
  }
  .kv_solution-content__number span {
    font-size: 1.4rem;
  }
  .kv_solution-content__number span:last-of-type {
    font-size: 3.2rem;
  }
  .kv_solution-content__title {
    font-size: 2.6rem;
  }
  .kv_solution-content__sub-title {
    font-size: 1.6rem;
  }
  .kv_owner .kv-box__headline {
    max-width: 90%;
  }
  .kv_owner__content {
    padding: 2rem 5rem;
  }
  .kv_owner-content__sub-title {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .kv_owner-content__title {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
  .kv_shindan__bg {
    height: 40rem;
  }
  .kv_shindan__content {
    max-width: 34rem;
    margin: 2rem auto 0;
    padding: 3rem 1rem 2rem;
  }
  .kv_shindan-content__flex {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .kv_shindan-content__label {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .kv_shindan-content__title {
    font-size: 2rem;
  }
  .kv_shindan-content__figure {
    display: none;
  }
  .kv_shindan-content__figure-sp {
    display: block;
    position: absolute;
    top: 36rem;
    left: 38%;
    width: 10.5rem;
  }
  .kv_first__bg {
    height: 50rem;
  }
  .kv_first__content {
    max-width: 100%;
    margin: 2rem auto 0;
  }
  .kv_first-content__flex {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .kv_first-content__box {
    width: 12rem;
    height: 12rem;
  }
  .kv_first-content__text {
    font-size: 1.4rem;
  }
  .kv_first-content__text span {
    font-size: 1.4rem;
  }
  .kv_first-content__figure {
    top: 9rem;
    width: 13rem;
  }
  .kv_first-content__figure:nth-of-type(2) {
    left: 20%;
  }
  .kv_first-content__figure:last-of-type {
    right: 20%;
  }
  .c-main {
    padding-top: 5rem;
  }
  .c-section {
    padding: 6rem 0 5rem;
  }
  .section-header__title {
    font-size: 2.6rem;
  }
  .c-reason-section {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .c-reason-section__header {
    height: 18.8rem;
  }
  .reason-section-header__number {
    width: 6.8rem;
  }
  .reason-section-header__title {
    font-size: 2.4rem;
  }
  .reason-section-header__sub-title {
    font-size: 1.8rem;
  }
  .c-reason-section__btn {
    max-width: 100%;
    height: 6rem;
  }
  .c-reason-section__btn-text {
    font-size: 1.6rem;
  }
  .c-reason-section__btn-arrow {
    width: 2rem;
    height: 2rem;
  }
  .c-reason-section__btn-arrow::after {
    top: 35%;
    left: 30%;
    border-bottom: solid 0.1rem #fff;
    border-right: solid 0.1rem #fff;
    width: 0.7rem;
    height: 0.7rem;
  }
  .c-breadcrumb-wrap {
    padding: 0 2rem;
    margin: 0 auto 3rem;
  }
  .c-breadcrumb__item,
.c-breadcrumb__item a {
    font-size: 1.6rem;
  }
  .c-breadcrumb__item + .c-breadcrumb__item:before {
    font-size: 1.6rem;
  }
  .c-section__base-btn {
    max-width: 29.5rem;
    height: 6rem;
  }
  .c-section__base-btn::after {
    right: 1.5rem;
    border-bottom: solid 0.1rem #fff;
    border-right: solid 0.1rem #fff;
    width: 0.7rem;
    height: 0.7rem;
  }
  .c-section__base-btn span {
    font-size: 1.6rem;
  }
  .c-section__base-border-btn {
    max-width: 29.5rem;
    height: 6rem;
  }
  .c-section__base-border-btn::after {
    right: 1.5rem;
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
  }
  .c-section__base-border-btn span {
    font-size: 1.6rem;
  }
  .c-section__white-btn {
    max-width: 29.5rem;
    height: 6rem;
  }
  .c-section__white-btn::after {
    right: 1.5rem;
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
  }
  .c-section__white-btn span {
    font-size: 1.6rem;
  }
  .p-banner {
    margin-bottom: 2rem;
  }
  .p-banner__box {
    display: block;
    padding: 0 2rem;
  }
  .banner-box__link:first-of-type {
    margin-bottom: 0.5rem;
  }
  .p-contact__inner {
    padding: 0 2rem;
  }
  .contact-header__title {
    display: block;
    text-align: center;
  }
  .contact-header-title__label {
    display: none;
  }
  .contact-header-title__text {
    font-size: 2.6rem;
  }
  .p-contact__text {
    display: none;
  }
  .p-contact__body {
    max-width: 100%;
    display: block;
  }
  .contact-body__box {
    width: 100%;
    padding: 2rem;
  }
  .contact-body__box:first-of-type {
    margin-bottom: 1rem;
  }
  .contact-body-box__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .contact-body-box__text {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .p-contact__footer {
    display: none;
  }
  .p-example {
    padding-bottom: 0;
  }
  .p-example__bg {
    height: 25.8rem;
    margin-bottom: 3rem;
  }
  .p-example__header {
    top: 7rem;
    width: 100%;
    max-width: 33.5rem;
  }
  .example-header__title {
    font-size: 6.5vw;
    margin-bottom: 2rem;
  }
  .example-header__text {
    text-align: left;
    font-size: 1.6rem;
  }
  .p-example__body {
    display: none;
  }
  .p-example__footer {
    display: none;
  }
  .p-example__btn-wrap {
    display: none;
  }
  .p-example__slider {
    display: block;
    padding-bottom: 3rem;
  }
  .example-slider__item {
    width: 29.5rem;
    margin: 0 1rem;
  }
  .example-slider__figure {
    margin-bottom: 3rem;
  }
  .example-slider__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 0.5rem;
    margin-bottom: 1.5rem;
    min-height: 11rem;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .example-slider__label {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    background-color: #D17D0B;
    min-height: auto;
  }
  .example-slider__title {
    font-size: 1.8rem;
    padding-bottom: 1.8rem;
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid #2F1B01;
  }
  .example-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
  }
  .example-slider-content__info-text span {
    font-size: 1.4rem;
  }
  .example-slider-content__info-price span {
    font-size: 1.4rem;
  }
  .example-slider__btn {
    position: relative;
    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;
    width: 100%;
    max-width: 19.5rem;
    height: 4.8rem;
    border-radius: 4.8rem;
    margin: 0 auto;
    background-color: #fff;
    border: 0.1rem solid #2F1B01;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .example-slider__btn::after {
    content: "";
    position: absolute;
    top: 46%;
    right: 3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 100;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .p-example .slick-list.draggable {
    margin: 0 1rem;
  }
  .p-example .slide-arrow {
    cursor: pointer;
    position: absolute;
    top: 8rem;
    width: 5rem;
    height: 5rem;
    z-index: 500;
  }
  .p-example .prev-arrow {
    left: 2rem;
  }
  .p-example .next-arrow {
    right: 2rem;
  }
  .p-example__sp-btn-wrap {
    display: block;
    background-color: #F5F0F0;
    padding: 3rem 1rem 5rem;
  }
  .p-example__sp-search-btn {
    margin-bottom: 1rem;
  }
  .example-sp-search-btn__flex {
    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;
  }
  .example-sp-search-btn__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
  .example-sp-search-btn__icon #Icon_open-magnifying-glass {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .p-example__sp-search-btn:hover #Icon_open-magnifying-glass {
    fill: #D17D0B;
  }
  .example-sp-search-modal__close-btn {
    display: block;
    position: relative;
    z-index: 700;
    margin-left: auto;
  }
  .example-sp-search-modal__burger {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
  }
  .example-sp-search-modal__burger > span {
    width: 100%;
    height: 0.1rem;
    background-color: #2F1B01;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    opacity: 1;
  }
  .example-sp-search-modal__burger > span:first-of-type {
    -webkit-transform: translateY(1.4rem) rotate(-45deg);
            transform: translateY(1.4rem) rotate(-45deg);
  }
  .example-sp-search-modal__burger > span:last-of-type {
    -webkit-transform: translateY(-1.4rem) rotate(45deg);
            transform: translateY(-1.4rem) rotate(45deg);
  }
  .example-sp-search-modal__burger-text {
    font-size: 1.6rem;
  }
  .p-example-sp-search-modal__mask {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    opacity: 0;
    background-color: #000000;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    pointer-events: none;
  }
  .p-example__sp-search-modal {
    overflow: auto;
    display: block;
    width: 100%;
    max-width: 33.5rem;
    height: 100%;
    padding: 3rem 2rem 5rem;
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 999;
    opacity: 0;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    pointer-events: none;
  }
  .example-sp-search-modal__cate {
    margin-bottom: 3.5rem;
  }
  .example-sp-search-modal-cate__title,
.example-sp-search-modal-tag__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0.8rem;
  }
  .example-sp-search-modal-cate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .example-sp-search-modal-cate__link {
    font-weight: 500;
    display: block;
    font-size: 1.4rem;
    padding: 0.6rem 1.5rem;
    border-radius: 0.5rem;
    color: #D17D0B;
    border: 0.1rem solid #D17D0B;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .example-sp-search-modal__tag {
    margin-bottom: 2rem;
  }
  .example-sp-search-modal-tag__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .example-sp-search-modal-tag__link {
    position: relative;
    display: block;
    font-size: 1.4rem;
    padding: 0.6rem 1.5rem 0.6rem 3rem;
    border-radius: 2rem;
    border: 0.1rem solid #C3C3C3;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .example-sp-search-modal-tag__link::before {
    content: "#";
    position: absolute;
    left: 1.3rem;
    color: #D17D0B;
    font-size: 1.6rem;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .example-sp-search-modal__btn {
    margin-bottom: 1rem;
  }
  .example-sp-search-modal-btn__flex {
    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;
  }
  .example-sp-search-modal-btn__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
  .example-sp-search-modal-btn__icon #Icon_open-magnifying-glass {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .example-sp-search-modal__btn:hover #Icon_open-magnifying-glass {
    fill: #D17D0B;
  }
  .p-feature__header {
    padding: 0 1rem;
    margin: 0 auto 3rem;
  }
  .feature-header__title {
    margin-bottom: 3rem;
  }
  .feature-header__text {
    font-size: 1.6rem;
  }
  .p-feature__body {
    display: none;
  }
  .p-feature__banner {
    max-width: 35.5rem;
  }
  .p-feature__flow {
    display: block;
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
  .feature-frow__box {
    margin-bottom: 3rem;
  }
  .feature-frow__box:last-of-type {
    margin-bottom: 0;
  }
  .feature-frow-box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
  }
  .feature-frow-box-header__step-img {
    width: 5.7rem;
    height: 5.7rem;
    margin-right: 1rem;
  }
  .feature-frow-box-header__title {
    font-size: 1.6rem;
  }
  .feature-frow-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-frow-box-content__figure {
    width: 12.9rem;
    height: 12.9rem;
    margin-right: 1rem;
  }
  .feature-frow-box-content__img {
    width: 12.9rem;
    height: 12.9rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .feature-frow-box-content__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .feature-frow-box-content__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    height: 6rem;
    padding-left: 1rem;
    margin-bottom: 0.7rem;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .feature-frow-box-content__link:last-of-type {
    margin-bottom: 0;
  }
  .feature-frow-box-content__link::after {
    content: "";
    position: absolute;
    top: 46%;
    right: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 100;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .p-fv {
    padding-top: 10rem;
    margin-bottom: 2rem;
  }
  .p-fv-box__copy-wrap {
    position: initial;
    height: 20.5rem;
    padding: 2rem 1rem 2rem 2rem;
    background-color: #F2EDED;
  }
  .p-fv-box__copy {
    color: #2F1B01;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    text-decoration: none;
  }
  .p-fv-box__text {
    position: relative;
    color: #2F1B01;
    font-size: 1.4rem;
    padding-left: 2rem;
  }
  .p-fv-box__text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1rem;
    height: 0.1rem;
    background-color: #2F1B01;
  }
  .fv-box__slider-item__center .p-fv-box__copy {
    margin-bottom: 1rem;
  }
  .fv-box__slider-item__center .p-fv-box__text {
    font-size: 1.4rem;
  }
  .fv-box__slider-item__left .p-fv-box__copy-wrap {
    transform: initial;
    -webkit-transform: initial;
  }
  .fv-box__slider-item__left .p-fv-box__copy {
    text-align: left;
    margin-bottom: 1rem;
  }
  .fv-box__slider-item__left .p-fv-box__text {
    text-align: left;
    font-size: 1.4rem;
  }
  .p-fv-box__medal {
    right: 1rem;
    bottom: 13rem;
    width: 13rem;
  }
  .p-life {
    padding-bottom: 5rem;
  }
  .p-life__content {
    max-width: 33.5rem;
    padding: 5rem 2rem;
    margin: -58rem auto 0;
  }
  .p-life__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 5rem;
  }
  .life-header__title {
    text-align: center;
    margin-bottom: 2rem;
  }
  .life-header__title::after {
    left: 50%;
    right: auto;
  }
  .life-header__text {
    font-size: 1.6rem;
    padding-right: 0;
    border-right: none;
  }
  .p-life__flex {
    display: block;
  }
  .p-life__box {
    width: 100%;
    margin-bottom: 5rem;
  }
  .p-life__box:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
  .life-box__label {
    top: -2rem;
    right: -1rem;
    width: 10.2rem;
  }
  .life-box__figure {
    margin-bottom: 1rem;
  }
  .life-box__title {
    margin-bottom: 0.5rem;
  }
  .life-box-title__border {
    width: 1.2rem;
    margin-right: 0.5rem;
  }
  .life-box-title__text {
    font-size: 1.8rem;
  }
  .life-box__text {
    font-size: 1.6rem;
  }
  .p-price {
    padding: 8rem 2rem 21rem 2rem;
    background-image: url(../images/top/image_price_bg_sp.png);
  }
  .p-price__container {
    display: block;
    max-width: 100%;
  }
  .p-price__header {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .price-box__link {
    font-size: 1.4rem;
    width: 16.5rem;
    height: 6rem;
    padding: 1rem 1rem 1rem 1.5rem;
  }
  .price-box__link::after {
    right: 1.5rem;
  }
  .p-result__header {
    padding: 0 2rem;
    margin: 0 auto 3rem;
  }
  .p-result__body {
    margin-bottom: 3rem;
  }
  .p-result__item {
    width: 29.5rem;
    border-bottom: 0.5rem solid #D17D0B;
    margin: 0 1rem;
  }
  .result-item__medal {
    font-size: 1.2rem;
    width: 6.7rem;
    height: 9.3rem;
    background-image: url(../images/top/image_result_medal.png);
  }
  .result-item-medal__sub {
    font-size: 0.8rem;
  }
  .result-item__content {
    padding: 3rem 2rem 2rem 2rem;
  }
  .result-item-content__text {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .result-item-content__title {
    min-height: 8.4rem;
  }
  .result-item-content__btn {
    max-width: 19.5rem;
    height: 4.8rem;
    border-radius: 4.8rem;
  }
  .result-item-content__btn::after {
    right: 1.5rem;
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
  }
  .result-item-content__btn span {
    font-size: 1.6rem;
  }
  .p-result .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .p-result .slick-list.draggable {
    padding-top: 2rem !important;
  }
  .p-result .slick-dots {
    display: none !important;
  }
  .p-result .slide-arrow {
    top: 20rem;
    bottom: auto;
    width: 5rem;
    height: 5rem;
  }
  .p-result .prev-arrow {
    left: 2rem;
  }
  .p-result .next-arrow {
    right: 2rem;
  }
  .p-roomTour__item {
    width: 21rem;
    margin: 0 1rem;
  }
  .p-roomTour__item img {
    height: 375px;
  }
  .p-roomTour__item .iconPlay {
    width: 50px;
    height: 50px;
  }
  .p-roomTour__item .iconPlay::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 15px solid #fff;
    top: 18px;
    left: 18px;
  }
  .p-roomTour .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .p-roomTour .slick-list.draggable {
    padding-top: 2rem !important;
  }
  .p-roomTour .slick-dots {
    bottom: -6rem !important;
  }
  .p-roomTour .slide-arrow {
    bottom: -8.5rem;
  }
  .p-roomTour .prev-arrow {
    left: 2rem;
  }
  .p-roomTour .next-arrow {
    right: 2rem;
  }
  .p-roomTour__body{
    padding-bottom:5rem;
  }
  .p-roomTour__body .c-section__base-btn{
    margin-top:11rem;
  }
  #popup .popupMain {
    width: 100%;
    padding: 10%;
  }
  .secPopup .boxYouTube {
    width: 100%;
    padding-top: 177.95%;
  }
  .p-show-room__header {
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
  .show-room-header__title {
    margin-bottom: 2rem;
  }
  .show-room-header__text {
    text-align: left;
    font-size: 1.6rem;
  }
  .p-show-room__body {
    padding: 0 0.5rem;
  }
  .p-topics {
    padding: 6rem 0 10rem;
  }
  .p-topics__header {
    text-align: left;
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .topics-header__title {
    margin-bottom: 2rem;
  }
  .topics-header__title::after {
    left: 0;
  }
  .topics-header__text {
    font-size: 1.6rem;
  }
  .p-topics__item {
    max-width: 29.5rem;
    margin: 0 1rem;
  }
  .p-topics .slick-dots {
    bottom: -5rem !important;
  }
  .p-topics .slick-dots li {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
  }
  .p-topics .slide-arrow {
    bottom: -7rem;
    width: 5rem;
    height: 5rem;
  }
  .p-topics .prev-arrow {
    left: 7rem;
  }
  .p-topics .next-arrow {
    right: 7rem;
  }
  .p-voice {
    padding: 6rem 0 12rem;
    background-color: #fff;
  }
  .p-voice__bg {
    display: none;
  }
  .p-voice__flex {
    display: block;
  }
  .p-voice__header {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .voice-header__title {
    margin-bottom: 2rem;
  }
  .voice-header__text {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .p-voice__content {
    display: none;
  }
  .p-voice__body {
    width: 100%;
    display: none;
  }
  .p-voice__item {
    max-width: 29.5rem;
    margin: 0 1rem;
  }
  .p-voice__slider-sp {
    display: block;
  }
  .voice-slider-sp__item {
    width: 100%;
    max-width: 29.5rem;
    margin: 0 1rem;
  }
  .voice-slider-sp__figure {
    margin-bottom: 2rem;
  }
  .voice-slider-sp__text {
    color: #707070;
    font-size: 1.4rem;
  }
  .p-voice__slider-sp .slick-dots {
    bottom: -5rem !important;
  }
  .p-voice__slider-sp .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.5rem;
  }
  .p-voice__slider-sp .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin: 0 0.5rem;
    padding: 0;
    cursor: pointer;
    background-color: #C3C3C3;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .p-voice__slider-sp .slick-dots li.slick-active {
    background-color: #D17D0B;
  }
  .p-voice__slider-sp .slide-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 500;
    bottom: -7rem;
    width: 5rem;
    height: 5rem;
  }
  .p-voice__slider-sp .prev-arrow {
    left: 5rem;
  }
  .p-voice__slider-sp .next-arrow {
    right: 5rem;
  }
  .p-field {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .p-field__container {
    padding: 0 2rem;
  }
  .p-field__header {
    display: block;
    padding: 3rem 0;
    margin-bottom: 1rem;
    background-image: url(../images/top/image_field_header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .field-header__title {
    display: block;
    font-size: 2.8rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0.5rem 0;
    margin: 0 auto 1rem;
    width: 100%;
    max-width: 25rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #fff;
  }
  .p-field__body {
    height: auto;
    padding: 0;
    margin-bottom: 1.5rem;
    background-image: none;
  }
  .field-body__title {
    display: none;
  }
  .field-body__text {
    display: none;
  }
  .p-field__flex {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .field-flex__box {
    width: auto;
    height: 22rem;
    padding: 1.5rem 1rem;
  }
  .field-flex__box.field-flex-box__blue .field-flex-box__icon {
    width: 4.6rem;
  }
  .field-flex__box.field-flex-box__red .field-flex-box__icon {
    width: 3.3rem;
  }
  .field-flex__box.field-flex-box__black .field-flex-box__icon {
    width: 4rem;
  }
  .field-flex__box.field-flex-box__green .field-flex-box__icon {
    width: 4.5rem;
  }
  .field-flex-box__title {
    font-size: 1.5rem;
  }
  .field-flex__ele {
    height: 9rem;
  }
  .field-flex-box__text {
    text-align: left;
    font-size: 1.3rem;
  }
  .field-flex-box__bg-text {
    top: auto;
    left: 10%;
    bottom: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    transform: translateY(0%) translateX(0%) rotate(90deg);
    -webkit-transform: translateY(0%) translateX(0%) rotate(90deg);
    font-size: 3rem;
  }
  .field-flex__box.field-flex-box__blue .field-flex-box__bg-text {
    bottom: 85%;
  }
  .field-flex__box.field-flex-box__red .field-flex-box__bg-text {
    bottom: 50%;
  }
  .field-flex__box.field-flex-box__black .field-flex-box__bg-text {
    bottom: 76%;
  }
  .field-flex__box.field-flex-box__green .field-flex-box__bg-text {
    bottom: 80%;
  }
  .field-flex-box__cross {
    display: none;
  }
  .p-field-footer__text {
    display: block;
    font-size: 1.6rem;
  }
  .p-reason_anchor {
    margin-bottom: 5rem;
  }
  .p-reason_anchor__inner {
    padding: 0 1rem;
  }
  .p-reason_anchor__body {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .reason_anchor__box {
    display: block;
    height: 8rem;
    padding: 0.5rem 1rem;
  }
  .reason_anchor-box__number {
    max-width: 7rem;
    margin: 0 auto;
  }
  .reason_anchor-box__content {
    margin-top: auto;
  }
  .reason_anchor-box-content__text {
    font-size: 1.4rem;
  }
  .reason_anchor__box:nth-of-type(4) .reason_anchor-box-content__text,
.reason_anchor__box:nth-of-type(4) .reason_anchor-box-content__title {
    font-size: 1.8rem;
  }
  .reason_anchor-box-content__title {
    font-size: 1.8rem;
  }
  .reason_anchor-box__arrow {
    right: 1rem;
    max-width: 2.5rem;
  }
  .p-reason_first {
    padding-top: 5rem;
  }
  .p-reason_first__bg {
    padding-bottom: 4rem;
  }
  .p-reason_first__header {
    background-image: url(../images/reason/image_reason_header_bg01_sp.png);
  }
  .p-reason_first__container {
    padding: 0 2rem;
  }
  .p-reason_first__content-bg {
    display: none;
  }
  .p-reason_first__body {
    padding-top: 2rem;
  }
  .reason_first__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .reason_first-box__content {
    padding: 3rem 2rem;
    margin-right: 0;
    background-color: #fff;
  }
  .reason_first-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .reason_first-box__figure {
    position: relative;
  }
  .reason_first-box__img {
    margin-bottom: 0;
  }
  .reason_first-box__figure-note {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 1rem;
    font-size: 1rem;
  }
  .p-reason_second__header {
    background-image: url(../images/reason/image_reason_header_bg02_sp.png);
  }
  .p-reason_second__container {
    padding: 0 2rem;
  }
  .p-reason_second__bg {
    display: none;
  }
  .p-reason_second__body {
    padding-top: 2rem;
  }
  .reason_second__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .reason_second-box__content {
    padding: 3rem 2rem;
    margin-right: 0;
    background-color: #fff;
  }
  .reason_second-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .reason_second-box__figure {
    position: relative;
  }
  .reason_second-box__figure picture .reason_second-box__img {
    margin-bottom: 0;
  }
  .p-reason_third__header {
    background-image: url(../images/reason/image_reason_header_bg03_sp.png);
  }
  .p-reason_third__container {
    padding: 0 2rem;
  }
  .p-reason_third__bg {
    display: none;
  }
  .p-reason_third__container {
    margin-bottom: 5rem;
  }
  .p-reason_third__body {
    padding-top: 2rem;
  }
  .reason_third__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .reason_third-box__content {
    padding: 3rem 2rem;
    margin-right: 0;
    background-color: #fff;
  }
  .reason_third-box-content__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .reason_third-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .reason_third-box-content__note {
    margin-bottom: 1.5rem;
  }
  .reason_third-box-content__note span {
    font-size: 1.6rem;
  }
  .reason_third-box-content__list {
    padding-top: 1.5rem;
  }
  .reason_third-box-content__item {
    font-size: 1.6rem;
  }
  .reason_third-power__lead {
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
  .reason_third-power__title {
    font-size: 2.4rem;
  }
  .reason_third-power__text {
    text-align: left;
    font-size: 1.6rem;
  }
  .reason_third-power__box {
    padding-left: 0;
    margin-bottom: 8rem;
  }
  .reason_third-power__box:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;
  }
  .reason_third-power-box__label {
    display: none;
  }
  .reason_third-power__box:nth-of-type(even) .reason_third-power-box__label {
    display: none;
  }
  .reason_third-power-box__inner {
    overflow: initial;
    display: block;
    padding: 19rem 2rem 5rem;
  }
  .reason_third-power__box:nth-of-type(3) .reason_third-power-box__inner {
    padding: 23rem 2rem 5rem;
  }
  .reason_third-power-box__text-bg {
    top: 4rem;
    left: 0;
    width: 8rem;
    height: auto;
  }
  .reason_third-power__box:nth-of-type(even) .reason_third-power-box__text-bg {
    left: auto;
    right: 0;
  }
  .reason_third-power-box__figure {
    display: none;
  }
  .reason_third-power-box-content__flex {
    margin-bottom: 1.5rem;
  }
  .reason_third-power-box-content__title-number {
    font-size: 1.8rem;
    margin-right: 0.5rem;
  }
  .reason_third-power-box-content__title-text {
    font-size: 2.4rem;
  }
  .reason_third-power-box-content__icon {
    width: 5rem;
  }
  .reason_third-power-box-content__text {
    font-size: 1.6rem;
  }
  .reason_third-power-box__sp-block {
    position: absolute;
    top: -3rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 33.5rem;
    z-index: 100;
    white-space: nowrap;
  }
  .reason_third-power__box:nth-of-type(even) .reason_third-power-box__sp-block {
    left: 0;
    right: auto;
  }
  .reason_third-power-box__sp-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    color: #D17D0B;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: -2rem;
  }
  .reason_third-power-box__sp-figure {
    width: 28.5rem;
    height: 19rem;
    margin-left: 1.5rem;
  }
  .reason_third-power__box:nth-of-type(even) .reason_third-power-box__sp-figure {
    margin-left: 0;
    margin-right: 1.5rem;
  }
  .p-reason_fourth__header {
    background-image: url(../images/reason/image_reason_header_bg04_sp.png);
  }
  .p-reason_fourth__container {
    padding: 0 2rem;
  }
  .p-reason_fourth__body {
    padding-top: 2rem;
  }
  .reason_fourth__box {
    padding: 3rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reason_fourth-box__content {
    margin-right: 0;
  }
  .reason_fourth-box-content__sub-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .reason_fourth-box-content__main-title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .reason_fourth-box-content__note {
    display: none;
  }
  .reason_fourth-box-content__btn {
    display: none;
  }
  .reason_fourth-box-content__sp-note {
    display: block;
    color: #707070;
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .reason_fourth-box-content__sp-btn {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reason_fourth-about__side {
    display: block;
  }
  .reason_fourth-about-side__box {
    padding: 5rem 0;
  }
  .reason_fourth-about-side__box:first-of-type {
    border-right: none;
  }
  .reason_fourth-about__side:last-of-type .reason_fourth-about-side__box:first-of-type {
    border-bottom: 1px solid #C3C3C3;
  }
  .reason_fourth-about-side__box:nth-of-type(odd) {
    padding-right: 0;
  }
  .reason_fourth-about-side__box:nth-of-type(even) {
    padding-left: 0;
  }
  .reason_fourth-about-side-box__title {
    margin-bottom: 3rem;
  }
  .reason_fourth-about-side-box__main-title {
    font-size: 2.4rem;
  }
  .reason_fourth-about-side-box__sub-title {
    font-size: 1.8rem;
  }
  .reason_fourth-about-side-box__figure {
    margin-bottom: 2rem;
  }
  .reason_fourth-about-side-box__text {
    font-size: 1.6rem;
  }
  .reason_fourth-about-side-box__btn {
    max-width: 100%;
    margin-top: 3rem;
  }
  .reason_fourth-about__block {
    padding: 5rem 0;
  }
  .reason_fourth-about__box {
    display: block;
  }
  .reason_fourth-about__block:nth-of-type(3) .reason_fourth-about-box__figure {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .reason_fourth-about-box-content__title {
    text-align: center;
    margin-bottom: 3rem;
  }
  .reason_fourth-about-box-content__main-title {
    font-size: 2.4rem;
  }
  .reason_fourth-about-box-content__sub-title {
    font-size: 1.8rem;
  }
  .reason_fourth-about-box-content__sp-figure {
    display: block;
    margin-bottom: 3rem;
  }
  .reason_fourth-about-box-content__text {
    font-size: 1.6rem;
  }
  .reason_fourth-about-box__grid {
    display: block;
  }
  .p-reason_five__header {
    background-image: url(../images/reason/image_reason_header_bg05_sp.png);
  }
  .p-reason_five__container {
    padding: 0 2rem;
  }
  .p-reason_five__bg {
    display: none;
  }
  .p-reason_five__body {
    padding-top: 2rem;
    margin-bottom: 7rem;
  }
  .reason_five__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .reason_five-box__content {
    padding: 3rem 2rem;
    margin-right: 0;
    background-color: #fff;
  }
  .reason_five-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .p-reason_five__footer {
    padding: 0 2rem;
  }
  .reason_five-footer__inner {
    padding: 0;
    background-color: transparent;
  }
  .reason_five-footer__box {
    display: block;
  }
  .reason_five-footer__figure {
    display: none;
  }
  .reason_five-footer-box__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 3rem;
  }
  .reason_five-footer-box__doc {
    display: block;
    width: 9.5rem;
    margin-right: 2rem;
  }
  .reason_five-footer-box__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .reason_five-footer-box__main-title {
    font-size: 2.4rem;
  }
  .reason_five-footer-box__note {
    font-size: 1.2rem;
    margin-left: 1.5rem;
  }
  .reason_five-footer-box__text {
    font-size: 1.6rem;
  }
  .p-reason_six__header {
    background-image: url(../images/reason/image_reason_header_bg06_sp.png);
  }
  .p-reason_six__container {
    padding: 0 2rem;
  }
  .p-reason_six__bg {
    display: none;
  }
  .p-reason_six__body {
    padding-top: 2rem;
    margin: 0 auto 3rem;
  }
  .reason_six__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .reason_six-box__content {
    padding: 3rem 2rem;
    margin-right: 0;
    background-color: #fff;
  }
  .reason_six-box-content__text {
    font-size: 1.6rem;
  }
  .reason_six-footer__content {
    top: 5rem;
    padding: 0 2rem;
  }
  .reason_six-footer-content__flex {
    display: block;
  }
  .reason_six-footer-content__title {
    font-size: 2.4rem;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .reason_six-footer-content__text {
    font-size: 1.6rem;
  }
  .p-solution_about {
    margin-bottom: 5rem;
  }
  .p-solution_about__inner {
    padding: 0;
  }
  .p-solution_about__container {
    max-width: 100%;
  }
  .p-solution_about__header {
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .p-solution_about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
  .solution_about-header__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .solution_about-header__text {
    font-size: 1.6rem;
  }
  .p-solution_about__body {
    width: 100%;
    height: 38rem;
  }
  .solution_about-body__main-figure {
    width: 18rem;
  }
  .solution_about-body__sub-figure {
    width: 26rem;
  }
  .solution_about-body__third-figure {
    width: 13rem;
    left: 3rem;
  }
  .p-solution_strength {
    margin-bottom: 3rem;
  }
  .p-solution_strength__inner {
    padding: 0 2rem;
  }
  .p-solution_strength__container {
    max-width: 100%;
  }
  .p-solution_strength__body {
    display: block;
    max-width: 100%;
  }
  .p-solution_strength__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
  .p-solution_strength__box:last-of-type {
    margin-bottom: 0;
  }
  .solution_strength-box__cross {
    bottom: -20%;
    right: 45%;
    width: 4rem;
  }
  .solution_strength-box__figure {
    width: 100%;
    max-width: 18rem;
    margin-right: 2rem;
  }
  .solution_strength-box__content {
    text-align: center;
    padding: 0;
  }
  .solution_strength-box-content__icon {
    position: initial;
    width: 4rem;
    margin: 0 auto 2rem;
    transform: initial;
    -webkit-transform: initial;
  }
  .solution_strength-box-content__main-text {
    font-size: 2rem;
  }
  .solution_strength-box-content__sub-text {
    font-size: 1.4rem;
  }
  .p-solution_proposal {
    padding-bottom: 0;
  }
  .solution_proposal-header__title {
    top: auto;
    left: 2rem;
    bottom: -6rem;
    transform: initial;
    -webkit-transform: initial;
  }
  .solution_proposal-header__title span {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
  .p-solution_proposal__inner {
    padding: 0;
  }
  .p-solution_proposal__container {
    max-width: 100%;
  }
  .p-solution_proposal__body {
    padding: 10rem 0;
  }
  .solution_proposal-body__map-wrap {
    display: none;
  }
  .p-solution_proposal__table-figure {
    display: block;
  }
  .p-solution_proposal__table-figure img {
    width: 79rem;
  }
  .solution_proposal-footer__flex {
    display: block;
  }
  .solution_proposal-footer__box {
    margin-bottom: 0.5rem;
  }
  .solution_proposal-footer__box:last-of-type {
    margin-bottom: 0;
  }
  .solution_proposal-footer-box__content {
    width: 100%;
  }
  .solution_proposal-footer-box-content__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .solution_proposal-footer-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .solution_proposal-footer-box-content__btn {
    max-width: 19.5rem;
    height: 4.8rem;
  }
  .solution_proposal-footer-box-content__btn span {
    font-size: 1.6rem;
  }
  .p-solution_idea {
    padding: 7rem 0 12rem;
  }
  .p-solution_idea__inner {
    padding: 0;
  }
  .p-solution_idea__container {
    max-width: 100%;
  }
  .p-solution_idea__header {
    margin-bottom: 5rem;
  }
  .solution_idea-header__title::after {
    left: 47%;
  }
  .p-solution_idea__body {
    display: none;
  }
  .p-solution_idea__slider-sp {
    display: block;
  }
  .solution_idea-slider-sp__box {
    display: block;
  }
  .solution_idea-slider-sp__item {
    max-width: 29.5rem;
    margin: 0 1rem;
  }
  .solution_idea-slider-sp-box__figure {
    position: relative;
    height: 16rem;
    margin-bottom: 2rem;
  }
  .solution_idea-slider-sp-box__label {
    position: absolute;
    top: -3rem;
    right: -2rem;
    width: 12rem;
    z-index: 10;
  }
  .solution_idea-slider-sp-box__img-wrap {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
            clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
    overflow: hidden;
  }
  .solution_idea-slider-sp-box__img {
    height: 16rem;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .solution_idea-slider-sp__box:hover .solution_idea-slider-sp-box__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .solution_idea-slider-sp-box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.6rem;
  }
  .solution_idea-slider-sp-box-title__border {
    width: 1.2rem;
    height: 0.1rem;
    margin-right: 1.5rem;
    background-color: #D17D0B;
  }
  .solution_idea-slider-sp-box-title__text {
    font-weight: 700;
    font-size: 2rem;
  }
  .p-solution_idea__slider-sp .slick-list {
    padding-top: 3rem !important;
  }
  .p-solution_idea__slider-sp .slick-dots {
    bottom: -5rem !important;
    bottom: -3rem !important;
  }
  .p-solution_idea__slider-sp .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.5rem;
  }
  .p-solution_idea__slider-sp .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin: 0 0.5rem;
    padding: 0;
    cursor: pointer;
    background-color: #C3C3C3;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .p-solution_idea__slider-sp .slick-dots li.slick-active {
    background-color: #D17D0B;
  }
  .p-solution_idea__slider-sp .slide-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 500;
    bottom: -7rem;
    bottom: -5rem;
    width: 5rem;
    height: 5rem;
  }
  .p-solution_idea__slider-sp .prev-arrow {
    left: 5rem;
  }
  .p-solution_idea__slider-sp .next-arrow {
    right: 5rem;
  }
  .p-solution_result {
    padding: 0 0 10rem;
  }
  .solution_result-header__text {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .solution_result-header__title::after {
    left: 47%;
  }
  .p-solution_result__list {
    max-width: 100%;
  }
  .p-solution_result__item {
    width: 29.5rem;
    border-bottom: 0.5rem solid #D17D0B;
    margin: 0 1rem;
  }
  .solution_result-item__content {
    padding: 2rem;
  }
  .solution_result-item-content__text {
    font-size: 1.6rem;
  }
  .solution_result-item-content__sub-text {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .solution_result-item-content__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .solution_result-item-content__btn {
    max-width: 19.5rem;
    height: 4.8rem;
    border-radius: 4.8rem;
  }
  .p-solution_result .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .p-solution_result .slick-list.draggable {
    padding-top: 2rem !important;
  }
  .p-solution_result .slick-dots {
    display: none !important;
  }
  .p-solution_result .slide-arrow {
    top: 20rem;
    bottom: auto;
    width: 5rem;
    height: 5rem;
  }
  .p-solution_result .prev-arrow {
    left: 2rem;
  }
  .p-solution_result .next-arrow {
    right: 2rem;
  }
  .p-two_family-house_about {
    margin-bottom: 10rem;
  }
  .p-two_family-house_about__inner {
    padding: 0 2rem;
  }
  .p-two_family-house_about__container {
    max-width: 100%;
  }
  .p-two_family-house_about__flex {
    display: block;
    max-width: 100%;
  }
  .p-two_family-house_about__header {
    width: 100%;
    margin-bottom: 5rem;
  }
  .two_family-house_about-header__sub-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .two_family-house_about-header__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .two_family-house_about-header__text {
    font-size: 1.6rem;
  }
  .p-two_family-house_about__body {
    width: 100%;
    height: auto;
  }
  .two_family-house_about-body__main-figure {
    position: initial;
    width: 100%;
  }
  .two_family-house_about-body__sub-figure {
    display: none;
  }
  .p-two_family-house_type {
    padding: 10rem 0 0;
  }
  .p-two_family-house_type__inner {
    padding: 0 2rem;
  }
  .p-two_family-house_type__container {
    max-width: 100%;
  }
  .p-two_family-house_type__header {
    max-width: 100%;
    margin: 0 auto 2em;
  }
  .two_family-house_type-header__figure {
    top: -16rem;
    right: auto;
    left: 21%;
    width: 20rem;
  }
  .two_family-house_type-header__content {
    width: 100%;
  }
  .two_family-house_type-header-content__text {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .two_family-house_type-header-content__text span {
    font-size: 1.8rem;
  }
  .two_family-house_type-header-content__title {
    padding: 0.3rem;
    font-size: 2.4rem;
  }
  .p-two_family-house_type__body {
    display: block;
    max-width: 100%;
    margin: 0 auto 8rem;
  }
  .two_family-house_type__box {
    margin-bottom: 5rem;
  }
  .two_family-house_type__box:last-of-type {
    margin-bottom: 0;
  }
  .two_family-house_type-box-content__bg {
    height: 15rem;
  }
  .two_family-house_type-box-content__sub-title {
    font-size: 1.6rem;
  }
  .two_family-house_type-box-content__title {
    font-size: 2.8rem;
  }
  .two_family-house_type-box-content__label {
    font-size: 1.4rem;
  }
  .two_family-house_type-box__btn {
    max-width: 29.5rem;
  }
  .p-two_family-house_point {
    padding: 6rem 0 8rem;
  }
  .p-two_family-house_point__inner {
    padding: 0 2rem;
  }
  .p-two_family-house_point__container {
    max-width: 100%;
  }
  .p-two_family-house_point__header {
    max-width: 100%;
    margin: 0 auto 3em;
  }
  .two_family-house_point-header__figure {
    margin-bottom: 3rem;
  }
  .two_family-house_point-header-content__text {
    font-size: 1.8rem;
    margin-bottom: 4.5rem;
  }
  .two_family-house_point-header-content__title {
    font-size: 2.5rem;
  }
  .two_family-house_point-header-content__title::after {
    top: -1.5rem;
    left: 46%;
  }
  .p-two_family-house_point__body {
    max-width: 100%;
  }
  .two_family-house_point__box {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
  .two_family-house_point-box__inner {
    display: block;
  }
  .two_family-house_point-box__number {
    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;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .two_family-house_point-box__number span {
    font-size: 1.4rem;
  }
  .two_family-house_point-box__number span:last-of-type {
    font-size: 3.5rem;
    margin-left: 1rem;
  }
  .two_family-house_point-box__content {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #D17D0B;
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .two_family-house_point-box-content__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .two_family-house_point-box-content__text {
    font-size: 1.6rem;
  }
  .two_family-house_point-box__figure {
    width: 100%;
  }
  .p-two_family-house_intro__header {
    height: 19rem;
    background-size: cover;
    background-image: url(../images/two_family-house/image_intro-header-bg_sp.png);
    margin-bottom: 1rem;
  }
  .two_family-house_intro-header__inner {
    max-width: 100%;
    height: 19rem;
  }
  .two_family-house_intro-header__title {
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 2.4rem;
  }
  .p-two_family-house_intro__inner {
    padding: 0 2rem;
  }
  .p-two_family-house_intro__container {
    max-width: 100%;
  }
  .two_family-house_intro__flex {
    display: block;
  }
  .two_family-house_intro__box {
    max-width: 100%;
  }
  .two_family-house_intro-box__content {
    padding: 2rem;
  }
  .two_family-house_intro-box-content__number {
    width: 7rem;
    margin: 0 auto 2rem;
  }
  .two_family-house_intro-box-content__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .two_family-house_intro-box-content__title::after {
    top: -2rem;
    left: 47%;
  }
  .two_family-house_intro-box-content__btn {
    max-width: 100%;
  }
  .two_family-house_intro-box-content__btn span {
    font-size: 1.6rem;
  }
  .p-two_family-house_case {
    padding-bottom: 10rem;
  }
  .p-two_family-house_case__header {
    margin-bottom: 5rem;
  }
  .two_family-house_case-header__content {
    max-width: 90%;
    padding: 2rem;
    margin: -5rem auto 0;
  }
  .two_family-house_case-header-content__number {
    width: 9.5rem;
    margin: 0 auto 3rem;
  }
  .two_family-house_case-header-content__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .two_family-house_case-header-content__title::after {
    top: -2rem;
    left: 47%;
  }
  .two_family-house_case-header-content__text {
    font-size: 1.8rem;
  }
  .p-two_family-house_case__inner {
    padding: 0 2rem;
  }
  .p-two_family-house_case__container {
    max-width: 100%;
  }
  .p-two_family-house_case__body {
    padding: 0;
    background-color: transparent;
  }
  .two_family-house_case-body__box {
    height: 20rem;
    padding: 2rem 5rem 12rem;
    margin: 0 auto 5.5rem;
  }
  .two_family-house_case-body-box__content {
    width: 100%;
    max-width: 100%;
  }
  .two_family-house_case-body-box-content__text {
    font-size: 1.8rem;
  }
  .two_family-house_case-body-box-content__title {
    font-size: 2.4rem;
  }
  .two_family-house_case-body-box__figure {
    width: 22rem;
    left: 18%;
    right: auto;
  }
  .two_family-house_case-body__block {
    margin-bottom: 8.5rem;
  }
  .two_family-house_case-body-block__flex {
    display: block;
  }
  .two_family-house_case-body-block__figure-wrap {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .two_family-house_case-body-block__sp-content {
    display: block;
    margin-bottom: 2rem;
  }
  .two_family-house_case-body-block-sp-content__title {
    font-size: 2rem;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    border-left: 3px solid #2F1B01;
  }
  .two_family-house_case-body-block-sp-content__text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .two_family-house_case-body-block__figure {
    max-width: 100%;
  }
  .two_family-house_case-body-block__small-figure {
    max-width: 100%;
  }
  .two_family-house_case-body-block__list {
    margin-bottom: 0;
  }
  .two_family-house_case-body-block__item {
    margin-bottom: 1.5rem;
  }
  .two_family-house_case-body-block__item:last-of-type {
    margin-bottom: 0;
  }
  .two_family-house_case-body-block__number {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .two_family-house_case-body-block__number-text {
    font-size: 1.8rem;
  }
  .two_family-house_case-body-block__content {
    display: none;
  }
  .two_family-house_case-body-block__heading-wrap {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .two_family-house_case-body-block__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .two_family-house_case-body-block__text {
    font-size: 1.6rem;
  }
  .two_family-house_case-body__floor {
    margin-bottom: 3rem;
  }
  .two_family-house_case-body-floor__figure {
    max-width: 100%;
  }
  .two_family-house_case-body__btn {
    max-width: 100%;
    height: 7.8rem;
  }
  .two_family-house_first-case .two_family-house_case-body__block:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .two_family-house_first-case .two_family-house_case-body__block:nth-of-type(5) .two_family-house_case-body-block__figure-wrap {
    margin-bottom: 0;
  }
  .two_family-house_first-case .two_family-house_case-body-block__heading:first-of-type {
    margin-bottom: 3.5rem;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(2),
.two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__flex {
    display: block;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-wrap {
    margin-right: 0;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure {
    max-width: 100%;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-list {
    display: block;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-item {
    margin-bottom: 1rem;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-item:last-of-type {
    margin-bottom: 0;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-number {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .two_family-house_second-case .two_family-house_case-body__block:nth-of-type(3) .two_family-house_case-body-block__figure-number-text {
    font-size: 1.8rem;
  }
  .two_family-house_second-case .two_family-house_case-body-floor__figure {
    max-width: 100%;
  }
  .two_family-house_third-case .two_family-house_case-body-floor__figure {
    max-width: 100%;
  }
  .p-cost_banner {
    padding-bottom: 7rem;
  }
  .p-cost_banner__header {
    margin-bottom: 3rem;
  }
  .cost_banner-header__text {
    text-align: left;
    font-size: 1.6rem;
  }
  .p-cost_banner__body {
    display: block;
  }
  .p-cost_banner__box {
    margin-bottom: 1rem;
  }
  .p-reform_tatekae_about {
    margin-bottom: 5rem;
  }
  .p-reform_tatekae_about__inner {
    padding: 0;
  }
  .p-reform_tatekae_about__flex {
    display: block;
  }
  .reform_tatekae_about__sp-figure {
    display: block;
    margin-bottom: 3rem;
  }
  .p-reform_tatekae_about__header {
    width: 100%;
  }
  .p-reform_tatekae_about__header {
    padding: 0 2rem;
  }
  .reform_tatekae_about-header__title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-reform_tatekae_about__body {
    width: 100%;
    height: auto;
  }
  .reform_tatekae_about-body__main-figure {
    display: none;
  }
  .reform_tatekae_about-body__sub-figure {
    display: none;
  }
  .reform_tatekae_about-body__third-figure {
    display: none;
  }
  .p-reform_tatekae_criterion {
    padding-bottom: 5rem;
  }
  .p-reform_tatekae_criterion__header {
    height: 18.8rem;
    background-image: url(../images/reform_tatekae/image_criterion_header_bg_sp.png);
  }
  .reform_tatekae_criterion-header__title {
    font-size: 1.8rem;
    text-align: left;
    white-space: initial;
    top: 45%;
    left: 50%;
    width: 33.5rem;
  }
  .p-reform_tatekae_criterion__container {
    padding: 0 2rem;
  }
  .p-reform_tatekae_criterion__body {
    background-color: transparent;
    margin-bottom: 3rem;
  }
  .p-reform_tatekae_criterion__bubble {
    max-width: 33.5rem;
    margin-top: -5rem auto 3rem;
  }
  .p-reform_tatekae_criterion__block-wrap {
    overflow: auto;
    padding-bottom: 0;
  }
  .p-reform_tatekae_criterion__block {
    width: 119.5rem;
    margin-bottom: 0;
  }
  .reform_tatekae_criterion__table-header {
    max-width: 108.2rem;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }
  .reform_tatekae_criterion-table-header__row {
    padding: 2.5rem 0.8rem 0.8rem;
  }
  .reform_tatekae_criterion-table-header__name {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .reform_tatekae_criterion-table-header__box {
    padding: 1rem 0.8rem;
    height: 26rem;
  }
  .reform_tatekae_criterion-table-header__figure {
    max-width: 100%;
    margin: -4rem auto 1.5rem;
  }
  .reform_tatekae_criterion-table-header__row:first-of-type .reform_tatekae_criterion-table-header__img {
    width: 15.6rem;
    height: 14.6rem;
  }
  .reform_tatekae_criterion-table-header__row:nth-of-type(2) .reform_tatekae_criterion-table-header__img {
    width: 12.3rem;
    height: 14.5rem;
  }
  .reform_tatekae_criterion-table-header__row:nth-of-type(3) .reform_tatekae_criterion-table-header__img {
    width: 14.3rem;
    height: 14.6rem;
  }
  .reform_tatekae_criterion-table-header__row:nth-of-type(4) .reform_tatekae_criterion-table-header__img {
    width: 12rem;
    height: 15.2rem;
  }
  .reform_tatekae_criterion-table-header__row:last-of-type .reform_tatekae_criterion-table-header__img {
    width: 15rem;
    height: 14.8rem;
  }
  .reform_tatekae_criterion-table-header__text {
    font-size: 1.5rem;
  }
  .reform_tatekae_criterion-table__row div {
    font-size: 1.6rem;
  }
  .reform_tatekae_criterion-table__row {
    height: 4rem;
    margin-bottom: 0.8rem;
  }
  .reform_tatekae_criterion-table__row:nth-of-type(7),
.reform_tatekae_criterion-table__row:last-of-type {
    height: 8rem;
  }
  .reform_tatekae_criterion-table__head {
    width: 10.5rem;
    margin-right: 0.8rem;
  }
  .reform_tatekae_criterion-table__row div:not(:first-of-type) {
    width: 20.7rem;
    margin-right: 1.2rem;
  }
  .reform_tatekae_criterion-table__row div:last-of-type {
    margin-right: 0;
  }
  .reform_tatekae_criterion-table__row:last-of-type div:not(:first-of-type) {
    padding: 1.5rem 0;
  }
  .text__14 {
    font-size: 1rem;
  }
  .text__16 {
    font-size: 1.3rem;
  }
  .text__42 {
    font-size: 3.3rem;
  }
  .p-reform_tatekae_criterion__note {
    display: none;
  }
  .p-reform_tatekae_criterion__btn {
    max-width: 33.5rem;
    height: 6rem;
  }
  .p-reform_tatekae_criterion__btn::after {
    right: 1.5rem;
    border-bottom: solid 0.1rem #fff;
    border-right: solid 0.1rem #fff;
    width: 0.7rem;
    height: 0.7rem;
  }
  .p-reform_tatekae_criterion__btn span {
    font-size: 1.8rem;
  }
  .p-reform_tatekae_deal {
    padding: 6rem 2rem 5rem;
    background-color: #fff;
  }
  .p-reform_tatekae_deal__container {
    padding: 0;
  }
  .p-reform_tatekae_deal__bg {
    display: none;
  }
  .p-reform_tatekae_deal__box {
    display: block;
  }
  .reform_tatekae_deal-box__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .reform_tatekae_deal-box-content__text {
    font-size: 1.6rem;
  }
  .reform_tatekae_deal-box__figure {
    width: 100%;
  }
  .p-reform_tatekae_deal__btn {
    max-width: 33.5rem;
    height: 6rem;
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-reform_tatekae_deal__btn::after {
    right: 1.5rem;
    border-bottom: solid 0.1rem #fff;
    border-right: solid 0.1rem #fff;
    width: 0.7rem;
    height: 0.7rem;
  }
  .p-reform_tatekae_deal__btn span {
    font-size: 1.8rem;
  }
  .p-reform_tatekae_loss {
    padding: 5rem 0 0;
    margin-bottom: 7rem;
  }
  .p-reform_tatekae_loss__inner {
    padding: 0 2rem;
  }
  .p-reform_tatekae_loss__body {
    margin: 0 auto 5rem;
  }
  .p-reform_tatekae_loss__box {
    display: block;
    margin-bottom: 3rem;
  }
  .reform_tatekae_loss-box__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .reform_tatekae_loss-box-content__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
  }
  .reform_tatekae_loss-box-content__title-icon {
    width: 12rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .reform_tatekae_loss-box-content__title-text {
    text-align: center;
    font-size: 2.4rem;
  }
  .reform_tatekae_loss-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .reform_tatekae_loss-box__figure {
    width: 100%;
  }
  .reform_tatekae_loss-box-content__btn {
    display: none;
  }
  .reform_tatekae_loss-box-content__btn::after {
    right: 1.5rem;
    border-bottom: solid 0.1rem #fff;
    border-right: solid 0.1rem #fff;
    width: 0.7rem;
    height: 0.7rem;
  }
  .reform_tatekae_loss-box-content__btn span {
    font-size: 1.8rem;
  }
  .p-reform_tatekae_loss__sp-link {
    display: block;
    position: relative;
    text-align: center;
    position: relative;
    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;
    width: 100%;
    max-width: 58rem;
    height: 8rem;
    border-radius: 8rem;
    background-color: #2F1B01;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 10;
  }
  .p-reform_tatekae_loss__sp-link::after {
    content: "";
    position: absolute;
    top: 46%;
    right: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-bottom: solid 0.1rem #fff;
    border-right: solid 0.1rem #fff;
    width: 0.7rem;
    height: 0.7rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 100;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .p-reform_tatekae_loss__sp-link span {
    font-size: 1.8rem;
  }
  .p-reform_tatekae_loss__table-wrap {
    display: none;
  }
  .p-reform_tatekae_loss__sp-table {
    display: block;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1rem;
  }
  .p-reform_tatekae_loss__sp-first-table {
    margin-bottom: 3rem;
  }
  .p-reform_tatekae_loss__sp-table caption {
    font-size: 2.2rem;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 15rem;
    margin: 0 1rem;
    background-color: rgba(209, 125, 11, 0.8);
  }
  .p-reform_tatekae_loss__sp-first-table caption {
    background-color: rgba(209, 125, 11, 0.8);
  }
  .p-reform_tatekae_loss__sp-second-table caption {
    background-color: #C7C7C7;
  }
  .p-reform_tatekae_loss__sp-table caption span:first-of-type {
    font-size: 2.2rem;
  }
  .reform_tatekae_loss-sp-table__label {
    font-size: 1.8rem;
    display: inline-block;
    margin-top: 1rem;
    padding: 0.3rem 0.5rem;
    color: #fff;
    background-color: #2F1B01;
  }
  .p-reform_tatekae_loss__sp-table tr {
    height: 18rem;
  }
  .p-reform_tatekae_loss__sp-table tr td {
    vertical-align: middle;
  }
  .p-reform_tatekae_loss__sp-table td:first-of-type {
    text-align: center;
    width: 6rem;
    background-color: #D17D0B;
  }
  .p-reform_tatekae_loss__sp-table td:first-of-type span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    white-space: pre;
  }
  .p-reform_tatekae_loss__sp-table td:last-of-type {
    width: 26.5rem;
    font-size: 1.8rem;
    padding: 0 2rem;
  }
  .p-reform_tatekae_loss__sp-first-table td:last-of-type {
    background-color: rgba(209, 125, 11, 0.6);
  }
  .p-reform_tatekae_loss__sp-second-table td:last-of-type {
    background-color: #E8E8E8;
  }
  .p-reform_tatekae_case {
    padding: 3rem 0 5rem;
  }
  .p-reform_tatekae_case__inner {
    padding: 0 2rem;
  }
  .p-reform_tatekae_case__header {
    margin-bottom: 2rem;
  }
  .reform_tatekae_case-header__title {
    font-size: 2.6rem;
  }
  .p-reform_tatekae_case__body {
    display: block;
    margin: 0 auto 3rem;
  }
  .p-reform_tatekae_case__box {
    margin-bottom: 2rem;
  }
  .p-reform_tatekae_case__box:last-of-type {
    margin-bottom: 0;
  }
  .reform_tatekae_case-box__figure {
    margin-bottom: 2rem;
  }
  .reform_tatekae_case-box__content {
    padding: 0 1rem 4rem;
  }
  .reform_tatekae_case-box-content__title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .reform_tatekae_case-box-content__text {
    font-size: 1.5rem;
  }
  .p-reform_tatekae_case__btn {
    max-width: 33.5rem;
    height: 6rem;
  }
  .p-reform_tatekae_case__btn::after {
    right: 1.5rem;
    border-bottom: solid 0.1rem #2F1B01;
    border-right: solid 0.1rem #2F1B01;
    width: 0.7rem;
    height: 0.7rem;
  }
  .p-reform_tatekae_case__btn span {
    font-size: 1.6rem;
  }
  .p-chuko_about {
    padding-bottom: 8rem;
  }
  .p-chuko_about__inner {
    padding: 0 2rem;
  }
  .p-chuko_about__header {
    margin-bottom: 2rem;
  }
  .chuko_about-header__label {
    font-size: 1.6rem;
    max-width: 100%;
    padding: 1rem;
  }
  .chuko_about-header__title {
    font-size: 2.4rem;
  }
  .p-chuko_about__body {
    display: block;
  }
  .chuko_about__figure:first-of-type {
    width: 100%;
    margin-bottom: 2rem;
  }
  .chuko_about__figure:last-of-type {
    width: 100%;
  }
  .chuko_about-footer__headline {
    margin-bottom: 2rem;
  }
  .chuko_about-footer-headline__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .chuko_about-footer-headline__text {
    font-size: 1.6rem;
  }
  .p-chuko_budget {
    padding-bottom: 5rem;
  }
  .p-chuko_budget__header {
    background-image: url(../images/chuko/image_budget_header_bg_sp.png);
    height: 18.8rem;
  }
  .chuko_budget-header__title {
    font-size: 2.4rem;
  }
  .p-chuko_budget__container {
    padding: 0 2rem;
  }
  .p-chuko_budget__lead {
    padding-top: 2rem;
    margin: 0 auto 5rem;
  }
  .chuko_budget-lead__box {
    display: block;
    margin-bottom: 3rem;
  }
  .chuko_budget-lead-box__content {
    width: 100%;
    margin-bottom: 3rem;
  }
  .chuko_budget-lead-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .chuko_budget-lead-box__figure {
    width: 100%;
  }
  .chuko_budget-lead-box-content__btn {
    display: none;
  }
  .chuko_budget-lead-box-content__sp-btn {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 33.5rem;
    height: 6rem;
    border-radius: 6rem;
  }
  .p-chuko_budget__body {
    padding: 3rem 2rem;
    margin: 0 auto 3rem;
  }
  .chuko_budget-body__headline {
    margin-bottom: 3rem;
  }
  .chuko_budget-body__headline__title {
    font-size: 2.4rem;
  }
  .chuko_budget-body__box {
    display: block;
  }
  .p-chuko_budget__footer {
    margin: 0 auto;
  }
  .chuko_budget-footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
  .chuko_budget-footer-box__text {
    width: 100%;
    font-size: 1.6rem;
  }
  .chuko_budget-body-box__figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .chuko_budget-footer__banner {
    border-radius: 2rem;
  }
  .chuko_budget-footer-banner__inner {
    padding: 1.5rem 1.5rem 2rem;
    display: block;
  }
  .chuko_budget-footer-banner__content {
    width: 100%;
    margin-bottom: 2rem;
  }
  .chuko_budget-footer-banner-content__text {
    font-size: 1.6rem;
  }
  .chuko_budget-footer-banner-content__title {
    margin-bottom: 1rem;
  }
  .chuko_budget-footer-banner-content__sub-text {
    font-size: 1.2rem;
  }
  .chuko_budget-footer-banner__contact {
    padding: 1rem 2rem;
    border-radius: 1rem;
  }
  .chuko_budget-footer-banner-contact__text {
    font-size: 1.2rem;
  }
  .chuko_budget-footer-banner-contact__te-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chuko_budget-footer-banner-contact__te-link-icon {
    width: 1.7rem;
  }
  .chuko_budget-footer-banner-contact__te-link span:first-of-type {
    font-size: 0.9rem;
  }
  .chuko_budget-footer-banner-contact__te-link span:last-of-type {
    font-size: 2.1rem;
  }
  .p-precut_anchor {
    margin-bottom: 3rem;
  }
  .p-precut_anchor__inner {
    padding: 0 1rem;
  }
  .p-precut_anchor__container {
    display: block;
  }
  .p-precut_anchor__header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .precut_anchor-header__figure {
    margin-bottom: 1.5rem;
  }
  .precut_anchor-header__title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .precut_anchor-header__main-title {
    font-size: 1.8rem;
  }
  .precut_anchor-header__note {
    font-size: 1rem;
  }
  .precut_anchor-header__text {
    font-size: 1.6rem;
  }
  .precut_anchor__box {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }
  .precut_anchor-box__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .precut_anchor-box__number {
    width: 4rem;
    margin-right: 1.5rem;
  }
  .precut_anchor-box-content__text {
    font-size: 1.4rem;
  }
  .precut_anchor-box-content__title {
    font-size: 2rem;
  }
  .precut_anchor-box__arrow {
    width: 2.5rem;
    margin-top: 0;
  }
  .precut_anchor-box__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    gap: 1rem;
  }
  .precut_anchor-box__item {
    margin-bottom: 0;
  }
  .precut_anchor-box__link {
    height: 5rem;
    padding: 0.5rem 1rem;
  }
  .precut_anchor-box__link span:first-of-type {
    font-size: 1.2rem;
  }
  .precut_anchor-box__link span:last-of-type {
    width: 1.5rem;
  }
  .p-precut_obsession01__inner {
    padding-bottom: 8rem;
  }
  .p-precut_obsession01__header {
    height: 18.8rem;
    background-image: url(../images/precut/image_obsession_header_bg01_sp.png);
  }
  .precut_obsession01-header__number {
    width: 6.8rem;
  }
  .precut_obsession01-header__title {
    font-size: 2.4rem;
  }
  .p-precut_obsession01__container {
    padding: 0 2rem;
  }
  .p-precut_obsession01__body {
    padding-top: 2rem;
  }
  .precut_obsession01__box {
    display: block;
    background-color: #fff;
  }
  .precut_obsession01-box__figure {
    width: 100%;
    margin-right: 0;
  }
  .precut_obsession01-box__content {
    padding: 2rem;
  }
  .precut_obsession01-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .precut_obsession01-box-content__flex {
    display: block;
  }
  .precut_obsession01-box-content__figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .precut_obsession01-box-content__sub-title {
    font-size: 2rem;
  }
  .precut_obsession01-box-content__sub-text {
    font-size: 1.8rem;
  }
  .p-precut_obsession02__inner {
    padding-bottom: 8rem;
  }
  .p-precut_obsession02__header {
    height: 18.8rem;
    background-image: url(../images/precut/image_obsession_header_bg02_sp.png);
  }
  .precut_obsession02-header__number {
    width: 6.8rem;
  }
  .precut_obsession02-header__title {
    font-size: 2.4rem;
  }
  .p-precut_obsession02__container {
    padding: 0 2rem;
  }
  .p-precut_obsession02__block {
    padding-top: 3rem;
  }
  .precut_obsession02__topic {
    padding: 6rem 0 3rem;
    margin-bottom: 6rem;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 0, 100% 2%, 100% 100%, 0 100%, 0 2%);
            clip-path: polygon(50% 0, 100% 2%, 100% 100%, 0 100%, 0 2%);
  }
  .precut_obsession02-topic01__inner {
    padding: 0 2rem;
  }
  .precut_obsession02-topic01__flex {
    display: block;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic01__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic01-content__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic01-content__text {
    font-size: 1.6rem;
  }
  .precut_obsession02-topic01__figure {
    width: 100%;
  }
  .precut_obsession02-topic01__text {
    font-size: 1.8rem;
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic01__gallery {
    display: block;
    padding-left: 0;
  }
  .precut_obsession02-topic01-gallery__ele {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic01-gallery__ele {
    display: block;
  }
  .precut_obsession02-topic01-gallery__figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .precut_obsession02-topic01-gallery__text {
    font-size: 1.4rem;
  }
  .precut_obsession02-topic02__inner {
    padding: 0 2rem;
  }
  .precut_obsession02-topic02__flex {
    display: block;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic02__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic02-content__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic02-content__text {
    font-size: 1.6rem;
  }
  .precut_obsession02-topic02__figure {
    width: 100%;
  }
  .precut_obsession02-topic02__gallery {
    display: block;
  }
  .precut_obsession02-topic02-gallery__figure {
    width: 100%;
  }
  .precut_obsession02__topic03 {
    padding: 6rem 0 3rem;
    margin-bottom: 6rem;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 0, 100% 0.5%, 100% 100%, 0 100%, 0 0.5%);
            clip-path: polygon(50% 0, 100% 0.5%, 100% 100%, 0 100%, 0 0.5%);
  }
  .precut_obsession02-topic03__inner {
    padding: 0 2rem;
  }
  .precut_obsession02-topic03__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic03__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic03__body {
    margin-bottom: 2rem;
  }
  .precut_obsession02-topic03-body__inner {
    padding: 3rem 1rem;
  }
  .precut_obsession02-topic03-body__flex {
    display: block;
  }
  .precut_obsession02-topic03-body__box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic03-body__box:first-of-type {
    padding-right: 0;
    border-right: none;
  }
  .precut_obsession02-topic03-body__box:last-of-type {
    padding-left: 0;
    margin-bottom: 0;
  }
  .precut_obsession02-topic03-body-box__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .precut_obsession02-topic03-body-box__figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .precut_obsession02-topic03-body-box__detail {
    width: 100%;
  }
  .precut_obsession02-topic03-body-box__ele span:first-of-type {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    border: 2px solid #D17D0B;
  }
  .precut_obsession02-topic03-body-box__ele span:last-of-type {
    font-size: 1.2rem;
  }
  .precut_obsession02-topic03__sec-text {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 5rem;
  }
  .precut_obsession02-topic03__third-text {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic03-footer__inner {
    padding: 3rem 2rem;
  }
  .precut_obsession02-topic03-footer__flex {
    display: block;
  }
  .precut_obsession02-topic03-footer__content-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic03-footer__content:first-of-type {
    padding-bottom: 0;
    margin-bottom: 3rem;
    border-bottom: none;
  }
  .precut_obsession02-topic03-footer__content:last-of-type {
    padding-top: 0;
  }
  .precut_obsession02-topic03-footer-content__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .precut_obsession02-topic03-footer-content__ele span:first-of-type {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    border: 2px solid #D17D0B;
  }
  .precut_obsession02-topic03-footer-content__ele span:last-of-type {
    font-size: 1.2rem;
  }
  .precut_obsession02-topic03-footer__figure {
    width: 100%;
  }
  .precut_obsession02-topic03-footer__figure-note {
    font-size: 1.2rem;
  }
  .precut_obsession02-topic04__inner {
    padding: 0 2rem;
  }
  .precut_obsession02-topic04__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic04__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic04-body__flex {
    display: block;
  }
  .precut_obsession02-topic04-body__figure {
    width: 100%;
    margin-bottom: 3rem;
  }
  .precut_obsession02-topic04-body__img {
    margin-bottom: 1rem;
  }
  .precut_obsession02-topic04-body__figure-note {
    font-size: 1.4rem;
  }
  .p-media_about {
    padding-bottom: 8rem;
  }
  .p-media_about__header {
    background-image: none;
    height: auto;
    margin-bottom: 5rem;
  }
  .media_about-header__headline {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    text-align: left;
    font-size: 1.8rem;
    width: 100%;
    padding: 0 2rem;
  }
  .p-media_about__container {
    padding: 0 2rem;
  }
  .p-media_about__list {
    display: block;
  }
  .p-media_about__item {
    margin-bottom: 5rem;
  }
  .media_about-item__medal {
    width: 8rem;
    padding: 3rem 0.3rem 4rem;
  }
  .media_about-item-medal__sub-text {
    font-size: 1rem;
  }
  .media_about-item-medal__text {
    font-size: 1.4rem;
  }
  .media_about-item__content {
    height: auto;
    padding: 2rem 2rem 3rem 2rem;
  }
  .media_about-item-content__text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .media_about-item-content__main-title {
    font-size: 2rem;
  }
  .media_about-item-content__sub-title {
    font-size: 1.4rem;
  }
  .media_about-item-content__btn {
    max-width: 19.5rem;
    height: 4rem;
    margin-top: 1rem;
  }
  .p-media_archive__bg {
    height: 16.5rem;
  }
  .p-media_archive__header {
    top: 7rem;
    width: 100%;
    max-width: 33.5rem;
  }
  .media_archive-header__title {
    display: none;
  }
  .p-media_archive__body-wrap {
    padding: 3.5rem 2rem 8rem;
    background-color: #fff;
  }
  .p-media_archive__body {
    padding: 0;
  }
  .media_archive-body__title {
    padding: 1rem 2rem;
  }
  .media_archive-body__year-title,
.media_archive-body__content-title {
    font-size: 1.2rem;
  }
  .media_archive-body__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    height: auto;
    padding: 2rem;
  }
  .media_archive-body__ele {
    margin-bottom: 1rem;
  }
  .media_archive-body-content__year {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
  .media_archive-body__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media_archive-body-content__sub-title {
    font-size: 1.2rem;
  }
  .media_archive-body-content__title {
    font-size: 1.5rem;
  }
  .media_archive-body-content__text {
    font-size: 1rem;
  }
  .media_archive-body__result {
    font-size: 1.8rem;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .p-meyasu_about {
    margin-bottom: 3rem;
  }
  .p-meyasu_about__sp-figure {
    display: block;
    margin-bottom: 4rem;
  }
  .p-meyasu_about__inner {
    padding: 0 2rem;
  }
  .p-meyasu_about__flex {
    display: block;
  }
  .p-meyasu_about__header {
    width: 100%;
  }
  .meyasu_about-header__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .meyasu_about-header__text {
    font-size: 1.6rem;
  }
  .p-meyasu_about__body {
    display: none;
  }
  .p-meyasu_recommend__header {
    height: 18rem;
    padding: 0 2rem;
    margin: 0 auto 5rem;
  }
  .meyasu_recommend-header__content {
    width: 29.5rem;
    padding: 0.3rem;
  }
  .meyasu_recommend-header-content__inner {
    padding: 1rem 0.5rem;
  }
  .meyasu_recommend-header-content__label {
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
  }
  .meyasu_recommend-header-content__title {
    font-size: 1.8rem;
  }
  .meyasu_recommend-header-content__sub-text {
    font-size: 1.7rem;
  }
  .p-meyasu_recommend__container {
    padding: 0 2rem 5rem;
  }
  .meyasu_recommend-body__title {
    padding: 0.4rem 1rem;
    font-size: 2.4rem;
  }
  .meyasu_recommend-body__inner {
    padding: 5rem 2rem;
  }
  .meyasu_recommend-body__flex {
    display: block;
    margin-bottom: 0;
  }
  .meyasu_recommend-body__flex:last-of-type {
    margin-bottom: 0;
  }
  .meyasu_recommend-body__box {
    display: block;
    margin-bottom: 5rem;
  }
  .meyasu_recommend-body__flex:last-of-type .meyasu_recommend-body__box:last-of-type {
    margin-bottom: 0;
  }
  .meyasu_recommend-body-box__figure {
    margin-right: 0;
    margin: 0 auto 3rem;
  }
  .meyasu_recommend-body-box__figure01 {
    width: 17rem;
  }
  .meyasu_recommend-body-box__figure02 {
    width: 15rem;
  }
  .meyasu_recommend-body-box__figure03 {
    width: 10rem;
  }
  .meyasu_recommend-body-box__figure04 {
    width: 16rem;
  }
  .meyasu_recommend-body-box__content {
    width: 100%;
  }
  .meyasu_recommend-body-box-content__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .meyasu_recommend-body-box-content__text {
    font-size: 1.6rem;
  }
  .meyasu_recommend-body__btn {
    display: none;
  }
  .meyasu_recommend-body-box-content__sp-btn {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 29.5rem;
    height: 8rem;
    border-radius: 8rem;
    margin-top: 2rem;
  }
  .p-meyasu_reference {
    padding: 3rem 0;
  }
  .p-meyasu_reference__inner {
    padding: 0 2rem;
  }
  .p-meyasu_reference__body {
    overflow-x: auto;
  }
  .meyasu_reference-body__inner {
    width: 105.2rem;
    margin: 0 auto;
  }
  .p-meyasu_example {
    padding-bottom: 0;
  }
  .p-meyasu_example__bg {
    height: 16.5rem;
    margin-bottom: 3rem;
  }
  .p-meyasu_example__header {
    top: 5rem;
    width: 29rem;
  }
  .meyasu_example-header__title {
    font-size: 2.6rem;
  }
  .meyasu_example-header__sub-title {
    width: 10rem;
  }
  .p-meyasu_example__body {
    padding: 0 2rem;
    margin: 0 auto 10rem;
  }
  .meyasu_example-body__gallery {
    background-color: transparent;
  }
  .meyasu_example-body-gallery__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .meyasu_example-body-gallery__box {
    height: 12rem;
  }
  .meyasu_example-body-gallery__box:first-of-type {
    background-image: url(../images/cost/meyasu/image_example_gallery01_sp.png);
  }
  .meyasu_example-body-gallery__box:nth-of-type(2) {
    background-image: url(../images/cost/meyasu/image_example_gallery02_sp.png);
  }
  .meyasu_example-body-gallery__box:nth-of-type(3) {
    background-image: url(../images/cost/meyasu/image_example_gallery03_sp.png);
  }
  .meyasu_example-body-gallery__box:nth-of-type(4) {
    background-image: url(../images/cost/meyasu/image_example_gallery04_sp.png);
  }
  .meyasu_example-body-gallery__box:nth-of-type(5) {
    background-image: url(../images/cost/meyasu/image_example_gallery05_sp.png);
  }
  .meyasu_example-body-gallery__box:last-of-type {
    background-image: url(../images/cost/meyasu/image_example_gallery06_sp.png);
  }
  .meyasu_example-body-gallery-box__content {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
  .meyasu_example-body-gallery-box__number {
    width: 2rem;
    margin-right: 2.5rem;
  }
  .meyasu_example-body-gallery-box__title span:first-of-type {
    font-size: 1.8rem;
  }
  .meyasu_example-body-gallery-box__title span:last-of-type {
    font-size: 1rem;
  }
  .p-meyasu_case {
    margin-bottom: 7rem;
  }
  .meyasu_case01__inner {
    padding: 0 2rem;
  }
  .meyasu_case01__container {
    padding: 7rem 0 5rem;
  }
  .meyasu_case01__number {
    top: -4rem;
    width: 7.5rem;
  }
  .meyasu_case01__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case01__text {
    font-size: 1.6rem;
    padding: 0 3.5rem;
    margin-bottom: 3rem;
  }
  .meyasu_case01__before-label {
    font-size: 1.4rem;
    width: 6rem;
    height: 2.4rem;
  }
  .meyasu_case01__after-label {
    font-size: 1.4rem;
    width: 6rem;
    height: 2.4rem;
  }
  .meyasu_case01__about {
    margin-bottom: 2rem;
  }
  .meyasu_case01-about__inner {
    display: block;
  }
  .meyasu_case01-about__content {
    width: 100%;
    margin-right: 0;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
  .meyasu_case01-about-content__price {
    font-size: 2rem;
    padding: 1rem;
  }
  .meyasu_case01-about-content__price span:first-of-type {
    font-size: 3.7rem;
  }
  .meyasu_case01-about-content__price span:first-of-type > span {
    font-size: 2.4rem;
  }
  .meyasu_case01-about-content__price span:last-of-type {
    font-size: 2.4rem;
  }
  .meyasu_case01-about-content__year {
    font-size: 1.8rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .meyasu_case01__figure {
    width: 100%;
  }
  .meyasu_case01__ele {
    padding: 0 2rem;
  }
  .meyasu_case01__flex {
    display: block;
    margin: 0 auto 3rem;
  }
  .meyasu_case01__area {
    width: 100%;
    padding: 1rem 1rem 2rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .meyasu_case01-area__inner {
    width: 100%;
  }
  .meyasu_case01-area__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case01-area__figure-wrap:first-of-type {
    margin-bottom: 2rem;
  }
  .meyasu_case01__detail {
    width: 100%;
  }
  .meyasu_case01-detail__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case01-detail__figure {
    margin-bottom: 2rem;
  }
  .meyasu_case01-detail-content__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case01-detail-content__tag {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
    margin-bottom: 0.5rem;
  }
  .meyasu_case01__point {
    display: block;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .meyasu_case01-point__title {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .meyasu_case01-point__title-text {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
  .meyasu_case01-point__title-icon {
    width: 1.6rem;
  }
  .meyasu_case01-point__list {
    padding: 2rem 1rem;
  }
  .meyasu_case01-point__item {
    font-size: 1.6rem;
  }
  .meyasu_case01__btn {
    max-width: 29.5rem;
    height: 6rem;
  }
  .meyasu_case05__inner {
    padding: 0 2rem;
  }
  .meyasu_case05__container {
    padding: 7rem 0 5rem;
  }
  .meyasu_case05__number {
    top: -4rem;
    width: 7.5rem;
  }
  .meyasu_case05__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case05__text {
    font-size: 1.6rem;
    padding: 0 3.5rem;
    margin-bottom: 3rem;
  }
  .meyasu_case05__before-label {
    font-size: 1.4rem;
    width: 6rem;
    height: 2.4rem;
  }
  .meyasu_case05__after-label {
    font-size: 1.4rem;
    width: 6rem;
    height: 2.4rem;
  }
  .meyasu_case05__about {
    margin-bottom: 2rem;
  }
  .meyasu_case05-about__inner {
    display: block;
  }
  .meyasu_case05-about__gallery {
    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;
  }
  .meyasu_case05-about-gallery__figure:first-of-type {
    width: 100%;
    margin-bottom: 1rem;
  }
  .meyasu_case05-about-gallery__figure:nth-of-type(2),
.meyasu_case05-about-gallery__figure:last-of-type {
    width: 47%;
  }
  .meyasu_case05-about__content {
    width: 100%;
    margin-right: 0;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
  .meyasu_case05-about-content__price {
    font-size: 2rem;
    padding: 1rem;
  }
  .meyasu_case05-about-content__price span:first-of-type {
    font-size: 3.7rem;
  }
  .meyasu_case05-about-content__price span:first-of-type > span {
    font-size: 2.4rem;
  }
  .meyasu_case05-about-content__price span:last-of-type {
    font-size: 2.4rem;
  }
  .meyasu_case05-about-content__year {
    font-size: 1.8rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .meyasu_case05__figure {
    width: 100%;
  }
  .meyasu_case05__ele {
    padding: 0 2rem;
  }
  .meyasu_case05__flex {
    display: block;
    margin: 0 auto 3rem;
  }
  .meyasu_case05__area {
    width: 100%;
    padding: 1rem 1rem 2rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .meyasu_case05-area__inner {
    width: 100%;
  }
  .meyasu_case05-area__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case05-area__figure-wrap:first-of-type {
    margin-bottom: 2rem;
  }
  .meyasu_case05__detail {
    width: 100%;
  }
  .meyasu_case05-detail__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case05-detail__figure {
    margin-bottom: 2rem;
  }
  .meyasu_case05-detail-content__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case05-detail-content__tag {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
    margin-bottom: 0.5rem;
  }
  .meyasu_case05__point {
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .meyasu_case05-point__title {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.5rem;
  }
  .meyasu_case05-point__title-text {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
  .meyasu_case05-point__title-icon {
    width: 1.6rem;
  }
  .meyasu_case05-point__flex {
    display: block;
    padding: 2rem 1rem;
  }
  .meyasu_case05-point__list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .meyasu_case05-point__item {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .meyasu_case05-point__item:last-of-type {
    margin-bottom: 0;
  }
  .meyasu_case05-point__figure {
    width: 100%;
  }
  .meyasu_case05-point__img {
    margin-bottom: 1rem;
  }
  .meyasu_case05-point__figure-note {
    font-size: 1.2rem;
  }
  .meyasu_case05__btn {
    max-width: 29.5rem;
    height: 6rem;
  }
  .meyasu_case06 {
    margin-bottom: 0;
  }
  .meyasu_case06__inner {
    padding: 0 2rem;
  }
  .meyasu_case06__container {
    padding: 7rem 0 5rem;
  }
  .meyasu_case06__number {
    top: -4rem;
    width: 7.5rem;
  }
  .meyasu_case06__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case06__text {
    font-size: 1.6rem;
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .meyasu_case06__before-label {
    font-size: 1.4rem;
    width: 6rem;
    height: 2.4rem;
  }
  .meyasu_case06__after-label {
    font-size: 1.4rem;
    width: 6rem;
    height: 2.4rem;
  }
  .meyasu_case06__about {
    margin-bottom: 2rem;
  }
  .meyasu_case06-about__inner {
    display: block;
  }
  .meyasu_case06-about__gallery {
    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;
  }
  .meyasu_case06-about-gallery__figure:first-of-type,
.meyasu_case06-about-gallery__figure:nth-of-type(2) {
    width: 100%;
  }
  .meyasu_case06-about-gallery__figure:nth-of-type(3),
.meyasu_case06-about-gallery__figure:nth-of-type(4),
.meyasu_case06-about-gallery__figure:nth-of-type(5),
.meyasu_case06-about-gallery__figure:last-of-type {
    width: 47%;
  }
  .meyasu_case06-about__content {
    width: 100%;
    margin-right: 0;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
  .meyasu_case06-about-content__price {
    font-size: 2rem;
    padding: 1rem;
  }
  .meyasu_case06-about-content__price span:first-of-type {
    font-size: 3.7rem;
  }
  .meyasu_case06-about-content__price span:first-of-type > span {
    font-size: 2.4rem;
  }
  .meyasu_case06-about-content__price span:last-of-type {
    font-size: 2.4rem;
  }
  .meyasu_case06-about-content__year {
    font-size: 1.8rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .meyasu_case06__figure {
    width: 100%;
  }
  .meyasu_case06__ele {
    padding: 0 2rem;
  }
  .meyasu_case06__area {
    padding: 1rem 1rem 2rem;
    margin-bottom: 2rem;
  }
  .meyasu_case06-area__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case06-area__inner {
    display: block;
  }
  .meyasu_case06__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
  .meyasu_case06__point {
    width: 100%;
    padding: 1rem;
    margin-right: 0;
  }
  .meyasu_case06-point__title {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.5rem;
  }
  .meyasu_case06-point__title-text {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
  .meyasu_case06-point__title-icon {
    width: 1.6rem;
  }
  .meyasu_case06-point__inner {
    padding: 2rem 1rem;
  }
  .meyasu_case06-point__list {
    margin-bottom: 2rem;
  }
  .meyasu_case06-point__item {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .meyasu_case06-point__item:last-of-type {
    margin-bottom: 0;
  }
  .meyasu_case06-point__img {
    margin-bottom: 1rem;
  }
  .meyasu_case06-point__figure-note {
    font-size: 1.2rem;
  }
  .meyasu_case06__detail {
    width: 100%;
    margin-bottom: 3rem;
  }
  .meyasu_case06-detail__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case06-detail__figure {
    margin-bottom: 2rem;
  }
  .meyasu_case06-detail-content__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .meyasu_case06-detail-content__tag {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
    margin-bottom: 0.5rem;
  }
  .meyasu_case06__btn {
    max-width: 29.5rem;
    height: 6rem;
  }
  .p-meyasu_contact {
    margin: 0 auto 7rem;
    background-image: url(../images/meyasu/image_contact_bg_sp.png);
  }
  .p-meyasu_contact__inner {
    padding: 0 4rem;
  }
  .p-meyasu_contact__header {
    margin-bottom: 4rem;
  }
  .meyasu_contact-header__title {
    font-size: 2rem;
  }
  .p-meyasu_contact__body {
    max-width: 100%;
    display: block;
  }
  .meyasu_contact-body__box {
    width: 100%;
    height: auto;
    padding: 2.5rem 0.5rem 2rem;
    margin-bottom: 3rem;
  }
  .meyasu_contact-body-box__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .meyasu_contact-body__box:last-of-type .meyasu_contact-body-box__title {
    margin-bottom: 1rem;
  }
  .meyasu_contact-body-box__tel-link {
    font-size: 3rem;
    margin-bottom: 0.2rem;
  }
  .meyasu_contact-body-box__open-text {
    font-size: 1.2rem;
  }
  .meyasu_contact-body-box__text {
    font-size: 1.6rem;
  }
  .meyasu_contact-body-box__btn {
    max-width: 21rem;
    height: 3.4rem;
    border-radius: 3.4rem;
  }
  .p-meyasu_closing {
    padding: 5rem 0 0;
    background-color: #FAF7F7;
  }
  .p-meyasu_closing__inner {
    padding: 0 2rem;
  }
  .p-meyasu_closing__body {
    display: block;
    margin: 0 auto 3rem;
  }
  .meyasu_closing-body__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .meyasu_closing-body__text {
    font-size: 1.6rem;
  }
  .p-financing_lead {
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
  .p-financing_lead__inner {
    padding: 0 2rem;
  }
  .p-financing_lead__flex {
    display: block;
  }
  .p-financing_lead__header {
    width: 100%;
  }
  .financing_lead-header__title {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .financing_lead-header__text {
    font-size: 1.6rem;
  }
  .p-financing_lead__body {
    display: none;
  }
  .p-financing_flow {
    padding: 4rem 0 5rem;
  }
  .p-financing_flow__inner {
    padding: 0 2rem;
  }
  .p-financing_flow__box {
    max-width: 100%;
    padding: 5rem 2rem 5rem;
    margin-bottom: 5rem;
  }
  .p-financing_flow__box:first-of-type,
.p-financing_flow__box:nth-of-type(4),
.p-financing_flow__box:nth-of-type(5) {
    padding: 0 0 3rem;
  }
  .p-financing_flow__box:last-of-type {
    max-width: 100%;
    padding: 5rem 2rem 5rem;
  }
  .p-financing_flow__box-header {
    display: none;
  }
  .p-financing_flow__sp-box-header {
    display: block;
    padding: 0 2rem;
  }
  .p-financing_flow__sp-box-header-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .p-financing_flow__sp-box-header-title::after {
    left: 0;
  }
  .p-financing_flow__sp-box-header-text {
    font-size: 1.6rem;
    padding: 0 0 3rem;
  }
  .p-financing_flow__flex {
    display: block;
  }
  .p-financing_flow__figure {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .p-financing_flow__box:nth-of-type(3) .p-financing_flow__figure {
    display: none;
  }
  .p-financing_flow__box:nth-of-type(3) .p-financing_flow__img {
    display: none;
  }
  .p-financing_flow__table-figure {
    display: block;
    overflow: hidden;
    margin-bottom: 5rem;
  }
  .p-financing_frow__table-img {
    width: 67rem;
  }
  .p-financing_flow__box:last-of-type .p-financing_flow__figure {
    display: none;
  }
  .p-financing_flow__box:first-of-type .p-financing_flow__content,
.p-financing_flow__box:nth-of-type(4) .p-financing_flow__content,
.p-financing_flow__box:nth-of-type(5) .p-financing_flow__content {
    padding: 0 2rem;
  }
  .financing_flow__box-left .p-financing_flow__content {
    margin-right: 0;
  }
  .p-financing_flow__box:nth-of-type(5) .p-financing_flow__content {
    margin-right: 0;
  }
  .financing_flow-content__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .financing_flow-content__text {
    font-size: 1.6rem;
  }
  .financing_flow-content__list-title {
    text-align: center;
    font-size: 1.8rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .financing_flow-content__list-title::before,
.financing_flow-content__list-title::after {
    width: 3rem;
    height: 0.1rem;
  }
  .financing_flow-content__list-title::before {
    left: 0;
  }
  .financing_flow-content__list-title::after {
    right: 0;
  }
  .financing_flow-content__list {
    padding: 1.5rem 1rem;
  }
  .financing_flow-content__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  .financing_flow-content__item img {
    width: 2.6rem;
  }
  .financing_flow-content__item span {
    font-size: 1.6rem;
  }
  .p-financing_example {
    padding: 10rem 0 8rem;
  }
  .p-financing_example__inner {
    padding: 0 2rem;
  }
  .p-financing_example__header {
    margin-bottom: 3rem;
  }
  .financing_example-header__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .financing_example-header__text {
    font-size: 1.6rem;
  }
  .p-financing_example__body {
    margin-bottom: 0;
  }
  .p-financing_example__box {
    padding: 3rem 2rem 5rem;
    margin-bottom: 3rem;
  }
  .p-financing_example__flex {
    display: block;
  }
  .p-financing_example__content {
    display: block;
    max-width: 100%;
  }
  .financing_example-content__figure {
    width: 8.7rem;
    margin: 0 auto 3rem;
  }
  .financing_example-content__ele {
    max-width: 100%;
    padding-top: 2.5rem;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #D17D0B;
  }
  .financing_example-content__title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .financing_example-content__text {
    font-size: 1.6rem;
  }
  .financing_example-content__caution {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .p-financing_example__figure {
    display: none;
  }
  .p-financing_example__note {
    display: none;
  }
  .p-financing_loan {
    padding: 10rem 0 8rem;
  }
  .p-financing_loan__header {
    display: block;
    padding-right: 0;
  }
  .financing_loan-header__figure {
    width: 100%;
  }
  .financing_loan-header__content {
    width: 100%;
    margin-left: 0;
    padding: 3rem 2rem;
  }
  .financing_loan-header-content__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .financing_loan-header-content__text {
    font-size: 1.6rem;
  }
  .p-financing_loan__inner {
    padding: 0;
  }
  .p-financing_loan__body {
    padding: 3rem 0 0;
    margin: 0 auto 3rem;
  }
  .financing_loan-body__box {
    padding: 0 4rem 3rem;
  }
  .financing_loan-body__box:nth-of-type(2) {
    padding-top: 3rem;
  }
  .financing_loan-body-box__title {
    font-size: 2rem;
    height: 6rem;
  }
  .financing_loan-body-box__list {
    padding-top: 3rem;
  }
  .financing_loan-body-box__item {
    margin-bottom: 2.5rem;
  }
  .financing_loan-body-box__item > img {
    width: 2rem;
    margin-top: 1rem;
    margin-right: 1.5rem;
  }
  .financing_loan-body-box__item-text {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .financing_loan-body-box__item-sub-text {
    font-size: 1.6rem;
  }
  .p-financing_loan__footer-wrap {
    padding: 0 2rem;
  }
  .p-financing_loan__footer {
    max-width: 100%;
    padding: 3rem 2rem 3rem;
  }
  .financing_loan-footer__box {
    display: block;
    margin-bottom: 2.5rem;
  }
  .financing_loan-footer-box__text {
    font-size: 1.8rem;
    max-width: 100%;
    margin-right: 0;
  }
  .financing_loan-footer-box__figure {
    display: none;
  }
  .financing_loan-footer__contact {
    display: block;
    max-width: 100%;
  }
  .financing_loan-footer-contact__banner {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .financing_loan-footer-contact-tel__text {
    font-size: 1.5rem;
  }
  .financing_loan-footer-contact-tel__icon {
    width: 3rem;
  }
  .financing_loan-footer-contact-tel__link-text {
    font-size: 3rem;
  }
  .financing_loan-footer-contact-tel__note {
    font-size: 1.4rem;
  }
  .p-financing_merit {
    padding: 10rem 0 0;
  }
  .p-financing_merit__header {
    background-image: url(../images/financing/image_merit_header-bg_sp.png);
    height: 20rem;
  }
  .financing_merit-header__inner {
    height: 20rem;
  }
  .financing_merit-header__title {
    font-size: 2.6rem;
    left: 2rem;
  }
  .p-financing_merit__inner {
    padding: 0;
  }
  .p-financing_merit__body {
    padding: 3rem 0 8rem;
    margin: 0 auto;
  }
  .financing_merit-body__reform {
    padding: 0 2rem;
    margin-bottom: 4rem;
  }
  .financing_merit-body-reform__title {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
  .financing_merit-body-reform__flex {
    display: block;
  }
  .financing_merit-body-reform__box {
    max-width: 100%;
    height: auto;
  }
  .financing_merit-body-reform__box:first-of-type {
    height: 21.2rem;
    margin-bottom: 5.5rem;
  }
  .financing_merit-body-reform__box:last-of-type {
    height: 17.3rem;
  }
  .financing_merit-body-reform-box__inner {
    padding: 4rem 1rem 3rem;
  }
  .financing_merit-body-reform-box__title {
    top: -1.9rem;
    left: 3rem;
    padding: 0 1rem;
  }
  .financing_merit-body-reform-box__title > span {
    font-size: 2.4rem;
  }
  .financing_merit-body-reform-box__maru-img {
    width: 2.5rem;
    margin-right: 1.5rem;
  }
  .financing_merit-body-reform-box__batu-img {
    width: 2rem;
    margin-right: 1.5rem;
  }
  .financing_merit-body-reform-box__item {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .financing_merit-body__company {
    padding: 3rem 2rem 5rem;
    margin-bottom: 5rem;
  }
  .financing_merit-body-company__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .financing_merit-body-company__flex {
    display: block;
  }
  .financing_merit-body-company__btn {
    max-width: 100%;
    height: 11.2rem;
  }
  .financing_merit-body-company__btn:first-of-type {
    margin-bottom: 2rem;
  }
  .financing_merit-body-company-btn__ele {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .financing_merit-body-company-btn__icon {
    margin-bottom: 1rem;
  }
  .financing_merit-body-company__btn:first-of-type .financing_merit-body-company-btn__icon {
    width: 9rem;
  }
  .financing_merit-body-company__btn:last-of-type .financing_merit-body-company-btn__icon {
    width: 12.5rem;
  }
  .financing_merit-body-company-btn__text {
    font-size: 1.6rem !important;
  }
  .financing_merit-body__housing {
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
  .financing_merit-body-housing__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .financing_merit-body-housing__text {
    font-size: 1.6rem;
    margin-bottom: 4.5rem;
  }
  .financing_merit-body-housing__mold-title {
    font-size: 2.6rem;
    padding-left: 3rem;
    margin-bottom: 4rem;
  }
  .financing_merit-body-housing__mold-title::before {
    width: 2rem;
    height: 0.3rem;
  }
  .financing_merit-body-housing__flex {
    display: block;
    margin-bottom: 5rem;
  }
  .financing_merit-body-housing__box {
    max-width: 100%;
    height: 16rem;
  }
  .financing_merit-body-housing__flex:first-of-type .financing_merit-body-housing__box:first-of-type {
    height: 19rem;
  }
  .financing_merit-body-housing__flex:last-of-type .financing_merit-body-housing__box:first-of-type {
    height: 23rem;
  }
  .financing_merit-body-housing__box:first-of-type {
    margin-bottom: 4.5rem;
  }
  .financing_merit-body-housing-box__inner {
    padding: 4rem 1rem 3rem;
  }
  .financing_merit-body-housing-box__title {
    top: -1.9rem;
    left: 3rem;
    padding: 0 1rem;
  }
  .financing_merit-body-housing-box__title > span {
    font-size: 2.4rem;
  }
  .financing_merit-body-housing-box__maru-img {
    width: 2.5rem;
    margin-right: 1.5rem;
  }
  .financing_merit-body-housing-box__batu-img {
    width: 2rem;
    margin-right: 1.5rem;
  }
  .financing_merit-body-housing-box__item {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .financing_merit-body-housing__note {
    font-size: 1.4rem;
  }
  .financing_merit-body__table {
    padding: 0 2rem;
  }
  .financing_merit-body-table__text {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .financing_merit-body-table-box__pc {
    display: none;
  }
  .financing_merit-body-table-box__sp {
    display: block;
    border-collapse: separate;
    border-spacing: 3px;
  }
  .p-financing_planner {
    padding: 0 0 8rem;
    background-color: #fff;
  }
  .p-financing_planner__header {
    display: block;
  }
  .financing_planner-header__figure {
    display: none;
  }
  .financing_planner-header__content {
    width: 100%;
    margin-right: 0;
    padding: 0 2rem;
  }
  .financing_planner-header-content__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .financing_planner-header-content__text {
    font-size: 1.6rem;
  }
  .p-financing_planner__inner {
    padding: 0;
  }
  .p-financing_planner__body {
    padding-top: 3rem;
  }
  .financing_planner-body__flex {
    display: block;
  }
  .financing_planner-body__figure {
    max-width: 100%;
  }
  .financing_planner-body__content {
    padding: 2.5rem 0 0;
  }
  .financing_planner-body-content__box {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .financing_planner-body-content__box:first-of-type {
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
  .financing_planner-body-content__box:last-of-type {
    padding: 0 2rem;
    background-color: #fff;
  }
  .financing_planner-body-content__box-inner {
    width: 100%;
  }
  .financing_planner-body-content__fp {
    font-size: 2rem;
  }
  .financing_planner-body-content__name {
    font-size: 4.2rem;
  }
  .financing_planner-body-content__furigana {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
  .financing_planner-body-content__title {
    font-size: 2.6rem;
    border-left: 3px solid #D17D0B;
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
  .financing_planner-body-content__text {
    font-size: 1.6rem;
  }
  .financing_planner-body-content__box:last-of-type .financing_planner-body-content__text:nth-of-type(2) {
    margin-bottom: 5rem;
  }
  .p-financing_planner__footer {
    background-color: #fff;
  }
  .financing_planner-footer__grid {
    display: block;
  }
  .financing_planner-footer__banner {
    margin-bottom: 1rem;
  }
  .p-oldhouse_lead {
    margin-bottom: 15rem;
  }
  .p-oldhouse_lead__inner {
    padding: 0 2rem;
  }
  .p-oldhouse_lead__container {
    max-width: 100%;
  }
  .p-oldhouse_lead__header {
    margin-bottom: 13.5rem;
  }
  .oldhouse_lead-header__copy {
    top: auto;
    right: auto;
    left: -2rem;
    bottom: -9rem;
    font-size: 2.2rem;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .oldhouse_lead-header__copy span {
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
  }
  .p-oldhouse_lead__body {
    max-width: 100%;
    margin: 0 auto 5rem;
  }
  .oldhouse_lead-body__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -2rem;
  }
  .oldhouse_lead-body__box {
    max-width: 13rem;
    height: 13rem;
  }
  .oldhouse_lead-body__box:first-of-type {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .oldhouse_lead-body-box__text {
    font-size: 1.8rem;
  }
  .oldhouse_lead-body__figure-flex {
    margin: 0 auto 1.5rem;
  }
  .oldhouse_lead-body__figure-flex picture:first-of-type {
    display: none;
  }
  .oldhouse_lead-body__figure-flex picture:nth-of-type(2) {
    display: none;
  }
  .oldhouse_lead-body__figure-flex picture:nth-of-type(3) {
    display: none;
  }
  .oldhouse_lead-body__figure-flex picture:last-of-type {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .oldhouse_lead-body__title {
    font-size: 2.2rem;
    background-color: transparent;
  }
  .oldhouse_lead-body__title span {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.2rem;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    background-color: #D17D0B;
  }
  .oldhouse_lead-body__title span:last-of-type {
    margin-bottom: 0;
  }
  .oldhouse_lead-footer__list {
    max-width: 100%;
  }
  .oldhouse_lead-footer__item {
    width: 29.5rem;
    height: 45rem !important;
    border-bottom: 0.5rem solid #D17D0B;
    margin: 0 1rem;
  }
  .oldhouse_lead-footer-item__content {
    height: 24rem;
    padding: 3rem 2rem;
  }
  .oldhouse_lead-footer-item-content__sub-text {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .oldhouse_lead-footer-item-content__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    min-height: auto;
  }
  .oldhouse_lead-footer-item-content__btn {
    max-width: 100%;
    height: 4.8rem;
  }
  .oldhouse_lead-footer-item-content__btn span {
    font-size: 1.6rem;
  }
  .p-oldhouse_lead__footer .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .p-oldhouse_lead__footer .slick-list.draggable {
    padding-top: 2rem !important;
  }
  .p-oldhouse_lead__footer .slick-dots {
    bottom: -6rem !important;
  }
  .p-oldhouse_lead__footer .slide-arrow {
    bottom: -7.5rem;
    width: 5rem;
    height: 5rem;
  }
  .p-oldhouse_lead__footer .prev-arrow {
    left: 4rem;
  }
  .p-oldhouse_lead__footer .next-arrow {
    right: 4rem;
  }
  .modal-cancel {
    top: -2rem;
    right: 0;
    width: 3rem;
    height: 3rem;
  }
  .modal-cancel::before,
.modal-cancel::after {
    width: 3rem;
    height: 0.5rem;
  }
  .modal-box {
    max-width: 34rem;
  }
  .p-oldhouse_thinking {
    padding-bottom: 8rem;
  }
  .p-oldhouse_thinking__inner {
    padding: 0 2rem;
  }
  .p-oldhouse_thinking__body {
    max-width: 100%;
    padding: 5rem 2rem 4rem;
    margin: -3rem auto 8rem;
  }
  .oldhouse_thinking-body__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .oldhouse_thinking-body__text {
    font-size: 1.6rem;
  }
  .oldhouse_thinking-footer__title-wrap {
    margin-bottom: 3rem;
  }
  .oldhouse_thinking-footer__title {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    padding: 1.5rem 1rem;
  }
  .oldhouse_thinking-footer__title::before,
.oldhouse_thinking-footer__title::after {
    width: 1.3rem;
    height: 1.4rem;
  }
  .oldhouse_thinking-footer__flex {
    display: block;
    max-width: 100%;
  }
  .oldhouse_thinking-footer__figure {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .oldhouse_thinking-footer-content__title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .oldhouse_thinking-footer-content__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .oldhouse_thinking-footer-content__btn {
    max-width: 100%;
    height: 6rem;
  }
  .oldhouse_thinking-footer-content__btn span {
    font-size: 1.6rem;
  }
  .p-oldhouse_intro {
    padding-bottom: 8rem;
  }
  .p-oldhouse_intro__header {
    background-image: url(../images/oldhouse/image_intro-header-bg_sp.png);
    height: 18.8rem;
    margin-bottom: 1rem;
  }
  .oldhouse_intro-header__inner {
    height: 18.8rem;
  }
  .oldhouse_intro-header__title {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .oldhouse_intro-header__title span {
    text-align: center;
  }
  .oldhouse_intro-header__title span:first-of-type {
    font-size: 1.8rem;
  }
  .oldhouse_intro-header__title span:last-of-type {
    font-size: 2.4rem;
  }
  .p-oldhouse_intro__content {
    max-width: 33.5rem;
    padding: 5rem 1rem;
    margin: -3rem auto 3.5rem;
  }
  .oldhouse_intro-content__sub-title {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .oldhouse_intro-content__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .oldhouse_intro-content__text span {
    display: block;
  }
  .oldhouse_intro-content__text span:first-of-type {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .oldhouse_intro-content__text span:last-of-type {
    text-align: left;
    font-size: 1.6rem;
  }
  .p-oldhouse_intro__inner {
    padding: 0 2rem;
  }
  .p-oldhouse_intro__body {
    padding: 0;
    background-color: #FAF7F7;
  }
  .oldhouse_intro-body__lead {
    margin-bottom: 8rem;
  }
  .oldhouse_intro-body-lead__title {
    font-size: 2rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
    border-left: 2px solid #2F1B01;
  }
  .oldhouse_intro-body-lead__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .oldhouse_intro-body-lead__figure {
    display: none;
  }
  .oldhouse_intro-body-lead__table-figure {
    display: block;
    margin-bottom: 5rem;
  }
  .oldhouse_intro-body-lead__before-title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .oldhouse_intro-body-lead__before {
    display: block;
  }
  .oldhouse_intro-body-lead__before-figure {
    margin-bottom: 1rem;
  }
  .oldhouse_intro-body-lead__before-figure:last-of-type {
    margin-bottom: 0;
  }
  .oldhouse_intro-body-lead-before__number-img {
    width: 3.7rem;
    height: 3.7rem;
  }
  .oldhouse_intro-body-point__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .oldhouse_intro-body-point__box:first-of-type {
    padding-top: 3rem;
  }
  .oldhouse_intro-body-point__box {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border-bottom: none;
  }
  .oldhouse_intro-body-point__box:nth-of-type(4) {
    margin-bottom: 0;
  }
  .oldhouse_intro-body-point-box__content {
    margin-bottom: 2rem;
  }
  .oldhouse_intro-body-point-box__title-wrap {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .oldhouse_intro-body-point-box__number {
    width: 6.8rem;
    height: 6.8rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .oldhouse_intro-body-point-box__title {
    font-size: 2.4rem;
  }
  .oldhouse_intro-body-point-box__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .oldhouse_intro-body-point-box__text span:first-of-type {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .oldhouse_intro-body-point-box__text span:last-of-type {
    font-size: 1.4rem;
  }
  .oldhouse_intro-body-point-box__figure-frex {
    display: block;
  }
  .oldhouse_intro-body-point-box__figure {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .oldhouse_intro-body-point-box__figure {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .oldhouse_intro-body-point-box__figure:last-of-type {
    margin-bottom: 0;
  }
  .oldhouse_intro-body-point__detail-box {
    display: block;
    padding-top: 5rem;
  }
  .oldhouse_intro-body-point-detail-box__figure {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .oldhouse_intro-body-point__detail-box-block {
    padding-top: 5rem;
  }
  .oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__flex {
    display: block;
    margin-bottom: 2rem;
  }
  .oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__figure {
    margin-bottom: 5rem;
  }
  .oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__figure:last-of-type {
    margin-bottom: 0;
  }
  .oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__label {
    font-size: 1.8rem;
    max-width: 19.5rem;
    margin: 0 auto -2rem;
  }
  .oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__title-wrap {
    display: none;
  }
  .oldhouse_intro-body-point__detail-box-block .oldhouse_intro-body-point-detail-box__text {
    font-size: 1.6rem;
  }
  .oldhouse_intro-body-point__detail-box:nth-of-type(even) .oldhouse_intro-body-point-detail-box__content {
    margin-right: 0;
  }
  .oldhouse_intro-body-point-detail-box__title-wrap {
    padding-left: 0;
    margin-bottom: 1.5rem;
    border-left: none;
  }
  .oldhouse_intro-body-point-detail-box__number {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }
  .oldhouse_intro-body-point-detail-box__title {
    font-size: 2rem;
  }
  .oldhouse_intro-body-point-detail-box__text {
    font-size: 1.6rem;
  }
  .p-oldhouse_proposal {
    padding: 11rem 0 8rem;
  }
  .p-oldhouse_proposal__inner {
    padding: 0 2rem;
  }
  .p-oldhouse_proposal__container {
    max-width: 100%;
  }
  .p-oldhouse_proposal__header {
    padding: 4rem 0 3rem;
    margin-bottom: 5rem;
  }
  .oldhouse_proposal-header__title-wrap {
    margin: -6rem 0 2rem;
  }
  .oldhouse_proposal-header__title {
    font-size: 2.6rem;
    padding: 0 2rem;
  }
  .oldhouse_proposal-header__text {
    font-size: 1.8rem;
  }
  .p-oldhouse_proposal__body {
    padding: 5rem 2rem;
  }
  .oldhouse_proposal-body__flex {
    display: block;
  }
  .oldhouse_proposal-body__figure {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .oldhouse_proposal-body__figure-text {
    font-size: 1.6rem;
  }
  .oldhouse_proposal-body__figure-title {
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
  }
  .oldhouse_proposal-body__content {
    height: auto;
    padding-left: 0;
    border-left: none;
  }
  .oldhouse_proposal-body-content__text {
    font-size: 1.8rem;
  }
  .p-study_lead {
    padding-bottom: 0;
  }
  .p-study_lead__inner {
    padding: 0;
  }
  .p-study_lead__container {
    max-width: 100%;
  }
  .p-study_lead__header {
    padding: 0 2rem;
    margin-bottom: 7.5rem;
  }
  .study_lead-header__figure {
    margin-bottom: 3rem;
  }
  .study_lead-header__text {
    text-align: left;
    font-size: 1.8rem;
  }
  .p-study_lead__body {
    padding: 5rem 2rem;
    background-image: url(../images/study/image_lead-body-bg.png);
  }
  .study_lead-body__title-wrap {
    max-width: 31rem;
    padding: 1rem 0;
  }
  .study_lead-body__title {
    font-size: 2.8rem;
  }
  .study_lead-body__list {
    max-width: 100%;
  }
  .study_lead-body__item {
    margin-bottom: 2rem;
  }
  .study_lead-body__check-icon {
    width: 2.3rem;
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .study_lead-body__text {
    font-size: 1.6rem;
  }
  .p-study_movie {
    padding: 8rem 0 4rem;
  }
  .p-study_movie__inner {
    padding: 0 2rem;
  }
  .p-study_movie__container {
    max-width: 100%;
  }
  .study_movie-body__box {
    border-bottom: 3px solid #D17D0B;
    margin-bottom: 3rem;
  }
  .study_movie-body-box__content {
    padding: 2rem 1rem;
  }
  .study_movie-body-box__text {
    text-align: left;
    font-size: 2rem;
  }
  .p-study_showroom {
    padding: 4rem 0 8rem;
    background-color: #FAF7F7;
    background-image: none;
  }
  .p-study_showroom__inner {
    padding: 0;
  }
  .p-study_showroom__container {
    max-width: 100%;
  }
  .p-study_showroom__body {
    padding: 0;
    background-color: initial;
  }
  .study_showroom-body__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .study_showroom-body__box {
    max-width: 100%;
  }
  .study_showroom-body-box__figure-sp {
    display: block;
  }
  .study_showroom-body-box__inner {
    display: block;
    padding: 2rem;
  }
  .study_showroom-body-box__banner {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .study_showroom-body-box__tel {
    padding: 3rem 1rem;
    background-color: #fff;
  }
  .study_showroom-body-box-tel__text {
    font-size: 1.8rem;
  }
  .study_showroom-body-box-tel__icon {
    width: 3rem;
  }
  .study_showroom-body-box-tel__link-text {
    font-size: 2.6rem;
  }
  .study_showroom-body-box-tel__note {
    font-size: 1.2rem;
  }
  .p-study_seminar {
    padding: 8rem 0;
  }
  .p-study_seminar__inner {
    padding: 0 2rem;
  }
  .p-study_seminar__container {
    max-width: 100%;
  }
  .p-study_seminar__header {
    margin-bottom: 3rem;
  }
  .study_seminar-header__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .study_seminar-header__text {
    text-align: left;
    font-size: 1.8rem;
  }
  .p-study_seminar__body {
    display: block;
  }
  .study_seminar-body__box {
    border-bottom: 3px solid #D17D0B;
    margin-bottom: 4rem;
  }
  .study_seminar-body-box__content {
    padding: 2rem 2rem 3rem;
  }
  .study_seminar-body-box-content__text {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .study_seminar-body-box-content__detail {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  .study_seminar-body-box-content__detail-text {
    font-size: 1.6rem;
  }
  .p-study_about {
    padding: 8rem 0 9rem;
    background-color: #fff;
  }
  .p-study_about__inner {
    padding: 0 2rem;
  }
  .p-study_about__flex-wrap {
    margin-bottom: 3rem;
  }
  .p-study_about__bg {
    display: none;
  }
  .p-study_about__flex {
    display: block;
    max-width: 100%;
  }
  .p-study_about__header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .study_about-header__title {
    text-align: center;
    margin-bottom: 2rem;
  }
  .study_about-header__title::after {
    left: 50%;
  }
  .study_about-header__text {
    text-align: left;
    font-size: 1.6rem;
  }
  .p-shindan_anchor {
    margin-bottom: 5rem;
  }
  .p-shindan_anchor__inner {
    padding: 0 2rem;
  }
  .p-shindan_anchor__text {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-shindan_anchor__body {
    gap: 0;
  }
  .shindan_anchor__box {
    display: block;
    height: 8rem;
    padding: 0.5rem 1rem;
  }
  .shindan_anchor-box__number {
    max-width: 6rem;
    margin: 0 auto;
  }
  .shindan_anchor-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50%;
  }
  .shindan_anchor-box-content__title {
    font-size: 1.6rem;
  }
  .shindan_anchor-box__arrow {
    top: 60%;
    right: 0.5rem;
    max-width: 2.5rem;
  }
  .p-shindan_about {
    padding: 9rem 0 7rem;
  }
  .p-shindan_about__header {
    display: none;
  }
  .shindan_about-header__inner {
    height: 22.5rem;
  }
  .p-shindan_about__header-sp {
    display: block;
    margin-bottom: 6rem;
  }
  .shindan_about-header-sp__title {
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
  .shindan_about-header-sp__title::after {
    left: 5%;
  }
  .shindan_about-header-sp__figure {
    margin-bottom: 3rem;
  }
  .shindan_about-header-sp__text {
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 2rem;
  }
  .p-shindan_about__container {
    padding: 0 2rem;
  }
  .p-shindan_about__body {
    padding: 3rem 2rem 5rem;
    margin: 0 auto;
  }
  .shindan_about-body__heading {
    max-width: 100%;
    padding: 3rem 0;
    margin: 0 auto 3rem;
  }
  .shindan_about-body-heading__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .shindan_about-body-heading__text {
    font-size: 1.6rem;
  }
  .shindan_about-body-box__flex {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-bottom: 2rem;
  }
  .shindan_about-body-box__text {
    font-size: 1.6rem;
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .shindan_about-body-box__note {
    display: block;
    padding: 2rem;
    margin: 0 auto 1.5rem;
  }
  .shindan_about-body-box__note-icon-wrap {
    width: 7rem;
    margin: 0 auto 1.5rem;
  }
  .shindan_about-body-box__note-text {
    font-size: 1.6rem;
  }
  .shindan_about__contact {
    display: block;
    max-width: 100%;
  }
  .shindan_about-contact__banner {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .shindan_about-contact-tel__text {
    font-size: 1.5rem;
  }
  .shindan_about-contact-tel__icon {
    width: 3rem;
  }
  .shindan_about-contact-tel__link-text {
    font-size: 3rem;
  }
  .shindan_about-contact-tel__note {
    font-size: 1.4rem;
  }
  .p-shindan_first {
    padding: 5rem 0 4rem;
  }
  .p-shindan_first__header {
    height: 18.8rem;
    background-image: url(../images/shindan/image_first-header-bg_sp.png);
  }
  .shindan_first-header__number {
    width: 6.8rem;
  }
  .shindan-section-header__title {
    font-size: 2.4rem;
  }
  .p-shindan_first__container {
    padding: 0 2rem;
  }
  .p-shindan_first__content-bg {
    display: none;
  }
  .p-shindan_first__body {
    padding-top: 2rem;
    margin: 0 auto 10rem;
  }
  .shindan_first__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shindan_first-box__content {
    max-width: 100%;
    padding: 3rem 1rem;
    margin-right: 0;
    background-color: #fff;
  }
  .shindan_first-box-content__title {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 3rem;
  }
  .shindan_first-box-content__list {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .shindan_first-box-content__list-text {
    font-size: 1.4rem;
  }
  .shindan_first-box-content__text {
    font-size: 1.5rem;
  }
  .shindan_first-box__figure {
    max-width: 100%;
  }
  .p-shindan_first__case {
    margin-bottom: 3rem;
  }
  .shindan_first-case__box {
    margin-bottom: 10rem;
  }
  .shindan_first-case__title-wrap {
    max-width: 100%;
    height: 7rem;
    margin: 0 auto 5rem;
    border: 1px solid #2F1B01;
  }
  .shindan_first-case__title {
    font-size: 2.2rem;
  }
  .shindan_first-case-box__flex {
    display: block;
  }
  .shindan_first-case-box-content__label {
    font-size: 1.8rem;
    max-width: 19.5rem;
    margin: 0 auto -2rem;
  }
  .shindan_first-case__box:first-of-type .shindan_first-case-box-content__figure {
    max-width: 29.5rem;
    margin: 0 auto 3rem;
  }
  .shindan_first-case__box:nth-of-type(2) .shindan_first-case-box-content__figure,
.shindan_first-case__box:last-of-type .shindan_first-case-box-content__figure {
    max-width: 29.5rem;
    margin: 0 auto 3rem;
  }
  .shindan_first-case-box-content__img-wrap {
    margin-bottom: 2.5rem;
  }
  .shindan_first-case-box-content__arrow-text {
    position: initial;
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .shindan_first-case-box-content__text {
    font-size: 1.6rem;
  }
  .shindan_first-case-box-content__item span:first-of-type {
    width: 1rem;
    height: 1rem;
    margin-top: 1.1rem;
    margin-right: 1rem;
  }
  .shindan_first-case-box-content__item span:last-of-type {
    font-size: 1.6rem;
  }
  .shindan_first-contact__flex-banner {
    display: block;
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .shindan_first-contact__banner {
    margin-bottom: 2rem;
  }
  .shindan_first-contact__banner:last-of-type {
    margin-bottom: 0;
  }
  .shindan_first__contact {
    padding: 0;
    background-color: transparent;
  }
  .shindan_first-contact-tel__text {
    font-size: 1.5rem;
  }
  .shindan_first-contact-tel__icon {
    width: 3rem;
  }
  .shindan_first-contact-tel__link-text {
    font-size: 3rem;
  }
  .shindan_first-contact-tel__note {
    font-size: 1.4rem;
  }
  .p-shindan_second {
    padding: 5rem 0 4rem;
  }
  .p-shindan_second__header {
    height: 18.8rem;
    background-image: url(../images/shindan/image_second-header-bg_sp.png);
  }
  .shindan_second-header__number {
    width: 6.8rem;
  }
  .shindan-section-header__title {
    font-size: 2.4rem;
  }
  .p-shindan_second__container {
    padding: 0 2rem;
  }
  .p-shindan_second__content-bg {
    display: none;
  }
  .p-shindan_second__body {
    padding-top: 2rem;
  }
  .shindan_second__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shindan_second-box__content {
    max-width: 100%;
    padding: 3rem 2rem;
    margin-right: 0;
    background-color: #fff;
  }
  .shindan_second-box-content__title {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 3rem;
  }
  .shindan_second-box-content__list {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .shindan_second-box-content__list-text {
    font-size: 1.4rem;
  }
  .shindan_second-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .shindan_second-box__sp-figure-wrap {
    display: block;
    width: 100%;
  }
  .shindan_second-box__sp-figure {
    margin-bottom: 1rem;
  }
  .shindan_second-box__figure-wrap {
    max-width: 100%;
  }
  .shindan_second-box__figure:first-of-type {
    margin-bottom: 0;
  }
  .shindan_second-box__figure:last-of-type {
    display: none;
  }
  .shindan_second-box__figure-text {
    display: none;
  }
  .p-shindan_third {
    padding: 5rem 0 4rem;
  }
  .p-shindan_third__header {
    height: 18.8rem;
    background-image: url(../images/shindan/image_third-header-bg_sp.png);
  }
  .shindan_third-header__number {
    width: 6.8rem;
  }
  .shindan-section-header__title {
    font-size: 2.4rem;
  }
  .p-shindan_third__container {
    padding: 0 2rem;
  }
  .p-shindan_third__content-bg {
    display: none;
  }
  .p-shindan_third__body {
    padding-top: 2rem;
    margin: 0 auto 3rem;
  }
  .shindan_third__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shindan_third-box__content {
    max-width: 100%;
    padding: 3rem 2rem;
    margin-right: 0;
    background-color: #fff;
  }
  .shindan_third-box-content__title {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 3rem;
  }
  .shindan_third-box-content__list {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .shindan_third-box-content__list-text {
    font-size: 1.4rem;
  }
  .shindan_third-box-content__text {
    font-size: 1.6rem;
  }
  .shindan_third-box__figure-wrap {
    max-width: 100%;
  }
  .shindan_third-box__figure:first-of-type {
    margin-bottom: 0.5rem;
  }
  .shindan_third-contact__flex-banner {
    display: block;
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .shindan_third-contact__banner {
    margin-bottom: 2rem;
  }
  .shindan_third-contact__banner:last-of-type {
    margin-bottom: 0;
  }
  .shindan_third__contact {
    padding: 0;
    background-color: transparent;
  }
  .shindan_third-contact-tel__text {
    font-size: 1.5rem;
  }
  .shindan_third-contact-tel__icon {
    width: 3rem;
  }
  .shindan_third-contact-tel__link-text {
    font-size: 3rem;
  }
  .shindan_third-contact-tel__note {
    font-size: 1.4rem;
  }
  .p-shindan_fourth {
    padding: 5rem 0 8rem;
  }
  .p-shindan_fourth__header {
    height: 18.8rem;
    background-image: url(../images/shindan/image_fourth-header-bg_sp.png);
  }
  .shindan_fourth-header__number {
    width: 6.8rem;
  }
  .shindan-section-header__title {
    font-size: 2.4rem;
  }
  .p-shindan_fourth__container {
    padding: 0 2rem;
  }
  .p-shindan_fourth__content-bg {
    display: none;
  }
  .p-shindan_fourth__body {
    padding-top: 2rem;
  }
  .shindan_fourth__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shindan_fourth-box__content {
    max-width: 100%;
    padding: 3rem 2rem;
    margin-right: 0;
    background-color: #fff;
  }
  .shindan_fourth-box-content__title {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 3rem;
  }
  .shindan_fourth-box-content__list {
    padding: 2rem;
  }
  .shindan_fourth-box-content__list-text {
    font-size: 1.4rem;
  }
  .shindan_fourth-box__figure {
    max-width: 100%;
  }
  .p-shindan_news {
    padding: 5rem 0 0;
  }
  .p-shindan_news__header {
    height: 15rem;
    background-image: url(../images/shindan/image_news-header-bg_sp.png);
  }
  .shindan-section-header__title {
    font-size: 2.4rem;
  }
  .p-shindan_news__container {
    padding: 0 2rem;
    margin: 0 auto 8rem;
  }
  .p-shindan_news__body {
    padding: 3rem 0 0;
    margin: 0 auto;
    background-color: transparent;
  }
  .shindan_news__box:first-of-type {
    display: block;
    padding-bottom: 5rem;
  }
  .shindan_news__box:first-of-type .shindan_news-box__content {
    margin-right: 0;
  }
  .shindan_news__box:first-of-type .shindan_news-box__figure {
    display: none;
  }
  .shindan_news__box:first-of-type .shindan_news-box__sp-figure {
    display: block;
    margin-bottom: 2rem;
  }
  .shindan_news__box:last-of-type {
    padding-top: 5rem;
  }
  .shindan_news__box:last-of-type .shindan_news-box__content {
    display: block;
    margin-bottom: 0;
  }
  .shindan_news__box:last-of-type .shindan_news-box-content__title {
    max-width: 100%;
    margin-right: 0;
  }
  .shindan_news__box:last-of-type .shindan_news-box__figure {
    display: none;
  }
  .shindan_news__box:last-of-type .shindan_news-box__sp-figure {
    display: block;
    margin-bottom: 2rem;
  }
  .shindan_news-box-content__title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .shindan_news-box-content__text {
    font-size: 1.6rem;
  }
  .p-shindan_simulation {
    margin-bottom: 8rem;
  }
  .p-shindan_simulation__inner {
    padding: 0 2rem;
  }
  .p-shindan_simulation__container {
    max-width: 100%;
  }
  .p-shindan_simulation__header {
    padding: 2rem 0;
    margin-bottom: 4.5rem;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  .shindan_simulation-header__inner {
    display: block;
    margin-bottom: 1rem;
  }
  .shindan_simulation-header__title {
    font-size: 2.4rem;
  }
  .shindan_simulation-header__border {
    display: none;
  }
  .shindan_simulation-header__label {
    font-size: 1.8rem;
  }
  .shindan_simulation__box {
    display: block;
    margin-bottom: 3rem;
  }
  .shindan_simulation-box__figure-wrap:first-of-type {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .shindan_simulation-box__figure-wrap:first-of-type .shindan_simulation-box__figure {
    margin-bottom: 3.5rem;
  }
  .shindan_simulation-box__figure-wrap:last-of-type {
    max-width: 100%;
  }
  .shindan_simulation-box__text {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .shindan_simulation-box__sub-text {
    font-size: 1.6rem;
  }
  .shindan_simulation__content {
    padding: 2rem;
  }
  .shindan_simulation-content__text {
    font-size: 1.6rem;
  }
  .p-shindan_strengths {
    padding: 3rem 2rem 4rem;
  }
  .p-shindan_strengths__header {
    text-align: left;
    margin-bottom: 3rem;
  }
  .shindan_strengths-header__title {
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 2.5rem;
  }
  .shindan_strengths-header__text {
    text-align: left;
    font-size: 1.6rem;
  }
  .shindan_strengths__box {
    display: block;
  }
  .shindan_strengths-box__figure-wrap:first-of-type {
    margin-bottom: 5rem;
  }
  .shindan_strengths-box__figure {
    margin-bottom: 2rem;
  }
  .shindan_strengths-box__figure-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .shindan_strengths-box__figure-text {
    font-size: 1.6rem;
  }
  .p-shindan_check {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .p-shindan_check__header {
    display: none;
  }
  .p-shindan_check__sp-header {
    display: block;
    margin-bottom: 1.5rem;
  }
  .shindan_check-sp-header__content {
    margin-bottom: 0.5rem;
  }
  .shindan_check-sp-header__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.8rem;
    padding: 0.5rem 2rem;
    margin: 0 auto 1.5rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    background-color: #D17D0B;
  }
  .shindan_check-sp-header__text {
    text-align: center;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
  }
  .p-shindan_check__inner {
    padding: 0;
  }
  .p-shindan_check__container {
    max-width: 100%;
  }
  .p-shindan_check__body {
    padding: 1.5rem 1rem 6.5rem;
    margin: 0 auto;
    background-image: url(../images/shindan/image_check-body-bg.png);
  }
  .shindan_check-body__list {
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .shindan_check-body__item {
    margin-bottom: 2.5rem;
  }
  .shindan_check-body__check-icon-wrap {
    width: 2.3rem;
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .shindan_check-body__text {
    font-size: 1.6rem;
  }
  .shindan_check-body__title-wrap {
    max-width: 100%;
    padding: 1rem;
  }
  .shindan_check-body__title {
    font-size: 2.8rem;
  }
  .shindan_check-body__sub-title {
    font-size: 2.8rem;
  }
  .p-shindan_frow__inner {
    padding: 3rem 0 0;
  }
  .p-shindan_frow__header {
    max-width: 34rem;
    margin: 0 auto 3rem;
    border: 1px solid #2F1B01;
  }
  .shindan_frow-header__inner {
    height: 7rem;
  }
  .shindan_frow-header__title {
    font-size: 2.2rem;
  }
  .p-shindan_frow__body {
    max-width: 29.5rem;
    padding: 0 2rem;
    margin: 0 auto 6rem;
  }
  .shindan_frow-body__inner {
    display: block;
    margin-bottom: 3rem;
  }
  .shindan_frow-body__box {
    margin-bottom: 3rem;
  }
  .shindan_frow-body__box:last-of-type {
    margin-bottom: 0;
  }
  .shindan_frow-body-box__number {
    display: none;
  }
  .shindan_frow-body-box__content {
    display: none;
  }
  .shindan_frow-body__text {
    font-size: 1.6rem;
  }
  .shindan_frow-body-box__sp-content {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem;
  }
  .shindan_frow-body-box-sp-content__number {
    width: 5.7rem;
    margin-right: 1rem;
  }
  .shindan_frow-body-box-sp-content__title {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .p-shindan_frow__footer {
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
  .shindan_frow-footer__inner {
    max-width: 100%;
    padding: 5rem 2rem;
    border-radius: 10px;
  }
  .shindan_frow-footer__flex {
    display: block;
  }
  .shindan_frow-footer__icon-wrap {
    top: -8rem;
    left: 37%;
    right: auto;
    bottom: auto;
    width: 6.7rem;
  }
  .shindan_frow-footer__content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .shindan_frow-footer-content__title {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .shindan_frow-footer-content__text {
    font-size: 1.6rem;
  }
  .shindan_frow-footer__btn {
    max-width: 100%;
  }
  .shindan_frow-footer__btn span {
    font-size: 1.6rem;
  }
  .shindan_frow-end__box {
    max-width: 100%;
  }
  .shindan_frow-end-box__title {
    max-width: 60%;
    padding-left: 2rem;
    font-size: 2.6rem;
  }
  .shindan_frow-end__detail {
    max-width: 100%;
    padding: 3rem 1rem;
  }
  .shindan_frow-end-detail__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 3rem;
  }
  .shindan_frow-end-detail__figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .shindan_frow-end-detail__title {
    font-size: 1.8rem;
  }
  .shindan_frow-end-detail__text {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .first_lead-header__text {
    font-size: 2.4rem;
    margin: 0 auto 2rem;
  }
  .first_lead-header__text span {
    font-size: 2.4rem;
  }
  .p-first_lead__header {
    height: 46rem;
    background-image: url(../images/first/image_lead-header-bg_sp.png);
  }
  .first_lead-header__headline {
    max-width: initial;
    padding: 0;
    background-color: transparent;
  }
  .first_lead-header__headline span {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.4rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    background-color: #D17D0B;
  }
  .p-first_flow {
    padding: 9rem 0 5rem;
  }
  .p-first_flow__inner {
    padding: 0 2rem;
  }
  .p-first_flow__container {
    max-width: 100%;
  }
  .p-first_flow__body {
    max-width: 100%;
  }
  .p-first_flow__header {
    margin-bottom: 6.5rem;
  }
  .first_flow-body__box {
    padding: 4rem 2rem 5rem;
    border-left: none;
    margin-bottom: 8.5rem;
  }
  .first_flow-body__box::after {
    display: none;
  }
  .first_flow-body-box__number {
    top: -4rem;
    left: 39%;
  }
  .first_flow-body-box__number-text {
    font-size: 5.3rem;
  }
  .first_flow-body-box__flex {
    display: block;
  }
  .first_flow-body-box__content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .first_flow-body-box__title-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.5rem;
  }
  .first_flow-body-box__title-icon-wrap {
    width: 6rem;
    margin-right: 1rem;
  }
  .first_flow-body-box__title {
    font-size: 2.4rem;
  }
  .first_flow-body-box__label-wrap {
    font-size: 1.6rem;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .first_flow-body-box__label {
    font-size: 1.6rem;
  }
  .first_flow-body-box__label-icon-wrap {
    top: 6rem;
    right: -1rem;
    width: 5rem;
  }
  .first_flow-body-box__sub-text {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .first_flow-body-box__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .first_flow-body-box__text-bg {
    margin-right: 1rem;
  }
  .first_flow-body-box__figure {
    max-width: 100%;
  }
  .first_flow-body-box__flex-btn {
    display: block;
  }
  .first_flow-body-box__sub-btn-wrap {
    display: block;
    padding: 3rem 4rem;
    margin-bottom: 2rem;
  }
  .first_flow-body-box__sub-btn-text {
    text-align: center;
    font-size: 1.8rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .first_flow-body-box__flex-sub-btn {
    display: block;
  }
  .first_flow-body-box__sub-btn {
    height: 4.8rem;
    margin-bottom: 1rem;
  }
  .first_flow-body-box__sub-btn:last-of-type {
    margin-bottom: 0;
  }
  .first_flow-body__box:first-of-type .first_flow-body-box__figure {
    display: none;
  }
  .first_flow-body__box:first-of-type .first_flow-body-box__btn:first-of-type {
    margin-bottom: 1.5rem;
  }
  .first_flow-body__box:nth-of-type(2) .first_flow-body-box__flex {
    margin-bottom: 2.5rem;
  }
  .first_flow-body__box:nth-of-type(2) .first_flow-body-box__content {
    margin-bottom: 2.5rem;
  }
  .first_flow-body__box:nth-of-type(2) .first_flow-body-box__btn {
    max-width: 100%;
  }
  .first_flow-body__box:nth-of-type(3) {
    margin-bottom: 8.5rem;
  }
  .first_flow-body__box:nth-of-type(3) .first_flow-body-box__content {
    margin-bottom: 4rem;
  }
  .first_flow-body__box:nth-of-type(3) .first_flow-body-box__flex-figure {
    display: block;
    margin-bottom: 2rem;
  }
  .first_flow-body__box:nth-of-type(3) .first_flow-body-box__figure-wrap:first-of-type {
    margin-bottom: 7rem;
  }
  .first_flow-body__box:nth-of-type(3) .first_flow-body-box__arrow-wrap {
    top: 50%;
    left: 45%;
    width: 4rem;
  }
  .first_flow-body__box:nth-of-type(3) .first_flow-body-box__figure-label {
    font-size: 1.5rem;
    max-width: 27rem;
    padding: 0.5rem;
    margin: 0 auto -2rem;
  }
  .first_flow-body__box:nth-of-type(3) .first_flow-body-box__note-text {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .first_flow-body__box:nth-of-type(3) .first_flow-body-box__btn {
    max-width: 100%;
  }
  .first_flow-body__box:nth-of-type(4) .first_flow-body-box__content {
    margin-bottom: 2.5rem;
  }
  .first_flow-body__box:nth-of-type(5) {
    margin-bottom: 8.5rem;
  }
  .first_flow-body__box:nth-of-type(5) .first_flow-body-box__label-icon-wrap {
    top: 5rem;
    right: -1rem;
    width: 5rem;
  }
  .first_flow-body__box:nth-of-type(5) .first_flow-body-box__text {
    margin-bottom: 3rem;
  }
  .first_flow-body__box:nth-of-type(5) .first_flow-body-box__figure {
    display: none;
  }
  .first_flow-body__box:nth-of-type(5) .first_flow-body-box__btn:first-of-type {
    margin-bottom: 1.5rem;
  }
  .first_flow-body__box:nth-of-type(6) .first_flow-body-box__content {
    margin-bottom: 3rem;
  }
  .first_flow-body__box:nth-of-type(7) .first_flow-body-box__label-icon-wrap {
    top: 5rem;
    right: -1rem;
    width: 5rem;
  }
  .first_flow-body__box:nth-of-type(7) .first_flow-body-box__text {
    margin-bottom: 3rem;
  }
  .first_flow-body__box:nth-of-type(7) .first_flow-body-box__figure {
    display: none;
  }
  .first_flow-body__box:nth-of-type(7) .first_flow-body-box__btn {
    max-width: 100%;
  }
  .first_flow-body__box:nth-of-type(8) .first_flow-body-box__content {
    margin-bottom: 3rem;
  }
  .first_flow-body__box:nth-of-type(9) .first_flow-body-box__content {
    margin-bottom: 3rem;
  }
  .p-first_after {
    padding-bottom: 0;
  }
  .p-first_after__header {
    height: 32rem;
    margin-bottom: 8rem;
    background-image: url(../images/first/image_after-header-bg_sp.png);
  }
  .first_after-header__headline {
    top: 77%;
    left: 28%;
    font-size: 2.6rem;
  }
  .p-first_after__inner {
    padding: 0 2rem;
  }
  .p-first_after__container {
    max-width: 100%;
  }
  .p-first_after__body {
    max-width: 100%;
    border-left: none;
  }
  .first_after-body__inner {
    padding: 7rem 2rem 13rem;
  }
  .first_after-body__icon-wrap {
    left: 41%;
    width: 6rem;
  }
  .first_after-body__title {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
  .first_after-body__text {
    font-size: 1.6rem;
  }
  .p-owner_archive {
    padding: 5rem 0 8rem;
  }
  .p-owner_archive__inner {
    padding: 0 2rem;
  }
  .p-owner_archive__container {
    max-width: 100%;
  }
  .p-owner_archive__header {
    margin-bottom: 3rem;
  }
  .owner_archive-header__title {
    width: 100%;
    background-color: transparent;
  }
  .owner_archive-header__title span {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    padding: 0.5rem 2rem;
    margin-bottom: 0.5rem;
    background-color: #D17D0B;
  }
  .owner_archive-body__box {
    max-width: 100%;
    display: block;
    margin: 0 auto 5rem;
  }
  .owner_archive-body-box__figure {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .owner_archive-body-box-content__label {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    border-radius: 3rem;
  }
  .owner_archive-body-box-content__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .owner_archive-body-box-content__detail {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .owner_archive-body-box-content__detail-time span,
.owner_archive-body-box-content__detail-address span {
    font-size: 1.6rem;
  }
  .owner_archive-body-box-content__detail-note {
    font-size: 1.6rem;
  }
  .owner_archive-body-box-content__btn {
    max-width: 100%;
  }
  .p-owner_lead__header {
    height: 24rem;
    background-image: url(../images/owner/image_lead-header-bg_sp.png);
  }
  .owner_lead-header__headline {
    display: none;
  }
  .owner_lead-header__headline-sp {
    position: absolute;
    bottom: -108%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 100%;
    max-width: 95%;
  }
  .owner_lead-body__list {
    max-width: 100%;
  }
  .owner_lead-body__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5rem;
  }
  .owner_lead-body__check-icon {
    width: 2.3rem;
    margin-top: 0;
    margin-right: 1rem;
  }
  .owner_lead-body__text {
    font-size: 1.6rem;
  }
  .owner_lead-body__figure {
    display: none;
  }
  .p-owner_single_view__inner {
    padding: 0 2rem;
  }
  .p-owner_single_view__container {
    max-width: 100%;
  }
  .p-owner_single_view__header {
    margin-bottom: 1rem;
  }
  .p-owner_single_view__body {
    max-width: 100%;
    padding-bottom: 7rem;
  }
  .owner_single_view-body__label {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    border-radius: 3rem;
  }
  .owner_single_view-body__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .owner_single_view-body__table {
    margin-bottom: 3rem;
  }
  .owner_single_view-body__table table tr td:first-of-type {
    width: 11rem;
  }
  .owner_single_view-body__table table tr td:last-of-type {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .owner_single_view-body__table table tr td {
    font-size: 1.5rem;
    height: 8rem;
  }
  .owner_single_view-body__btn {
    max-width: 100%;
  }
  .p-owner_single_detail {
    padding: 5rem 0;
  }
  .p-owner_single_detail__inner {
    padding: 0 2rem;
  }
  .p-owner_single_detail__container {
    max-width: 100%;
  }
  .p-owner_single_detail__header {
    margin-bottom: 0.5rem;
  }
  .p-owner_single_detail__body {
    max-width: 100%;
  }
  .owner_single_detail-body__content {
    max-width: 80%;
    margin: 0 auto 2rem;
  }
  .owner_single_detail-body-content__text {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .owner_single_detail-body-content__flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .owner_single_detail-body-content__flex-label {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }
  .owner_single_detail-body__box {
    margin-bottom: 1rem;
  }
  .owner_single_detail-body-box__inner {
    display: block;
    padding: 3rem 2rem;
  }
  .owner_single_detail-body__box:nth-of-type(2) .owner_single_detail-body-box__inner {
    padding: 3rem 2rem 10rem 2rem;
  }
  .owner_single_detail-body-box__figure {
    top: auto;
    right: auto;
    left: 27%;
    bottom: 0;
    max-width: 15rem;
  }
  .owner_single_detail-body-box__title {
    text-align: center;
    max-width: 100%;
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .owner_single_detail-body-box__text {
    text-align: center;
    font-size: 1.6rem;
  }
  .p-owner_single_highlight {
    padding: 5rem 0 0;
  }
  .p-owner_single_highlight__inner {
    padding: 0 2rem;
  }
  .p-owner_single_highlight__container {
    max-width: 100%;
  }
  .p-owner_single_highlight__header {
    margin-bottom: 5rem;
  }
  .p-owner_single_highlight__body {
    max-width: 100%;
    margin: 0 auto 5rem;
  }
  .owner_single_highlight-body__box {
    margin-bottom: 10rem;
  }
  .owner_single_highlight-body-box__flex {
    display: block;
  }
  .owner_single_highlight-body-box__content {
    margin-bottom: 2rem;
  }
  .owner_single_highlight-body__box .owner_single_highlight-body-box__content:first-of-type {
    margin-top: 0;
  }
  .owner_single_highlight-body__floor-box .owner_single_highlight-body-box-content__figure {
    padding: 5rem 2rem 3rem;
  }
  .owner_single_highlight-body-box-content__label {
    font-size: 1.8rem;
    max-width: 19.5rem;
    margin: 0 auto -2rem;
  }
  .owner_single_highlight-body-box-content__img-wrap {
    margin-bottom: 2rem;
  }
  .owner_single_highlight-body-box-content__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 3rem 0 3rem;
    border-color: #2F1B01 transparent transparent transparent;
    margin: 0 auto 3rem;
  }
  .owner_single_highlight-body-box-content__text-wrap {
    display: block;
  }
  .owner_single_highlight-body-box-content__point {
    max-width: 12rem;
    font-size: 1.4rem;
    padding: 1rem 2rem;
    margin: 0 auto 1rem;
    border-radius: 3rem;
  }
  .owner_single_highlight-body-box-content__text {
    font-size: 1.6rem;
  }
  .p-owner_single_highlight__footer {
    height: 12rem;
  }
  .owner_single_highlight-footer__inner {
    max-width: 100%;
  }
  .owner_single_highlight-footer__figure {
    top: -15rem;
    max-width: 100%;
  }
  .owner_single_highlight-footer__content {
    white-space: nowrap;
    position: absolute;
    bottom: -7rem;
    left: 5%;
    padding: 0;
  }
  .owner_single_highlight-footer-content__title span {
    font-size: 2rem;
    padding: 1rem;
    line-height: 2.5;
  }
  .p-second_life_about__inner {
    padding: 0 2rem;
  }
  .p-second_life_about__container {
    max-width: 100%;
  }
  .p-second_life_about__flex {
    display: block;
    max-width: 100%;
  }
  .p-second_life_about__header {
    width: 100%;
    margin-bottom: 5rem;
  }
  .second_life_about-header__sub-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .second_life_about-header__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .second_life_about-header__text {
    font-size: 1.6rem;
  }
  .p-second_life_about__body {
    width: 100%;
    height: auto;
  }
  .second_life_about-body__main-figure {
    position: initial;
    width: 100%;
  }
  .second_life_about-body__sub-figure {
    display: none;
  }
  .p-second_life_lead__inner {
    padding: 0 2rem;
  }
  .p-second_life_lead__container {
    max-width: 100%;
  }
  .second_life_lead-box__figure {
    max-width: 100%;
  }
  .p-second_life_point {
    padding: 5rem 0;
  }
  .p-second_life_point__inner {
    padding: 0 2rem;
  }
  .p-second_life_point__container {
    max-width: 100%;
  }
  .p-second_life_point__header {
    margin-bottom: 3rem;
  }
  .second_life_point-header__figure {
    max-width: 17rem;
    margin: 0 auto 5rem;
  }
  .second_life_point-header-content__title {
    font-size: 2.4rem;
  }
  .second_life_point-header-content__title::after {
    top: -2rem;
    left: 47%;
  }
  .p-second_life_point__body {
    max-width: 100%;
  }
  .second_life_point__box {
    display: block;
    padding: 3rem 2rem;
  }
  .second_life_point-box__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #D17D0B;
  }
  .second_life_point-box__number span {
    font-size: 1.4rem;
  }
  .second_life_point-box__number span:last-of-type {
    font-size: 3.5rem;
  }
  .second_life_point-box__content {
    width: 100%;
    padding-left: 0;
    border: none;
    margin-bottom: 2rem;
  }
  .second_life_point-box-content__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .second_life_point-box-content__text {
    font-size: 1.6rem;
  }
  .second_life_point-box__figure {
    width: 100%;
  }
  .p-second_life_intro__header {
    height: 19rem;
    background-size: cover;
    background-image: url(../images/second_life/image_intro-header-bg_sp.png);
    margin-bottom: 2rem;
  }
  .second_life_intro-header__inner {
    max-width: 100%;
    height: 19rem;
  }
  .second_life_intro-header__title {
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 2.4rem;
  }
  .p-second_life_intro__inner {
    padding: 0 2rem;
  }
  .p-second_life_intro__container {
    max-width: 100%;
  }
  .second_life_intro__flex {
    display: block;
  }
  .second_life_intro__box {
    max-width: 100%;
  }
  .second_life_intro-box__content {
    padding: 2rem;
  }
  .second_life_intro-box-content__number {
    width: 7rem;
    margin: 0 auto 2rem;
  }
  .second_life_intro-box-content__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .second_life_intro-box-content__title::after {
    top: -2rem;
    left: 47%;
  }
  .second_life_intro-box-content__btn {
    max-width: 100%;
  }
  .second_life_intro-box-content__btn span {
    font-size: 1.6rem;
  }
  .p-second_life_case {
    padding-bottom: 10rem;
  }
  .p-second_life_case__header {
    margin-bottom: 5rem;
  }
  .second_life_case-header__content {
    max-width: 90%;
    padding: 2rem;
    margin: -5rem auto 0;
  }
  .second_life_case-header-content__number {
    width: 9.5rem;
    margin: 0 auto 3rem;
  }
  .second_life_case-header-content__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .second_life_case-header-content__title::after {
    top: -2rem;
    left: 47%;
  }
  .second_life_case-header-content__text {
    font-size: 1.8rem;
  }
  .p-second_life_case__inner {
    padding: 0 2rem;
  }
  .p-second_life_case__container {
    max-width: 100%;
  }
  .p-second_life_case__body {
    padding: 0;
    background-color: transparent;
  }
  .second_life_case-body__text {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
  .second_life_case-body__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 5.5rem;
  }
  .second_life_case-body-block__figure {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .second_life_case-body-block-content__sp-list {
    display: block;
  }
  .second_life_case-body-block-content__sp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem;
  }
  .second_life_case-body-block-content__sp-item:last-of-type {
    margin-bottom: 0;
  }
  .second_life_case-body-block-content__sp-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #2F1B01;
    margin-right: 1rem;
    font-size: 1.4rem;
    font-family: "bookman-jf-pro", serif;
    font-style: italic;
  }
  .second_life_case-body-block-content__sp-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .second_life_case-body-block__content {
    margin-bottom: 2rem;
  }
  .second_life_case-body-block-content__list {
    display: none;
  }
  .second_life_case-body-block-content__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .second_life_case-body-block-content__text {
    font-size: 1.6rem;
  }
  .second_life_case-body__flex {
    display: block;
    margin-bottom: 3rem;
  }
  .second_life_case-body-flex__figure {
    max-width: 100%;
    margin-bottom: 5rem;
  }
  .second_life_case-body-flex__figure:last-of-type {
    margin-bottom: 0;
  }
  .second_life_case-body-flex__img-wrap {
    margin-bottom: 1.5rem;
  }
  .second_life_case-body-flex__label {
    font-size: 2.1rem;
    padding: 0.5rem 1rem;
  }
  .second_life_case-body__btn {
    max-width: 100%;
    height: 7.8rem;
  }
  .second_life_second-case .second_life_case-body__flex {
    height: auto;
  }
  .second_life_second-case .second_life_case-body-flex__figure:nth-of-type(2) {
    width: 22rem;
    margin: 0 auto;
  }
  .second_life_second-case .second_life_case-body-block__small-figure {
    max-width: 100%;
  }
  .p-life_style_about__inner {
    padding: 0 2rem;
  }
  .p-life_style_about__container {
    max-width: 100%;
  }
  .p-life_style_about__flex {
    display: block;
    max-width: 100%;
  }
  .p-life_style_about__header {
    width: 100%;
    margin-bottom: 5rem;
  }
  .life_style_about-header__sub-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .life_style_about-header__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .life_style_about-header__text {
    font-size: 1.6rem;
  }
  .p-life_style_about__body {
    width: 100%;
    height: auto;
  }
  .life_style_about-body__main-figure {
    position: initial;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .life_style_about-body__sub-figure {
    display: none;
  }
  .p-life_style_offer {
    padding: 5rem 0 8rem;
  }
  .p-life_style_offer__inner {
    padding: 0 2rem;
  }
  .p-life_style_offer__container {
    max-width: 100%;
  }
  .p-life_style_offer__body {
    display: block;
    max-width: 100%;
  }
  .life_style_offer-body__box {
    margin-bottom: 3rem;
  }
  .life_style_offer-body__box:last-of-type {
    margin-bottom: 0;
  }
  .life_style_offer-body-box__content {
    padding: 2rem;
  }
  .life_style_offer-body-box-content__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .life_style_offer-body-box-content__text {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .life_style_offer-body-box-content__label {
    max-width: 100%;
    padding: 1rem;
    margin: 0 auto 2rem;
    border: 0.1rem solid #c3c3c3;
  }
  .life_style_offer-body-box-content__labe-title {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
  .life_style_offer-body-box-content__labe-text {
    font-size: 1.4rem;
  }
  .life_style_offer-body-box-content__label-icon {
    right: 0.5rem;
    width: 12rem;
  }
  .life_style_offer-body__box:nth-of-type(2) .life_style_offer-body-box-content__label-icon {
    right: 3rem;
    width: 12rem;
  }
  .life_style_offer-body__box:nth-of-type(3) .life_style_offer-body-box-content__label-icon {
    right: 6rem;
    width: 7.5rem;
  }
  .life_style_offer-body__box:nth-of-type(4) .life_style_offer-body-box-content__label-icon {
    width: 11rem;
  }
  .life_style_offer-footer__view {
    width: 100vw;
    height: 21rem;
    margin: 0 calc(50% - 50vw);
    background-image: url(../images/life_style/image_offer-footer-bg_sp.png);
  }
  .life_style_offer-footer__view-inner {
    width: 100vw;
    max-width: 100%;
    height: 21rem;
    margin: 0 calc(50% - 50vw);
  }
  .life_style_offer-footer__view-text {
    bottom: -7rem;
    left: 2rem;
  }
  .life_style_offer-footer__view-text span {
    font-size: 2.4rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .life_style_offer-footer__flex {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 10rem;
  }
  .life_style_offer-footer__text {
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .life_style_offer-footer__figure {
    max-width: 100%;
  }
  .p-life_style_case {
    padding-bottom: 10rem;
  }
  .p-life_style_case__header {
    margin-bottom: 5rem;
  }
  .life_style_case-header__content {
    max-width: 90%;
    padding: 2rem;
    margin: -5rem auto 0;
  }
  .life_style_case-header-content__label {
    position: initial;
    text-align: center;
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .life_style_case-header-content__number {
    width: 9.5rem;
    margin: 0 auto 3rem;
  }
  .life_style_case-header-content__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .life_style_case-header-content__title::after {
    top: -2rem;
    left: 47%;
  }
  .life_style_case-header-content__text {
    font-size: 1.8rem;
  }
  .p-life_style_case__inner {
    padding: 0 2rem;
  }
  .p-life_style_case__container {
    max-width: 100%;
  }
  .p-life_style_case__body {
    padding: 0;
    background-color: transparent;
  }
  .life_style_case-body__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 5.5rem;
  }
  .life_style_case-body-block__figure {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .life_style_case-body-block-content__sp-list {
    display: block;
  }
  .life_style_case-body-block-content__sp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem;
  }
  .life_style_case-body-block-content__sp-item:last-of-type {
    margin-bottom: 0;
  }
  .life_style_case-body-block-content__sp-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #2F1B01;
    margin-right: 1rem;
    font-size: 1.4rem;
    font-family: "bookman-jf-pro", serif;
    font-style: italic;
  }
  .life_style_case-body-block-content__sp-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .life_style_case-body-block__content {
    margin-bottom: 2rem;
  }
  .life_style_case-body-block-content__list {
    display: none;
  }
  .life_style_case-body-block-content__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .life_style_case-body-block-content__text {
    font-size: 1.6rem;
  }
  .life_style_case-body__flex {
    display: block;
    margin-bottom: 3rem;
  }
  .life_style_case-body-flex__figure {
    max-width: 100%;
    margin-bottom: 5rem;
  }
  .life_style_case-body-flex__figure:last-of-type {
    margin-bottom: 0;
  }
  .life_style_case-body-flex__img-wrap {
    margin-bottom: 1.5rem;
  }
  .life_style_case-body-flex__label {
    font-size: 2.1rem;
    padding: 0.5rem 1rem;
  }
  .life_style_case-body__btn {
    max-width: 100%;
    height: 7.8rem;
  }
  .life_style_second-case .life_style_case-body-third-block .life_style_case-body-block__figure-flex {
    display: none;
  }
  .life_style_second-case .life_style_case-body-third-block .life_style_case-body-block-content__text:first-of-type {
    margin-bottom: 2.5rem;
  }
  .life_style_second-case .life_style_case-body-third-block .life_style_case-body-block-content__text:last-of-type {
    margin-bottom: 2.5rem;
  }
  .life_style_second-case .life_style_case-body-third-block .life_style_case-body-block__sp-figure {
    display: block;
  }
  .life_style_second-case .life_style_case-body-third-block .life_style_case-body-block__sp-figure:first-of-type {
    margin-bottom: 5rem;
  }
  .life_style_second-case .life_style_case-body-block__small-figure {
    max-width: 100%;
  }
  .life_style_second-case .life_style_case-body__floor-map {
    display: none;
  }
  .life_style_second-case .life_style_case-body__sp-table-figure {
    display: block;
    margin-bottom: 5rem;
  }
  .life_style_fourth-case .life_style_case-body__block:nth-of-type(even) .life_style_case-body-block__content {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-right: 0;
  }
  .life_style_fourth-case .life_style_case-body-block__figure {
    max-width: 100%;
    margin-right: 0;
  }
  .p-life_style_intro__header {
    height: 19rem;
    background-size: cover;
    background-image: url(../images/life_style/image_intro-header-bg_sp.png);
  }
  .life_style_intro-header__inner {
    max-width: 100%;
    height: 19rem;
  }
  .life_style_intro-header__title {
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 2.4rem;
  }
  .p-design_about__inner {
    padding: 0 2rem;
  }
  .p-design_about__container {
    max-width: 100%;
  }
  .p-design_about__flex {
    display: block;
    max-width: 100%;
  }
  .p-design_about__header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .design_about-header__sub-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .design_about-header__title {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .design_about-header__text {
    display: none;
  }
  .design_about-header__flex {
    display: none;
  }
  .design_about-body__figure {
    width: 100%;
    margin-bottom: 3rem;
  }
  .design_about-body__text {
    display: block;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 7.5rem;
  }
  .p-design_about__footer {
    max-width: 100%;
  }
  .design_about-footer__flex {
    display: block;
    margin-bottom: 5rem;
  }
  .design_about-footer__figure-wrap:first-of-type {
    margin-bottom: 2.5rem;
  }
  .design_about-footer__arrow {
    width: 2rem;
    margin: 0 auto 5rem;
  }
  .design_about-footer__label {
    max-width: 29.5rem;
    height: 5.5rem;
    font-size: 1.6rem;
    border: 0.1rem solid #C3C3C3;
  }
  .design_about-footer__btn-wrap {
    display: block;
  }
  .design_about-footer__btn img {
    width: 1.2rem;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
  }
  .design_about-footer__btn:first-of-type {
    margin-bottom: 1rem;
  }
  .design_about-footer__btn {
    width: 100%;
    max-width: 100%;
  }
  .design_about-footer__btn::after {
    right: 2rem;
  }
  .p-design_offer {
    padding-bottom: 8rem;
    background-color: #FAF7F7;
  }
  .p-design_offer__bg {
    display: none;
  }
  .p-design_offer__inner {
    padding: 0 2rem;
  }
  .p-design_offer__container {
    max-width: 100%;
  }
  .design_offer-body__view {
    width: 100vw;
    height: 21rem;
    margin: 0 calc(50% - 50vw);
    background-image: url(../images/design/image_offer-bg_sp.png);
  }
  .design_offer-body__view-inner {
    width: 100vw;
    max-width: 100%;
    height: 21rem;
    margin: 0 calc(50% - 50vw);
  }
  .design_offer-body__view-text {
    bottom: -7rem;
    left: 2rem;
  }
  .design_offer-body__view-text span {
    font-size: 2.4rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .design_offer-body__flex {
    display: block;
    max-width: 100%;
    padding-top: 10rem;
    margin: 0 auto;
  }
  .design_offer-body__content {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .design_offer-body-content__text {
    font-size: 1.6rem;
    margin-right: 0;
  }
  .design_offer-body-content__btn {
    display: none;
  }
  .design_offer-body__figure {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .design_offer-body__sp-btn {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  .p-design_case {
    padding-bottom: 10rem;
  }
  .p-design_case__header {
    margin-bottom: 5rem;
  }
  .design_case-header-view-sp__medal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -1rem;
    left: 1rem;
    width: 6.7rem;
    height: 9.3rem;
    background-image: url(../images/top/image_result_medal.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .design_case-header__content {
    max-width: 90%;
    padding: 2rem;
    margin: 2rem auto 0;
  }
  .design_case-header-content__medal {
    display: none;
  }
  .design_case-header-content__label {
    position: initial;
    text-align: center;
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .design_case-header-content__number {
    width: 9.5rem;
    margin: 0 auto 3rem;
  }
  .design_case-header-content__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .design_case-header-content__title::after {
    top: -2rem;
    left: 47%;
  }
  .design_case-header-content__text {
    font-size: 1.8rem;
  }
  .p-design_case__inner {
    padding: 0 2rem;
  }
  .p-design_case__container {
    max-width: 100%;
  }
  .p-design_case__body {
    padding: 0;
    background-color: transparent;
  }
  .design_case-body__block {
    margin-bottom: 8.5rem;
  }
  .design_case-body-block__flex {
    display: block;
  }
  .design_case-body-block__figure-wrap {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .design_case-body-block__sp-content {
    display: block;
    margin-bottom: 2rem;
  }
  .design_case-body-block-sp-content__title {
    font-size: 2rem;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    border-left: 3px solid #2F1B01;
  }
  .design_case-body-block-sp-content__text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .design_case-body-block__figure {
    max-width: 100%;
  }
  .design_case-body-block__small-figure {
    max-width: 100%;
  }
  .design_case-body-block__list {
    margin-bottom: 0;
  }
  .design_case-body-block__item {
    margin-bottom: 1.5rem;
  }
  .design_case-body-block__item:last-of-type {
    margin-bottom: 0;
  }
  .design_case-body-block__number {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .design_case-body-block__number-text {
    font-size: 1.8rem;
  }
  .design_case-body-block__content {
    display: none;
  }
  .design_case-body-block__heading-pretext {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .design_case-body-block__heading-wrap {
    display: none;
  }
  .design_case-body-block__sp-heading-wrap {
    display: block;
    padding-left: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .design_case-body-block__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .design_case-body-block__text {
    font-size: 1.6rem;
  }
  .design_case-body-block__gallery {
    display: block;
    margin-bottom: 5rem;
  }
  .design_case-body-block-gallery__box {
    margin-bottom: 5rem;
  }
  .design_case-body-block-gallery__box:last-of-type {
    margin-bottom: 0;
  }
  .design_case-body-block-gallery__figure {
    display: block;
    margin-bottom: 2rem;
  }
  .design_case-body-block-gallery__text {
    font-size: 1.6rem;
  }
  .design_case-body__btn {
    max-width: 100%;
    height: 7.8rem;
  }
  .p-design_intro__header {
    height: 19rem;
    background-size: cover;
    background-image: url(../images/design/image_intro-header-bg_sp.png);
  }
  .design_intro-header__inner {
    max-width: 100%;
    height: 19rem;
  }
  .design_intro-header__title {
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 2.4rem;
  }
  .p-design_intro__inner {
    padding: 0 2rem;
  }
  .p-design_intro__container {
    max-width: 100%;
  }
  .p-design_intro__body {
    display: block;
    max-width: 100%;
    padding: 2.5rem 0 8rem;
  }
  .design_intro-body__box {
    margin-bottom: 3rem;
  }
  .design_intro-body__box:last-of-type {
    margin-bottom: 0;
  }
  .design_intro-body-box__content {
    padding: 2rem;
  }
  .design_intro-body-box-content__number {
    width: 7.5rem;
    margin: 0 auto 4rem;
  }
  .design_intro-body-box-content__flex {
    display: block;
    margin-bottom: 2rem;
  }
  .design_intro-body-box-content__flex::after {
    top: -2rem;
    left: 47%;
    width: 2rem;
    height: 0.2rem;
  }
  .design_intro-body-box-content__label {
    width: 100%;
    height: 4.5rem;
    margin-right: 0;
    border: solid 0.1rem #D17D0B;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .design_intro-body-box-content__title {
    text-align: center;
    font-size: 2rem;
  }
  .p-housework_about__inner {
    padding: 0 2rem;
  }
  .p-housework_about__container {
    max-width: 100%;
  }
  .p-housework_about__flex {
    display: block;
    max-width: 100%;
  }
  .p-housework_about__header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .housework_about-header__sub-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .housework_about-header__title {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .p-housework_about__body {
    width: 100%;
  }
  .housework_about-body__main-figure {
    position: initial;
    width: 100%;
  }
  .housework_about-body__sub-figure {
    display: none;
  }
  .p-housework_point {
    padding: 6rem 0 8rem;
  }
  .p-housework_point__inner {
    padding: 0 2rem;
  }
  .p-housework_point__container {
    max-width: 100%;
  }
  .p-housework_point__header {
    max-width: 100%;
    margin: 0 auto 3em;
  }
  .housework_point-header__figure {
    width: 100%;
    margin-bottom: 4rem;
  }
  .housework_point-header-content__text {
    font-size: 1.8rem;
    margin-bottom: 4.5rem;
  }
  .housework_point-header-content__title {
    font-size: 2.5rem;
  }
  .housework_point-header-content__title::after {
    top: -1.5rem;
    left: 46%;
  }
  .p-housework_point__body {
    max-width: 100%;
  }
  .housework_point__box {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
  .housework_point-box__inner {
    display: block;
  }
  .housework_point-box__content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .housework_point-box__number {
    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;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .housework_point-box__number span {
    font-size: 1.4rem;
  }
  .housework_point-box__number span:last-of-type {
    font-size: 3.5rem;
    margin-left: 1rem;
  }
  .housework_point-box__content {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #D17D0B;
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .housework_point__box:first-of-type .housework_point-box__content {
    width: 100%;
  }
  .housework_point-box-content__title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .housework_point-box-content__text {
    font-size: 1.6rem;
  }
  .housework_point-box__figure {
    width: 100%;
  }
  .p-housework_offer__inner {
    padding: 0 2rem;
  }
  .p-housework_offer__container {
    max-width: 100%;
    padding: 0 0 7rem;
  }
  .p-housework_bg {
    display: none;
  }
  .housework_offer-body__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
    margin: 0 auto;
  }
  .housework_offer-body__content {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .housework_offer-body-content__title {
    text-align: center;
    margin-bottom: 3rem;
  }
  .housework_offer-body-content__title span:first-of-type {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
  .housework_offer-body-content__title span:last-of-type {
    font-size: 3rem;
  }
  .housework_offer-body-content__text {
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 0;
  }
  .housework_offer-body__figure {
    width: 100vw;
    max-width: initial;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 3rem;
  }
  .housework_offer-body__flex-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    row-gap: 1rem;
  }
  .housework_offer-body__btn {
    max-width: 100%;
  }
  .p-housework_example {
    padding: 0 0 8rem;
  }
  .p-housework_example__inner {
    padding: 0 2rem;
  }
  .p-housework_example__container {
    max-width: 100%;
  }
  .p-housework_example__header {
    width: 100%;
    height: 7.5rem;
    margin-bottom: 5rem;
  }
  .housework_example-header__title {
    font-size: 2.4rem;
  }
  .p-housework_example__body {
    margin-bottom: 0;
  }
  .p-housework_example__flex {
    display: block;
    max-width: 100%;
    margin-left: 0;
  }
  .p-housework_example__figure-wrap:first-of-type {
    margin-bottom: 3rem;
  }
  .p-housework_example__figure-wrap:nth-of-type(3) {
    margin-bottom: 3rem;
  }
  .p-housework_example__arrow {
    width: 7rem;
    margin: 0 auto 5rem;
  }
  .p-housework_example__label {
    top: -2rem;
    left: 20%;
    max-width: 19.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
    border: 0.1rem solid #C3C3C3;
  }
  .p-housework_example__figure-wrap:nth-of-type(3) .p-housework_example__figure {
    margin-bottom: 2rem;
  }
  .p-housework_example__text {
    font-size: 1.6rem;
  }
  .p-housework_example__bubble {
    position: initial;
    width: 100%;
  }
  .p-housework_example__btn {
    display: none;
  }
  .p-housework_case {
    padding-bottom: 6rem;
  }
  .p-housework_case__header {
    margin-bottom: 5rem;
  }
  .housework_case-header__content {
    max-width: 90%;
    padding: 2rem;
    margin: 2rem auto 0;
  }
  .housework_case-header-content__number {
    width: 9.5rem;
    margin: 0 auto 3rem;
  }
  .housework_case-header-content__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .housework_case-header-content__title::after {
    top: -2rem;
    left: 47%;
  }
  .housework_case-header-content__text {
    font-size: 1.8rem;
  }
  .p-housework_case__inner {
    padding: 0 2rem;
  }
  .p-housework_case__container {
    max-width: 100%;
  }
  .p-housework_case__body {
    padding: 0;
    background-color: transparent;
  }
  .housework_case-body__floor {
    display: block;
    margin-bottom: 5rem;
  }
  .housework_case-body-floor__figure {
    max-width: 100%;
    margin-bottom: 5rem;
  }
  .housework_case-body-floor__figure:last-of-type {
    margin-bottom: 0;
  }
  .housework_case-body-floor__img-wrap {
    margin-bottom: 1.5rem;
  }
  .housework_case-body-floor__label {
    font-size: 2.1rem;
    padding: 0.5rem 1rem;
  }
  .housework_case-body__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.5rem;
  }
  .housework_case-body-block__second .housework_case-body-block__content:first-of-type {
    margin-bottom: 5rem;
  }
  .housework_case-body-block__second .housework_case-body-block__figure {
    width: 100%;
    max-width: 100%;
  }
  .housework_case-body-block__figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .housework_case-body-block-content__title {
    padding-left: 1rem;
    margin-bottom: 2rem;
    border-left: 0.3rem solid #2F1B01;
  }
  .housework_case-body-block-content__title span:first-of-type {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .housework_case-body-block-content__title span:last-of-type {
    font-size: 1.8rem;
  }
  .housework_case-body__btn {
    max-width: 100%;
    height: 8rem;
  }
  .housework_second-case .housework_case-body__gallery {
    margin-bottom: 5rem;
  }
  .housework_second-case .housework_case-body-gallery__flex {
    display: block;
    margin-bottom: 3rem;
  }
  .housework_second-case .housework_case-body-gallery-content__title {
    padding-left: 1rem;
    margin-bottom: 2rem;
    border-left: 0.3rem solid #2F1B01;
  }
  .housework_second-case .housework_case-body-gallery-content__title span:first-of-type {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .housework_second-case .housework_case-body-gallery-content__title span:last-of-type {
    font-size: 1.8rem;
  }
  .housework_second-case .housework_case-body-gallery-content__text {
    font-size: 1.6rem;
  }
  .housework_second-case .housework_case-body-gallery__figure:first-of-type {
    margin-bottom: 1rem;
  }
  .housework_second-case .housework_case-body__change {
    margin-bottom: 5rem;
  }
  .housework_second-case .housework_case-body-change__flex {
    display: block;
  }
  .housework_second-case .housework_case-body-change-ele__figure {
    margin-bottom: 0;
  }
  .housework_second-case .housework_case-body-change__label {
    position: initial;
    font-size: 2.1rem;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
  }
  .housework_second-case .housework_case-body-change__ele .housework_case-body-change__label {
    position: initial;
  }
  .housework_second-case .housework_case-body-change-ele__content {
    display: none;
  }
  .housework_second-case .housework_case-body-change-ele-content__title {
    padding-left: 1rem;
    margin-bottom: 2rem;
    border-left: 0.3rem solid #2F1B01;
  }
  .housework_second-case .housework_case-body-change-ele-content__title span:first-of-type {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .housework_second-case .housework_case-body-change-ele-content__title span:last-of-type {
    font-size: 1.8rem;
  }
  .housework_second-case .housework_case-body-change__figure {
    margin-bottom: 3rem;
  }
  .housework_second-case .housework_case-body-change-ele__sp-content {
    display: block;
  }
  .housework_second-case .housework_case-body-change-ele-content__sp-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1rem;
    margin-bottom: 2rem;
    border-left: 0.3rem solid #2F1B01;
  }
  .housework_second-case .housework_case-body-change-ele-content__sp-title span:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 1.4rem;
    font-style: italic;
    font-family: "bookman-jf-pro", serif;
    background-color: #fff;
    border: 0.1rem solid #2F1B01;
  }
  .housework_second-case .housework_case-body-change-ele-content__sp-title span:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .housework_second-case .housework_case-body-change-ele-content__sp-text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-housework_intro__header {
    height: 19rem;
    background-size: cover;
    background-image: url(../images/housework/image_intro-header-bg_sp.png);
  }
  .housework_intro-header__inner {
    max-width: 100%;
    height: 19rem;
  }
  .housework_intro-header__title {
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 2.4rem;
  }
  .p-housework_intro__inner {
    padding: 0 2rem;
  }
  .p-housework_intro__container {
    max-width: 100%;
  }
  .p-housework_intro__body {
    display: block;
    max-width: 100%;
    padding: 2.5rem 0 8rem;
  }
  .housework_intro-body__box {
    margin-bottom: 3rem;
  }
  .housework_intro-body__box:last-of-type {
    margin-bottom: 0;
  }
  .housework_intro-body-box__content {
    padding: 2rem;
  }
  .housework_intro-body-box-content__number {
    width: 7.5rem;
    margin: 0 auto 4rem;
  }
  .housework_intro-body-box-content__flex {
    display: block;
    margin-bottom: 2rem;
  }
  .housework_intro-body-box-content__flex::after {
    top: -2rem;
    left: 47%;
    width: 2rem;
    height: 0.2rem;
  }
  .housework_intro-body-box-content__title {
    text-align: center;
    font-size: 2rem;
  }
  .p-insulation_about__inner {
    padding: 0 2rem;
  }
  .p-insulation_about__container {
    max-width: 100%;
  }
  .p-insulation_about__flex {
    display: block;
    max-width: 100%;
  }
  .p-insulation_about__header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .insulation_about-header__sub-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .insulation_about-header__title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .insulation_about-header__text {
    font-size: 1.6rem;
  }
  .insulation_about-header__flex {
    display: none;
  }
  .insulation_about-body__figure {
    width: 100%;
    margin-bottom: 3rem;
  }
  .insulation_about-body__text {
    display: block;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 7.5rem;
  }
  .p-insulation_about__footer {
    max-width: 100%;
  }
  .insulation_about-footer__flex {
    display: block;
    margin-bottom: 5rem;
  }
  .insulation_about-footer__figure-wrap:first-of-type {
    margin-bottom: 2.5rem;
  }
  .insulation_about-footer__arrow {
    width: 2rem;
    margin: 0 auto 5rem;
  }
  .insulation_about-footer__label {
    max-width: 29.5rem;
    height: 5.5rem;
    font-size: 1.6rem;
    border: 0.1rem solid #C3C3C3;
  }
  .insulation_about-footer__btn-wrap {
    display: block;
  }
  .insulation_about-footer__btn:first-of-type {
    margin-bottom: 1rem;
  }
  .insulation_about-footer__btn {
    width: 100%;
    max-width: 100%;
  }
  .p-insulation_intro__header {
    height: 20rem;
    background-size: cover;
    background-image: url(../images/insulation/image_intro-header-bg_sp.png);
  }
  .insulation_intro-header__inner {
    max-width: 100%;
    height: 20rem;
  }
  .insulation_intro-header__title span:first-of-type {
    font-size: 2rem;
  }
  .insulation_intro-header__title span:last-of-type {
    font-size: 2.8rem;
  }
  .insulation_intro-header__title {
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 2.4rem;
  }
  .p-insulation_intro__inner {
    padding: 0 2rem;
  }
  .p-insulation_intro__container {
    max-width: 100%;
  }
  .p-insulation_intro__body {
    max-width: 100%;
    padding-top: 3rem;
    margin: 0 auto 5rem;
  }
  .insulation_intro-body__gallery-flex {
    display: block;
    margin-bottom: 2rem;
  }
  .insulation_intro-body__gallery:first-of-type {
    margin-bottom: 1.5rem;
  }
  .insulation_intro-body__gallery-note {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
  .insulation_intro-body__flex {
    display: block;
    padding-top: 5rem;
    border-top: solid 0.1rem #C3C3C3;
  }
  .insulation_intro-body__text {
    display: block;
    max-width: 100%;
    font-size: 1.6rem;
    margin-bottom: 4.5rem;
  }
  .insulation_intro-body__figure {
    max-width: 100%;
  }
  .p-insulation_intro__footer {
    width: 100vw;
    max-width: initial;
    padding-bottom: 5rem;
    margin: 0 calc(50% - 50vw);
  }
  .insulation_intro-footer__inner {
    padding: 5rem 2rem;
    border-top: 0.1rem solid #D17D0B;
    border-bottom: 0.1rem solid #D17D0B;
  }
  .insulation_intro-footer__title {
    position: initial;
    display: block;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .insulation_intro-footer__flex {
    display: block;
  }
  .insulation_intro-footer__content {
    max-width: 100%;
    margin: 0 auto 1rem;
  }
  .insulation_intro-footer-content__title {
    padding: 2rem 3rem;
    margin-bottom: 1rem;
  }
  .insulation_intro-footer-content__title span:first-of-type {
    font-size: 1.6rem;
  }
  .insulation_intro-footer-content__title span:nth-of-type(2) {
    font-size: 3.4rem;
  }
  .insulation_intro-footer-content__title span:last-of-type {
    font-size: 1.6rem;
  }
  .insulation_intro-footer-content__text {
    text-align: center;
    font-size: 1.6rem;
    padding-left: 0;
  }
  .insulation_intro-footer__figure {
    max-width: 100%;
  }
  .p-insulation_foreword__header {
    height: 19rem;
    background-size: cover;
  }
  .insulation_foreword-header__first {
    background-image: url(../images/insulation/image_foreword-header-bg01_sp.png);
  }
  .insulation_foreword-header__second {
    background-image: url(../images/insulation/image_foreword-header-bg02_sp.png);
  }
  .insulation_foreword-header__inner {
    max-width: 100%;
    height: 19rem;
  }
  .insulation_foreword-header__title {
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 2.4rem;
  }
  .p-insulation_living {
    padding: 8rem 0;
  }
  .p-insulation_living__inner {
    padding: 0 2rem;
  }
  .p-insulation_living__container {
    max-width: 100%;
  }
  .p-insulation_living__header {
    margin-bottom: 3rem;
  }
  .insulation_living-header__title span:first-of-type {
    font-size: 2rem;
  }
  .insulation_living-header__title span:last-of-type {
    font-size: 2.6rem;
  }
  .p-insulation_living__body {
    display: block;
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .p-insulation_living__box {
    height: auto;
    background-image: none;
    margin-bottom: 3rem;
    background-color: #D17D0B;
    border: 0.2rem solid #D17D0B;
    -webkit-clip-path: polygon(0 5%, 50% 0, 100% 5%, 100% 100%, 0 100%);
            clip-path: polygon(0 5%, 50% 0, 100% 5%, 100% 100%, 0 100%);
  }
  .p-insulation_living__box:last-of-type {
    margin-bottom: 0;
  }
  .insulation_living-box__inner {
    padding: 4.5rem 2rem 5rem;
    background-color: #fff;
    -webkit-clip-path: polygon(0 5%, 50% 0, 100% 5%, 100% 100%, 0 100%);
            clip-path: polygon(0 5%, 50% 0, 100% 5%, 100% 100%, 0 100%);
  }
  .insulation_living-box__title {
    margin-bottom: 1.5rem;
  }
  .insulation_living-box__title span {
    font-size: 2.2rem;
  }
  .insulation_living-box__text {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .insulation_living-box__figure {
    max-width: 100%;
    margin: 0 auto;
  }
  .p-insulation_living__box:first-of-type .insulation_living-box__figure,
.p-insulation_living__box:nth-of-type(2) .insulation_living-box__figure {
    display: none;
  }
  .p-insulation_living__box:nth-of-type(3) .insulation_living-box__figure {
    max-width: 39.5rem;
  }
  .p-insulation_living__box:last-of-type .insulation_living-box__figure {
    max-width: 17.5rem;
  }
  .insulation_living-box__sp-figure {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 2rem 0;
  }
  .p-insulation_living__box:first-of-type .insulation_living-box__sp-img {
    width: 58rem;
  }
  .p-insulation_living__box:nth-of-type(2) .insulation_living-box__sp-img {
    width: 52rem;
  }
  .p-insulation_living__text {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .p-insulation_case {
    padding-bottom: 10rem;
  }
  .p-insulation_case__header {
    margin-bottom: 5rem;
  }
  .insulation_case-header__content {
    max-width: 90%;
    padding: 2rem;
    margin: 2rem auto 0;
  }
  .insulation_case-header-content__number {
    width: 9.5rem;
    margin: 0 auto 3rem;
  }
  .insulation_case-header-content__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .insulation_case-header-content__title::after {
    top: -2rem;
    left: 47%;
  }
  .insulation_case-header-content__text {
    font-size: 1.8rem;
  }
  .p-insulation_case__inner {
    padding: 0 2rem;
  }
  .p-insulation_case__container {
    max-width: 100%;
  }
  .p-insulation_case__body {
    padding: 0;
    background-color: transparent;
  }
  .insulation_case-body__text {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
  .insulation_case-body__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 5.5rem;
  }
  .insulation_case-body-block__figure {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .insulation_case-body-block-content__sp-list {
    display: block;
  }
  .insulation_case-body-block-content__sp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem;
  }
  .insulation_case-body-block-content__sp-item:last-of-type {
    margin-bottom: 0;
  }
  .insulation_case-body-block-content__sp-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #2F1B01;
    margin-right: 1rem;
    font-size: 1.4rem;
    font-family: "bookman-jf-pro", serif;
    font-style: italic;
  }
  .insulation_case-body-block-content__sp-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .insulation_case-body-block__content {
    margin-bottom: 2rem;
  }
  .insulation_case-body-block-content__list {
    display: none;
  }
  .insulation_case-body-block-content__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .insulation_case-body-block-content__text {
    font-size: 1.6rem;
  }
  .insulation_case-body__flex {
    display: block;
    margin-bottom: 3rem;
  }
  .insulation_case-body__floor {
    display: block;
    margin-bottom: 3rem;
  }
  .insulation_case-body-floor__figure {
    max-width: 100%;
    margin-bottom: 5rem;
  }
  .insulation_case-body-floor__figure:last-of-type {
    margin-bottom: 0;
  }
  .insulation_case-body-floor__img-wrap {
    margin-bottom: 1.5rem;
  }
  .insulation_case-body-floor__label {
    font-size: 2.1rem;
    padding: 0.5rem 1rem;
  }
  .insulation_case-body__btn {
    max-width: 100%;
    height: 7.8rem;
  }
  .insulation_case-body-block__gallery {
    display: block;
    margin-bottom: 2.5rem;
  }
  .insulation_case-body-block-gallery__figure-wrap {
    margin-bottom: 5rem;
  }
  .insulation_case-body-block-gallery__figure-wrap:last-of-type {
    margin-bottom: 0;
  }
  .insulation_case-body-block-gallery__figure {
    display: block;
    margin-bottom: 2rem;
  }
  .insulation_case-body-block-gallery__number {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .insulation_case-body-block-gallery__text {
    font-size: 1.6rem;
  }
  .insulation_case-body-block__note {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
  .insulation_second-case .insulation_case-body__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .insulation_second-case .insulation_case-body-block__content {
    margin-bottom: 0;
  }
  .insulation_second-case .insulation_case-body__btn {
    display: none;
  }
  .insulation_second-case .insulation_case-body__sp-btn {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
  }
  .p-insulation_measure {
    padding: 0 0 8rem;
  }
  .p-insulation_measure__inner {
    padding: 0 2rem;
  }
  .p-insulation_measure__container {
    max-width: 100%;
  }
  .p-insulation_measure__body {
    max-width: 100%;
    padding: 0 0 3rem;
    background-color: transparent;
  }
  .insulation_measure-body__title {
    position: initial;
    text-align: center;
    font-size: 3rem;
    width: 100%;
    padding: 3.5rem 2rem;
    margin-bottom: 2.5rem;
  }
  .insulation_measure-body__text {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .insulation_measure-body__figure {
    display: none;
  }
  .insulation_measure-body__sp-figure {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 2rem 0;
    margin-bottom: 3rem;
  }
  .insulation_measure-body__sp-img {
    width: 72rem;
  }
  .insulation_measure-body__content {
    font-size: 1.8rem;
    line-height: 2;
    padding: 3rem 2rem;
    background-color: #fff;
  }
  .insulation_measure-body-content__flex-wrap {
    display: block;
  }
  .insulation_measure-body-content__flex {
    margin-bottom: 1rem;
  }
  .insulation_measure-body-content__icon {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    font-size: 1.8rem;
  }
  .insulation_measure-body-content__text {
    font-size: 1.8rem;
  }
  .p-tax_lead {
    padding: 8.5rem 0 8rem;
  }
  .p-tax_lead__inner {
    padding: 0 2rem;
  }
  .p-tax_lead__container {
    max-width: 100%;
  }
  .p-tax_lead__body {
    max-width: 100%;
  }
  .tax_lead-body__box {
    padding: 4rem 2rem;
    margin: 0 auto 2rem;
    border: 2px solid #D17D0B;
  }
  .tax_lead-body-box__icon {
    top: -3rem;
    left: 40%;
    width: 6.5rem;
  }
  .tax_lead-body-box__title {
    font-size: 2rem;
  }
  .tax_lead-body__text {
    text-align: left;
    font-size: 1.8rem;
  }
  .p-tax_deduction {
    padding: 8rem 0 0;
  }
  .p-tax_deduction__inner {
    padding: 0 2rem;
  }
  .p-tax_deduction__container {
    max-width: 100%;
  }
  .p-tax_deduction__header {
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .tax_deduction-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tax_deduction-header__content {
    max-width: 100%;
    margin-right: 0;
  }
  .tax_deduction-header__title {
    display: none;
  }
  .tax_deduction-header__text {
    font-size: 1.6rem;
  }
  .tax_deduction-header__figure-wrap {
    margin-bottom: 2rem;
  }
  .tax_deduction-header__sp-title {
    text-align: center;
    display: block;
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 3rem;
  }
  .tax_deduction-header__sp-title::after {
    top: -2rem;
    left: 49%;
  }
  .p-tax_deduction__body {
    max-width: 100%;
  }
  .tax_deduction-body__box {
    margin-bottom: 5rem;
  }
  .tax_deduction-body-box__inner {
    padding: 3rem 2rem 8rem;
    margin-bottom: 5rem;
  }
  .tax_deduction-body-box__title {
    text-align: center;
    max-width: 100%;
    padding: 2rem 1rem 1rem;
    margin: 0 auto 1.5rem;
  }
  .tax_deduction-body-box__title span:first-of-type {
    font-size: 2.6rem;
  }
  .tax_deduction-body-box__title span:last-of-type {
    font-size: 1.6rem;
  }
  .tax_deduction-body-box__day {
    font-size: 1.6rem;
  }
  .tax_deduction-body-box__caution {
    font-size: 1.4rem;
    padding: 3rem 2rem;
  }
  .tax_deduction-body-box__detail-figure {
    max-width: 100%;
    margin: 0 auto 5rem;
  }
  .tax_deduction-body-box__table-figure {
    display: none;
  }
  .tax_deduction-body-box__sp-table-figure {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .tax_deduction-body-box__note {
    font-size: 1.6rem;
  }
  .p-tax_asset {
    padding: 8rem 0 0;
  }
  .p-tax_asset__inner {
    padding: 0 2rem;
  }
  .p-tax_asset__container {
    max-width: 100%;
  }
  .p-tax_asset__header {
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .tax_asset-header__inner {
    display: block;
  }
  .tax_asset-header__figure {
    margin-right: 0;
  }
  .tax_asset-header__content {
    max-width: 100%;
  }
  .tax_asset-header__title {
    display: none;
  }
  .tax_asset-header__text {
    font-size: 1.6rem;
  }
  .tax_asset-header__figure-wrap {
    margin-bottom: 2rem;
  }
  .tax_asset-header__sp-title {
    text-align: center;
    display: block;
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 3rem;
  }
  .tax_asset-header__sp-title::after {
    top: -2rem;
    left: 49%;
  }
  .p-tax_asset__body {
    max-width: 100%;
    margin: 0 auto 6rem;
  }
  .tax_asset-body__box {
    padding: 5rem 2rem 8rem;
  }
  .tax_asset-body-box__content {
    padding-left: 0;
    margin-bottom: 5rem;
  }
  .tax_asset-body-box__flex {
    display: block;
    margin-bottom: 5rem;
  }
  .tax_asset-body-box__flex:first-of-type .tax_asset-body-box-text__primary {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .tax_asset-body-box__flex:last-of-type .tax_asset-body-box-text__primary {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .tax_asset-body-box__title {
    text-align: center;
    font-size: 1.8rem;
    padding: 0.5rem 2rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .tax_asset-body-box__text span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }
  .tax_asset-body-box__text .tax_asset-body-box-text__primary {
    font-size: 2.4rem;
  }
  .tax_asset-body-box__table-figure {
    display: none;
  }
  .tax_asset-body-box__sp-table-figure {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .p-tax_asset__footer {
    max-width: 100%;
  }
  .tax_asset-footer__inner {
    display: block;
    max-width: 100%;
  }
  .tax_asset-footer__banner {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .tax_asset-footer-tel__text {
    font-size: 1.5rem;
  }
  .tax_asset-footer-tel__icon {
    width: 3rem;
  }
  .tax_asset-footer-tel__link-text {
    font-size: 3rem;
  }
  .tax_asset-footer-tel__note {
    font-size: 1.4rem;
  }
  .p-tax_cost {
    padding: 10rem 0 8rem;
  }
  .p-tax_cost__inner {
    padding: 0 2rem;
  }
  .p-tax_cost__container {
    max-width: 100%;
  }
  .p-tax_cost__header {
    margin: 0 auto 3rem;
  }
  .tax_cost-header__title {
    font-size: 2.6rem;
  }
  .tax_cost-header__title::after {
    top: -2rem;
    left: 47%;
  }
  .p-tax_cost__body {
    max-width: 100%;
  }
  .tax_cost-body__banner {
    height: 27rem;
    background-image: url(../images/tax/image_cost-banner-bg_sp.png);
    border: 3px solid #2F1B01;
    margin-bottom: 1rem;
  }
  .tax_cost-body-banner__content {
    top: 3rem;
    left: 0;
    right: 0;
  }
  .tax_cost-body-banner-content__title {
    font-size: 3rem;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
    border-top: 1px solid #2F1B01;
    border-bottom: 1px solid #2F1B01;
  }
  .tax_cost-body-banner-content__text {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .tax_cost-body-banner-content__btn {
    max-width: 24.5rem;
  }
  .tax_cost-body__grid {
    display: block;
  }
  .tax_cost-body-grid__link {
    margin-bottom: 1rem;
  }
  .tax_cost-body-grid__link:last-of-type {
    margin-bottom: 0;
  }
  .p-case_archive {
    padding-bottom: 8rem;
  }
  .p-case_archive__header {
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
  .case_archive-header__inner {
    max-width: 100%;
  }
  .case_archive-header__title p {
    font-size: 2rem;
  }
  .case_archive-header__title p span {
    font-size: 2rem;
  }
  .p-case_archive__container {
    padding: 0 2rem;
  }
  .p-case_archive__body {
    max-width: 100%;
  }
  .p-case_archive__list {
    display: block;
    margin-bottom: 8rem;
  }
  .p-case_archive__item {
    padding: 5rem 0;
    border-bottom: 0.1rem solid #C3C3C3;
  }
  .p-case_archive__item:first-of-type {
    padding-top: 0;
  }
  .case_archive-item__figure-contents {
    margin-bottom: 2rem;
  }
  .case_archive-item__main-figure {
    margin-bottom: 0.5rem;
  }
  .case_archive-item__medal {
    left: 1.5rem;
    width: 6rem;
    padding: 1.5rem 1rem 3rem;
  }
  .case_archive-item-medal__text {
    font-size: 1.6rem;
  }
  .case_archive-item__figure-flex {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .case_archive-item__label-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .case_archive-item__label {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    background-color: #D17D0B;
    min-height: auto;
  }
  .case_archive-item__content {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
    min-height: auto;
  }
  .case_archive-item-content__number {
    font-size: 1.8rem;
  }
  .case_archive-item-content__title {
    font-size: 1.8rem;
  }
  .case_archive-item__detail {
    margin-bottom: 0;
  }
  .case_archive-item__detail-text {
    font-size: 1.6rem;
  }
  .case_archive-tag__list {
    display: none;
  }
  .case_archive-item__btn {
    display: none;
  }
  .p-case_idea__footer {
    display: none;
  }
  .p-case__search {
    top: 20rem;
    right: 0;
  }
  .p-case__search.is_active {
    right: 0;
  }
  .case-search__content {
    padding: 2rem 1.5rem;
  }
  .case-search-content__icon {
    width: 1.8rem;
    margin-bottom: 1rem;
  }
  .case-search-content__text {
    font-size: 1.6rem;
  }
  .case-search__modal {
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    max-width: 33.5rem;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .case-search__modal.is_active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .case-search-modal__body {
    padding: 3rem 2rem 5rem;
    border-bottom: 0.1rem solid #C3C3C3;
  }
  .case-search-modal__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .case-search-modal-building__title,
.case-search-modal-price__title,
.case-search-modal-cate__title,
.case-search-modal-tag__title {
    text-align: center;
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  .case-search-modal__building {
    margin-bottom: 5rem;
  }
  .case-search-modal-building__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .case-search-modal-building__item {
    margin-right: 0;
  }
  .case-search-modal-building__item input {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .case-search-modal-building__item label {
    font-size: 1.8rem;
  }
  .case-search-modal__price {
    margin-bottom: 5rem;
  }
  .case-search-modal-price__list {
    display: block;
    row-gap: 1rem;
  }
  .case-search-modal-price__item {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .case-search-modal-price__item:last-of-type {
    margin-bottom: 0;
  }
  .case-search-modal-price__item input {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .case-search-modal-price__item label {
    font-size: 1.8rem;
  }
  .case-search-modal__cate {
    margin-bottom: 5rem;
  }
  .case-search-modal-cate__list {
    gap: 1rem;
    max-width: 100%;
  }
  .case-search-modal-cate__label {
    font-size: 1.4rem;
    padding: 0.6rem 1.5rem;
    border: 0.1rem solid #D17D0B;
  }
  .case-search-modal__tag {
    margin-bottom: 5rem;
  }
  .case-search-modal-tag__list {
    gap: 1rem;
  }
  .case-search-modal-tag__label {
    font-size: 1.4rem;
    padding: 0.6rem 1.5rem 0.6rem 3rem;
    border-radius: 2rem;
    border: 0.1rem solid #C3C3C3;
  }
  .case-search-modal-tag__label::before {
    font-size: 1.4rem;
  }
  .case-search-modal-btn__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
  .case-search-modal__key-form input {
    width: 25.5rem;
  }
  .case-search-modal__close-btn {
    display: block;
    position: relative;
    z-index: 700;
    margin-left: auto;
  }
  .case-search-modal__burger {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
  }
  .case-search-modal__burger > span {
    width: 100%;
    height: 0.1rem;
    background-color: #2F1B01;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    opacity: 1;
  }
  .case-search-modal__burger > span:first-of-type {
    -webkit-transform: translateY(1.4rem) rotate(-45deg);
            transform: translateY(1.4rem) rotate(-45deg);
  }
  .case-search-modal__burger > span:last-of-type {
    -webkit-transform: translateY(-1.4rem) rotate(45deg);
            transform: translateY(-1.4rem) rotate(45deg);
  }
  .case-search-modal__burger-text {
    font-size: 1.6rem;
  }
  .case_single_intro-header__inner {
    max-width: 100%;
  }
  .case_single_intro-header__content {
    bottom: 0;
    right: 0;
  }
  .case_single_intro-header-content__text {
    font-size: 1.4rem;
  }
  .case_single_intro-header-content__title span:first-of-type {
    font-size: 4.4rem;
  }
  .case_single_intro-header-content__title span:last-of-type {
    font-size: 6.7rem;
  }
  .p-case_single_intro__body {
    padding: 3rem 0 8rem;
  }
  .case_single_intro-body__inner {
    padding: 0 2rem;
  }
  .case_single_intro-body__label-contents {
    margin-bottom: 2rem;
  }
  .case_single_intro-body__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.4rem;
    padding: 0.5rem;
    border-radius: 0;
  }
  .case_single_intro-body__content {
    text-align: left;
    margin-bottom: 2rem;
  }
  .case_single_intro-body-content__title {
    font-size: 2.8rem;
  }
  .case_single_intro-body__heading {
    max-width: 100%;
    height: 9rem;
    font-size: 1.6rem;
    border: 0.1rem solid #C99247;
  }
  .p-case_single_intro__footer {
    padding: 8rem 0;
  }
  .case_single_intro-footer__inner {
    padding: 0 2rem;
  }
  .case_single_intro-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
  }
  .case_single_intro-footer__figure {
    margin-bottom: 3rem;
  }
  .case_single_intro-footer__content {
    max-width: 100%;
    margin-right: 0;
  }
  .case_single_intro-footer-content__title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .case_single_intro-footer-content__text {
    font-size: 1.6rem;
  }
  .case_single_intro-footer__list-figure {
    max-width: 100%;
  }
  .p-case_single_intro .slick-prev {
    left: 0;
  }
  .p-case_single_intro .slick-next {
    right: 1rem;
  }
  .p-case_single_detail {
    padding: 8rem 0;
  }
  .p-case_single_detail__inner {
    padding: 0 2rem;
  }
  .p-case_single_detail__container {
    max-width: 100%;
  }
  .p-case_single_detail__header {
    margin-bottom: 5rem;
  }
  .case_single_detail-header__inner {
    max-width: 100%;
  }
  .case_single_detail-header__table {
    display: none;
  }
  .case_single_detail-header__sp-table {
    display: block;
  }
  .case_single_detail-header__sp-table table tr {
    border-top: 0.1rem solid #C3C3C3;
    border-left: 0.1rem solid #C3C3C3;
    border-right: 0.1rem solid #C3C3C3;
    height: 6rem;
  }
  .case_single_detail-header__sp-table table tr:last-of-type {
    border-bottom: 0.1rem solid #C3C3C3;
  }
  .case_single_detail-header__sp-table table td {
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .case_single_detail-header__sp-table table td:first-of-type {
    width: 11rem;
    padding-left: 2rem;
    font-weight: 500;
    background-color: #F5EFEF;
  }
  .case_single_detail-header__sp-table table td:last-of-type {
    padding-left: 2rem;
    background-color: #fff;
  }
  .p-case_single_detail__box-wrap {
    margin-bottom: 5rem;
  }
  .p-case_single_detail__box {
    margin-bottom: 5rem;
  }
  .case_single_detail-box__flex {
    display: block;
  }
  .p-case_single_detail__box:nth-of-type(odd) .case_single_detail-box__figure {
    margin-right: 0;
  }
  .p-case_single_detail__box:nth-of-type(even) .case_single_detail-box__figure {
    margin-left: 0;
  }
  .p-case_single_detail__box:first-of-type .case_single_detail-box__figure {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(2) .case_single_detail-box__figure {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(2) .case_single_detail-box__content {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(3) .case_single_detail-box__figure {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(4) .case_single_detail-box__figure {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(5) .case_single_detail-box__figure {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(6) .case_single_detail-box__figure {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(7) .case_single_detail-box__figure {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(7) .case_single_detail-box__content {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(8) .case_single_detail-box__figure {
    max-width: 100%;
  }
  .p-case_single_detail__box:nth-of-type(8) .case_single_detail-box__content {
    max-width: 100%;
  }
  .case_single_detail-box__figure {
    margin-bottom: 2rem;
  }
  .case_single_detail-box-content__title {
    font-size: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid #2F1B01;
  }
  .case_single_detail-box-content__text {
    font-size: 1.6rem;
  }
  .p-case_single_detail__flex {
    display: block;
  }
  .p-case_single_detail__before,
.p-case_single_detail__after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    background-color: transparent;
  }
  .case_single_detail-before__label,
.case_single_detail-after__label {
    font-size: 2.1rem;
    max-width: 100%;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    border: 0.1rem solid #C3C3C3;
  }
  .case_single_detail-before__label {
    margin-bottom: 5rem;
  }
  .case_single_detail-before__figure,
.case_single_detail-after__figure {
    margin-bottom: 2rem;
  }
  .p-case_single_point {
    padding: 8rem 0;
  }
  .p-case_single_point__inner {
    padding: 0 2rem;
  }
  .p-case_single_point__container {
    max-width: 100%;
  }
  .p-case_single_point__header {
    margin-bottom: 3rem;
  }
  .case_single_point-header__title {
    font-size: 2.5rem;
  }
  .p-case_single_point__box {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
  }
  .case_single_point-box__inner {
    display: block;
  }
  .case_single_point-box__number {
    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;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .case_single_point-box__number span {
    font-size: 1.4rem;
  }
  .case_single_point-box__number span:last-of-type {
    font-size: 3.5rem;
    margin-left: 1rem;
  }
  .case_single_point-box__content {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #D17D0B;
    padding-top: 2rem;
  }
  .case_single_point-box-content__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .case_single_point-box-content__text {
    font-size: 1.6rem;
  }
  .p-case_single_voice {
    padding: 8rem 0;
  }
  .p-case_single_voice__inner {
    padding: 0 2rem;
  }
  .p-case_single_voice__container {
    max-width: 100%;
  }
  .p-case_single_voice__header {
    max-width: 100%;
    margin: 0 auto;
  }
  .case_single_voice-header__inner {
    display: block;
  }
  .case_single_voice-header__content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .case_single_voice-header__title {
    text-align: center;
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 0;
  }
  .case_single_voice-header__title::after {
    left: 50%;
  }
  .case_single_voice-header__text {
    display: none;
  }
  .case_single_voice-header__figure {
    margin-bottom: 2rem;
  }
  .case_single_voice-header__sp-text {
    display: block;
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-case_single_comment {
    padding: 8rem 0 0;
  }
  .p-case_single_comment__header {
    padding: 0 2rem;
    margin-bottom: 8rem;
  }
  .case_single_comment-header__inner {
    max-width: 100%;
  }
  .case_single_comment-header__title {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .case_single_comment-header__title::after {
    left: 50%;
  }
  .case_single_comment-header__text {
    font-size: 1.6rem;
  }
  .p-case_single_comment__footer {
    padding: 3rem 2rem 8rem;
  }
  .case_single_comment-footer__tag {
    display: block;
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .case_single_comment-footer-tag__title {
    text-align: center;
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .case_single_comment-footer-tag__list {
    gap: 1rem;
  }
  .case_single_comment-footer-tag__item a {
    font-size: 1.4rem;
    padding: 0.6rem 1.5rem 0.6rem 3rem;
    border-radius: 2rem;
    border: 0.1rem solid #C3C3C3;
  }
  .case_single_comment-footer-tag__item a::before {
    font-size: 1.4rem;
  }
  .case_single_comment-footer__btn {
    max-width: 100%;
  }
  .p-case_single_result {
    padding: 8rem 0 10rem;
  }
  .p-case_single_result__header {
    margin-bottom: 3rem;
  }
  .case_single_result-header__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .case_single_result-header__title::after {
    left: 47%;
  }
  .p-case_single_result__list {
    max-width: 100%;
  }
  .p-case_single_result__item {
    width: 29.5rem;
    border-bottom: 0.5rem solid #D17D0B;
    margin: 0 1rem;
  }
  .case_single_result-item__content {
    padding: 2rem 2rem 5rem;
  }
  .case_single_result-item-content__label-flex {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 0.5rem;
    margin-bottom: 1.5rem;
    min-height: 14rem;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .case_single_result-item-content__label {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    background-color: #D17D0B;
  }
  .case_single_result-item-content__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .case_single_result-item-content__btn {
    max-width: 19.5rem;
    height: 4.8rem;
    border-radius: 4.8rem;
  }
  .p-case_single_result .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .p-case_single_result .slick-list.draggable {
    padding-top: 2rem !important;
  }
  .p-case_single_result .slick-dots {
    display: none !important;
  }
  .p-case_single_result .slide-arrow {
    top: 20rem;
    bottom: auto;
    width: 5rem;
    height: 5rem;
  }
  .p-case_single_result .prev-arrow {
    left: 1rem;
  }
  .p-case_single_result .next-arrow {
    right: 1rem;
  }
  .p-case_single_topics.p-topics {
    display: none;
  }
  .jsImgHideSp {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(1.05);
    transform: translateY(-20px) scale(1.05);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
  }
  .jsImgHideSp.jsShow {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .jsRowHideWrap .jsRowHide {
    display: inline;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .jsRowHideWrap {
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(-20px) scale(1.05);
    transform: translateX(-20px) scale(1.05);
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
  }
  .jsRowHideWrap.jsShow {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .p-showroom_fv {
    padding-top: 12rem;
    margin-bottom: 2rem;
  }
  .p-showroom_fv-box__copy-wrap {
    left: 5rem;
    bottom: 23rem;
  }
  .p-showroom_fv-box__copy {
    text-align: center;
    font-size: 3.2rem;
    text-decoration: none;
  }
  .p-showroom_fv-box__text {
    display: block;
    text-align: center;
  }
  .p-showroom_fv-box__text span:first-of-type {
    display: inline-block;
    font-size: 1.6rem;
    padding: 1rem 3rem;
    margin: 0 auto 1rem;
  }
  .p-showroom_fv-box__text span:last-of-type {
    font-size: 2rem;
  }
  .p-showroom_highlight {
    padding-bottom: 8rem;
  }
  .p-showroom_highlight__inner {
    padding: 0 2rem;
  }
  .p-showroom_highlight__container {
    max-width: 100%;
  }
  .p-showroom_highlight__header {
    max-width: 100%;
    padding: 1.5rem 0;
    margin: 0 auto 3rem;
    border-top: solid 0.2rem #D17D0B;
    border-bottom: solid 0.2rem #D17D0B;
  }
  .showroom_highlight-header__title {
    font-size: 2.8rem;
  }
  .p-showroom_highlight__body {
    max-width: 100%;
  }
  .showroom_highlight__box {
    display: block;
    margin-bottom: 5rem;
  }
  .showroom_highlight-box__figure {
    max-width: 100%;
    margin-right: 0;
  }
  .showroom_highlight-box-content__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: -2rem auto 1rem;
  }
  .showroom_highlight__box:nth-of-type(2) .showroom_highlight-box__figure {
    margin-left: 0;
  }
  .showroom_highlight-box-content__number {
    font-size: 4.8rem;
    margin-bottom: 0;
  }
  .showroom_highlight-box-content__title {
    margin-bottom: 0;
  }
  .showroom_highlight-box-content__title span {
    font-size: 2.4rem;
    padding: 1rem;
    margin-bottom: 0;
  }
  .showroom_highlight-box-content__text {
    font-size: 1.6rem;
  }
  .p-showroom_lead {
    padding: 8rem 0 7rem;
    background-image: url(../images/showroom/image_lead-bg_sp.png);
  }
  .p-showroom_lead__inner {
    padding: 0 2rem;
  }
  .p-showroom_lead__container {
    max-width: 100%;
  }
  .p-showroom_lead__header {
    margin-bottom: 3rem;
  }
  .showroom_lead-header__title {
    font-size: 2.8rem;
  }
  .p-showroom_lead__body {
    display: block;
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .showroom_lead__box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 9rem;
    padding-right: 3rem;
    border-radius: 4.5rem;
    margin-bottom: 1rem;
  }
  .showroom_lead__box:first-of-type {
    background-image: url(../images/showroom/image_lead-box-bg01_sp.png);
  }
  .showroom_lead__box:nth-of-type(2) {
    background-image: url(../images/showroom/image_lead-box-bg02_sp.png);
  }
  .showroom_lead__box:last-of-type {
    background-image: url(../images/showroom/image_lead-box-bg03_sp.png);
  }
  .showroom_lead__box:last-of-type {
    margin-bottom: 0;
  }
  .showroom_lead-box__text {
    text-align: left;
    font-size: 2rem;
  }
  .showroom_lead-box__text span {
    font-size: 2rem;
  }
  .showroom_lead-footer__flex {
    display: block;
    margin-bottom: 1rem;
  }
  .showroom_lead-footer__link:first-of-type {
    margin-bottom: 1rem;
  }
  .showroom_lead-footer__tel {
    padding: 3rem 1rem;
  }
  .showroom_lead-footer-tel__text {
    font-size: 1.5rem;
  }
  .showroom_lead-footer-tel__icon {
    width: 3rem;
  }
  .showroom_lead-footer-tel__link-text {
    font-size: 3rem;
  }
  .showroom_lead-footer-tel__note {
    font-size: 1.4rem;
  }
  .p-showroom_worries {
    padding-top: 20rem;
  }
  .p-showroom_worries__header {
    height: 20rem;
    background-image: url(../images/showroom/image_worries-header-bg_sp.png);
  }
  .showroom_worries-header__inner {
    max-width: 100%;
    height: 20rem;
  }
  .showroom_worries-header__content {
    text-align: center;
    top: -15rem;
    left: 3rem;
  }
  .showroom_worries-header-content__title {
    width: 32rem;
    font-size: 1.8rem;
    padding: 1rem 0.3rem;
    margin: 0 auto 2rem;
  }
  .showroom_worries-header-content__text {
    font-size: 3rem;
  }
  .p-showroom_worries__inner {
    padding: 0 2rem;
  }
  .p-showroom_worries__container {
    max-width: 100%;
  }
  .p-showroom_worries__body {
    display: block;
    padding-bottom: 8rem;
    margin-top: -2rem;
  }
  .p-showroom_worries__box {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .p-showroom_worries__box:first-of-type {
    margin-right: 0;
  }
  .showroom_worries-box__check {
    width: 2.3rem;
    margin: 0 1.5rem 0 0;
  }
  .showroom_worries-box__text {
    text-align: left;
    font-size: 1.6rem;
  }
  .p-showroom_offer {
    padding: 6rem 0 3rem;
    height: 25rem;
    background-image: url(../images/showroom/image_offer-bg_sp.png);
  }
  .p-showroom_offer__inner {
    padding: 0 2rem;
  }
  .p-showroom_offer__container {
    max-width: 100%;
  }
  .showroom_offer-body__title {
    font-size: 2.8rem;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    border-top: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
  }
  .showroom_offer-body__text {
    font-size: 1.8rem;
  }
  .showroom_offer-body__text span {
    font-size: 1.8rem;
  }
  .showroom_offer-body__text span:first-of-type {
    margin-bottom: 1rem;
  }
  .showroom_offer-body__text span:last-of-type {
    text-align: center;
    width: initial;
    padding: initial;
    background-color: transparent;
  }
  .p-showroom_point {
    padding-top: 8rem;
  }
  .p-showroom_point__inner {
    padding: 0 2rem;
  }
  .p-showroom_point__container {
    max-width: 100%;
  }
  .p-showroom_point__header {
    margin-bottom: 3rem;
  }
  .showroom_point-header__title {
    width: 100%;
    padding: 1rem;
    font-size: 2.8rem;
    border-top: 0.1rem solid #D17D0B;
    border-bottom: 0.1rem solid #D17D0B;
  }
  .p-showroom_point__body {
    margin-bottom: 3rem;
  }
  .showroom_point-body__flex {
    display: block;
  }
  .showroom_point-body__flex-title {
    position: relative;
    margin-top: -3rem;
    margin-right: 0;
    margin-bottom: 2.5rem;
    z-index: 10;
  }
  .showroom_point-body__flex-title span {
    font-size: 2.4rem;
    padding: 0.5rem 1rem;
  }
  .showroom_point-body__flex-text {
    font-size: 1.6rem;
  }
  .showroom_point-footer__flex {
    display: block;
  }
  .showroom_point-footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0;
    border-top: 0.1rem solid #C3C3C3;
  }
  .showroom_point-footer__box:last-of-type {
    border-bottom: 0.1rem solid #C3C3C3;
  }
  .showroom_point-footer-box__figure {
    width: 13.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  .showroom_point-footer-box__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    font-size: 1.6rem;
  }
  .showroom_point-footer-box__text span {
    font-size: 1.6rem;
  }
  .p-showroom_enjoy {
    padding: 6rem 0 8rem;
  }
  .p-showroom_enjoy__inner {
    padding: 0 2rem;
  }
  .p-showroom_enjoy__container {
    max-width: 100%;
  }
  .p-showroom_enjoy__header {
    max-width: 100%;
    padding: 1rem 0;
    margin: 0 auto 3rem;
    border-top: solid 0.2rem #D17D0B;
    border-bottom: solid 0.2rem #D17D0B;
  }
  .showroom_enjoy-header__title {
    font-size: 2.8rem;
  }
  .p-showroom_enjoy__body {
    max-width: 100%;
  }
  .showroom_enjoy__box {
    display: block;
    margin-bottom: 5rem;
  }
  .showroom_enjoy-box__figure {
    max-width: 100%;
    margin-right: 0;
  }
  .showroom_enjoy__box:nth-of-type(2) .showroom_enjoy-box__figure {
    margin-left: 0;
  }
  .showroom_enjoy-box-content__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -2rem;
    margin-bottom: 1rem;
  }
  .showroom_enjoy-box-content__number {
    font-size: 4.8rem;
    margin-bottom: 0;
  }
  .showroom_enjoy-box-content__title {
    margin-bottom: 0;
  }
  .showroom_enjoy-box-content__title span {
    font-size: 2.2rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
  }
  .showroom_enjoy-box-content__text {
    font-size: 1.6rem;
  }
  .p-showroom_contact {
    padding: 5rem 0;
    background-image: url(../images/showroom/image_contact-bg_sp.png);
  }
  .p-showroom_contact__inner {
    padding: 0 2rem;
  }
  .p-showroom_contact__container {
    max-width: 100%;
  }
  .p-showroom_contact__flex {
    display: block;
    margin-bottom: 1rem;
  }
  .p-showroom_contact__link:first-of-type {
    margin-bottom: 1rem;
  }
  .p-showroom_contact__tel {
    padding: 3rem 1rem;
  }
  .showroom_contact-tel__text {
    font-size: 1.5rem;
  }
  .showroom_contact-tel__icon {
    width: 3rem;
  }
  .showroom_contact-tel__link-text {
    font-size: 3rem;
  }
  .showroom_contact-tel__note {
    font-size: 1.4rem;
  }
  .p-showroom_service__bg {
    background-color: #fff;
  }
  .p-showroom_service {
    padding-bottom: 0;
  }
  .p-showroom_service__header {
    height: auto;
    background-image: none;
    margin-bottom: 0;
  }
  .showroom_service-header__inner {
    max-width: 100%;
    height: auto;
    padding: 5rem 0 3.5rem;
    background-color: #2F1B01;
  }
  .showroom_service-header__content {
    position: initial;
  }
  .showroom_service-header-content__title span {
    white-space: initial;
    font-size: 2.8rem;
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
    border-bottom: none;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
  }
  .showroom_service-header-content__title-arrow {
    display: none;
  }
  .showroom_service-header__sp-figure {
    margin-bottom: 5rem;
  }
  .p-showroom_service__inner {
    padding: 0;
  }
  .p-showroom_service__container {
    max-width: 100%;
  }
  .p-showroom_service__body {
    max-width: 100%;
    padding-top: 8.5rem;
  }
  .p-showroom_service__block {
    padding: 8rem 2rem 5rem;
    margin-bottom: 12.5rem;
    background-color: #FAF7F7;
  }
  .showroom_service-block__heading {
    top: -7rem;
    left: 6%;
    width: 33.5rem;
    height: 10rem;
    border: solid 0.1rem #2F1B01;
  }
  .showroom_service-block__heading::after {
    top: -0.1rem;
    width: 8.5rem;
    height: 0.3rem;
  }
  .showroom_service-block-heading__number {
    top: -2.5rem;
    font-size: 3.2rem;
  }
  .showroom_service-block-heading__title {
    font-size: 2.4rem;
  }
  .showroom_service-block__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5rem;
  }
  .showroom_service-block-box__figure {
    max-width: 100%;
  }
  .showroom_service-block-box-content__title span {
    font-size: 2rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
  }
  .showroom_service-block-box-content__text {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .showroom_service-block-box-content__sp-note {
    display: block;
    font-size: 1.6rem;
    color: #707070;
    margin-top: 1rem;
  }
  .showroom_service-block__first .showroom_service-block__box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .showroom_service-block__first .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box__content {
    margin-right: 0;
  }
  .showroom_service-block__first .showroom_service-block__box:last-of-type .showroom_service-block-box__content {
    width: 100%;
    text-align: right;
    margin-left: auto;
  }
  .showroom_service-block__first .showroom_service-block__box:last-of-type .showroom_service-block-box-content__btn {
    margin-top: 2rem;
    margin-right: 0;
    max-width: 100%;
  }
  .showroom_service-block__second .showroom_service-block__box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .showroom_service-block__second .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box__content {
    margin-right: 0;
  }
  .showroom_service-block__second .showroom_service-block__box:last-of-type .showroom_service-block-box__content {
    text-align: right;
    margin-left: auto;
  }
  .showroom_service-block__third .showroom_service-block__box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .showroom_service-block__third .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box__content {
    margin-right: 0;
  }
  .showroom_service-block__third .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box-content__title {
    display: none;
  }
  .showroom_service-block__third .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box-content__sp-title {
    display: block;
  }
  .showroom_service-block__third .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box-content__sp-title span {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #D17D0B;
  }
  .showroom_service-block__third .showroom_service-block__box:last-of-type .showroom_service-block-box__content {
    text-align: right;
    margin-left: auto;
  }
  .showroom_service-block__fourth .showroom_service-block__box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .showroom_service-block__fourth .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box__content {
    margin-right: 0;
  }
  .showroom_service-block__fourth .showroom_service-block__box:nth-of-type(2) .showroom_service-block-box-content__text {
    width: 100%;
  }
  .showroom_service-block__fourth .showroom_service-block__box:last-of-type .showroom_service-block-box__content {
    text-align: right;
    margin-left: auto;
  }
  .showroom_service-block__fourth .showroom_service-block__box:last-of-type .showroom_service-block-box-content__btn {
    margin-top: 2rem;
    margin-right: 0;
    max-width: 100%;
  }
  .showroom_service-block__five .showroom_service-block__box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .showroom_service-block__five .showroom_service-block__box:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-showroom_area {
    padding: 9rem 0 16rem;
  }
  .p-showroom_area__inner {
    padding: 0 2rem;
  }
  .p-showroom_area__container {
    max-width: 100%;
  }
  .p-showroom_area__tab {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 3rem;
  }
  .showroom_area-tab__item {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    border-radius: 2rem;
  }
  .p-showroom_area__body {
    max-width: 100%;
  }
  .p-showroom_area__list {
    display: none;
  }
  .p-showroom_area__sp-list {
    display: block !important;
  }
  .p-showroom_area__sp-item {
    width: 29.5rem;
    margin: 0 1rem;
    background-color: #fff;
    border-bottom: 0.5rem solid #fff;
  }
  .showroom_area-item__sp-content {
    padding: 2rem 2rem 3rem;
  }
  .showroom_area-item-content__sp-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .showroom_area-item-content__sp-text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .showroom_area-item-content__sp-tel {
    padding: 0.5rem;
    margin-bottom: 2rem;
    background-color: #FAF7F7;
  }
  .showroom_area-item-content__sp-tel-title {
    text-align: center;
    font-size: 1.4rem;
    color: #707070;
  }
  .showroom_area-item-content__sp-tel-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .showroom_area-item-content__sp-tel-icon {
    width: 3rem;
    margin-right: 0.3rem;
  }
  .showroom_area-item-content__sp-tel-link {
    font-size: 2.3rem;
    color: #D17D0B;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .showroom_area-item-content__sp-btn {
    max-width: 19.5rem;
  }
  .p-showroom_area .slick-list {
    padding-top: 3rem !important;
  }
  .p-showroom_area .slick-dots {
    bottom: -7rem !important;
  }
  .p-showroom_area .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.5rem;
  }
  .p-showroom_area .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin: 0 0.5rem;
    padding: 0;
    cursor: pointer;
    background-color: #C3C3C3;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .p-showroom_area .slick-dots li.slick-active {
    background-color: #D17D0B;
  }
  .p-showroom_area .slide-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 500;
    bottom: -8.5rem;
    width: 5rem;
    height: 5rem;
  }
  .p-showroom_area .prev-arrow {
    left: 5rem;
  }
  .p-showroom_area .next-arrow {
    right: 5rem;
  }
  .top-water-header__logos{
    flex-wrap:wrap;
  }

  .p-top-showroom {
    padding: 5rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/top/image_top-showroom-sp-bg.png);
  }
  .p-top-showroom__inner {
    padding: 0 2rem;
  }
  .p-top-showroom__container {
    max-width: 100%;
  }
  .p-top-showroom__flex {
    display: block;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .p-top-showroom__header {
    width: 100%;
  }
  .top-showroom-header__title {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .top-showroom-header__sub-title {
    text-align: center;
    font-size: 2rem;
    line-height: 2;
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 0.1rem;
    margin-bottom: 2rem;
  }
  .top-showroom-header__list {
    margin-bottom: 2rem;
  }
  .top-showroom-header__item {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .top-showroom-header__sp-figure {
    display: block;
    margin-bottom: 2rem;
  }
  .top-showroom-header__content {
    display: block;
    padding:0;
  }
  .top-showroom-header__content h3{
    font-size:20px;
  }
  .top-showroom-header-content__btn {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    border-radius:50px;
  }
  .top-showroom-header-content__btn:last-of-type {
    margin-bottom: 0;
  }
  .p-top-showroom__body {
    display: none;
  }
  .top-showroom-header-content__item{
    width:100%;
    margin-bottom:0.8rem;
    border-radius:5px;
  }
  .primary-btn__text{
      vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    }
  .primary-btn__text.top-showroom-header-content-btn__tel{
    font-size:2.7rem;
    font-weight:900;
  }
  .primary-btn__text.top-showroom-header-content-btn__address{
    font-size:1.4rem;
    font-weight:normal;
  }
    .p-top-water {
    padding: 0 0 5rem;
  }
  .p-top-water__bg {
    margin-bottom: 3rem;
  }
  .p-top-water__bg-label {
    bottom: -2rem;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    border-radius: 2.5rem;
  }
  .p-top-water__inner {
    padding: 0 2rem;
  }
  .p-top-water__container {
    max-width: 100%;
    padding:3rem 0 0;
  }
  .p-top-water__header {
    margin-bottom: 2rem;
  }
  .top-water-header__logos img{
    height:20px;
    margin:0 10px  10px;
  }
  .top-water-header__title {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .top-water-header__title span {
    text-align: center;
    font-size: 2.6rem;
  }
  .top-water-header__sub-title {
    font-size: 2rem;
    line-height: 2;
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 0.1rem;
    margin-bottom: 2rem;
  }
  .top-water-header__text {
    text-align: left;
    font-size: 1.6rem;
  }
  .p-top-water__figure {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .p-top-water__btn {
    max-width: 100%;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .p-top-water__btn:last-of-type {
    margin-bottom: 0;
  }
  .p-top-voice {
    padding: 5rem 0 10rem;
  }
  .p-top-voice__inner {
    padding: 0 2rem;
  }
  .p-top-voice__container {
    max-width: 100%;
  }
  .p-top-voice__flex {
    display: block;
  }
  .p-top-voice__header {
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-top-voice__body {
    max-width:100%;
  }
  .top-voice-header__title {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .top-voice-header__sub-title {
    text-align: center;
    font-size: 2rem;
    line-height: 2;
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 0.1rem;
    margin-bottom: 2rem;
  }
  .top-voice-header__text {
    font-size: 1.6rem;
  }
  .p-top-voice__list {
    max-width: 100%;
  }
  .p-top-voice__item {
    width: 29rem;
    margin: 0 0.5rem;
  }
  .top-voice-item__figure {
    height: 34rem;
    margin-bottom: 2.5rem;
  }
  .top-voice-item__btn {
    width: 20rem;
    height: 5.5rem;
  }
  .p-top-voice__more-item {
    width: 29rem;
    margin: 0 0.5rem;
  }
  .top-voice-item__more-btn {
    height: 47rem;
    font-size: 3rem;
  }
  #slider-top-voice .slider-arrow {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom: auto;
    width: 5rem;
  }
  #slider-top-voice .prev-arrow {
    left: -1rem;
  }
  #slider-top-voice .next-arrow {
    right: -1rem;
  }
  #slider-top-voice .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -5rem;
  }
  #slider-top-voice .slick-dots li {
    width: 1rem;
    height: 1rem;
  }

}
@media screen and (max-width: 768px) {
  .u-under__none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-over__none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  #popup .popupMain {
    max-width: none;
    padding: 0;
  }
  .secPopup {
    padding-bottom: 90px;
  }
  .secPopup .btnClose {
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-bottom: 50px;
  }
  .secPopup .boxYouTube {
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .reason_fourth-about__side:last-of-type .reason_fourth-about-side__box:last-of-type {
    padding: 5rem 0 0;
  }
}