@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #5e403d;
  letter-spacing: 0.1rem;
}

main {
  display: block;
}

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

br.tb, br.sp {
  display: none;
}

ul li {
  list-style: none;
}

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 50px;
}
header h1 {
  display: inline-block;
  height: 40px;
}
header h1 a {
  display: block;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  header h1 a {
    transition: opacity 0.3s;
  }
  header h1 a:hover {
    opacity: 0.5;
  }
}
header h1 a img {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  header {
    position: sticky;
    top: 0;
    transition: all 0.3s;
    z-index: 999;
  }
  header.scroll {
    background-color: #fff;
    padding: 10px 50px;
  }
}

.globalMenuSp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.globalMenuSp ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.globalMenuSp li {
  position: relative;
  height: max-content;
  padding-left: 20px;
  margin-right: 30px;
}
.globalMenuSp li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #fb7a8e;
  border-radius: 50%;
  transform: translateY(-50%);
}
.globalMenuSp a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #5e403d;
}
@media screen and (min-width: 1024px) {
  .globalMenuSp a {
    transition: opacity 0.3s;
  }
  .globalMenuSp a:hover {
    opacity: 0.5;
  }
}
.globalMenuSp .contact a {
  display: block;
  color: #fff;
  background: #fb7a8e;
  padding: 15px 30px;
  border-radius: 50px;
}
@media screen and (min-width: 1024px) {
  .globalMenuSp .contact a {
    transition: opacity 0.3s;
  }
  .globalMenuSp .contact a:hover {
    opacity: 0.7;
  }
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffeeee;
  padding: 50px;
}
footer .footerInner {
  width: calc(100% - 100px);
  margin: 0 auto;
}
footer h1 {
  display: inline-block;
  width: 153px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  footer h1 a {
    transition: opacity 0.3s;
  }
  footer h1 a:hover {
    opacity: 0.7;
  }
}
footer ul a {
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  footer ul a {
    transition: opacity 0.3s;
  }
  footer ul a:hover {
    opacity: 0.7;
  }
}
footer li {
  position: relative;
  padding-left: 15px;
}
footer li:not(:last-child) {
  margin-bottom: 15px;
}
footer li:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fb7a8e;
  border-radius: 50%;
}
footer p {
  font-size: 1.3rem;
}
footer .footerL {
  width: calc(100% - 530px);
}
footer .footerR {
  width: 500px;
}
footer .contactCont {
  background-color: #fff;
  padding: 30px;
}
footer h4 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 60px;
  margin-bottom: 15px;
}
footer h4:before {
  position: absolute;
  content: "Contact";
  font-size: 1.3rem;
  color: #fb7a8e;
  top: 0;
  right: 0;
}
footer .btnArea {
  justify-content: flex-end;
}
footer .copy {
  width: 100%;
  color: #5e403d;
  text-align: right;
  letter-spacing: 0;
  margin-top: 10px;
}
footer .inst {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 10px;
}
footer .inst a {
  display: block;
  background-color: #fb7a8e;
  border-radius: 50%;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  footer .inst a {
    transition: opacity 0.3s;
  }
  footer .inst a:hover {
    opacity: 0.7;
  }
}
footer .inst img {
  width: 25px;
  height: 25px;
}

.spContact {
  display: none;
}

.mainVisual {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.mainVisual span {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  vertical-align: super;
  background-color: #fb7a8e;
  padding: 10px;
  margin-right: 5px;
}
.mainVisual h3 {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
}
.mainVisual h3:not(:last-child) {
  margin-bottom: 10px;
}
.mainVisual h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}
.mainVisual .imgWrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 530px;
  background-image: url(../image/mv_ph01.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px;
}
.mainVisual .imgWrap div {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.3;
}
.mainVisual .imgWrap div br {
  display: none;
}

h3 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
}
h3:not(:last-child) {
  margin-bottom: 20px;
}
h3.center {
  text-align: center;
}

span.subTtl {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: #fb7a8e;
}
span.subTtl:not(:last-child) {
  margin-bottom: 20px;
}
span.subTtl.center {
  display: block;
  text-align: center;
}

