@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 10rem 0;
  box-sizing: border-box;
}

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

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}

p {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}

@media screen and (max-width: 750px) {
  .g-nav {
    position: fixed;
    z-index: 999;
    top: 11.2rem;
    right: -120%;
    width: 100%;
    height: 100%;
    background: #f2e5ba;
    transition: all 0.6s;
  }
  .g-nav.panelactive {
    right: 0;
  }
  .g-nav-sp {
    width: 80%;
    margin: 2rem auto 0;
  }
  .g-nav li {
    padding: 1rem 0;
    border-bottom: 1px solid #333333;
  }
  .g-nav li a {
    display: block;
    font-size: 3rem;
    color: #333333;
    padding: 1.7rem;
  }
  #hamburger_btn {
    cursor: pointer;
    width: 5rem;
    height: 3rem;
    position: relative;
    z-index: 9999;
  }
  /*×に変化*/
  #hamburger_btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    width: 5rem;
    height: 2px;
    background-color: #333;
  }
  #hamburger_btn span:nth-of-type(1) {
    top: 0;
  }
  #hamburger_btn span:nth-of-type(2) {
    top: 1.4rem;
  }
  #hamburger_btn span:nth-of-type(3) {
    top: 2.8rem;
  }
  #hamburger_btn.active span:nth-of-type(1) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(-135deg);
    width: 100%;
  }
  #hamburger_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger_btn.active span:nth-of-type(3) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(135deg);
    width: 100%;
  }
}
/*ヘッダー*/
.header {
  width: 100%;
  position: fixed;
  z-index: 99;
}
.header_top {
  background-color: #fff;
  padding: 0.7rem 0;
}
.header_box {
  display: flex;
  justify-content: space-around;
}
.header_l h1 {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 1rem;
}
.header_r {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.header_bot {
  background-color: #f2e5ba;
  padding: 1.7rem 0;
}
.header_bot ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.header_bot ul li {
  font-size: 1.5rem;
}

.header_title {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 1rem;
}

.logo {
  width: 24rem;
}

.entry_btn {
  display: block;
  font-size: 1.4rem;
  border: #22ac38 1px solid;
  border-radius: 5px;
  padding: 1.2rem 1.7rem;
  color: #22ac38;
}

.estimate_btn {
  display: block;
  font-size: 1.4rem;
  background-color: #22ac38;
  border-radius: 5px;
  padding: 1.4rem 2.2rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .header_l h1 {
    font-size: 1.4rem;
  }
  .header_title {
    font-size: 1.4rem;
  }
  .header_r {
    display: none;
  }
  .header_top {
    padding: 2rem 0;
  }
  .header_bot {
    display: none;
  }
  .header_box {
    justify-content: space-between;
    align-items: center;
    margin: 0 3rem;
  }
}
/*FV*/
.fv {
  padding: 12.1rem 0 0;
}

.fv_wrap {
  position: relative;
  width: 100%;
  padding: 12rem 0 10rem;
  background: center/cover url(../img/back.jpg) no-repeat;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.sub_copy {
  font-size: 2.2rem;
  text-align: center;
  width: 39rem;
  padding: 0.5rem 0;
  background-color: #ff8f00;
  border-radius: 25px;
  color: #fff;
  margin: 0 auto 3rem;
}

.main_copy {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.main_copy span {
  font-size: 7rem;
  letter-spacing: 5px;
}

.fv_btn_txt {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.3rem;
}
.fv_btn_txt p {
  font-size: 1.4rem;
}

.fv_btn_txt::before,
.fv_btn_txt::after {
  content: url(../img/emphasis.png);
  display: block;
}

.fv_btn_txt::after {
  transform: scale(-1, 1);
}

.fv_btn {
  width: 52rem;
  display: flex;
  gap: 5.8rem;
  align-items: center;
  margin: 0 auto;
  background-color: #ff8f00;
  border: none;
  box-shadow: 0px 7px 0px 0px #9d5914;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  transition: 0.5s ease;
}

.fv_btn:hover,
.info_btn:hover,
.cta_btn:hover {
  box-shadow: none;
  transform: translateY(7px);
}

.free_area {
  background-color: #d86715;
  border-radius: 10px 0 0 10px;
  padding: 3rem 1.4rem;
  font-size: 3rem;
}

@media screen and (max-width: 750px) {
  .sub_copy {
    font-size: 4rem;
    width: 60rem;
    margin-bottom: 4rem;
  }
  .main_copy {
    font-size: 4.2rem;
    margin-bottom: 4rem;
  }
  .fv_btn_txt {
    align-items: center;
    margin-bottom: 1rem;
    gap: 2.5rem;
  }
  .fv_btn_txt p {
    font-size: 3rem;
    text-align: center;
  }
  .fv_btn {
    width: 65rem;
    display: flex;
    gap: 5.8rem;
    margin: 0 auto;
    font-size: 4.5rem;
  }
  .free_area {
    padding: 5rem 3rem;
    font-size: 4rem;
  }
}
/*共通*/
.common_ttl {
  font-size: 4rem;
  margin-bottom: 5.5rem;
  letter-spacing: 1px;
}
.common_ttl span {
  font-size: 6rem;
}
.common_ttl small {
  font-size: 2.6rem;
}

.common_txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 5rem;
}

.info_btn {
  display: block;
  width: 58rem;
  padding: 2.4rem 0;
  margin: 0 auto;
  text-align: center;
  background-color: #ff8f00;
  border: none;
  box-shadow: 0px 7px 0px 0px #9d5914;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  transition: 0.5s ease;
}

@media screen and (max-width: 750px) {
  .common_ttl {
    font-size: 5rem;
    margin-bottom: 7rem;
  }
  .common_ttl span {
    font-size: 6.4rem;
  }
  .common_ttl small {
    font-size: 4rem;
  }
  .info_btn {
    width: 70rem;
    padding: 5rem 0;
    margin: 0 auto;
    font-size: 3.8rem;
  }
  .common_txt {
    text-align: left;
    font-size: 2.8rem;
    padding: 0px 2rem;
  }
}
/*about*/
.about {
  background-color: #f2e5ba;
  padding: 6rem 0 9rem;
}

.about_wrap {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4rem;
}

.about_cont {
  position: relative;
  background-color: #fffdea;
  border: #b6b288 1px solid;
  padding: 2rem;
}

.about_cont::after {
  content: "";
  position: absolute;
  top: -3rem;
  right: -2.5rem;
  width: 8rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.about_cont:nth-of-type(1):after {
  background-image: url(../img/down1.png);
}

.about_cont:nth-of-type(2):after {
  background-image: url(../img/down2.png);
}

.about_cont:nth-of-type(3):after {
  background-image: url(../img/down3.png);
}

.about_cont:nth-of-type(4):after {
  background-image: url(../img/down4.png);
}

.about_cont_ttl {
  display: flex;
  gap: 1.5rem;
  border-bottom: #e7e2cf 1px solid;
  margin-bottom: 1.3rem;
}

.about_category {
  background-color: #e7e2cf;
  font-weight: 600;
  padding: 0 0.7rem;
}

.about_category_detail {
  position: relative;
  z-index: 2;
}

.about_compare {
  display: flex;
  gap: 1rem;
}

.about_co {
  width: 14.5rem;
  display: flex;
}

.about_co_ttl {
  background-color: #a99f7b;
  font-size: 2rem;
  color: #fff;
  padding: 0 0.7rem;
}

.about_co_amount {
  width: 9.5rem;
  text-align: center;
  border: #ff8000 1px solid;
  border-left: none;
  background-color: #fff;
}

.orange {
  background-color: #ff8000;
}

.about_txt {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 750px) {
  .about {
    padding: 12rem 0;
  }
  .about_category {
    font-size: 2.8rem;
  }
  .about_category_detail {
    font-size: 2.8rem;
  }
  .about_cont {
    width: 80%;
  }
  .about_co_ttl {
    text-align: center;
    width: 30%;
    font-size: 2.8rem;
  }
  .about_co {
    width: 100%;
    margin: 0 auto;
  }
  .about_co_amount {
    width: 70%;
    font-size: 2.8rem;
  }
  .about_cont_ttl {
    flex-direction: column;
  }
  .about_cont::after {
    top: -2rem;
    right: -0.5rem;
    width: 15rem;
    height: 15rem;
  }
  .about_compare {
    flex-direction: column;
  }
  .about_txt {
    padding: 0px 2rem;
    font-size: 2.8rem;
    text-align: left;
  }
}
/*特徴*/
.features {
  padding: 6.5rem 0 12rem;
  background: center/cover url(../img/features_back.jpg) no-repeat;
  overflow: hidden;
}

.features .common_ttl {
  margin-bottom: 2rem;
}

.features_wrap {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
}

.features_cont {
  max-width: 41rem;
  background-color: #fff;
  padding: 4rem 3rem;
}

.features_cont_ttl {
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 3rem;
}

.features_img {
  width: auto;
  height: 22rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 750px) {
  .features {
    padding: 12rem 0;
    background-color: #e7e2cf;
    background-position: bottom;
    background-size: contain;
  }
  .features_wrap {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .features_cont {
    max-width: 70rem;
  }
  .features_cont_ttl {
    font-size: 4rem;
  }
  .features_img {
    height: 35rem;
  }
  .features_cont p {
    font-size: 2.8rem;
  }
  .features .common_ttl {
    margin-bottom: 7rem;
  }
}
/*cta*/
.cta {
  padding: 2.5rem 0 3rem;
  background: center/cover url(../img/cta_back.jpg) no-repeat;
  overflow: hidden;
}

.cta_txt {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.cta_btn {
  display: block;
  width: 58rem;
  padding: 3.5rem 0;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 1px;
  transition: 0.5s ease;
  background-color: #22ac38;
  box-shadow: 0px 7px 0px 0px #08811b;
}

@media screen and (max-width: 750px) {
  .cta {
    padding: 8rem 0;
    background-position-x: left;
    background-position-y: top;
    background-size: 170rem;
    background-color: #fa8736;
  }
  .cta_txt {
    font-size: 3rem;
  }
  .cta_btn {
    width: 70rem;
    padding: 5rem 0;
    margin: 0 auto;
    font-size: 3.8rem;
  }
}
/*事例*/
.case {
  padding: 6rem 0 7.5rem;
  background: center/cover url(../img/case_back.jpg) no-repeat;
  overflow: hidden;
}

.top_case_cont {
  max-width: 41rem;
  background-color: #fff;
  padding: 2.5rem 3.5rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
}

.case_ttl {
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}

.thumb_wrap {
  aspect-ratio: 1.619/1;
  overflow: hidden;
}

.case_img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

.case_category {
  display: inline-block;
  background-color: #fe8301;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5rem 0.8rem;
  margin-top: 1rem;
}

.case_txt {
  font-size: 1.6rem;
}

.case .l-inner {
  padding-bottom: 5rem;
}

@media screen and (max-width: 750px) {
  .case {
    padding: 12rem 0;
    background-position: left;
  }
  .case_ttl {
    font-size: 4rem;
  }
  .case_category {
    font-size: 2.4rem;
  }
  .case_txt {
    font-size: 2.8rem;
  }
  .top_case_cont {
    max-width: none;
    width: 100%;
  }
}
/*体験談*/
.experience {
  padding: 7rem 0 9.5rem;
}

.experience_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}

.experience_cont {
  max-width: 63rem;
  border: #b6b288 1px solid;
  background-color: #fffdea;
  padding: 2.2rem;
}

.experience_cont_top {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.experience_img {
  width: 13rem;
}

.experience_voice {
  line-height: 1.2;
  background-color: #ffa546;
}

.experience_txt {
  font-size: 1.6rem;
}
.experience_txt span {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .experience {
    padding: 12rem 0;
  }
  .experience_cont {
    max-width: 70rem;
  }
  .experience_cont_ttl p {
    font-size: 2.8rem;
  }
  .experience_txt {
    font-size: 2.8rem;
  }
}
/*秘訣*/
.secret {
  background-color: #fff3cc;
  padding: 7.5rem 0 6rem;
}

.secret ul {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  margin-bottom: 5rem;
}

.secret ul li {
  max-width: 41rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem 3.5rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
}

.secret_img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

.secret_ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1rem 0;
}

.category_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.secret_category {
  background-color: #fe8301;
  color: #fff;
  font-size: 1.5rem;
  padding: 0rem 0.8rem;
}

.date {
  font-size: 1.4rem;
}

.secret .splide__pagination {
  display: none;
}

.secret .info_btn {
  margin-top: 5rem;
}

@media screen and (max-width: 750px) {
  .secret {
    padding: 12rem 0;
  }
  .secret ul {
    margin-bottom: 7rem;
  }
  .secret ul li {
    max-width: 60rem;
  }
  .secret_ttl {
    font-size: 3.2rem;
    padding: 2rem 0;
  }
  .category_wrap {
    gap: 2rem;
  }
  .secret_category {
    font-size: 2.8rem;
    padding: 0rem 1.8rem;
  }
  .date {
    font-size: 2.8rem;
  }
}
/*お問い合わせ*/
.contact {
  padding: 6rem 0;
  background: center/cover url(../img/contact_back.jpg) no-repeat;
  overflow: hidden;
}

.contact .common_ttl {
  margin-bottom: 3rem;
}

.contact_wrap {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 3.5rem;
}

.contact_cont {
  max-width: 56rem;
  background-color: #fff3cc;
  border: #ec8800 2px solid;
  border-radius: 10px;
  padding: 2.5rem 4.5rem;
}

.contact_cont h3 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  border-bottom: #333 1px solid;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.contact_cont p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.contact_btn {
  max-width: 29rem;
  margin: 0 auto;
  display: block;
  font-size: 1.6rem;
  background-color: #fff;
  color: #22ac38;
  border: #22ac38 1px solid;
  border-radius: 10px;
  text-align: center;
  padding: 2rem 0;
}

@media screen and (max-width: 750px) {
  .contact {
    padding: 12rem 0;
    background-position-x: left;
    background-position-y: top;
    background-size: 170rem;
    background-color: #faa736;
  }
  .contact_wrap {
    flex-direction: column;
    align-items: center;
  }
  .contact_cont {
    max-width: 70rem;
    padding: 5.5rem 3.5rem;
  }
  .contact_cont h3 {
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }
  .contact_cont p {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
  .contact_btn {
    max-width: 55rem;
    font-size: 3.2rem;
    padding: 4rem 0;
  }
}
/*フッター*/
.footer {
  background-color: #6a3906;
  padding: 2rem 0;
}

.footer_box {
  display: flex;
  justify-content: space-around;
}
.footer_box ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.footer_box ul li {
  color: #fff;
  font-size: 1.4rem;
}

.footer_copy-txt {
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .footer_box ul {
    display: none;
  }
  .footer_copy-txt {
    font-size: 2rem;
  }
}
/*固定ページヘッダー*/
.page {
  padding-top: 12.127rem;
}

.header_page {
  width: 100%;
  padding: 13.1rem 0;
  background: center/cover url(../img/page_back.jpg) no-repeat;
}
.header_page h1 {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}

.breadcrumbs_wrap {
  width: 100%;
  background-color: #f2e5ba;
}

.breadcrumbs {
  padding: 1.8rem 0;
  max-width: 124rem;
  font-size: 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 70rem;
    align-items: center;
    gap: 1.5rem;
  }
  .breadcrumbs span {
    font-size: 2rem;
  }
}
/*固定ページすまいパークについて*/
.page .common_ttl {
  margin-bottom: 2.5rem;
}

.page-about {
  padding: 2rem 0 8.2rem;
  background-color: #f2e5ba;
}

.page-about_cont {
  max-width: 100rem;
  margin: 0 auto;
  border: #b6b288 1px solid;
  background-color: #fffdea;
  padding: 1.5rem;
  margin-bottom: 3rem;
}

.page-about_cont_ttl {
  border: #ff8000 1px solid;
  border-left: #ff8000 5px solid;
  background-color: #fff;
  font-size: 2.2rem;
  padding: 1.2rem 1.6rem;
  margin-bottom: 2rem;
}

.page-about_cont_wrap {
  display: flex;
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.page-about_cont_img_wrap {
  position: relative;
  width: 38rem;
}

.page-about_img {
  position: absolute;
}

.page-about > .page-about_cont:nth-of-type(1) .page-about_img {
  width: 38rem;
  bottom: -4.2rem;
  left: -1rem;
}

.page-about > .page-about_cont:nth-of-type(2) .page-about_img {
  width: 28rem;
  bottom: -3.1rem;
  left: 3rem;
}

.page-about > .page-about_cont:nth-of-type(3) .page-about_img {
  width: 35rem;
  bottom: -2.2rem;
  left: -1rem;
}

.page-about > .page-about_cont:nth-of-type(4) .page-about_img {
  width: 31rem;
  bottom: -2rem;
  left: 2rem;
}

.page-about_cont_txt {
  max-width: 52.8rem;
  font-size: 1.6rem;
  text-align: left;
}

.difference {
  padding: 10rem 0 9rem;
  background: center/cover url(../img/page-about_back.jpg) no-repeat;
  overflow: hidden;
}

.difference .common_ttl {
  margin-bottom: 6rem;
}

.difference_wrap {
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.difference_cont {
  max-width: 60rem;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  padding: 3rem;
}

.brown_back {
  background-color: #fffdea;
}

.difference_cont_ttl {
  background-color: #fe8301;
  font-size: 3rem;
  padding: 1.2rem 0;
  text-align: center;
}

.difference_cont_ttl_w {
  background-color: #fe8301;
  padding: 0.5rem;
}
.difference_cont_ttl_w h3 {
  font-size: 3rem;
  border: #fff 1px solid;
  padding: 0.7rem 0;
  text-align: center;
  color: #fff;
}

.difference_img {
  height: 22rem;
  width: auto;
  margin: 1.3rem auto 2.5rem;
}

.difference_cont p {
  font-size: 2.1rem;
  line-height: 1.6;
}

.difference_txt {
  margin-bottom: 3rem;
}

.difference_txt_bold {
  font-weight: bold;
}

.txt_line {
  display: inline;
  background: linear-gradient(transparent 50%, #fff799 0%);
}

.flow {
  background-color: #fff3cc;
  padding: 7.7rem 0 10rem;
}

.flow_wrap {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}

.flow_cont {
  position: relative;
  max-width: 41rem;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  padding: 3rem 3.5rem;
  border-radius: 10px;
}

.flow_cont::after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow.png);
  top: 39%;
  right: -2.8rem;
  width: 2rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.flow_cont:nth-of-type(3):after {
  display: none;
}

.flow_img {
  width: 34rem;
  border-radius: 10px;
}

.flow_cont h3 {
  font-size: 2rem;
  border-bottom: #fe8301 5px solid;
  margin-bottom: 1rem;
  line-height: 2;
}

.flow_cont p {
  font-size: 1.6rem;
}
.flow_cont p span {
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .page-about_cont {
    width: 70rem;
  }
  .page-about_cont_wrap {
    flex-direction: column;
  }
  .page-about_cont_ttl {
    font-size: 3.4rem;
    line-height: 1.6;
    padding: 2.2rem 1.6rem;
  }
  .page-about_cont_img_wrap {
    width: 46rem;
    margin: 0 auto;
  }
  .page-about_img {
    width: 100%;
    position: relative;
  }
  .page-about > .page-about_cont:nth-of-type(1) .page-about_img {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
  }
  .page-about > .page-about_cont:nth-of-type(2) .page-about_img {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
  }
  .page-about > .page-about_cont:nth-of-type(3) .page-about_img {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
  }
  .page-about > .page-about_cont:nth-of-type(4) .page-about_img {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
  }
  .page-about_cont_txt {
    max-width: 100%;
    font-size: 2.8rem;
  }
  .difference_wrap {
    flex-direction: column;
  }
  .difference_cont {
    max-width: 70rem;
    margin: 0 auto;
    padding: 3rem;
  }
  .difference_cont_ttl {
    font-size: 4rem;
    padding: 2rem 0;
  }
  .difference_cont_ttl_w {
    background-color: #fe8301;
    padding: 1rem;
  }
  .difference_cont_ttl_w h3 {
    font-size: 4rem;
    padding: 1rem 0;
  }
  .difference_img {
    width: 48rem;
    height: auto;
  }
  .difference_cont p {
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .flow_wrap {
    flex-direction: column;
    gap: 5rem;
  }
  .flow_cont {
    max-width: 70rem;
    margin: 0 auto;
    padding: 5rem;
  }
  .flow_img {
    width: 100%;
  }
  .flow_cont h3 {
    font-size: 3.4rem;
    text-align: center;
    line-height: 2.5;
  }
  .flow_cont p {
    font-size: 2.8rem;
  }
  .flow_cont p span {
    font-size: 2rem;
  }
  .flow_cont::after {
    transform: rotate(90deg);
    top: 78rem;
    right: 48%;
    width: 3rem;
    height: 8rem;
  }
  .flow_cont:nth-of-type(2):after {
    top: 72.5rem;
  }
}
/*固定ページ記事一覧*/
.knowledge_category {
  background-color: #f2e5ba;
  padding: 7rem 0 9rem;
}

.knowledge_category_wrap {
  max-width: 130rem;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.knowledge_category_cont {
  position: relative;
  width: 64rem;
  background-color: #fffdea;
  border: #b6b288 1px solid;
  padding: 1rem 3.8rem 3.4rem;
}

.knowledge_category_ttl {
  position: relative;
  font-size: 3rem;
  text-align: center;
  border-bottom: #ff8000 5px solid;
  margin-bottom: 2rem;
}

.knowledge_category_links {
  position: relative;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 2rem;
}

.knowledge_category_links a {
  position: relative;
  width: 27rem;
  display: block;
  border: #ff8000 1px solid;
  background-color: #fff;
  padding: 2.6rem 0;
  font-size: 2rem;
  text-align: center;
}

.knowledge_category_links a::after {
  content: "＞";
  position: absolute;
  right: 1.5rem;
}

#room .knowledge_category_ttl::before,
#water .knowledge_category_ttl::before,
#water .knowledge_category_ttl::after,
#water .knowledge_category_links::before,
#water .knowledge_category_links::after,
#out .knowledge_category_ttl::before,
#out .knowledge_category_links::after,
#renovation .knowledge_category_links::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

#room .knowledge_category_ttl::before {
  background-image: url(../img/genkan.png);
  top: -10rem;
  left: -7rem;
  width: 11.1rem;
  height: 14.5rem;
}

#water .knowledge_category_ttl::before {
  background-image: url(../img/ofuro.png);
  top: -4rem;
  left: -8rem;
  width: 13.2rem;
  height: 10.1rem;
}

#water .knowledge_category_ttl::after {
  background-image: url(../img/kitchen.png);
  top: -6rem;
  right: -3rem;
  width: 12.7rem;
  height: 10.5rem;
}

#water .knowledge_category_links::before {
  background-image: url(../img/toire.png);
  bottom: -12rem;
  left: -5rem;
  width: 9rem;
  height: 9rem;
}

#water .knowledge_category_links::after {
  background-image: url(../img/senmen.png);
  bottom: -17rem;
  right: -2rem;
  width: 6rem;
  height: 13.5rem;
}

#out .knowledge_category_ttl::before {
  background-image: url(../img/mado.png);
  bottom: -1rem;
  left: -6rem;
  width: 9.7rem;
  height: 11.1rem;
}

#out .knowledge_category_links::after {
  background-image: url(../img/house.png);
  bottom: -7rem;
  right: -8rem;
  width: 13.9rem;
  height: 13.3rem;
}

