/* outline
------------------------------*/
.l-page * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.l-page {
  margin-top: 71px;
}

#path,
.h1_section {
  display: none;
}

#contents {
  width: 100%;
  padding-bottom: 0;
}

/*---------------------------------------------------------
main
---------------------------------------------------------*/
.l-page {
  background: #fff;
  overflow-x: hidden;
}

.c-button__square-style {
  position: relative;
  display: block;
  width: 430px;
  height: 80px;
  padding: 20px 20px 23px 86px;
  letter-spacing: 2.6px;
  font-size: 26px;
  color: #fff;
  border-radius: 7px;
}
.c-button__square-style:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.c-button__square-style::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 27px;
  transform: rotate(45deg) translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-button__square-style--mail {
  background-color: #4c9663;
}
.c-button__square-style--mail::before {
  content: "";
  width: 37.7px;
  height: 29.6px;
  position: absolute;
  top: 47%;
  left: 27px;
  transform: translateY(-50%);
  background-image: url(../images/icon_mail.png);
}
.c-button__square-style--web {
  background-color: #dc4e58;
  padding-left: 92px;
}
.c-button__square-style--web::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 49%;
  left: 30px;
  transform: translateY(-50%);
  background-image: url(../images/icon_web.png);
}
.c-button:hover {
  opacity: 0.7;
}

.c-h2 {
  text-align: center;
}
.c-h2__accent {
  display: inline-block;
  height: 73px;
  letter-spacing: 5.5px;
  font-size: 55px;
  color: #9e8d61;
  font-family: "Hannari", "Yu Mincho", "YuMincho", serif;
}

.c-frame__lists {
  margin-top: 94px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  counter-reset: rank 0;
}
.c-frame__list-item {
  position: relative;
  display: block;
  width: 278px;
  height: 106px;
  font-size: 28px;
  font-weight: 500;
  color: #262626;
  text-align: center;
  padding-top: 35px;
  border-radius: 4px;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.36));
  background-color: #fff;
  z-index: 1;
}
.c-frame__list-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 118px;
  height: 54px;
  counter-increment: rank;
  content: "0" counter(rank);
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 70px 70px 0 0;
  background: #fff;
  padding-top: 6px;
  font-size: 28px;
  font-weight: bold;
  color: #beaf87;
}
.c-frame__list-item::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 35px;
  height: 2px;
  background-color: #beae87;
}

.p-fv {
  background-image: url(../images/bg_fv.jpg);
  background-size: auto 350px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.p-fv__title-container {
  height: 350px;
}
.p-fv__title {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding-top: 106px;
}
.p-fv__title > img {
  width: 653px;
  height: 137px;
  object-fit: cover;
  margin-left: 10px;
}
.p-fv__text-container {
  padding: 94px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.p-fv__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.p-fv__text + .p-fv__text {
  margin-top: 40px;
}

.p-merit {
  position: relative;
  background-image: url(../images/bg_merit.jpg);
  background-size: auto 406px;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 72px;
  padding-bottom: 100px;
}
.p-merit__inner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: right;
}
.p-merit__lists {
  margin-top: 94px;
  justify-content: center;
  column-gap: 24px;
  counter-reset: rank 0;
}
.p-merit__list-item {
  position: relative;
  display: block;
  width: 278px;
  height: 106px;
  font-size: 28px;
  font-weight: 500;
  color: #262626;
  text-align: center;
  padding-top: 40px;
  border-radius: 4px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.36);
  background-color: #fff;
  z-index: 10;
}
.p-merit__list-item::before {
  position: absolute;
  width: 108px;
  height: 54px;
  counter-increment: rank;
  content: "0" counter(rank);
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -7px 15px -20px rgba(0, 0, 0, 0.36);
  border-radius: 70px 70px 0 0;
  background: #fff;
  padding-top: 8px;
  font-size: 28px;
  font-weight: bold;
  color: #beaf87;
}
.p-merit__list-item::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 35px;
  height: 2px;
  background-color: #beae87;
}
.p-merit__text {
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #8a7e55;
  text-align: center;
}
.p-merit__cards {
  counter-reset: count 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin-top: 120px;
  row-gap: 40px;
}
.p-merit__card {
  width: 100%;
  padding: 19px 35px 37px 16px;
  border-radius: 4px;
  border: solid 2px #beaf87;
  background-color: #fff;
}
.p-merit__card-title {
  position: relative;
  display: block;
  max-width: 800px;
  height: 88px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  color: #9e8d61;
  margin-left: 90px;
  padding-top: 20px;
  padding-left: 6px;
}
.p-merit__card-title::before {
  counter-increment: count;
  content: "0" counter(count);
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: -88px;
  top: 0;
  width: 88px;
  height: 88px;
  font-size: 35px;
  font-weight: bold;
  border-radius: 50%;
  padding: 17px 23px 20px 23px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #beaf87;
  color: #fff;
}
.p-merit__card-title::after {
  content: "";
  display: block;
  max-width: 782px;
  height: 16px;
  border-bottom: 2px dashed #beae87;
  margin-left: 14px;
}
.p-merit__card-text {
  position: relative;
  margin-top: 18px;
  font-size: 18px;
  max-width: 635px;
  margin-left: 262px;
  text-align: left;
  font-size: 18px;
  line-height: 1.67;
  min-height: 239px;
}
.p-merit__card-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -240px;
  display: block;
  background-image: url(../images/merit_01.jpg);
  width: 220px;
  height: 237px;
}
.p-merit__card-text--accent {
  display: inline-block;
  font-size: 16px;
  line-height: 1.56;
  color: #f00;
  margin-top: 5px;
}
.p-merit__card:nth-child(2) > dd::before {
  background-image: url(../images/merit_02.jpg);
}
.p-merit__card:nth-child(3) > dt {
  letter-spacing: -0.96px;
}
.p-merit__card:nth-child(3) > dt::after {
  height: 11px;
}
.p-merit__card:nth-child(3) > dd::before {
  background-image: url(../images/merit_03.jpg);
}