p {
  font-size: 1.45rem;
  line-height: 1.7;
}
p:not(:last-child) {
  margin-bottom: 15px;
}
p.center {
  text-align: center;
}
p.attention {
  font-size: 1.3rem;
}

iframe {
  margin-top: 20px;
  width: 100%;
}

.secDef ul:not(:last-child), .secBg ul:not(:last-child) {
  margin-bottom: 30px;
}
.secDef li, .secBg li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  padding-left: 15px;
}
.secDef li:before, .secBg li:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fb7a8e;
  border-radius: 50%;
}
.secDef li:not(:last-child), .secBg li:not(:last-child) {
  margin-bottom: 20px;
}

.secDef {
  padding: 0 0 100px 0;
}

.secBg {
  background-color: #fff7f7;
  padding: 100px 0;
}
.secBg:not(:last-child) {
  margin-bottom: 100px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.innerS {
  width: 700px;
  margin: 0 auto;
}

.btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btnArea a {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  background: #fb7a8e;
  min-width: 185px;
  padding: 15px 30px;
  border-radius: 50px;
}
@media screen and (min-width: 1024px) {
  .btnArea a {
    transition: opacity 0.3s;
  }
  .btnArea a:hover {
    opacity: 0.7;
  }
}
.btnArea a:not(:last-child) {
  margin-right: 10px;
}
.btnArea a .iconInst {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 10px;
  margin-right: 10px;
}
.btnArea a .iconInst:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../image/common_icon_sns_inst.png) no-repeat center center/cover;
  transform: translateY(-50%);
}

.tbldef:not(:last-child) {
  margin-bottom: 30px;
}
.tbldef table {
  width: 100%;
  border-top: 1px solid #ae9f9e !important;
}
.tbldef table td {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 30px 40px;
  vertical-align: top;
  border-bottom: 1px solid #ae9f9e !important;
  border-left: 0;
  border-right: 0;
}
.tbldef table td:nth-child(1) {
  width: 180px;
  font-weight: 700;
  background-color: #fff7f7;
  border-top: 1px solid #ae9f9e !important;
}
.tbldef table td:nth-child(2) {
  width: calc(100% - 180px);
  border-top: 1px solid #ae9f9e !important;
}

.topService {
  margin-bottom: 100px;
}
.topService h3 {
  text-align: center;
}
.topService h3:not(:last-child) {
  margin-bottom: 30px;
}