#renovation .knowledge_category_links::after {
  background-image: url(../img/renovation.png);
  bottom: -20rem;
  right: -2rem;
  width: 31.2rem;
  height: 28.1rem;
}

@media screen and (max-width: 750px) {
  .knowledge_category_wrap {
    padding-top: 5rem;
  }
  .knowledge_category_ttl {
    font-size: 4rem;
  }
  .knowledge_category_links a {
    font-size: 3rem;
  }
  #renovation .knowledge_category_links a {
    font-size: 2.4rem;
  }
  #water .knowledge_category_ttl::after {
    top: -14rem;
  }
  #water .knowledge_category_links::before {
    bottom: -8rem;
    left: -9rem;
  }
  #water .knowledge_category_links::after {
    bottom: -9rem;
    right: -6rem;
  }
  #out .knowledge_category_ttl::before {
    bottom: -44rem;
    left: -6rem;
  }
  #out .knowledge_category_links::after {
    bottom: -4rem;
    right: 0rem;
  }
  #renovation .knowledge_category_links::after {
    background-image: url(../img/renovation.png);
    bottom: -11rem;
    right: -5rem;
    width: 20.2rem;
    height: 20.1rem;
  }
}
/*注目のリフォーム情報*/
.featured_info {
  padding: 7.5rem 0;
}