.p-method {
  position: relative;
  background-image: url(../images/bg_method.jpg);
  background-size: auto 406px;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 96px;
}
.p-method__inner {
  max-width: 972px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: right;
}
.p-method__lists {
  justify-content: center;
  column-gap: 22px;
  counter-reset: rank 0;
}
.p-method__list-item {
  width: 350px;
}
.p-method__contents {
  margin-top: 109px;
}
.p-method__contents--primary {
  margin-top: 65px;
}
.p-method__content-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
  color: #262626;
}
.p-method__content-title--accent {
  font-size: 40px;
  letter-spacing: 2px;
  color: #9e8d61;
}
.p-method__image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  column-gap: 50px;
  margin-top: 100px;
  margin-left: 24px;
}
.p-method__content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  column-gap: 50px;
  margin-top: 120px;
}
.p-method__content-image {
  position: relative;
}
.p-method__content-image > img {
  object-fit: cover;
}
.p-method__content-image--supplement {
  position: absolute;
  display: block;
  width: 144px;
  height: 48px;
  text-align: center;
  top: -68px;
  left: -9px;
  font-size: 18px;
  font-weight: 500;
  color: #4e3d12;
  border: solid 2px #4e3d12;
  margin-bottom: 20px;
  padding-top: 12px;
}
.p-method__content-image--supplement::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
  transform: scaleX(0.5);
}
.p-method__content-image--supplement::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -16px;
  border: 14px solid transparent;
  border-top: 14px solid #4e3d12;
  z-index: 1;
  transform: scaleX(0.5);
}
.p-method__content-image--sub-text {
  display: block;
  text-align: center;
  margin-top: 21px;
  font-size: 16px;
  font-weight: 500;
}
.p-method__content-image--assist {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #9e8d61;
  border-bottom: 10px solid #e0d4b5;
  padding: 12px 14px;
  margin-bottom: 103px;
}
.p-method__content-text {
  margin-top: 30px;
  font-size: 18px;
  text-align: left;
  line-height: 1.56;
}

.p-about {
  position: relative;
  background-image: url(../images/bg_about.jpg);
  background-size: 1920px 422px;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 86px;
}
.p-about__inner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: right;
}
.p-about__lists {
  justify-content: center;
  column-gap: 24px;
  counter-reset: rank 0;
}
.p-about__list-item {
  width: 278px;
  height: 130px;
  font-size: 24px;
  font-weight: 500;
  color: #262626;
  padding-top: 31px;
}
.p-about__text {
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #8a7e55;
  text-align: center;
}
.p-about__cards {
  counter-reset: count 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin-top: 120px;
  row-gap: 40px;
}
.p-about__card-container {
  display: flex;
  column-gap: 20px;
}
.p-about__card-container:nth-child(even) {
  flex-direction: row-reverse;
}
.p-about__card {
  width: 100%;
  padding: 42px 40px 41px;
  border-radius: 0 4px 4px 0;
  background-color: #eee;
}
.p-about__card-title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #9e8d61;
  line-height: 1.25;
}
.p-about__card-title::after {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 56px;
  height: 1px;
  content: "";
  display: block;
  background-color: #9e8d61;
}

.p-about__card-text {
  margin-top: 47px;
}
.p-about__card-text p{
  font-size: 18px;
  line-height: 1.44;
  text-align: left;
}
.p-about__card-text p:not(:last-child){
  margin-bottom: 27px;
}
.p-about__card-container:nth-child(2) > dl {
  background-color: #f1eee6;
  border-radius: 4px 0 0 4px;
}
.p-about__card-container:nth-child(1) > dl > dd {
}