.btnService {
  display: flex;
}
.btnService > div {
  width: calc((100% - 70px) / 3);
}
.btnService > div a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .btnService > div a {
    transition: opacity 0.3s;
  }
  .btnService > div a:hover {
    opacity: 0.5;
  }
}
.btnService > div:not(:nth-child(3n)) {
  margin-right: 35px;
}
.btnService > div.estate .img, .btnService > div.const .img, .btnService > div.design .img {
  aspect-ratio: 15/7;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.btnService > div.estate .img {
  background-image: url(../image/estate_ph_main.jpg);
}
.btnService > div.const .img {
  background-image: url(../image/const_ph_main.jpg);
}
.btnService > div.design .img {
  background-image: url(../image/spv_ph_main.jpg);
}
.btnService .ttl {
  position: relative;
  padding: 20px 10px;
}
.btnService .ttl:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 27px;
  height: 27px;
  background: #fb7a8e;
  border-radius: 50%;
  transform: translateY(-50%);
}
.btnService .ttl:after {
  position: absolute;
  content: "";
  top: 48%;
  right: 24px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.btnService h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
.btnService span.subTtl {
  margin-bottom: 10px;
}

.instWrap {
  position: relative;
  background-color: #ffeeee;
  padding: 50px 0;
}
.instWrap .instInner {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.instWrap .feedWrap {
  height: 200px;
  background-color: #ccc;
  margin-bottom: 30px;
}

.topSec {
  padding: 100px 0;
}

.topAbout {
  text-align: center;
  padding: 100px 0;
}

.topAAA .flexPhL {
  background: url(../image/top_ph_about.jpg) left center/cover no-repeat;
}

.worksWrap {
  background: url(../image/common_bg_hougan.png);
  padding: 50px 0 100px 0;
}
.worksWrap .inner {
  padding-top: 50px;
}

.worksListWrap {
  padding-bottom: 100px;
}

.worksList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.worksList li {
  width: calc((100% - 70px) / 3);
}
.worksList li:not(:nth-child(3n)) {
  margin-right: 35px;
}
.worksList li:not(:last-child) {
  margin-bottom: 20px;
}
.worksList li * {
  text-decoration: none;
}
.worksList li.newconst span {
  background-color: #f88743;
}
.worksList li.reform span {
  background-color: #3bc1a3;
}
@media screen and (min-width: 1024px) {
  .worksList a {
    transition: opacity 0.3s;
  }
  .worksList a:hover {
    opacity: 0.7;
  }
}
.worksList .ph {
  position: relative;
  width: 100%;
  aspect-ratio: 310/228;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.worksList .ph span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #fff;
  background: #fb7a8e;
  padding: 7px;
}
.worksList h4 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.worksList p {
  font-size: 1.3rem;
  color: #666;
}

.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination a, .pagination span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0;
  z-index: 0;
  margin: 0 4px;
}
.pagination a.dots, .pagination span.dots {
  margin-right: 0;
}
.pagination a:before, .pagination span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -25%;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}
.pagination a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
}
.pagination a:before {
  background-color: #fb7a8e;
}
@media screen and (min-width: 1024px) {
  .pagination a {
    transition: opacity 0.3s;
  }
  .pagination a:hover {
    opacity: 0.7;
  }
}
.pagination span.current:before {
  background-color: #ffeeee;
}
.pagination span.dots:before {
  content: none;
}

.pageTtl {
  position: relative;
  width: calc(100% - 100px);
  height: 230px;
  margin: 0 auto 100px auto;
}
.pageTtl .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.pageTtl h2, .pageTtl span.subttl {
  display: block;
  color: #fff;
  width: 100%;
}
.pageTtl h2 {
  font-size: 3rem;
  font-weight: 700;
}
.pageTtl span.subttl {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.pageTtl.imgCommon {
  background-image: url(../image/pagettl_common.jpg);
  background-size: cover;
}
.pageTtl.imgWorks {
  background-image: url(../image/pagettl_works.jpg);
  background-size: cover;
}

.pankuzuWrap {
  position: absolute;
  bottom: 0;
  right: calc((100% - 1000px) / 2);
  background-color: #fff;
}

.breadcrumbs {
  padding: 15px 25px;
}
.breadcrumbs > span {
  position: relative;
}
.breadcrumbs > span:not(:last-child):after {
  content: "／";
  padding: 0 13px 0 11px;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs a {
    transition: opacity 0.3s;
  }
  .breadcrumbs a:hover {
    opacity: 0.7;
  }
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a span {
  color: #fb7a8e;
}
.breadcrumbs a.home {
  position: relative;
  padding-left: 20px;
}
.breadcrumbs a.home:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../image/common_icon_home.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.pageTtlSvc {
  position: relative;
  width: calc(100% - 100px);
  height: 480px;
  margin: 0 auto 175px auto;
}
.pageTtlSvc.real-estate {
  background-image: url(../image/estate_ph_main.jpg);
  background-position: center;
  background-size: cover;
}
.pageTtlSvc.construction {
  background-image: url(../image/const_ph_main.jpg);
  background-position: center;
  background-size: cover;
}
.pageTtlSvc.supervision {
  background-image: url(../image/spv_ph_main.jpg);
  background-position: center;
  background-size: cover;
}
.pageTtlSvc .ttl {
  position: absolute;
  height: 150px;
  left: 50%;
  bottom: -75px;
  width: calc(100% - 60px);
  background-color: #ffeeee;
  transform: translateX(-50%);
}
.pageTtlSvc .ttl .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.pageTtlSvc h2 {
  color: #5e403d;
  font-size: 3rem;
  font-weight: 700;
}
.pageTtlSvc span.subttl {
  display: block;
  color: #fb7a8e;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.aboutGreeting .flex {
  display: flex;
  justify-content: space-between;
}
.aboutGreeting .txt {
  width: 720px;
}
.aboutGreeting figure {
  width: 200px;
}

.aboutStaff .staffWrap {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 40px 50px;
}
.aboutStaff .staffWrap:not(:last-child) {
  margin-bottom: 20px;
}
.aboutStaff figure {
  width: 120px;
}
.aboutStaff .txt {
  width: 750px;
}
.aboutStaff h4 {
  color: #fb7a8e;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 20px;
  margin-bottom: 25px;
}
.aboutStaff h4 span {
  font-weight: 700;
  padding-left: 15px;
}
.aboutStaff h5 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #fcf0f0;
  border-radius: 50px;
  padding: 25px 30px;
  margin-bottom: 30px;
}
.aboutStaff h5:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 13px;
  height: 20px;
  background: #fcf0f0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  transform: rotate(-130deg);
}
.aboutStaff p {
  font-size: 1.4rem;
  padding-left: 20px;
}