.featured_info .common_ttl {
  font-size: 2.6rem;
}

.featured_info_wrap {
  max-width: 148rem;
  margin: 0 auto;
  position: relative;
}

.featured_info_post {
  margin-bottom: 5rem;
}

.featured_info_list {
  display: block;
  background-color: #fffdf5;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.post_thumb {
  width: auto;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

.featured_info_list_ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1rem 0;
}

.post_category {
  background-color: #fe8301;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5rem 0.8rem;
}

.featured_info .splide__track {
  padding: 0.5rem;
}

.card01 .splide__arrow svg {
  display: none;
}

.card01 .splide__arrow--next {
  left: calc(100% + 2.4rem);
  transform: scale(-1, 1);
}

.card01 .splide__arrow--prev {
  right: calc(100% + 2.4rem);
}

.card01 .splide__arrow--prev,
.card01 .splide__arrow--next {
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
}

.splide__arrow--prev,
.splide__arrow--next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: var(--transition);
  border-radius: 50%;
}

/*リフォーム成功の秘訣*/
.new_info {
  padding: 7.7rem 0 8.4rem;
  background-color: #fff3cc;
}

.new_info_wrap {
  max-width: 130rem;
  margin: 0 auto;
  position: relative;
}

.new_info_list {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
}

.card02 .splide__arrow svg {
  display: none;
}