.p-example {
  position: relative;
  padding-top: 48px;
  padding-bottom: 100px;
}
.p-example__title {
  line-height: 1.32;
  letter-spacing: 1.9px;
  font-weight: 500;
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-example__inner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: right;
}
.p-example__cards {
  counter-reset: count 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin-top: 52px;
  row-gap: 36px;
}
.p-example__card {
  width: 100%;
  padding: 0 0 0 71px;
  background-color: #fff;
}
.p-example__card-title {
  position: relative;
  display: block;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  color: #9e8d61;
  line-height: 0.92;
}
.p-example__card-title::before {
  counter-increment: count;
  content: counter(count);
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: -70px;
  top: -8px;
  width: 55px;
  height: 55px;
  font-size: 30px;
  font-weight: 500;
  line-height: 0.8;
  border-radius: 50%;
  padding: 13px 17px 3px 19px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #d0c3a0;
  color: #fff;
}
.p-example__card-text {
  position: relative;
  margin-top: 11px;
  font-size: 18px;
  text-align: left;
  font-size: 18px;
  line-height: 1.56;
}
.p-example__card-text--sub {
  line-height: 1.5;
  text-align: left;
  margin-top: 13px;
  font-size: 16px;
}
.p-example__card-text--sub > a {
  text-decoration: underline;
  color: #0751ae;
}
.p-example__card-text--sub > a:hover {
  opacity: 0.7;
}
.p-example__card:nth-child(2) > dt::before {
  background-color: #beaf87;
}
.p-example__card:nth-child(3) > dt::before {
  background-color: #ac9b6d;
}
.p-example__card:nth-child(4) > dt::before {
  background-color: #968557;
}
.p-example__text {
  height: 134px;
  margin-top: 30px;
  padding: 40px;
  border-radius: 4px;
  border: solid 2px #beaf87;
  background-color: #fff;
  line-height: 1.56;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.p-demerit {
  position: relative;
  background-image: url(../images/bg_demerit.jpg);
  background-size: auto 340px;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 97px;
  padding-bottom: 98px;
}
.p-demerit__inner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: right;
}
.p-demerit__title {
  font-size: 38px;
  line-height: 0.92;
  letter-spacing: 3.8px;
  color: #fff;
  margin-left: 10px;
}
.p-demerit__title-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  margin-top: 46px;
}
.p-demerit__text {
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #8a7e55;
  text-align: center;
}
.p-demerit__cards {
  counter-reset: count 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin-top: 116px;
  row-gap: 40px;
}
.p-demerit__card {
  width: 100%;
  padding: 45px 40px 40px;
  border-radius: 4px;
  background-color: #eee;
}
.p-demerit__card-title {
  position: relative;
  display: block;
  height: 42px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  color: #9e8d61;
  border-bottom: 2px solid #beae87;
  line-height: 0.96;
}
.p-demerit__card-text {
  position: relative;
  margin-top: 17px;
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
}
.p-demerit__card:nth-child(even) {
  background-color: #f1eee6;
}

.p-contact {
  background-color: #f1eee6;
  padding-top: 88px;
  padding-bottom: 100px;
}
.p-contact__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 10px;
}
.p-contact__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.p-contact__contents-container {
  border-radius: 5px;
  border: solid 5px #beaf87;
  background-color: #fff;
  margin-top: 37px;
  padding: 35px 41px;
}
.p-contact__contents-inner {
  display: flex;
  gap: 39px;
}
.p-contact__cards {
  margin-top: 28px;
}
.p-contact__card {
  width: 391px;
}
.p-contact__card-title {
  width: 391px;
  height: 48px;
  background-color: #4e3d12;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2.6px;
  padding: 5px 4px 5px 10px;
  color: #fff;
}
.p-contact__card-tel {
  position: relative;
  width: 337px;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.9;
  color: #4e3d12;
  margin-top: 21px;
  margin-left: 54px;
}
.p-contact__card-tel::before {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: -53px;
  background-image: url(../images/icon_tel.png);
  width: 40px;
  height: 52px;
}
.p-contact__card-time {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
  padding-left: 53px;
}
.c-button__square-style--web {
  margin-bottom: 20px;
}

.u-fc--gold {
  color: #9e8d61;
}

.u-mt--32 {
  margin-top: 32px;
}

.u-left--m5 {
  left: -5px;
}



/*---------------------------------------------------------
ノウハウ記事
---------------------------------------------------------*/

.b-button__square-style--blog {
  background-color: #BEAF87;
  padding-left: 84px;
  margin: 0px auto 100px;
}
.c-button__square-style.b-button__square-style--blog {
  width: 950px;
  height: 100px;
  text-align: center;
  padding: 30px 40px;
}
.b-button__square-style--blog::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 53%;
  left: 30px;
  transform: translateY(-50%);
  background: url(../images/icon_blog.svg) no-repeat;
  background-size: 50px;
  
}