.serviceItem {
  display: flex;
  justify-content: space-between;
}
.serviceItem figure {
  width: 550px;
}
.serviceItem .txt {
  width: 400px;
}
.serviceItem h4 {
  display: inline-block;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 600;
  background-color: #fb7a8e;
  padding: 5px 7px;
  margin-bottom: 25px;
}

.flowWrap ul {
  counter-reset: num;
}
.flowWrap ul li {
  counter-increment: num;
  border-bottom: 1px solid #5e403d;
  min-height: 145px;
  padding: 30px 30px 30px 120px;
}
.flowWrap ul li:before {
  position: absolute;
  content: "STEP";
  color: #fb7a8e;
  font-size: 2.3rem;
  line-height: 0;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  width: 120px;
  top: 30px;
  left: 0;
  height: auto;
  background-color: #fff;
  border-radius: 0;
}
.flowWrap ul li:after {
  position: absolute;
  content: counter(num, decimal-leading-zero) " ";
  color: #fb7a8e;
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 0;
  text-align: center;
  letter-spacing: 0;
  width: 120px;
  top: 67px;
  left: 0;
}
.flowWrap h5 {
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 15px;
}

.serviceMessage .contact {
  text-align: center;
  background-color: #fff;
  border: 10px solid #ffeeee;
  padding: 45px 35px;
}
.serviceMessage .contact h4 {
  color: #fb7a8e;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.serviceMessage + .worksWrap {
  padding-top: 0;
}
.serviceMessage + .worksWrap .inner {
  padding-top: 0;
}

.serviceDesc {
  display: flex;
  justify-content: space-between;
  border: 10px solid #ffeeee;
  padding: 50px;
}
.serviceDesc:not(:last-child) {
  margin-bottom: 10px;
}
.serviceDesc figure {
  width: 120px;
}
.serviceDesc .txt {
  width: calc(100% - 150px);
}
.serviceDesc .txt.item01 {
  width: 120px;
}
.serviceDesc .txt.item02 {
  width: calc(100% - 240px - 60px);
}
.serviceDesc h4 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.voiceWrap {
  background-color: #fff7f7;
  padding: 50px;
}
.voiceWrap figure {
  margin-bottom: 30px;
}
.voiceWrap h4 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.questionWrap {
  display: flex;
  justify-content: space-between;
}
.questionWrap > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% - 100px) / 3);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 37px;
}
.questionWrap > div:nth-child(1) {
  background-image: url(../image/spv_question_bg01.png);
}
.questionWrap > div:nth-child(2) {
  background-image: url(../image/spv_question_bg02.png);
}
.questionWrap > div:nth-child(3) {
  background-image: url(../image/spv_question_bg03.png);
}
.questionWrap h4 {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.questionWrap p {
  font-size: 1.4rem;
}

ul.tieupWrap {
  display: flex;
  justify-content: space-between;
  counter-reset: num;
  margin-bottom: 40px;
}
ul.tieupWrap h4 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
ul.tieupWrap li {
  position: relative;
  list-style: none;
  width: calc((100% - 100px) / 3);
  padding: 75px 30px 30px 30px;
  z-index: 0;
}
ul.tieupWrap li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  width: 50px;
  height: 50px;
  left: 50%;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0;
  background-color: #fb7a8e;
  padding: 7px;
  transform: translateX(-50%);
  box-sizing: border-box;
}
ul.tieupWrap li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 88%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