.card02 .splide__arrow--next {
  left: calc(100% + 2.4rem);
  transform: scale(-1, 1);
}

.card02 .splide__arrow--prev {
  right: calc(100% + 2.4rem);
}

.card02 .splide__arrow--prev,
.card02 .splide__arrow--next {
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .l-inner {
    padding: 0 5rem;
  }
  .featured_info .common_ttl {
    font-size: 3.6rem;
  }
  .card01 .splide__arrow--prev {
    left: -5rem;
  }
  .card01 .splide__arrow--next {
    left: calc(100% - 1rem);
  }
  .card02 .splide__arrow--prev {
    left: -5rem;
  }
  .card02 .splide__arrow--next {
    left: calc(100% - 1rem);
  }
  .featured_info_list_ttl {
    font-size: 2.8rem;
  }
  .featured_info_list {
    padding: 4.5rem;
  }
  .post_category {
    font-size: 2.6rem;
    padding: 1.5rem 1.8rem;
  }
  .splide__arrow--prev,
.splide__arrow--next {
    width: 5.4rem;
    height: 5.4rem;
  }
  .new_info_list {
    padding: 4.5rem;
  }
}
/*リフォーム費用と相場*/
.guide {
  background-color: #f2e5ba;
  padding: 4.6rem 0 17rem;
}

.guide_inner {
  max-width: 100rem;
  margin: 0 auto;
}

.tab_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.tab_wrap::after {
  content: "";
  position: absolute;
  width: 5rem;
  bottom: 0;
  left: 48%;
  border-bottom: #fe8301 3px solid;
}

.tab {
  position: relative;
  width: 49.4rem;
  color: #fff;
  background-color: #fe8301;
  border-radius: 20px 20px 0 0;
  border: #fe8301 3px solid;
  border-bottom: none;
  z-index: 10;
}

.tab_wrap .active {
  color: #333;
  background-color: #fff;
}

.tab p {
  font-size: 3.5rem;
  padding: 1.5rem 0;
  text-align: center;
}

.house {
  display: none;
}

.apartment {
  display: none;
}

.show {
  display: block;
}

.guide_wrap {
  width: 100%;
  background-color: #fff;
  border: #fe8301 3px solid;
  border-top: none;
  padding-top: 4rem;
}

.guide_cont_ttl {
  display: flex;
  align-items: center;
  background-color: #fe8301;
  gap: 1.5rem;
  padding: 2.5rem 0;
}

.guide_cont_subttl {
  width: 16rem;
  text-align: center;
  background-color: #fff;
  color: #fe8301;
  border-radius: 25px;
  font-size: 2.6rem;
  margin-left: 4.2rem;
}