.worksTab {
  margin-bottom: 50px;
}
.worksTab .inner {
  display: flex;
  justify-content: space-between;
}
.worksTab a {
  width: calc((100% - 30px) / 3);
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #ffeeee;
  color: #5e403d;
  text-align: center;
  padding: 15px 20px;
}
.worksTab a.works {
  color: #fff;
  background-color: #fb7a8e;
}
@media screen and (min-width: 1024px) {
  .worksTab a {
    transition: opacity 0.3s;
  }
  .worksTab a:hover {
    opacity: 0.7;
  }
}

.required span.smf-item__label__text:after {
  content: "必須";
  color: #d53131;
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid #d53131;
  padding: 0 2px 1px 3px;
  margin-left: 5px;
}

.snow-monkey-form[data-screen=confirm] .privacyWrap {
  display: none;
}

.smf-form * {
  box-sizing: border-box;
}
.smf-form .wp-block-snow-monkey-forms-item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ae9f9e;
}
.smf-form .wp-block-snow-monkey-forms-item + .wp-block-snow-monkey-forms-item {
  border-top: 0;
}
.smf-form .smf-item__col--label {
  width: 210px;
  background-color: #fff7f7;
  padding: 30px 40px;
  border-bottom: 1px solid #ae9f9e;
}
.smf-form .smf-item__label__text {
  font-size: 1.4rem;
  font-weight: 700;
}
.smf-form .smf-placeholder {
  font-size: 1.4rem;
}
.smf-form .smf-placeholder * {
  font-size: 1.4rem;
}
.smf-form .smf-item__controls p {
  display: none;
}
.smf-form .smf-item__col--controls {
  width: calc(100% - 210px);
  padding: 30px 40px;
  border-bottom: 1px solid #ae9f9e;
}
.smf-form .smf-radio-buttons-control__control, .smf-form .smf-checkboxes-control__control {
  display: flex;
}
.smf-form .smf-radio-buttons-control__control .smf-label:not(:last-child), .smf-form .smf-checkboxes-control__control .smf-label:not(:last-child) {
  margin-right: 20px;
}
.smf-form .smf-radio-button-control__control:checked:before {
  content: none !important;
}
.smf-form .smf-radio-button-control__control, .smf-form .smf-checkbox-control__control {
  appearance: auto !important;
}
.smf-form .smf-text-control__control {
  background-color: #fff4f4 !important;
  border: 1px solid #fff4f4 !important;
  border-radius: 0 !important;
}
.smf-form .smf-text-control__control:focus {
  outline: 0;
  border: 1px solid #5e403d !important;
}
.smf-form input[type=text], .smf-form input[type=tel], .smf-form input[type=mail], .smf-form select, .smf-form textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #fff4f4 !important;
  border: 1px solid #fff4f4 !important;
  padding: 10px 15px;
}
.smf-form input[type=text]:focus, .smf-form input[type=tel]:focus, .smf-form input[type=mail]:focus, .smf-form select:focus, .smf-form textarea:focus {
  outline: 0;
  border: 1px solid #5e403d !important;
}
.smf-form input, .smf-form select, .smf-form textarea {
  color: #5e403d;
  font-size: 1.5rem;
  border-radius: 0;
  border: none;
}
.smf-form input::placeholder, .smf-form select::placeholder, .smf-form textarea::placeholder {
  color: #9e9695;
}
.smf-form input[type=text] {
  font-size: 1.4rem;
  padding: 10px 15px;
}
.smf-form input[type=radio] {
  vertical-align: middle;
  margin: 0;
}
.smf-form input[type=radio] + span {
  font-size: 1.4rem;
}
.smf-form input[type=checkbox] {
  vertical-align: middle;
  margin: 0;
}
.smf-form input[type=checkbox] + span {
  font-size: 1.4rem;
}
.smf-form label {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 3px;
  cursor: pointer;
}
.smf-form label:not(:last-child) {
  margin-right: 15px;
}
.smf-form .smf-select-control__toggle:before {
  content: none !important;
}
.smf-form .smf-select-control__control {
  border: 1px solid #fff4f4 !important;
  border-radius: 0 !important;
  background-color: #fff4f4 !important;
  padding: 10px 40px 10px 15px !important;
}
.smf-form select {
  background-image: url(../image/common_icon_select.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-color: #fff7f7;
}
.smf-form textarea {
  background-color: #fff4f4 !important;
  border: 1px solid #fff4f4 !important;
  border-radius: 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 150px;
}
.smf-form .w100 {
  width: 100%;
}
.smf-form .w50 {
  width: 50%;
}
.smf-form .w25 {
  width: 25%;
}

.smf-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.smf-action button[type=submit] {
  color: #fff;
  background-image: none;
  background-color: #fb7a8e;
  border: 0;
  padding: 15px 30px;
  border-radius: 50px;
  cursor: pointer;
}
.smf-action button[type=submit]:not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .smf-action button[type=submit] {
    transition: opacity 0.3s;
  }
  .smf-action button[type=submit]:hover {
    opacity: 0.7;
  }
}