.guide_cont_subttl p {
  font-size: 2.6rem;
}

.guide_cont_ttl h3 {
  font-size: 3rem;
  color: #fff;
}

.guide_cont_ttl h3 span {
  font-size: 2rem;
  padding-left: 2rem;
}

.guide_cont_wrap {
  display: flex;
  justify-content: center;
  padding: 3rem 4rem;
  gap: 3rem;
}

.guide_img {
  width: 100%;
  margin-bottom: 1rem;
}

.guide_element {
  width: 100%;
}

.guide_element_ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.guide_element_subttl {
  background-color: #fe8301;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 15px;
  padding: 0rem 1rem;
}

.guide_element_cost {
  font-size: 2.4rem;
}

.guide_element_txt {
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}

#water_area .guide_cont_ttl {
  background-color: #ec8241;
}
#water_area .guide_cont_subttl {
  color: #ec8241;
}
#water_area .guide_element_subttl {
  background-color: #ec8241;
}

#outdoor .guide_cont_ttl {
  background-color: #f1b449;
}
#outdoor .guide_cont_subttl {
  color: #f1b449;
}
#outdoor .guide_element_subttl {
  background-color: #f1b449;
}

#renovation .guide_cont_ttl {
  background-color: #f7d651;
}
#renovation .guide_cont_subttl {
  width: 20rem;
  color: #f7d651;
}
#renovation .guide_element_subttl {
  background-color: #f7d651;
}

@media screen and (max-width: 750px) {
  .guide_inner {
    max-width: 70rem;
  }
  .guide_cont_subttl {
    width: 20rem;
    margin-left: 2rem;
  }
  .guide_cont_subttl p {
    font-size: 3.2rem;
  }
  .guide_cont_ttl h3 {
    font-size: 3.2rem;
  }
  .guide_cont_ttl h3 span {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  .guide_cont_wrap {
    flex-direction: column;
  }
  .guide_element_subttl {
    font-size: 3rem;
    padding: 0rem 3rem;
  }
  .guide_element_cost {
    font-size: 3.2rem;
  }
  .guide_element_txt {
    font-size: 2.8rem;
  }
  #renovation .guide_cont_subttl {
    width: 27rem;
  }
}
/*固定ページ*/
.common_page {
  background-color: #f2e5ba;
}

.common_page_inner {
  max-width: 100rem;
  padding: 7rem 0;
  margin: 0 auto;
}

.common_page_inner h2 {
  text-align: left;
  font-size: 2.4rem;
  background-color: #ff8000;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

.common_page_inner h3 {
    font-size: 2.2rem;
    padding: 1rem 1.5rem;
    color: #ff8000;
    margin-bottom: 3rem;
    border-bottom: #ff8000 1px solid;
    border-left: #ff8000 5px solid;
}

.common_page_inner p {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  .common_page_inner {
    max-width: 68rem;
    padding: 3rem 0;
  }
  .common_page_inner h2 {
    font-size: 3.6rem;
  }
	
	.common_page_inner h3 {
		font-size: 3.2rem;
	}
	
  .common_page_inner p {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
/*お問い合わせ*/
.common_page_inner .form_content p {
  margin-bottom: 0;
}

.form_content dl {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #000;
  margin-bottom: 4rem;
  position: relative;
}

.form_content dt {
  width: 25rem;
  font-weight: 400;
}

.form_content dd {
  margin: 0;
  width: calc(100% - 25rem);
}

.form_content .required {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #d86715;
  border-radius: 0.5rem;
  padding: 0.3rem 1.5rem;
  margin-left: 2rem;
}

.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  color: #000;
  background-color: #fff;
}

.form_content .captcha,
.form_content .captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.form_content .captcha img {
  width: 12rem;
  margin: 0 auto;
}

.form_content .form_submit {
  text-align: center;
}

.form_content .form_submit input[type=submit] {
  display: block;
  width: 35rem;
  height: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #d86715;
  font-weight: 700;
  position: relative;
  border-radius: 10px;
  padding: 0;
  transition: 0.3s;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .form_content dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .form_content dt {
    width: 100%;
  }
  .form_content dt p {
    font-size: 3rem;
  }
  .form_content .required {
    font-size: 2.8rem;
    border-radius: 0.5rem;
    padding: 0.3rem 1.5rem;
    margin-left: 2rem;
  }
  .form_content .captcha img {
    width: 30rem;
    margin: 0 auto;
    flex-shrink: 0;
  }
  .form_content .form_submit input[type=submit] {
    width: 100%;
    max-width: 36rem;
    height: 8rem;
    font-size: 2.8rem;
  }
  .form_content dd {
    width: 100%;
  }
}
/*投稿一覧ページ*/
#column {
  background-color: #f2e5ba;
}

.column_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.column_list {
  width: calc((100% - 4rem) / 3);
  display: block;
  background-color: #fffdf5;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 3rem 0;
}

.prev .page-numbers,
.page-numbers {
  display: flex;
  width: 6rem;
  height: 6rem;
  color: #ff723f;
  font-size: 1.6rem;
  align-items: center;
  justify-content: center;
}

.current {
  border-radius: 50%;
  background-color: #ff723f;
  color: #fff;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 750px) {
  .column_wrap {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .column_list {
    width: 90%;
    margin: 0 auto;
    padding: 4.5rem;
  }
  .prev .page-numbers,
.page-numbers {
    width: 9rem;
    height: 9rem;
    font-size: 3rem;
  }
  .nav-links {
    gap: 2rem;
  }
  .pagination {
    padding: 7rem 0;
  }
}
/*投稿ページ*/
#single {
  background-color: #f2e5ba;
  padding-bottom: 12rem;
}

.single_page_inner {
  max-width: 90rem;
  padding: 4.5rem 0;
  background: #fffdea;
  border-radius: 30px;
  margin: 1rem auto 0;
}

.single_inner {
  max-width: 78rem;
  margin: 0 auto;
}

.single_inner h1 {
  font-size: 3rem;
  line-height: 1.4;
}

.post-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0.5rem;
  border-bottom: #ff8000 5px solid;
  margin-bottom: 3.5rem;
}

.post-category {
  background-color: #ff8000;
  font-size: 1.6rem;
  color: #fff;
  padding: 0 1rem;
}

.single-thumb_wrap {
  margin-bottom: 4rem;
}

.no_bullets {
  max-width: 78rem;
  background-color: #fff;
  border: #ff8000 2px solid;
  border-radius: 20px;
  padding: 2rem 5rem;
  margin-bottom: 4rem;
}

.toc_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  border-bottom: #ff8000 1px solid;
  margin-bottom: 2rem;
}

.toc_list li a {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.singlepost p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4;
  margin-bottom: 2rem;
}

.singlepost p strong {
  background-position: left -100% center;
  background-size: 200% 0.6em;
  background: linear-gradient(transparent 60%, #fff799 30%);
  display: inline;
}

.singlepost h2 {
  font-size: 2.4rem;
  background-color: #ff8000;
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: left;
  margin-bottom: 4rem;
}

.singlepost h3 {
  font-size: 2.4rem;
  padding: 1rem 1.5rem;
  color: #ff8000;
  margin-bottom: 3rem;
  border-bottom: #ff8000 1px solid;
  border-left: #ff8000 5px solid;
}

.follow_section,
.cta_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 0;
}

.follow_section p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.follow_section a {
  display: block;
  width: 40rem;
  padding: 1.5rem 0;
  margin: 0 auto;
  text-align: center;
  background-color: #ff8f00;
  border: none;
  border-bottom: solid 7px #9d5914;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.5s ease;
}

.cta_section .cta_txt {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
}

.cta_section .cta_btn {
  padding: 1rem 0;
}

.point_section {
  max-width: 78rem;
  background-color: #f7fcff;
  border: #ff8000 2px solid;
  border-radius: 20px;
  padding: 2rem 4.5rem 1.5rem;
  margin-bottom: 2rem;
}

.point_section .point_ttl {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.8rem;
  color: #ff8000;
  border-bottom: #ff8000 1px solid;
  margin-bottom: 2rem;
}

.point_ttl::before {
  content: "";
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}

.point_section li {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.column_policy {
  background-color: #dff0ff;
  margin-bottom: 4rem;
  padding: 2rem;
}
.column_policy span {
  font-size: 1.1rem;
}
.column_policy span a {
  color: #2a94cb;
  text-decoration: underline;
}

.writer {
  border: #d5d5d5 1px solid;
  background-color: #fff;
  padding: 2rem 0;
}

.writer_boxes {
  display: flex;
  gap: 1.5rem;
  margin-left: 2.5rem;
}

.writer_box_l {
  width: 10rem;
}

.writer_box_wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.author_ttl {
  background-color: #ff8000;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}

.author_name {
  font-size: 1.8rem;
}

.author_position {
  font-size: 1.4rem;
  color: #777777;
  margin-bottom: 0.5rem;
}

.author_description {
  max-width: 60rem;
  font-size: 1.4rem;
}

.singlepost table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #000;
  margin-bottom: 4rem;
}

.singlepost th,
.singlepost td {
  font-size: 1.6rem;
  padding: 2.4rem 2rem;
  border: solid 1px #000;
}

.singlepost th p,
.singlepost td p {
  margin-bottom: 0;
}

.singlepost th {
  font-weight: 700;
  background-color: #fff5bb;
}

.single_table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #000;
  margin-bottom: 4rem;
}

.single_table th,
.single_table td {
  font-size: 1.6rem;
  padding: 2.4rem 2rem;
  border: solid 1px #000;
}

.single_table th {
  width: 30%;
  font-weight: 700;
  background-color: #fff5bb;
}