.privacyWrap {
  border: 1px solid #ae9f9e;
  margin-top: 30px;
}
.privacyWrap .scroll {
  height: 280px;
  overflow: auto;
  padding: 30px;
}
.privacyWrap .wp-block-snow-monkey-forms-item {
  display: block;
  border-top: 0;
}
.privacyWrap .smf-item__col--label, .privacyWrap .smf-item__col--controls {
  width: 100%;
  border-bottom: 0;
  background-color: none;
  padding: 0;
}
.privacyWrap .smf-label {
  width: 100%;
  text-align: center;
}
.privacyWrap .check {
  padding: 25px 30px 30px 30px;
  text-align: center;
}
.privacyWrap .check label {
  color: #fb7a8e;
  font-weight: 700;
}
.privacyWrap h3 {
  color: #fb7a8e;
  font-size: 1.8rem;
  font-weight: 700;
}
.privacyWrap h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacyWrap li {
  font-size: 1.4rem;
}

.formSubmit {
  margin-top: 30px;
}

.worksDetailWrap h3 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.worksDetailWrap .point {
  text-align: center;
  margin-bottom: 25px;
}
.worksDetailWrap .point span {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  background-color: #fb7a8e;
  padding: 10px;
}
.worksDetailWrap .point span:not(:last-child) {
  margin-right: 5px;
}
.worksDetailWrap h4 {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.worksDetailWrap figure {
  margin-bottom: 20px;
}
.worksDetailWrap figure.main {
  margin-bottom: 30px;
}
.worksDetailWrap figure .imgWrap {
  aspect-ratio: 489/322;
  overflow: hidden;
  background-color: #eee;
}
.worksDetailWrap figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.worksDetailWrap figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
.worksDetailWrap .photoWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.worksDetailWrap .photoWrap figure {
  width: calc((100% - 20px) / 2);
}
.worksDetailWrap .detail01 h4, .worksDetailWrap .detail02 h4 {
  text-align: left;
}
.worksDetailWrap .detail01 {
  padding: 0 10px;
}
.worksDetailWrap .detail01:not(:last-child) {
  margin-bottom: 30px;
}
.worksDetailWrap .detail02 {
  border: 10px solid #ffeeee;
  padding: 40px;
}
.worksDetailWrap .detail02:not(:last-child) {
  margin-bottom: 10px;
}
.worksDetailWrap .tieup {
  background-color: #efefef;
  padding: 30px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}