@media screen and (max-width: 750px) {
  .single_page_inner {
    border-radius: 0px;
  }
  .single_inner {
    padding: 0 2rem;
  }
  .single_inner h1 {
    font-size: 4rem;
  }
  .post-category {
    font-size: 2rem;
    padding: 0.5rem 1.5rem;
  }
  .singlepost p {
    font-size: 2.8rem;
    line-height: 2.4;
    margin-bottom: 2rem;
  }
  .follow_section p {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .follow_section a {
    width: 65rem;
    padding: 3.5rem 0;
    font-size: 3rem;
  }
  .column_policy span {
    font-size: 2rem;
    line-height: 1.4;
  }
  .no_bullets {
    border-radius: 10px;
  }
  .toc_list li a {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .singlepost h2 {
    font-size: 3.6rem;
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
  }
  .point_section {
    border-radius: 10px;
    padding: 3rem 4.5rem 2.5rem;
  }
  .point_section .point_ttl {
    gap: 1.5rem;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .point_ttl::before {
    width: 3rem;
    height: 3rem;
  }
  .point_section li {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .singlepost h3 {
    font-size: 3.4rem;
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }
  .cta_section .cta_txt {
    font-size: 2.4rem;
  }
  .writer_box_l {
    width: 20rem;
  }
  .writer_boxes {
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
    align-items: center;
    margin-right: 2.5rem;
  }
  .author_ttl {
    padding: 0.5rem 1rem;
    font-size: 2.4rem;
  }
  .author_name {
    font-size: 2.8rem;
  }
  .author_position {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
  .author_description {
    max-width: 100%;
    font-size: 2.4rem;
  }
  .single_table {
    margin-bottom: 4rem;
  }
  .single_table th,
.single_table td {
    font-size: 2.8rem;
    padding: 3rem 2rem;
  }
  .single_table th {
    width: 35%;
  }
}
/*事例ページ*/
.case_list {
  background-color: #f2e5ba;
  padding: 7rem 0;
}

.case_inner {
  max-width: 130rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.case_cont {
  border: #b6b288 1px solid;
  background-color: #fffdea;
  padding: 7.5rem 10rem;
}

.case_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.case_category_cont {
  border-bottom: #ff8000 5px solid;
  padding-left: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}

.case_category_list {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
}

.case_category_ttl {
  width: 14rem;
  font-size: 1.6rem;
  color: #ff8000;
}

.case_category_wrap {
  display: flex;
  gap: 2rem;
}

.case_category_wrap li {
  position: relative;
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.case_category_wrap li::after {
  content: "";
  background-image: url(../img/case_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
}

.case_category_wrap li a {
  font-size: 1.6rem;
}

.single_page_case {
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.single_page_case .single_page_inner {
  margin: 1rem 0 0;
  padding: 4.5rem 6rem;
}

.case_table {
  width: calc((100% - 4rem) / 3);
  display: block;
  background-color: #fffdf5;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
}

.case_thumb_wrap {
  aspect-ratio: 35/19;
  overflow: hidden;
}

.case_post_thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

.case_table_bot {
  padding: 2rem 2.5rem;
}

.case_table_bot_ttl {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.case_table_category {
  display: table;
  border: #ec8241 1px solid;
  color: #ec8241;
  font-size: 1.5rem;
  padding: 0rem 0.8rem;
}

.about_price_txt {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.about_price_txt span {
  font-size: 2.4rem;
  color: #fe8301;
}

.case_tag_list {
  display: flex;
  flex-wrap: wrap;
  border: #555555 1px solid;
  padding: 1rem;
  gap: 1rem;
}

.case_tag_list li {
  font-size: 1.4rem;
}

.side_btn {
  margin-bottom: 4rem;
}

.case_post_cont {
  width: 36rem;
  background-color: #f7fffd;
  border-top: #ec8241 5px solid;
  border-bottom: #ec8241 5px solid;
  padding: 3rem 0;
  margin-bottom: 4rem;
}

.case_post_ttl {
  font-size: 2.4rem;
  text-align: center;
}

.case_post_list {
  max-width: 30rem;
  margin: 0 auto;
}

.case_post_list li {
  padding: 2.7rem 0;
  border-bottom: #ec8241 1px solid;
}

.case_post_item {
  display: flex;
  gap: 1rem;
}

.case_post_item img {
  width: 10rem;
  aspect-ratio: 1/1;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.case_post_side_box {
  max-width: 19rem;
}

.case_post_box_ttl {
  font-size: 1.6rem;
  line-height: 1.3;
}

.case_post_date {
  display: block;
  font-size: 1.4rem;
  color: #adadad;
  padding: 0.5rem 0;
}

.case_post_category {
  display: table;
  background-color: #ec8241;
  color: #fff;
  font-size: 1.2rem;
  padding: 0rem 1rem;
}

@media screen and (max-width: 750px) {
  .case_sidebar {
    display: none;
  }
  .single_page_case .single_page_inner {
    padding: 0;
  }
  .single_page_case .single_page_inner .single_inner {
    padding: 4.5rem 2rem;
  }
  .case_cont {
    width: 95%;
    margin: 0 auto;
    padding: 7.5rem 5rem;
  }
  .case_wrap {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .case_table {
    width: 100%;
  }
  .case_category_list {
    margin-bottom: 1rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .case_category_ttl {
    width: 100%;
    font-size: 3.2rem;
  }
  .case_category_wrap li a {
    font-size: 2.8rem;
  }
  .case_category_wrap li::after {
    width: 2.5rem;
    height: 2.5rem;
  }
  .case_category_wrap li {
    gap: 1rem;
  }
  .case_table_bot_ttl {
    font-size: 3.2rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  .case_table_category {
    font-size: 2.8rem;
    padding: 0rem 1.8rem;
    margin-bottom: 2rem;
  }
  .about_price_txt {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .about_price_txt span {
    font-size: 3.2rem;
  }
  .case_tag_list {
    padding: 2rem;
  }
  .case_tag_list li {
    font-size: 2.5rem;
  }
}
.common_page img {
  width: auto;
}

.common_page_inner hr{
	padding: 1rem 0;
}

/*# sourceMappingURL=style.css.map */