@charset "UTF-8";
@import "reset.css";
/*
 * ベース
 */
body {
  color: #4c4948;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  outline: none !important;
}

.enFont {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

#slickslide, #bnrSlideWrap, #slickslide + .inner, #worksSlide {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slickslide.slick-initialized, #bnrSlideWrap.slick-initialized, #slickslide.slick-initialized + .inner, #worksSlide.slick-initialized {
  opacity: 1;
}

.txtRight {
  text-align: right !important;
}

.txtCenter {
  text-align: center !important;
}

.colorTxt {
  color: #ef7a00;
}

.keyBg {
  background-color: #faf5e9;
}

.moreBtn {
  border-radius: 4px;
  text-align: center;
  background: #fff;
  border: 1px solid #ef7a00;
  color: #4c4948;
  display: block;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.5em;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  text-box-trim: trim-end;
  border: 1px solid;
  border-color: #ef7a00;
  font-weight: 500;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.moreBtn span {
  text-box-trim: trim-both;
}

.moreBtn:after {
  background-color: #f7bc80;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.moreBtn:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
  text-box-trim: trim-both;
}

.moreBtn:hover::after {
  transform: scale(1, 1);
}

.moreBtnColor {
  border-radius: 4px;
  text-align: center;
  background: #ef7a00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.5em;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-box-trim: trim-end;
  border: 1px solid;
  border-color: #ef7a00;
  font-weight: 500;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moreBtnColor:after {
  background-color: #faf5e9;
  color: #ef7a00;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.moreBtnColor:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
  text-box-trim: trim-both;
}

.moreBtnColor:hover {
  color: #ef7a00;
}

.moreBtnColor:hover::after {
  transform: scale(1, 1);
}

.note {
  font-size: 12px;
  line-height: 1.5em;
}

.mainHorizonTtl {
  text-align: center;
}
.mainHorizonTtl .enTtl {
  color: #f7bc80;
  display: block;
  line-height: 0.9em;
  margin-bottom: 15px;
  text-align: center;
  font-size: 75px;
}
.mainHorizonTtl .horizonTxt {
  width: 50%;
  margin: 0 auto 15px;
  font-size: 30px;
  line-height: 1.5em;
}
.mainHorizonTtl .horizonTxt:before, .mainHorizonTtl .horizonTxt:after {
  border-color: #ef7a00;
}

.leftHorizonTtl {
  text-align: left;
}
.leftHorizonTtl .enTtl {
  color: #f7bc80;
  display: block;
  line-height: 0.9em;
  margin-bottom: 5px;
  text-align: left;
  font-size: 60px;
}
.leftHorizonTtl .leftHorizonTxt {
  width: 100%;
  margin: 0 auto 15px;
  font-size: 24px;
  line-height: 1.5em;
}
.leftHorizonTtl .leftHorizonTxt:after {
  border-color: #ef7a00;
}

.newsLoop li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.newsLoop li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid;
  border-color: #ccc;
  font-size: 20px;
  line-height: 1.5em;
}
.newsLoop li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newsLoop li .postdate {
  margin-right: 15px;
}
.newsLoop li .newIcon {
  margin-right: 15px;
  background-color: #ef7a00;
  color: #fff;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 100px;
  letter-spacing: 2px;
  line-height: 1em;
}
#worksSlide .slick-list {
  overflow: visible;
}
#worksSlide .slick-slide {
  margin: 0 15px;
}

#worksSlide, #worksSlidePage {
  margin: 35px 0 45px;
}
#worksSlide .slick-slide, #worksSlidePage .slick-slide {
  margin: 0 5px;
  background-color: #faf5e9;
}
#worksSlide .slick-track, #worksSlidePage .slick-track {
  display: flex;
}
#worksSlide .slick-slide, #worksSlidePage .slick-slide {
  height: auto !important;
}
#worksSlide .slick-prev, #worksSlide .slick-next, #worksSlidePage .slick-prev, #worksSlidePage .slick-next {
  width: 34px;
  height: 34px;
}
#worksSlide .slick-prev:before, #worksSlide .slick-next:before, #worksSlidePage .slick-prev:before, #worksSlidePage .slick-next:before {
  font-size: 30px;
  color: #ef7a00;
  opacity: 1;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}

#worksSlidePage .slick-slide {
  background-color: #fff;
}
#worksSlidePage .slick-prev {
  left: -4%;
}
#worksSlidePage .slick-next {
  right: -4%;
}

.worksLoop .worksInner {
  padding: 20px;
}
.worksLoop .worksInner .postcate {
  color: #ef7a00;
  font-size: 14px;
  line-height: 1.5em;
  display: block;
  margin-bottom: 10px;
}
.worksLoop .worksInner .postTtl {
  font-size: 20px;
  line-height: 1.5em;
}

.bnrLiWrap {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bnrLiWrap .bnrLi {
  width: 49%;
}

.postTtlWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.postTtlWrap .postTtl {
  width: 90%;
  color: #ef7a00;
  font-size: 30px;
  line-height: 1.5em;
}
.postTtlWrap .postdate {
  width: 10%;
  text-align: right;
  color: #ef7a00;
  font-size: 14px;
  line-height: 1.5em;
}

.horizonTxt {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
}

.horizonTxt:before, .horizonTxt:after {
  border-top: 2px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}

.horizonTxt:before {
  margin-right: 0.5em;
}

.horizonTxt:after {
  margin-left: 0.5em;
}

.leftHorizonTxt {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
}

.leftHorizonTxt:after {
  border-top: 2px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}

.leftHorizonTxt:after {
  margin-left: 0.5em;
}

.flexreverse {
  flex-direction: row-reverse !important;
}

.post-navigation {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 60px 0;
}
.post-navigation .next, .post-navigation .prev {
  display: block;
  line-height: 1em;
  letter-spacing: 1px;
  background-color: #ef7a00;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  position: relative;
  padding: 15px 0;
  width: 20%;
}
.post-navigation .next {
  margin-left: auto;
}
.post-navigation .next:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
}
.post-navigation .prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  margin-left: 0;
  margin-right: 10px;
}

.pageSubMenuLiWrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 60px !important;
  min-width: 1100px;
  max-width: 1200px;
}
.pageSubMenuLiWrap .pageSubMenuLi a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-align: center;
  background: #ef7a00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  height: 100%;
  line-height: 1.5em;
  padding: 10px 0;
  font-weight: 500;
  font-size: clamp(0.875rem, -1.875rem + 4vw, 1.125rem);
  border: 1px solid;
  border-color: #ef7a00;
}
.pageSubMenuLiWrap .pageSubMenuLi a span {
  text-box-trim: trim-both;
  line-height: 1.3em;
  position: relative;
  z-index: 2;
}
.pageSubMenuLiWrap .pageSubMenuLi a:hover span {
  color: #ef7a00;
}
.pageSubMenuLiWrap .pageSubMenuLi a:after {
  background-color: #faf5e9;
  color: #ef7a00;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}
.pageSubMenuLiWrap .pageSubMenuLi a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 10px;
  text-box-trim: trim-both;
  z-index: 2;
}
.pageSubMenuLiWrap .pageSubMenuLi a:hover, .pageSubMenuLiWrap .pageSubMenuLi a:hover:before {
  color: #ef7a00;
}
.pageSubMenuLiWrap .pageSubMenuLi a:hover::after {
  transform: scale(1, 1);
}
@media only screen and (min-width:769px) {
  .pageSubMenuLiWrap .pageSubMenuLi:first-child {
    margin-left: 0;
  }
  .pageSubMenuLiWrap .pageSubMenuLi {
    width: 24%;
    margin-left: 1%;
    position: relative;
  }
}

@media only screen and (min-width:769px) {
  .worksSubMenuLiWrap {
    max-width: unset;
    margin-top: 0 !important;
  }
  .worksSubMenuLiWrap .worksSubMenuLi {
    width: 19.5%;
    margin-left: 0.5%;
  }
  .worksSubMenuLiWrap .worksSubMenuLi a {
    font-size: clamp(0.875rem, -0.063rem + 1.5vw, 1.063rem);
    padding: 15px 0;
  }
}
@media only screen and (max-width:768px) {
  .pageSubMenuLiWrap {
    flex-wrap: wrap;
    margin: 10% auto 10% !important;
    width: 95%;
    min-width: unset;
    max-width: unset;
  }
  .pageSubMenuLiWrap .pageSubMenuLi:nth-child(-n+2) {
    margin-top: 0;
  }
  .pageSubMenuLiWrap .pageSubMenuLi:nth-child(2n+1) {
    margin-left: 0;
  }
  .pageSubMenuLiWrap .pageSubMenuLi:nth-child(3) a, .pageSubMenuLiWrap .pageSubMenuLi:nth-child(4) a {
    padding: 15px 0;
  }
  .pageSubMenuLiWrap .pageSubMenuLi {
    margin-top: 2%;
  }
  .pageSubMenuLiWrap .pageSubMenuLi a {
    height: 100%;
    padding: 5px 0;
    font-size: 3vw;
  }
  .pageSubMenuLi:nth-child {
    margin-left: 0;
  }
  .pageSubMenuLi {
    width: 49.5%;
  }
  .worksSubMenuLiWrap {
    margin: 0 auto 10% !important;
  }
  .worksSubMenuLiWrap .worksSubMenuLi a, .worksSubMenuLiWrap .worksSubMenuLi:nth-child(3) a, .worksSubMenuLiWrap .worksSubMenuLi:nth-child(4) a {
    padding: 10px 0;
  }
}
@media only screen and (max-width:768px) {
  #content {
    margin-top: 60px;
  }
  .spnone {
    display: none !important;
  }
  .pcnone {
    display: inline-block !important;
  }
  .SPtxtRight {
    text-align: right !important;
  }
  .SPtxtCenter {
    text-align: center !important;
  }
  .SPhorizonTxt {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
    font-size: 5.5vw;
    margin-top: 5%;
  }
  .SPhorizonTxt:before, .SPhorizonTxt:after {
    border-top: 2px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    border-color: #ef7a00;
  }
  .SPhorizonTxt:before {
    margin-right: 0.5em;
  }
  .SPhorizonTxt:after {
    margin-left: 0.5em;
  }
  .mainHorizonTtl .enTtl {
    margin-bottom: 5%;
    font-size: 13vw;
  }
  .mainHorizonTtl .horizonTxt {
    width: 100%;
    margin: 0 auto 5%;
    font-size: 5vw;
  }
  .leftHorizonTtl .enTtl {
    margin-bottom: 2.5%;
    font-size: 11vw;
  }
  .leftHorizonTtl .leftHorizonTxt {
    width: 100%;
    margin: 0 auto 5%;
    font-size: 5vw;
  }
  .newsLoop li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .newsLoop li {
    margin-top: 5%;
    padding-top: 5%;
    font-size: 3.5vw;
  }
  .newsLoop li a {
    flex-wrap: wrap;
  }
  .newsLoop li .postdate {
    margin-right: 5%;
  }
  .newsLoop li .newIcon {
    margin-right: 5%;
    font-size: 3vw;
    padding: 2% 5%;
    line-height: 1em;
  }
  .newsLoop li .postTtl {
    width: 100%;
    margin-top: 2%;
    font-size: 4vw;
  }
  #worksSlide {
    margin: 8% 0 10%;
  }
  #worksSlide .slick-slide {
    margin: 0 5px;
  }
  #worksSlide, #worksSlidePage {
    margin: 35px 0 45px;
  }
  #worksSlide .slick-slide, #worksSlidePage .slick-slide {
    margin: 0 5px;
    background-color: #faf5e9;
  }
  #worksSlidePage .slick-slide {
    background-color: #fff;
  }
  #worksSlidePage .slick-prev {
    left: -4%;
  }
  #worksSlidePage .slick-next {
    right: -4%;
  }
  .worksLoop .worksInner {
    padding: 5%;
  }
  .worksLoop .worksInner .postcate {
    font-size: 2.8vw;
    line-height: 1.5em;
    margin-bottom: 1.5%;
  }
  .worksLoop .worksInner .postTtl {
    font-size: 3.7vw;
    line-height: 1.5em;
  }
  .bnrLiWrap {
    margin: 0;
    display: block;
  }
  .bnrLiWrap .bnrLi {
    width: 100%;
  }
  .postTtlWrap {
    display: block;
  }
  .postTtlWrap .postTtl {
    width: 100%;
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  .postTtlWrap .postdate {
    width: 100%;
    font-size: 2.8vw;
    line-height: 1.5em;
  }
  .moreBtn {
    padding: 2.5% 0;
    font-size: 4vw;
  }
  .moreBtnColor {
    padding: 2.5% 0;
    font-size: 4vw;
  }
  .note {
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  .inner {
    width: 85%;
    margin: 0 auto;
  }
  .smallInner {
    width: 90%;
  }
  .spMt5 {
    margin-top: 5% !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt10 {
    margin-top: 5% !important;
  }
  .mt20 {
    margin-top: 5% !important;
  }
  .mt30 {
    margin-top: 5% !important;
  }
  .mt40 {
    margin-top: 5% !important;
  }
  .mt50 {
    margin-top: 5% !important;
  }
  .mt60 {
    margin-top: 8% !important;
  }
  .mt70 {
    margin-top: 9% !important;
  }
  .mt80 {
    margin-top: 10% !important;
  }
  .mt90 {
    margin-top: 12% !important;
  }
  .mt100 {
    margin-top: 15% !important;
  }
  .SPmt20 {
    margin-top: 5% !important;
  }
  .SPmt60 {
    margin-top: 8% !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb10 {
    margin-bottom: 5% !important;
  }
  .mb20 {
    margin-bottom: 5% !important;
  }
  .mb25 {
    margin-bottom: 5% !important;
  }
  .mb30 {
    margin-bottom: 5% !important;
  }
  .mb40 {
    margin-bottom: 5% !important;
  }
  .mb50 {
    margin-bottom: 5% !important;
  }
  .mb60 {
    margin-bottom: 8% !important;
  }
  .mb70 {
    margin-bottom: 9% !important;
  }
  .mb80 {
    margin-bottom: 10% !important;
  }
  .mb90 {
    margin-bottom: 12% !important;
  }
  .mb100 {
    margin-bottom: 15% !important;
  }
  .post-navigation {
    margin: 10% 0;
  }
  .post-navigation .next, .post-navigation .prev {
    padding: 2.5% 0;
    width: 30%;
    font-size: 3.5vw;
    line-height: 1.5em;
  }
}
@media only screen and (min-width:769px) {
  #content {
    margin-top: 96px;
  }
  .spnone {
    display: inline-block !important;
  }
  .pcnone {
    display: none !important;
  }
  .inner, .breadcrumbsLiWrap {
    min-width: 1100px;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
  }
  .smallInner {
    max-width: 1200px;
    min-width: 1000px;
    width: 80%;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mt70 {
    margin-top: 70px !important;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .mt90 {
    margin-top: 90px !important;
  }
  .mt100 {
    margin-top: 100px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width:769px) {
  .dltb {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .dltb dt:first-child, .dltb dt:first-child + dd {
    margin-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
  .dltb dt {
    width: 20%;
    display: flex;
    align-items: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid;
    border-color: #ef7a00;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5em;
  }
  .dltb dd {
    width: 80%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid;
    border-color: #ef7a00;
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width:768px) {
  .dltb {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .dltb dt:first-child {
    margin-top: 0;
  }
  .dltb dt {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
    margin-top: 8%;
    color: #ef7a00;
    font-size: 3.7vw;
    line-height: 1.5em;
  }
  .dltb dt:after {
    border-top: 2px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
  }
  .dltb dd {
    width: 100%;
    margin-top: 2.5%;
    font-size: 3.5vw;
    line-height: 1.5em;
  }
}
.blinking {
  animation: blink 1s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/*
 * ヘッダー
 */
header {
  background-color: #faf5e9;
  display: flex;
  align-items: center;
  height: 96px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #eee;
}
header .inner {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .inner .leftBox {
  width: 30%;
}
header .inner .leftBox h1 img {
  width: 100%;
}
header .inner .leftBox .adTxt {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  font-size: 12px;
  line-height: 1.5em;
}
header .inner .rightBox {
  width: 68%;
}
header #headcntbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header #headcntbox .headBtn {
  border-radius: 4px;
  text-align: center;
  background: #ef7a00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1.5em;
  line-height: 1em;
  padding: 5px 15px;
  margin-right: 15px;
}
header #headcntbox .headNumBtn img {
  height: 16px;
}
header #headcntbox .headNumBtn:before, header #headcntbox .headMailBtn:before {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
header #headcntbox .headNumBtn:before {
  content: "";
  background-image: url(../img/telIcon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
header #headcntbox .headMailBtn:before {
  content: "";
  background-image: url(../img/mailIcon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
header #headcntbox .headInsta {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
header #headcntbox .headInsta img {
  width: 53%;
}
header #site-navigation #primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header #site-navigation #primary-menu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
header #site-navigation #primary-menu li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid;
  border-color: #4c4948;
  font-size: clamp(1rem, -0.625rem + 2vw, 1.125rem);
  text-box-trim: trim-end;
}
header #site-navigation #primary-menu li a:hover {
  color: #ef7a00;
}

#acd-check1, .acd-label1 {
  display: none;
}

@media only screen and (max-width:768px) {
  .menu-toggle, .main-navigation.toggled ul {
    display: block;
  }
  .menu-toggle {
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0;
    cursor: pointer;
    position: absolute;
    z-index: 11;
  }
  .nav_line {
    display: block;
    width: 20px;
    height: 2px;
    background: #4c4948;
    transition: 0.3s;
    margin: 0 auto;
  }
  .nav_line1 {
    transform: translateY(-5px);
  }
  .nav_line2 {
    transform: translateY(0);
  }
  .nav_line3 {
    transform: translateY(5px);
  }
  .nav_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  header {
    height: 60px;
  }
  header .inner {
    padding: 2.5% 0;
    width: 95%;
    position: relative;
  }
  header .inner .leftBox {
    width: 50%;
  }
  header .inner .leftBox .adTxt {
    font-size: 2vw;
    line-height: 1.5em;
  }
  header .inner .rightBox {
    width: 45%;
  }
  header #headcntbox {
    justify-content: flex-end;
    padding-right: 35px;
  }
  header #headcntbox .headBtn {
    font-size: 2.8vw;
    line-height: 1.5em;
    padding: 8px 8px;
    margin-right: 3.5%;
  }
  header #headcntbox .headNumBtn:before, header #headcntbox .headMailBtn:before {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
  header #headcntbox .headInsta {
    border-radius: 100px;
    padding: 8px 8px;
    width: 45px;
    height: 45px;
  }
  header #headcntbox .headInsta img {
    width: 25px;
  }
  header #site-navigation #primary-menu {
    display: block;
    width: 70%;
  }
  header #site-navigation #primary-menu li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  header #site-navigation #primary-menu .hasSubmenu {
    position: relative;
  }
  header #site-navigation #primary-menu li {
    margin-left: 0;
    padding-left: 0;
    margin-top: 5%;
    padding-top: 5%;
    border-left: none;
    border-top: 1px solid;
    font-size: 4vw;
    font-weight: 500;
  }
  header #site-navigation #primary-menu li .sub-menu {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    visibility: hidden;
    height: 0;
  }
  header #site-navigation #primary-menu li .sub-menu li {
    border: none;
    margin-left: 0;
    padding-left: 0;
    list-style: disc;
    margin-left: 1.5em;
    margin-top: 2%;
    padding-top: 2%;
    font-weight: 400;
  }
  header #site-navigation #primary-menu li .sub-menu li a {
    width: 100%;
  }
  header #site-navigation #primary-menu li.hasSubmenu .acd-check1 {
    display: none;
  }
  header #site-navigation #primary-menu li.hasSubmenu .acd-label1 {
    width: 100%;
    text-align: center;
    display: block;
    color: #ef7a00;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 56px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
  header #site-navigation #primary-menu li.hasSubmenu .acd-label1:before {
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    left: 0;
  }
  header #site-navigation #primary-menu li.hasSubmenu .acd-label1:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 3vw;
  }
  header #site-navigation #primary-menu li.hasSubmenu .acd-check1 + .acd-label1 + .sub-menu {
    display: none;
  }
  header #site-navigation #primary-menu li.hasSubmenu .acd-check1:checked + .acd-label1 + .sub-menu {
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
    display: block;
  }
  header #site-navigation #primary-menu li.hasSubmenu .acd-check1:checked + .acd-label1:after {
    content: "\f068";
  }
  header #site-navigation #primary-menu li:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  header #site-navigation.toggled .nav_line3 {
    display: none;
  }
  header #site-navigation.toggled .nav_line1 {
    bottom: 0;
    transform: rotate(45deg) translateY(1.5px);
  }
  header #site-navigation.toggled .nav_line2 {
    top: 0;
    transform: rotate(-45deg) translateY(-1.5px);
  }
  header .main-navigation .menu-g-navi-container {
    display: none;
  }
  header .main-navigation.toggled .menu-g-navi-container {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: rgba(250, 245, 233, 0.9);
  }
}
@media only screen and (min-width:769px) {
  .menu-toggle {
    display: none;
  }
  header #site-navigation #primary-menu li {
    position: relative;
  }
  header #site-navigation #primary-menu li .sub-menu {
    display: none;
    position: absolute;
    background-color: #faf5e9;
    border-radius: 0 0 6px 6px;
    width: 350px;
    padding: 15px 25px 15px;
    left: -4px;
    z-index: 10;
  }
  header #site-navigation #primary-menu li .sub-menu li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  header #site-navigation #primary-menu li .sub-menu li {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted;
    border-color: #4c4948;
  }
  header #site-navigation #primary-menu li:hover .sub-menu {
    display: block;
    box-shadow: 0 3px 3px #ccc;
  }
  header .sponbtn {
    display: none;
  }
}
/*
 * フッター
 */
footer {
  background-color: #4c4948;
  color: #fff;
  padding: 60px 0 0;
}
footer a {
  color: #fff;
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
}
footer .leftBox {
  width: 26%;
  padding-right: 2%;
}
footer .centerBox {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .centerBox .footBtnLiWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
footer .centerBox .footBtnLiWrap .footBtnLi {
  width: 48%;
}
footer .centerBox .footBtnLiWrap .footBtnLi .footBtn {
  border: 1px solid;
  border-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0;
}
footer .centerBox .footBtnLiWrap .footBtnLi .footBtn img {
  width: 60%;
}
footer .centerBox .footBtnLiWrap .footBtnLi .footNumBtn:before, footer .centerBox .footBtnLiWrap .footBtnLi .footMailBtn:before {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  display: inline-block;
}
footer .centerBox .footBtnLiWrap .footBtnLi .footNumBtn:before {
  content: "";
  background-image: url(../img/telIcon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
footer .centerBox .footBtnLiWrap .footBtnLi .footMailBtn:before {
  content: "";
  background-image: url(../img/mailIcon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
footer .centerBox p {
  width: 100%;
  margin: 10px 0 0;
  letter-spacing: 1px;
}
footer .rightBox {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .rightBox .footInsta {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
footer .rightBox .footInsta img {
  width: 65%;
}
footer .rightBox p {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  line-height: 1.3em;
  margin-top: 5px;
}
footer #foottaio {
  margin-top: 40px;
}
footer #foottaio .inner {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #fff;
  align-items: stretch;
}
footer #foottaio .leftBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  border-right: 1px solid;
  border-color: #fff;
}
footer #foottaio .leftBox h3 {
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 1.5em;
}
footer #foottaio .rightBox {
  width: 72%;
  justify-content: flex-start;
}
footer #foottaio .rightBox p {
  font-size: 22px;
  line-height: 1.5em;
  text-align: left;
  padding: 20px 0;
}
footer #footnav {
  margin-top: 60px;
}
footer #footnav .inner {
  align-items: stretch;
}
footer #footnav .footMenu .mainMenu .subMenu {
  margin: 15px 0 0 1.5em;
}
footer #footnav .footMenu .mainMenu .subMenu li {
  list-style: disc;
  font-size: clamp(0.875rem, -0.5rem + 2vw, 1.125rem);
  line-height: 1.5em;
}
footer #footnav .footMenu .mainMenu #footnewswrap, footer #footnav .footMenu .mainMenu #footworkswrap {
  margin: 15px 0 0;
}
footer #footnav .footMenu .mainMenu #footnewswrap li:first-child, footer #footnav .footMenu .mainMenu #footworkswrap li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
footer #footnav .footMenu .mainMenu #footnewswrap li, footer #footnav .footMenu .mainMenu #footworkswrap li {
  font-size: clamp(0.875rem, -0.5rem + 2vw, 1.125rem);
  line-height: 1.5em;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted;
  border-color: #fff;
}
footer #footnav .footMenu .mainMenu #footnewswrap li .postlink, footer #footnav .footMenu .mainMenu #footworkswrap li .postlink {
  display: block;
}
footer #footnav .footMenu .mainMenu #footnewswrap li .postlink .postdate, footer #footnav .footMenu .mainMenu #footworkswrap li .postlink .postdate {
  display: block;
  margin-bottom: 5px;
}
footer #footnav .footNav01 {
  width: 24%;
}
footer #footnav .footNav02 {
  width: 28%;
}
footer #footnav .footNav03 {
  width: 30%;
}
footer #footnav .footNav04 {
  width: 12%;
}
footer #copyright .inner {
  border-top: 1px solid;
  border-color: #fff;
  margin-top: 60px;
  padding: 30px 0;
  display: block;
}
footer #copyright .inner p {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
}

@media only screen and (max-width:768px) {
  footer {
    padding: 10% 0 0;
  }
  footer .inner {
    display: block;
    max-width: unset;
    width: 85%;
  }
  footer .leftBox {
    width: 60%;
    margin: 0 auto;
    padding-right: 2%;
  }
  footer .centerBox {
    width: 100%;
    margin-top: 8%;
  }
  footer .centerBox .footBtnLiWrap {
    width: 100%;
  }
  footer .centerBox .footBtnLiWrap .footBtnLi:first-child {
    width: 40%;
  }
  footer .centerBox .footBtnLiWrap .footBtnLi {
    width: 58%;
  }
  footer .centerBox .footBtnLiWrap .footBtnLi .footBtn {
    padding: 10px 0;
    letter-spacing: -0.5px;
    font-size: 3vw;
  }
  footer .centerBox .footBtnLiWrap .footBtnLi .footBtn img {
    width: 60%;
  }
  footer .centerBox .footBtnLiWrap .footBtnLi .footNumBtn:before, footer .centerBox .footBtnLiWrap .footBtnLi .footMailBtn:before {
    width: 20px;
    height: 20px;
    margin-right: 3%;
  }
  footer .centerBox p {
    width: 100%;
    margin: 2.5% 0 0;
    letter-spacing: 0;
    font-size: 3vw;
    text-align: center;
  }
  footer .rightBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5%;
  }
  footer .rightBox .footInsta {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 100px;
  }
  footer .rightBox .footInsta img {
    width: 65%;
  }
  footer .rightBox p {
    font-size: 3vw;
    line-height: 1.5em;
    margin-top: 2.5%;
    text-align: center;
    width: 100%;
  }
  footer #foottaio {
    margin-top: 8%;
  }
  footer #foottaio .inner {
    display: flex;
  }
  footer #foottaio .leftBox {
    width: 28%;
  }
  footer #foottaio .leftBox h3 {
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  footer #foottaio .rightBox {
    width: 70%;
    margin: 0;
  }
  footer #foottaio .rightBox p {
    font-size: 3.5vw;
    line-height: 1.5em;
    padding: 5%;
    margin: 0;
  }
  footer #footnav {
    margin-top: 8%;
  }
  footer #footnav .footMenu .mainMenu {
    font-size: 4vw;
    font-weight: 500;
  }
  footer #footnav .footMenu .mainMenu .subMenu {
    margin: 2% 0 0 1.5em;
  }
  footer #footnav .footMenu .mainMenu .subMenu li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  footer #footnav .footMenu .mainMenu .subMenu li {
    font-size: 3vw;
    line-height: 1.5em;
    margin-top: 2.5%;
    font-weight: 400;
  }
  footer #footnav .footMenu .mainMenu #footnewswrap, footer #footnav .footMenu .mainMenu #footworkswrap {
    margin: 2% 0 0;
  }
  footer #footnav .footMenu .mainMenu #footnewswrap li:first-child, footer #footnav .footMenu .mainMenu #footworkswrap li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  footer #footnav .footMenu .mainMenu #footnewswrap li, footer #footnav .footMenu .mainMenu #footworkswrap li {
    font-size: 3vw;
    line-height: 1.5em;
    margin-top: 2.5%;
    padding-top: 2.5%;
    font-weight: 400;
  }
  footer #footnav .footMenu .mainMenu #footnewswrap li .postlink, footer #footnav .footMenu .mainMenu #footworkswrap li .postlink {
    display: block;
  }
  footer #footnav .footMenu .mainMenu #footnewswrap li .postlink .postdate, footer #footnav .footMenu .mainMenu #footworkswrap li .postlink .postdate {
    display: block;
    margin-bottom: 5px;
  }
  footer #footnav .footMenu .mainMenu #footnewswrap li .postTtl, footer #footnav .footMenu .mainMenu #footworkswrap li .postTtl {
    width: auto;
    font-size: 3.5vw;
  }
  footer #footnav .footNav01 {
    width: 100%;
  }
  footer #footnav .footNav02 {
    width: 100%;
    margin: 5% 0 0;
  }
  footer #footnav .footNav03 {
    width: 100%;
    margin: 5% 0 0;
  }
  footer #footnav .footNav04 {
    width: 100%;
    margin: 5% 0 0;
  }
  footer #copyright .inner {
    margin-top: 8%;
    padding: 8% 0;
  }
  footer #copyright .inner p {
    font-size: 2vw;
    line-height: 1.5em;
  }
}
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 500;
}

/*
 * フロントページ
 */
.slick-prev {
  left: 3%;
  z-index: 10;
}

.slick-next {
  right: 3%;
  z-index: 10;
}

.slick-dots li button {
  background: #ccc;
}

#slidebox {
  position: relative;
}
#slidebox .emblemWrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 15px;
  right: 0;
  width: 40%;
  max-width: 470px;
  min-width: 300px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  box-shadow: 0 0 60px #fff;
}
#slidebox .emblemWrap .emblemLi {
  margin-left: 10px;
}
#slidebox .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  align-items: flex-end;
  padding: 30px 0;
}
#slidebox .inner .txtInner {
  background-color: rgba(76, 73, 72, 0.6);
  width: auto;
  padding: 25px;
}
#slidebox .inner .txtInner h2, #slidebox .inner .txtInner p {
  color: #fff;
}
#slidebox .inner .txtInner h2 {
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: 500;
}
#slidebox .inner .txtInner p {
  font-size: clamp(0.875rem, -0.5rem + 2vw, 1.125rem);
  line-height: 1.5em;
  line-height: 1.8em;
  margin-top: 15px;
  letter-spacing: 1px;
  text-indent: -0.5em;
}
#slidebox #slickslide {
  min-width: 1100px;
  position: relative;
  height: 65vh;
  min-height: 750px;
  max-height: 1000px;
}
#slidebox #slickslide .slick-list, #slidebox #slickslide .slick-track {
  height: 100%;
}
#slidebox .slickBg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width:768px) {
  #slidebox .slickBg.slickBg01 {
    background-image: url(../img/sp_slide01.jpg);
  }
  #slidebox .slickBg.slickBg02 {
    background-image: url(../img/sp_slide02.jpg);
  }
  #slidebox .slickBg.slickBg03 {
    background-image: url(../img/sp_slide03.jpg);
  }
  #slidebox .slickBg.slickBg04 {
    background-image: url(../img/sp_slide04.jpg);
  }
}
@media only screen and (min-width:769px) {
  #slidebox .slickBg.slickBg01 {
    background-image: url(../img/pc_slide01.jpg);
  }
  #slidebox .slickBg.slickBg02 {
    background-image: url(../img/pc_slide02.jpg);
  }
  #slidebox .slickBg.slickBg03 {
    background-image: url(../img/pc_slide03.jpg);
  }
  #slidebox .slickBg.slickBg04 {
    background-image: url(../img/pc_slide04.jpg);
  }
}

#bnrSlide {
  background-color: #f3f3f0;
  padding: 35px 0;
}
#bnrSlide #bnrSlideWrap li {
  margin: 0 10px;
  line-height: 0;
}

#intro {
  background-image: url(../img/introBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#intro .inner {
  padding: 60px 0;
}
#intro .inner h2 {
  color: #ef7a00;
  font-size: 36px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
}
#intro .inner h2:after {
  background-color: #ef7a00;
  content: "";
  display: block;
  width: 80%;
  max-width: 400px;
  min-height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
#intro .inner p {
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
  margin-top: 40px;
  line-height: 1.8em;
}
#intro .femaliStaffBox {
  background-color: #fff;
  border-radius: 6px;
  padding: 35px;
  position: relative;
  width: 960px;
  margin: 60px auto 50px;
  border: 3px solid;
  border-color: #ef7a00;
}
#intro .femaliStaffBox .femaliStaffTxtBox .femaliStaffTtl {
  color: #ef7a00;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 500;
}
#intro .femaliStaffBox .femaliStaffTxtBox .femaliStaffTxt {
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}
#intro .femaliStaffBox .femaliStaffTxtBox .note {
  font-size: 12px;
  line-height: 1.5em;
  text-align: right;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 175px;
}
#intro .femaliStaffBox .femaliStaffImg {
  border-radius: 50%;
  overflow: hidden;
  width: 280px;
  height: 280px;
  display: inline-block;
  line-height: 0;
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 20px #aaa;
}

#news {
  background: linear-gradient(90deg, #faf5e9 40%, #fff 40%);
}
#news .inner {
  padding: 100px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#news .inner .leftBox {
  width: 25%;
}
#news .inner .rightBox {
  width: 70%;
}
#news .inner h2 {
  font-size: 28px;
  line-height: 1.5em;
}
#news .inner h2 strong {
  color: #f7bc80;
  display: block;
  font-size: 75px;
  margin-bottom: 20px;
}
#news .inner .moreBtn {
  background: none;
  margin-top: 25px;
}
#news .inner .enFont {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

#bigBnrArea {
  padding: 60px 0;
}
#bigBnrArea .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bigBnrArea .inner a {
  display: block;
  width: 49%;
  line-height: 0;
}
#bigBnrArea .inner a img {
  width: 100%;
}
#bigBnrArea .inner a:hover {
  opacity: 0.6;
}

#Instagram {
  border-radius: 10px;
  padding: 0 0 100px 0;
}
#Instagram .inner {
  padding: 35px;
  background-color: #f3f3f0;
}
#Instagram h3 {
  color: #ef7a00;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 3px;
  width: 50%;
  margin: 0 auto;
}
#Instagram .moreBtn {
  background: none;
  margin: 25px auto 0;
  width: 300px;
}

#features {
  background-color: #faf5e9;
  padding: 100px 0;
}
#features .mainHorizonTtl .horizonTxt {
  width: 70%;
}
#features .introTxt {
  font-weight: 500;
  color: #ef7a00;
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
}
#features .featuresLiWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
#features .featuresLiWrap .featuresLi {
  background-color: #fff;
  width: 49%;
  margin-top: 30px;
}
#features .featuresLiWrap .featuresLi img {
  width: 100%;
}
#features .featuresLiWrap .featuresLi .liInner {
  padding: 10px 30px 30px;
}
#features .featuresLiWrap .featuresLi h3 {
  color: #ef7a00;
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 500;
}
#features .featuresLiWrap .featuresLi p {
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 20px;
  line-height: 1.8em;
  text-align: justify;
}
#features .moreBtnColor {
  margin: 40px auto 0;
  width: 440px;
  padding: 15px 0;
}
#features .manzokuWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 6px;
  padding: 0 25px;
  margin-top: 60px;
}
#features .manzokuWrap .leftBox {
  width: 22%;
  line-height: 0;
}
#features .manzokuWrap .leftBox img {
  width: 100%;
}
#features .manzokuWrap .centerBox {
  width: 53%;
  padding: 25px 20px;
}
#features .manzokuWrap .centerBox h3 {
  color: #ef7a00;
  font-size: 26px;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid;
  border-color: #ef7a00;
}
#features .manzokuWrap .centerBox p {
  letter-spacing: 1px;
  line-height: 1.8em;
  font-size: clamp(1.125rem, 0.875rem + 0.4vw, 1.25rem);
  line-height: 1.5em;
  text-align: justify;
}
#features .manzokuWrap .rightBox {
  width: 25%;
  padding: 25px 0 0;
  position: relative;
}
#features .manzokuWrap .rightBox img {
  width: 100%;
}
#features .manzokuWrap .rightBox .note {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}

#works {
  padding: 100px 0;
  overflow: hidden;
}
#works .moreBtn {
  background: none;
  margin: 0 auto 0;
  width: 300px;
}

#showroom, #voice {
  padding: 30px 0;
}
#showroom .inner, #voice .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*max-width: unset; width:100%;*/
}
#showroom .leftBox, #voice .leftBox {
  width: 49%; /*padding-left: 0.5vw; padding-right: 3%; max-width: 790px; min-width: 573px; margin: 0 0 0 auto;*/
}
#showroom .leftBox p, #voice .leftBox p {
  font-size: 20px;
  line-height: 1.5em;
  line-height: 1.8em;
}
#showroom .leftBox .moreBtn, #voice .leftBox .moreBtn {
  background: none;
  display: inline-block;
  padding: 10px 60px;
  margin: 20px 0 0;
}
#showroom .rightBox, #voice .rightBox {
  width: 48%;
  line-height: 0;
}

#showroom {
  background-color: #faf5e9;
}

#voice .inner {
  flex-direction: row-reverse !important;
}
#voice .leftBox { /*padding-left: 3%; padding-right:0.5vw; margin: 0 auto 0 0;*/ }

#access {
  background-color: #faf5e9;
  padding: 100px 0;
}
#access #imajumMap {
  width: 90%;
  margin: 35px auto 35px;
  line-height: 0;
}
#access p {
  text-align: center;
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5em;
}
#access .moreBtn {
  background: none;
  margin: 20px auto 0;
  width: 300px;
}

@media only screen and (max-width:768px) {
  #slidebox .emblemWrap {
    top: 2.55%;
    right: -2.5%;
    width: 75%;
    max-width: 400px;
    min-width: unset;
    z-index: 5;
  }
  #slidebox .emblemWrap .emblemLi {
    margin-left: 2%;
  }
  #slidebox .inner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    align-items: flex-end;
    padding: 10% 0 5%;
  }
  #slidebox .inner .txtInner {
    padding: 5%;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  #slidebox .inner .txtInner h2 {
    font-size: 4.8vw;
  }
  #slidebox .inner .txtInner p {
    font-size: 2.8vw;
    margin-top: 2.5%;
  }
  #slidebox #slickslide {
    min-width: unset;
    position: relative;
    height: 80vh;
    min-height: unset;
    max-height: unset;
  }
  #bnrSlide {
    padding: 8% 0;
  }
  #bnrSlide #bnrSlideWrap li {
    margin: 0 5px;
  }
  #intro .inner {
    padding: 15% 0;
  }
  #intro .inner h2 {
    font-size: 5.5vw;
  }
  #intro .inner h2:after {
    width: 80%;
    max-width: unset;
    min-height: 4px;
    bottom: -5%;
  }
  #intro .inner p {
    font-size: 3.7vw;
    line-height: 1.5em;
    margin-top: 8%;
    line-height: 2em;
  }
  #intro .femaliStaffBox {
    padding: 33% 5% 5%;
    width: 100%;
    margin: 24% auto 5%;
  }
  #intro .femaliStaffBox .femaliStaffTxtBox .femaliStaffTtl {
    margin-bottom: 3%;
    font-size: 4vw;
    line-height: 1.5em;
    text-align: center;
  }
  #intro .femaliStaffBox .femaliStaffTxtBox .femaliStaffTxt {
    font-size: 3.5vw;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 10px;
    text-align: center;
  }
  #intro .femaliStaffBox .femaliStaffTxtBox .note {
    font-size: 2.5vw;
    line-height: 1.5em;
    text-align: right;
    padding-right: 0;
  }
  #intro .femaliStaffBox .femaliStaffImg {
    width: 40vw;
    height: 40vw;
    right: 0;
    left: 0;
    top: -16vw;
    bottom: unset;
    margin: auto;
  }
  #news {
    background-color: #fff;
  }
  #news .inner {
    padding: 15% 0 33%;
    display: block;
    position: relative;
  }
  #news .inner .leftBox {
    width: 100%;
  }
  #news .inner .rightBox {
    width: 100%;
    margin: 8% 0 0;
  }
  #news .inner h2 {
    font-size: 4.2vw;
    line-height: 1.5em;
  }
  #news .inner h2 strong {
    font-size: 14vw;
    margin-bottom: 8%;
    text-align: center;
  }
  #news .inner h2 .SPhorizonTxt {
    width: 70%;
    margin: 0 auto;
  }
  #news .inner .moreBtn {
    margin-top: 5%;
    position: absolute;
    bottom: 10%;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  #bigBnrArea {
    padding: 8% 0;
  }
  #bigBnrArea .inner {
    display: block;
  }
  #bigBnrArea .inner a {
    width: 100%;
    margin: 2.5% 0;
  }
  #Instagram {
    padding: 0 0 10% 0;
  }
  #Instagram .inner {
    padding: 5%;
  }
  #Instagram h3 {
    font-size: 3.8vw;
    line-height: 1.5em;
    width: 100%;
  }
  #Instagram .moreBtn {
    background: none;
    margin: 5% auto 0;
    width: 100%;
  }
  #features {
    padding: 10% 0;
  }
  #features .mainHorizonTtl .horizonTxt {
    width: 100%;
  }
  #features .introTxt {
    font-size: 4.5vw;
  }
  #features .featuresLiWrap .featuresLi {
    width: 100%;
    margin-top: 5%;
  }
  #features .featuresLiWrap .featuresLi .liInner {
    padding: 2.5% 5% 5%;
  }
  #features .featuresLiWrap .featuresLi h3 {
    font-size: 5vw;
  }
  #features .featuresLiWrap .featuresLi p {
    font-size: 3.5vw;
    line-height: 1.5em;
    margin-top: 5%;
  }
  #features .moreBtnColor {
    margin: 8% auto 0;
    width: 75%;
    padding: 2.5% 0;
  }
  #features .manzokuWrap {
    flex-wrap: wrap;
    padding: 5% 2.5% 8%;
    margin-top: 10%;
  }
  #features .manzokuWrap .leftBox {
    width: 32%;
  }
  #features .manzokuWrap .centerBox {
    width: 67%;
    padding: 0;
  }
  #features .manzokuWrap .centerBox h3 {
    font-size: 3.4vw;
    letter-spacing: 0;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  #features .manzokuWrap .centerBox p {
    line-height: 1.5em;
    font-size: 3vw;
  }
  #features .manzokuWrap .rightBox {
    width: 100%;
    padding: 8% 0 0;
  }
  #features .manzokuWrap .rightBox img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  #features .manzokuWrap .rightBox .note {
    bottom: -8%;
  }
  #works {
    padding: 10% 0;
  }
  #works .moreBtn {
    background: none;
    margin: 0 auto 0;
    width: 70%;
  }
  #showroom, #voice {
    padding: 10% 0 0;
  }
  #showroom .inner, #voice .inner {
    display: block;
    width: 100%;
  }
  #showroom .leftBox, #voice .leftBox {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
    min-width: unset;
    margin: 0 auto;
  }
  #showroom .leftBox p, #voice .leftBox p {
    font-size: 3.7vw;
    line-height: 1.5em;
  }
  #showroom .leftBox .moreBtn, #voice .leftBox .moreBtn {
    background: none;
    margin: 5% auto 0;
    padding: 2.5% 0px;
    width: 70%;
  }
  #showroom .rightBox, #voice .rightBox {
    width: 100%;
    line-height: 0;
    margin: 5% 0 0;
  }
  #access {
    padding: 10% 0;
  }
  #access #imajumMap {
    width: 100%;
    margin: 8% auto 5%;
  }
  #access p {
    margin: 0;
    font-size: 4.2vw;
  }
  #access .moreBtn {
    margin: 5% auto 0;
    width: 70%;
  }
}
@media only screen and (min-width:769px) {
  #bnrarea01, #bnrarea02 {
    padding: 40px 0;
  }
  #bnrarea01 ul, #bnrarea02 ul {
    padding: 0;
    line-height: 0;
  }
  #bnrarea01 ul li:first-child, #bnrarea02 ul li:first-child {
    margin-left: 0;
  }
  #bnrarea01 ul li, #bnrarea02 ul li {
    float: left;
    width: 23.5%;
    line-height: 0;
    margin-bottom: 0;
    margin-left: 2%;
  }
  #bnrarea01 ul li img, #bnrarea02 ul li img {
    line-height: 0;
  }
}
/*
 * 下層ページ
 */
.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.site-main #posthead {
  background-image: url(../img/introBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-main #posthead .inner {
  padding: 40px 0;
}
.site-main #posthead .inner .pageTitle {
  font-size: 28px;
  line-height: 1.5em;
  display: block;
  text-align: center;
}
.site-main #posthead .inner .pageTitle strong {
  color: #f7bc80;
  display: block;
  font-size: 75px;
  margin-bottom: 20px;
}
.site-main #posthead .inner .pageTitle .horizonTxt {
  margin-bottom: 0;
}
.site-main #postbody h1 {
  color: #4c4948;
  font-weight: normal;
}
.site-main #postbody h2 {
  color: #4c4948;
  font-weight: normal;
}
.site-main #postbody h3 {
  color: #4c4948;
  font-weight: normal;
}
.site-main #postbody h4 {
  color: #4c4948;
  font-weight: normal;
}
.site-main #postbody h5 {
  color: #4c4948;
}
.site-main #postbody h6 {
  color: #4c4948;
}
.site-main #postbody p {
  line-height: 1.8em;
  text-align: justify;
}
.site-main #postbody ul {
  margin-left: 1.8em;
}
.site-main #postbody ol {
  margin-left: 1.8em;
}
.site-main #postbody strong {
  color: #4c4948;
}
.site-main #postbody .bigTxt {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width:768px) {
  .site-main #postbody .bigTxt {
    font-size: 3.8vw;
    line-height: 1.5em;
  }
}
.site-main #postbody .col2Box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.site-main #postbody .col2Box .leftBox, .site-main #postbody .col2Box .rightBox {
  width: 49%;
}
.site-main #postbody .col2Box .leftBox img, .site-main #postbody .col2Box .rightBox img {
  width: 100%;
}
.site-main #postbody .bandTtl {
  background-color: #faf5e9;
  border-radius: 2px;
  padding: 5px 20px;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 500;
}
.site-main #postbody .post-navigation {
  width: 100%;
}
.site-main #postbody .post-navigation .next a, .site-main #postbody .post-navigation .prev a {
  background-color: #ef7a00;
  color: #4c4948;
  text-align: center;
  display: block;
  border-radius: 4px;
}
.site-main #postbody .post-navigation .next a:hover, .site-main #postbody .post-navigation .prev a:hover {
  background-color: #4c4948;
  color: #4c4948;
  text-decoration: none;
}
.site-main #postbody .post-navigation .next a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.site-main #postbody .post-navigation .prev a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-weight: bold;
  margin-right: 10px;
}
.site-main #postbody .wp-pagenavi {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.site-main #postbody .wp-pagenavi a, .site-main #postbody .wp-pagenavi span.pages {
  background-color: #ef7a00;
  border-radius: 4px;
  color: #fff;
  border: none;
  border: none;
  padding: 5px 10px;
}
.site-main #postbody .wp-pagenavi a:hover {
  background-color: #faf5e9;
  color: #ef7a00;
}
.site-main #postbody .wp-pagenavi span {
  border: none;
  color: #4c4948;
}

.site-main.pageWrap #postbody {
  padding: 60px 0;
}
.site-main.pageWrap #postbody .inner {
  max-width: 1100px;
}
.site-main.pageWrap #postbody .col2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-main.pageWrap #postbody .col2 .leftBox, .site-main.pageWrap #postbody .col2 .rightBox {
  width: 48.5%;
}
.site-main.pageWrap #postbody .col2.flexStart {
  align-items: flex-start;
}
.site-main.pageWrap #postbody .pageMainTtl {
  color: #ef7a00;
  font-size: 30px;
  line-height: 1.5em;
  border-bottom: 2px solid;
  border-color: #ef7a00;
  font-weight: 500;
  padding-left: 0;
}
.site-main.pageWrap #postbody .pageMainTtl span {
  display: block;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5em;
}
.site-main.pageWrap #postbody .pageMainTtl .note {
  display: inline-block;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.875rem + 0.4vw, 1.25rem);
  line-height: 1.5em;
}
.site-main.pageWrap #postbody .pageSubTtl {
  color: #ef7a00;
  font-size: 26px;
  line-height: 1.5em;
  border-bottom: none;
  font-weight: 500;
}
.site-main.pageWrap #postbody p {
  line-height: 2em;
  text-align: justify;
}
.site-main.pageWrap #postbody .postLiWrap {
  margin-left: 1.5em;
}
.site-main.pageWrap #postbody .postLiWrap .postLi:first-child {
  margin-top: 0;
}
.site-main.pageWrap #postbody .postLiWrap .postLi {
  list-style: disc;
  margin-top: 15px;
}
.site-main.pageWrap #postbody .ceoName {
  font-weight: 700;
}
.site-main.pageWrap #postbody .ceoName span {
  font-size: 75%;
  font-weight: 500;
}
.site-main.pageWrap #postbody #worksSlide, .site-main.pageWrap #postbody #worksSlidePage {
  margin-left: 0;
}
.site-main.pageWrap #postbody #worksSlidePage {
  margin-bottom: 60px;
}
.site-main.pageWrap #postbody #worksSlidePage .slick-dots {
  bottom: -25px;
}
.site-main.pageWrap #postbody .moreBtn {
  width: 400px;
  margin: 0 auto;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2, .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2, .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn {
  background-color: #faf5e9;
  border-radius: 2px;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 .pageAboutTtl, .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn .pageAboutTtl {
  color: #ef7a00;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 {
  padding: 25px;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 .leftBox {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 .rightBox {
  width: 68%;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 .rightBox a {
  width: 50%;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn {
  width: 32%;
  padding: 25px;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn .pageAboutTtl {
  padding: 40px 0;
  margin: 0;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn p {
  margin: 0;
}
.site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn a {
  width: 70%;
  margin: 15px auto 0;
}
.site-main.pageWrap #postbody .bnrLiWrap {
  margin: 0;
}
.site-main.pageWrap #postbody .boxLiWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width:769px) {
  .site-main.pageWrap #postbody .boxLiWrap .boxLi:nth-child(2n+1) {
    margin-left: 0;
  }
  .site-main.pageWrap #postbody .boxLiWrap .boxLi:nth-child(-n+2) {
    margin-top: 0;
  }
  .site-main.pageWrap #postbody .boxLiWrap .boxLi {
    width: 49%;
    margin-left: 2%;
    margin-top: 2%;
  }
}
.site-main.pageWrap #postbody .boxLiWrap .boxLi {
  border: 1px solid;
  border-color: #ccc;
}
.site-main.pageWrap #postbody .boxLiWrap .boxLi img {
  width: 100%;
}
.site-main.pageWrap #postbody .boxLiWrap .boxLi .anshinLiInner {
  padding: 25px;
}
.site-main.pageWrap #postbody .boxLiWrap .boxLi .anshinLiInner h4 {
  border: none;
  padding: 0;
  text-align: center;
  color: #ef7a00;
  font-size: 24px;
  line-height: 1.5em;
}
.site-main.pageWrap #postbody .boxLiWrap .boxLi .anshinLiInner p {
  margin-bottom: 0;
}
.site-main.pageWrap #postbody .note {
  text-align: right;
  font-size: 14px;
  line-height: 1.5em;
}
.site-main.pageWrap #postbody.aboutWrap .keyBg {
  padding: 60px 0;
}
.site-main.pageWrap #postbody.resultsWrap .inner {
  max-width: 1400px;
}
.site-main.pageWrap #postbody.resultsWrap #worksList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.site-main.pageWrap #postbody.resultsWrap #worksList .worksLi {
  width: 23.5%;
  background-color: #faf5e9;
  line-height: 0;
}
@media only screen and (min-width:769px) {
  .site-main.pageWrap #postbody.resultsWrap #worksList .worksLi {
    margin-left: 2%;
    margin-top: 2%;
  }
  .site-main.pageWrap #postbody.resultsWrap #worksList .worksLi:nth-child(-n+4) {
    margin-top: 0;
  }
  .site-main.pageWrap #postbody.resultsWrap #worksList .worksLi:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width:768px) {
  .breadcrumbs ul {
    width: 95%;
    margin: 0 auto;
    line-height: 1.5em;
  }
  .breadcrumbs ul li {
    font-size: 2vw;
  }
  .site-main {
    width: 100%;
    margin: 0 auto;
  }
  .site-main #posthead .inner {
    padding: 8% 0;
  }
  .site-main #posthead .inner .pageTitle {
    font-size: 4.2vw;
    line-height: 1.5em;
  }
  .site-main #posthead .inner .pageTitle strong {
    font-size: 12vw;
    margin-bottom: 3%;
  }
  .site-main #posthead .inner .pageTitle .resultsHeadEn {
    font-size: 11vw;
  }
  .site-main .post-88 #posthead .inner {
    width: 95%;
  }
  .site-main #postbody h1 {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .site-main #postbody h2 {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .site-main #postbody h3 {
    font-size: 1em;
    padding: 5px 10px;
    margin-bottom: 25px;
  }
  .site-main #postbody h4 {
    font-size: 0.9em;
    padding: 5px 0;
    margin-bottom: 25px;
  }
  .site-main #postbody h5 {
    font-size: 0.8em;
    padding: 5px 0;
    margin-bottom: 15px;
  }
  .site-main #postbody h6 {
    font-size: 0.8em;
    padding: 5px 0;
    margin-bottom: 15px;
  }
  .site-main #postbody p {
    font-size: 3.5vw;
    line-height: 1.5em;
    line-height: 1.8em;
    margin-bottom: 5%;
  }
  .site-main #postbody ul {
    margin-left: 1.5em;
    margin-bottom: 5%;
  }
  .site-main #postbody ul li {
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody ol {
    margin-left: 1.5em;
    margin-bottom: 5%;
  }
  .site-main #postbody ol li {
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody .col2Box {
    display: block;
  }
  .site-main #postbody .col2Box .leftBox, .site-main #postbody .col2Box .rightBox {
    width: 100%;
  }
  .site-main #postbody .bandTtl {
    padding: 2.5% 5%;
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody .post-navigation {
    width: 100%;
    margin-top: 20px;
  }
  .site-main #postbody .post-navigation .next, .site-main #postbody .post-navigation .prev {
    width: 30%;
  }
  .site-main #postbody .post-navigation .next a, .site-main #postbody .post-navigation .prev a {
    font-size: 0.8em;
    line-height: 2.5em;
  }
  .site-main #postbody .wp-pagenavi {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .site-main #postbody .wp-pagenavi a, .site-main #postbody .wp-pagenavi span.pages {
    padding: 5px 10px;
  }
  .site-main.pageWrap #postbody {
    padding: 5% 0 10%;
  }
  .site-main.pageWrap #postbody .inner {
    width: 85%;
  }
  .site-main.pageWrap #postbody .col2 {
    display: block;
  }
  .site-main.pageWrap #postbody .col2 .leftBox, .site-main.pageWrap #postbody .col2 .rightBox {
    width: 100%;
  }
  .site-main.pageWrap #postbody .pageMainTtl {
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  .site-main.pageWrap #postbody .pageMainTtl span {
    font-size: 4vw;
    line-height: 1.5em;
  }
  .site-main.pageWrap #postbody .pageMainTtl .note {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  .site-main.pageWrap #postbody .pageSubTtl {
    font-size: 4vw;
    line-height: 1.5em;
  }
  .site-main.pageWrap #postbody .postLiWrap {
    margin-left: 1.5em;
  }
  .site-main.pageWrap #postbody .postLiWrap .postLi {
    margin-top: 5%;
  }
  .site-main.pageWrap #postbody #worksSlidePage {
    margin-bottom: 15%;
  }
  .site-main.pageWrap #postbody #worksSlidePage .slick-dots {
    bottom: -13%;
  }
  .site-main.pageWrap #postbody .moreBtn {
    width: 75%;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2, .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 {
    display: block;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 .pageAboutTtl, .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn .pageAboutTtl {
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 {
    padding: 5%;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 .leftBox {
    width: 100%;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 .leftBox .pageAboutTtl {
    margin: 3% 0 8%;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 .rightBox {
    width: 100%;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol2 .rightBox a {
    width: 80%;
    margin: 0 auto 0;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn {
    width: 100%;
    padding: 5%;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn .pageAboutTtl {
    padding: 3% 0 8%;
  }
  .site-main.pageWrap #postbody .aboutWrap .aboutBoxcol3 .colIn a {
    width: 80%;
    margin: 5% auto 0;
  }
  .site-main.pageWrap #postbody .bnrLiWrap {
    margin: 0;
  }
  .site-main.pageWrap #postbody .boxLiWrap {
    display: block;
  }
  .site-main.pageWrap #postbody .boxLiWrap .boxLi:first-child {
    margin-top: 0;
  }
  .site-main.pageWrap #postbody .boxLiWrap .boxLi {
    margin-top: 5%;
  }
  .site-main.pageWrap #postbody .boxLiWrap .boxLi .anshinLiInner {
    padding: 5%;
  }
  .site-main.pageWrap #postbody .boxLiWrap .boxLi .anshinLiInner h4 {
    font-size: 3.8vw;
    line-height: 1.5em;
    margin-bottom: 5%;
  }
  .site-main.pageWrap #postbody.aboutWrap .keyBg {
    padding: 60px 0;
  }
  .site-main.pageWrap #postbody.resultsWrap .inner {
    max-width: unset;
    width: 95%;
  }
  .site-main.pageWrap #postbody.resultsWrap #worksList .worksLi {
    width: 49%;
  }
  .site-main.pageWrap #postbody.resultsWrap #worksList .worksLi {
    margin-left: 2%;
    margin-top: 2%;
  }
  .site-main.pageWrap #postbody.resultsWrap #worksList .worksLi:nth-child(-n+2) {
    margin-top: 0;
  }
  .site-main.pageWrap #postbody.resultsWrap #worksList .worksLi:nth-child(2n+1) {
    margin-left: 0;
  }
  #postbody.aboutWrap .keyBg {
    padding: 15% 0;
  }
}
@media only screen and (min-width:769px) {
  .breadcrumbs ul {
    margin: 0 auto;
  }
  .breadcrumbs ul li {
    font-size: 12px;
  }
  .site-main {
    width: 100%;
    margin: 0 auto;
  }
  .site-main #postbody h1 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .site-main #postbody h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .site-main #postbody h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .site-main #postbody h4 {
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 25px;
  }
  .site-main #postbody h5 {
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: 15px;
  }
  .site-main #postbody h6 {
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: 15px;
  }
  .site-main #postbody p {
    font-size: 20px;
    line-height: 1.5em;
    line-height: 1.8em;
    margin-bottom: 25px;
  }
  .site-main #postbody ul {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }
  .site-main #postbody ul li {
    font-size: 20px;
    line-height: 1.5em;
  }
  .site-main #postbody ol {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }
  .site-main #postbody ol li {
    font-size: 20px;
    line-height: 1.5em;
  }
}
/*
 * お知らせ
 */
.site-main.newsWrap #postbody {
  padding: 60px 0;
}
.site-main.newsWrap #postbody .inner {
  max-width: 900px;
}
.site-main.newsWrap #postbody #newswrap {
  margin: 0 auto 30px;
  width: 100%;
}
.site-main.newsWrap #postbody #newswrap li {
  font-size: 20px;
  line-height: 1.5em;
}

@media only screen and (max-width:768px) {
  .site-main.newsWrap #postbody {
    padding: 5% 0 10%;
  }
  .site-main.newsWrap #postbody #newswrap {
    margin: 0 auto 10%;
    width: 95%;
    max-width: unset;
  }
}
/*
* お客様の声
*/
.site-main.voiceWrap #postbody {
  max-width: 1000px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
.site-main.voiceWrap #postbody .inner {
  width: 100%;
  min-width: unset;
}
.site-main.voiceWrap #postbody .postTtlWrap .postTtl {
  width: 100%;
}
.site-main.voiceWrap #postbody .voiceTopBox {
  background-color: #faf5e9;
  border-radius: 6px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-main.voiceWrap #postbody .voiceTopBox dl dt {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  color: #ef7a00;
  margin-bottom: 10px;
}
.site-main.voiceWrap #postbody .voiceTopBox .leftBox {
  width: 80%;
}
.site-main.voiceWrap #postbody .voiceTopBox .leftBox dd {
  font-size: 26px;
  line-height: 1.5em;
}
.site-main.voiceWrap #postbody .voiceTopBox .rightBox {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.site-main.voiceWrap #postbody .voiceTopBox .rightBox dt, .site-main.voiceWrap #postbody .voiceTopBox .rightBox dd {
  width: 100%;
  text-align: right;
}
.site-main.voiceWrap #postbody .voiceMiddleBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.site-main.voiceWrap #postbody .voiceMiddleBox .leftBox {
  width: 15%;
}
.site-main.voiceWrap #postbody .voiceMiddleBox .leftBox img {
  width: 100%;
  border-radius: 50%;
}
.site-main.voiceWrap #postbody .voiceMiddleBox .rightBox.dltb {
  width: 82%;
}
@media only screen and (min-width:769px) {
  .site-main.voiceWrap #postbody .voiceMiddleBox .rightBox.dltb dt:first-child, .site-main.voiceWrap #postbody .voiceMiddleBox .rightBox.dltb dt:first-child + dd {
    margin-top: 0;
    padding-top: 0;
  }
}
.site-main.voiceWrap #postbody .voiceMiddleBox .rightBox.dltb dt, .site-main.voiceWrap #postbody .voiceMiddleBox .rightBox.dltb dd {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.5em;
}
.site-main.voiceWrap #postbody .voiceCcmtBox .bandTtl, .site-main.voiceWrap #postbody .voiceRcmtBox .bandTtl {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.site-main.voiceWrap #postbody .voiceCcmtBox {
  margin-top: 30px;
}
.site-main.voiceWrap #postbody .voiceRcmtBox {
  margin-top: 30px;
}
.site-main.voiceWrap #postbody .voiceRcmtBox .bandTtl {
  background-color: #ef7a00;
  color: #fff;
}
.site-main.voiceWrap #postbody .emblemWrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
}
.site-main.voiceWrap #postbody .emblemWrap {
  width: 75%;
  margin: 0 auto 15px;
}
.site-main.voiceWrap #postbody .emblemWrap .emblemLi {
  margin-right: 15px;
}
.site-main.voiceWrap #postbody .emblemWrap .emblemLi:last-child {
  margin-right: 0;
}
@media only screen and (max-width:768px) {
  .site-main.voiceWrap #postbody {
    max-width: unset;
    min-width: unset;
    padding: 5% 0 10%;
  }
  .site-main.voiceWrap #postbody .inner {
    width: 85%;
    min-width: unset;
  }
  .site-main.voiceWrap #postbody .voiceTopBox {
    padding: 5%;
    display: block;
  }
  .site-main.voiceWrap #postbody .voiceTopBox dl dt {
    font-size: 2.8vw;
    line-height: 1.5em;
    margin-bottom: 2.5%;
    text-align: center;
  }
  .site-main.voiceWrap #postbody .voiceTopBox dl dd {
    text-align: center;
  }
  .site-main.voiceWrap #postbody .voiceTopBox .leftBox {
    width: 100%;
  }
  .site-main.voiceWrap #postbody .voiceTopBox .leftBox dd {
    font-size: 3.8vw;
    line-height: 1.5em;
  }
  .site-main.voiceWrap #postbody .voiceTopBox .rightBox {
    width: 100%;
    margin-top: 5%;
  }
  .site-main.voiceWrap #postbody .voiceTopBox .rightBox dt, .site-main.voiceWrap #postbody .voiceTopBox .rightBox dd {
    text-align: center;
  }
  .site-main.voiceWrap #postbody .voiceMiddleBox {
    display: block;
    margin-top: 5%;
  }
  .site-main.voiceWrap #postbody .voiceMiddleBox .leftBox {
    width: 45%;
    margin: 0 auto;
  }
  .site-main.voiceWrap #postbody .voiceMiddleBox .rightBox.dltb {
    width: 100%;
  }
  .site-main.voiceWrap #postbody .voiceMiddleBox .rightBox.dltb dt, .site-main.voiceWrap #postbody .voiceMiddleBox .rightBox.dltb dd {
    margin-top: 2.5%;
    padding-top: 2.5%;
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  .site-main.voiceWrap #postbody .voiceMiddleBox .rightBox.dltb dd {
    padding-top: 0;
  }
  .site-main.voiceWrap #postbody .voiceCcmtBox .bandTtl, .site-main.voiceWrap #postbody .voiceRcmtBox .bandTtl {
    font-size: 3.8vw;
    line-height: 1.5em;
    margin-bottom: 2.5%;
  }
  .site-main.voiceWrap #postbody .voiceCcmtBox {
    margin-top: 5%;
  }
  .site-main.voiceWrap #postbody .voiceRcmtBox {
    margin-top: 5%;
  }
  .site-main.voiceWrap #postbody .emblemWrap {
    width: 100%;
    margin: 0 0 5%;
  }
  .site-main.voiceWrap #postbody .emblemWrap .emblemLi {
    margin-right: 2.5%;
  }
  .site-main.voiceWrap #postbody .emblemWrap .emblemLi:last-child {
    margin-right: 0;
  }
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap {
  margin: 30px 0 60px;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li:first-child {
  margin-top: 0;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li {
  margin-top: 30px;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a {
  display: block;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 6px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox {
  width: 20%;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox img {
  width: 100%;
  border-radius: 50%;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox dt, .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox dd {
  font-size: 14px;
  line-height: 1.5em;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox dt {
  font-weight: 500;
  width: 40%;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox dd {
  width: 60%;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .rightBox {
  width: 78%;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .voiceTopBox {
  padding: 20px;
  margin-bottom: 10px;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .voiceCcmtBox p {
  margin-bottom: 0;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a:hover {
  background-color: #faf5e9;
}
.site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a:hover .voiceTopBox {
  background-color: #fff;
}
@media only screen and (max-width:768px) {
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap {
    margin: 5% 0 10% 0;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li {
    margin-top: 5%;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a {
    display: block;
    padding: 5%;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox img {
    width: 25%;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 70%;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox dt, .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox dd {
    font-size: 2.8vw;
    line-height: 1.5em;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox dt {
    width: 40%;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .leftBox .voiceKindsPlaceBox dd {
    width: 60%;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .rightBox {
    width: 100%;
    margin-top: 5%;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .voiceTopBox {
    padding: 5%;
    margin-bottom: 2.5%;
  }
  .site-main.voiceWrap #postbody.voiceArcWrap #voicewrap li a .voiceCcmtBox p {
    margin-bottom: 0;
  }
}

.ratingFill {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.ratingFill__stars {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 1.5em; /* サイズ調整 */
}

.ratingFill__bottom {
  color: #cfcfcf; /* 未評価（下地） */
}

.ratingFill__top {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; /* はみ出しを隠す＝塗りつぶし幅 */
  white-space: nowrap;
  color: #f5b301; /* 評価（塗り） */
}

.ratingFill__num {
  font-size: 0.95em;
  white-space: nowrap;
}

/*
* 施工実績
*/
.site-main.worksWrap #postbody {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.site-main.worksWrap #postbody .inner {
  width: 100%;
  min-width: unset;
}
.site-main.worksWrap #postbody .postTtlWrap .postTtl {
  width: 100%;
}
.site-main.worksWrap #postbody .postTtlWrap .postTtl .worksCompanyTxt {
  font-size: 14px;
  line-height: 1.5em;
}
.site-main.worksWrap #postbody .worksTopBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.site-main.worksWrap #postbody .worksTopBox .leftBox {
  width: 48%;
}
.site-main.worksWrap #postbody .worksTopBox .rightBox {
  width: 48%;
}
.site-main.worksWrap #postbody .worksTopBox .scallIcon:after {
  width: 60px;
  height: 60px;
  opacity: 0.5;
}
.site-main.worksWrap #postbody .worksTopBox .scallIcon:hover:after {
  opacity: 1;
}
.site-main.worksWrap #postbody .worksTopBoxImage {
  min-height: 460px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid;
  border-color: #fbd2a6;
  border-radius: 6px;
}
.site-main.worksWrap #postbody .worksCSComBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-main.worksWrap #postbody .worksCSComBox .leftBox {
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #ef7a00;
}
.site-main.worksWrap #postbody .worksCSComBox .rightBox {
  width: auto;
  margin-bottom: 0;
}
.site-main.worksWrap #postbody .worksCommentBox {
  border-radius: 6px;
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid;
  border-color: #fbd2a6;
}
.site-main.worksWrap #postbody .worksCommentBox p {
  margin-bottom: 10px;
  font-size: clamp(1.125rem, 0.875rem + 0.4vw, 1.25rem);
  line-height: 1.5em;
}
.site-main.worksWrap #postbody .worksTb dt:first-child, .site-main.worksWrap #postbody .worksTb dt:first-child + dd {
  margin-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid;
  border-color: #fbd2a6;
}
.site-main.worksWrap #postbody .worksTb dt, .site-main.worksWrap #postbody .worksTb dd {
  margin-top: 10px;
  padding-top: 10px;
  border-color: #fbd2a6;
  font-size: 20px;
  line-height: 1.5em;
}
.site-main.worksWrap #postbody .worksTb dt {
  font-weight: 500;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox a {
  line-height: 0;
  display: block;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox .leftBox, .site-main.worksWrap #postbody .worksBeforeAfterBox .centerBox, .site-main.worksWrap #postbody .worksBeforeAfterBox .rightBox {
  min-height: 460px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid;
  border-color: #fbd2a6;
  border-radius: 6px;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox .leftBox {
  width: 46%;
  line-height: 0;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox .leftBox:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #ef7a00;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox .rightBox {
  width: 46%;
  line-height: 0;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox .scallIcon:after {
  width: 60px;
  height: 60px;
  opacity: 0.5;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox .scallIcon:hover:after {
  opacity: 1;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .leftBox, .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .centerBox, .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .rightBox {
  width: 31%;
  position: relative;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .leftBox:after, .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .centerBox:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #ef7a00;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10.5%;
  left: unset;
}
.site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .scallIcon:after {
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
.site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery .works-gallery__item {
  line-height: 0;
}
.site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery .scallIcon:after {
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width:769px) {
  .site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery .works-gallery__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery .works-gallery__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery .works-gallery__item {
    width: 23%;
    margin: 2% 0 0 2%;
  }
}
.site-main.worksWrap #postbody .scallIcon {
  position: relative;
}
.site-main.worksWrap #postbody .scallIcon:after {
  position: absolute;
  content: "";
  background-image: url(../img/scallicon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width:768px) {
  .site-main.worksWrap #postbody {
    max-width: unset;
  }
  .site-main.worksWrap #postbody .inner {
    width: 85%;
    min-width: unset;
  }
  .site-main.worksWrap #postbody .worksTopBox {
    display: block;
  }
  .site-main.worksWrap #postbody .worksTopBox .leftBox {
    width: 100%;
  }
  .site-main.worksWrap #postbody .worksTopBox .rightBox {
    width: 100%;
  }
  .site-main.worksWrap #postbody .worksTopBoxImage {
    min-height: 300px;
  }
  .site-main.worksWrap #postbody .worksCSComBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
  }
  .site-main.worksWrap #postbody .worksCSComBox .leftBox {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 500;
    color: #ef7a00;
    font-size: 4.2vw;
    line-height: 1.5em;
  }
  .site-main.worksWrap #postbody .worksCSComBox .rightBox {
    width: auto;
    margin-bottom: 0;
    font-size: 4.2vw;
    line-height: 1.5em;
  }
  .site-main.worksWrap #postbody .worksCommentBox {
    margin-top: 5%;
    padding-top: 5%;
  }
  .site-main.worksWrap #postbody .worksCommentBox p {
    margin-bottom: 10px;
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  .site-main.worksWrap #postbody .worksTb {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .site-main.worksWrap #postbody .worksTb dt:first-child, .site-main.worksWrap #postbody .worksTb dt:first-child + dd {
    margin-top: 0;
    padding-top: 5%;
    border-top: 1px solid;
    border-color: #fbd2a6;
  }
  .site-main.worksWrap #postbody .worksTb dt {
    width: 25%;
    display: flex;
    align-items: center;
    margin-top: 5%;
    padding-top: 5%;
    border-top: 1px solid;
    border-color: #fbd2a6;
    font-weight: 500;
    font-size: 3.7vw;
    line-height: 1.5em;
  }
  .site-main.worksWrap #postbody .worksTb dt:after {
    display: none;
  }
  .site-main.worksWrap #postbody .worksTb dd {
    width: 75%;
    margin-top: 5%;
    padding-top: 5%;
    border-top: 1px solid;
    border-color: #ef7a00;
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox {
    min-height: 200px;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox .leftBox, .site-main.worksWrap #postbody .worksBeforeAfterBox .rightBox {
    min-height: 200px;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox .leftBox a, .site-main.worksWrap #postbody .worksBeforeAfterBox .rightBox a {
    background-size: cover;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox .leftBox::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ef7a00;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox .scallIcon:after {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox {
    flex-wrap: wrap;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .leftBox, .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .centerBox, .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .rightBox {
    width: 100%;
    position: relative;
    min-height: 200px;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .leftBox a, .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .centerBox a, .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .rightBox a {
    background-size: cover;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .leftBox, .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .centerBox {
    margin-bottom: 10%;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .leftBox:after, .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .centerBox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 15px solid #ef7a00;
    border-bottom: 0;
    position: absolute;
    top: unset;
    bottom: -12%;
    margin: auto;
    right: 0;
    left: 0;
  }
  .site-main.worksWrap #postbody .worksBeforeAfterBox.worksMiddleBox .scallIcon:after {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }
  .site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery .scallIcon:after {
    width: 30px;
    height: 30px;
  }
  .site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery .works-gallery__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery .works-gallery__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .site-main.worksWrap #postbody .worksAthoerImgBox .works-gallery .works-gallery__item {
    width: 49%;
    margin: 2% 0 0 2%;
  }
}

/*
* セラミックトップ
*/
.site-main.ceramicWrap {
  background: #6a6a6a;
}
.site-main.ceramicWrap #posthead {
  background-image: url(../img/page/ceramictop/home-kv1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.site-main.ceramicWrap #posthead .inner {
  color: #fff;
  z-index: 3;
  position: relative;
  padding: 100px 0;
}
.site-main.ceramicWrap #posthead .inner .ceramicTitle {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 4px;
}
.site-main.ceramicWrap #posthead .inner .ceramicTitle .ceramictopLogo {
  width: 340px;
}
.site-main.ceramicWrap #posthead .inner .ceramicTitle strong {
  display: block;
  line-height: 1.3em;
}
.site-main.ceramicWrap #posthead .inner .ceramicCopy {
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 15px;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.site-main.ceramicWrap #posthead .inner .ceramicCopy strong {
  display: block;
  margin: 60px 0 20px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5em;
}
.site-main.ceramicWrap #posthead:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(#000 21%, transparent 26%), radial-gradient(#000 21%, transparent 26%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 2;
}
.site-main.ceramicWrap .breadcrumbs .breadcrumbsLiWrap li a, .site-main.ceramicWrap .breadcrumbs .breadcrumbsLiWrap li span {
  color: #fff;
}
.site-main.ceramicWrap #postbody .whiteBg {
  background: #6a6a6a;
  color: #fff;
}
.site-main.ceramicWrap #postbody .keyBg {
  background: #1b1b1b;
  color: #fff;
}
.site-main.ceramicWrap #postbody .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.site-main.ceramicWrap #postbody .pageMainTtl {
  color: #fff;
  border-color: #fff;
  padding: 0 0 10px;
}
.site-main.ceramicWrap #postbody .ceramicDl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 400px;
  margin: 30px 0;
}
.site-main.ceramicWrap #postbody .ceramicDl dt, .site-main.ceramicWrap #postbody .ceramicDl dd {
  width: auto;
  letter-spacing: 1px;
}
.site-main.ceramicWrap #postbody .ceramicDl dt {
  margin-right: 10px;
}
.site-main.ceramicWrap #postbody .pageSubTtl {
  color: #fff;
}

@media only screen and (max-width:768px) {
  .site-main.ceramicWrap #posthead .inner {
    padding: 25% 0 8%;
    width: 85%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .site-main.ceramicWrap #posthead .inner .ceramicTitle {
    font-size: 6vw;
    line-height: 1.5em;
  }
  .site-main.ceramicWrap #posthead .inner .ceramicTitle .ceramictopLogo {
    width: 80%;
    display: block;
    margin: 0 auto 0 0;
  }
  .site-main.ceramicWrap #posthead .inner .ceramicCopy {
    font-size: 3.4vw;
    margin-bottom: 2%;
    line-height: 1.7em;
    text-align: left;
  }
  .site-main.ceramicWrap #posthead .inner .ceramicCopy strong {
    margin: 15% 0 2%;
    font-size: 6vw;
    line-height: 1.5em;
  }
  .site-main.ceramicWrap #postbody .whiteBg, .site-main.ceramicWrap #postbody .keyBg {
    padding: 12% 0;
  }
  .site-main.ceramicWrap #postbody .inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
  .site-main.ceramicWrap #postbody .ceramicDl {
    width: 80%;
    margin: 8% 0;
  }
  .site-main.ceramicWrap #postbody .ceramicDl dt, .site-main.ceramicWrap #postbody .ceramicDl dd {
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  .site-main.ceramicWrap #postbody .ceramicDl dt {
    margin-right: 5%;
  }
  .site-main.ceramicWrap #postbody .pageMainTtl {
    font-size: 5.5vw;
  }
  .site-main.ceramicWrap #postbody .pageSubTtl {
    color: #fff;
    font-size: 5vw;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width:769px) {
  .site-main.ceramicWrap #postbody .whiteBg, .site-main.ceramicWrap #postbody .keyBg {
    padding: 100px 0;
  }
}
/*
* 調整
*/
.site-main {
  /*アクセス*/
}
@media only screen and (min-width:769px) {
  .site-main #postbody.accessWrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-main #postbody.accessWrap .col2Box .rightBox .moreBtnColor {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-main {
  /*採用情報*/
}
@media only screen and (min-width:769px) {
  .site-main #postbody.recruitWrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-main #postbody.recruitWrap .moreBtnColor {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-main {
  /*会社概要*/
}
.site-main #postbody.profileWrap .profileTb strong {
  color: #ef7a00;
}
.site-main #postbody.profileWrap .mapbtn {
  background-color: #ef7a00;
  color: #fff;
  border: 1px solid;
  border-color: #ef7a00;
  border-radius: 100px;
  display: inline-block;
}
.site-main #postbody.profileWrap .mapbtn:hover {
  background-color: #faf5e9;
  color: #ef7a00;
}
.site-main #postbody.profileWrap .snsIconWrap {
  display: flex;
  align-items: center;
}
.site-main #postbody.profileWrap .snsIconWrap .snsIcon {
  width: 30px;
  margin-right: 10px;
}
.site-main #postbody.profileWrap .listStyle {
  margin: 0 0 0 1.5em;
}
.site-main #postbody.profileWrap .listStyle li:first-child {
  margin-top: 0;
}
.site-main #postbody.profileWrap .listStyle li {
  list-style: disc;
}
.site-main #postbody.profileWrap .emblemWrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (min-width:769px) {
  .site-main #postbody.profileWrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-main #postbody.profileWrap .profileTbTelBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-main #postbody.profileWrap .profileTbTelBox .leftBox {
    width: 40%;
    line-height: 0;
    margin-right: 15px;
  }
  .site-main #postbody.profileWrap .profileTbTelBox .rightBox {
    width: 60%;
    margin-bottom: 0;
    margin-left: 0;
  }
  .site-main #postbody.profileWrap .profileTbTelBox .rightBox li {
    line-height: 1.8em;
  }
  .site-main #postbody.profileWrap .mapbtn {
    font-size: 14px;
    line-height: 1.5em;
    margin-left: 15px;
    padding: 5px 15px;
  }
  .site-main #postbody.profileWrap .listStyle li {
    margin-top: 5px;
  }
  .site-main #postbody.profileWrap .emblemWrap {
    width: 65%;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .site-main #postbody.profileWrap .emblemWrap .emblemLi {
    margin-right: 15px;
  }
}
@media only screen and (max-width:768px) {
  .site-main #postbody.profileWrap .profileTbTelBox {
    display: block;
  }
  .site-main #postbody.profileWrap .profileTbTelBox .leftBox {
    width: 80%;
    margin: 0 auto 2.5%;
  }
  .site-main #postbody.profileWrap .profileTbTelBox .rightBox {
    width: 86%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-main #postbody.profileWrap .profileTbTelBox .rightBox li {
    width: 50%;
    text-align: center;
  }
  .site-main #postbody.profileWrap .mapbtn {
    font-size: 2.8vw;
    line-height: 1.5em;
    display: inline-block;
    margin: 2.5%;
    margin-left: 0;
    padding: 5px 15px;
  }
  .site-main #postbody.profileWrap .listStyle li {
    margin-top: 2.5%;
  }
  .site-main #postbody.profileWrap .emblemWrap {
    width: 100%;
    margin: 5% 0;
  }
  .site-main #postbody.profileWrap .emblemWrap .emblemLi {
    margin-right: 5%;
  }
  .site-main #postbody.profileWrap .emblemWrap .emblemLi:last-child {
    margin-right: 0;
  }
}
.site-main {
  /*お問い合わせ*/
}
.site-main #postbody.contactWrap .contactTb dt .s-red {
  display: inline-block;
  padding: 2.5px 8px;
  background-color: #cc0000;
  color: #fff;
  margin-left: 5px;
  border-radius: 100px;
}
.site-main #postbody.contactWrap .contactTb .zipBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-main #postbody.contactWrap .contactTb .zipBox .zip1 {
  width: 5em;
  margin-right: 5px;
}
.site-main #postbody.contactWrap .contactTb .zipBox .zip2 {
  width: 6em;
  margin-left: 5px;
}
.site-main #postbody.contactWrap .contactTb input[type=text], .site-main #postbody.contactWrap .contactTb input[type=tel], .site-main #postbody.contactWrap .contactTb input[type=email], .site-main #postbody.contactWrap .contactTb textarea, .site-main #postbody.contactWrap .contactTb select {
  background: none;
  border: 1px solid;
  border-color: #ccc;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  text-align: left;
}
.site-main #postbody.contactWrap .acceptBoxWrap {
  border: 1px solid;
  border-color: #ccc;
  border-radius: 4px;
}
.site-main #postbody.contactWrap .acceptBoxWrap .acceptBox {
  overflow-y: scroll;
}
.site-main #postbody.contactWrap .acceptBoxWrap .acceptBox .acceptTtl {
  color: #ef7a00;
  font-weight: 500;
  border-bottom: none;
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  text-align: left;
}
.site-main #postbody.contactWrap .acceptBoxWrap .acceptBox .acceptTtl:after {
  border-top: 2px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  border-top: 1px solid;
  margin-left: 0.5em;
}
.site-main #postbody.contactWrap .acceptBtnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-main #postbody.contactWrap .acceptBtnWrap input[type=checkbox] {
  transform: scale(2.4);
}
.site-main #postbody.contactWrap .subbtn {
  position: relative;
  text-align: center;
}
.site-main #postbody.contactWrap .subbtn input[type=submit] {
  display: block;
  background-color: #ef7a00;
  color: #fff;
  line-height: 2em;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 100px;
  margin: 0 auto;
}
.site-main #postbody.contactWrap .subbtn input[type=submit]:hover {
  opacity: 0.8;
}
.site-main #postbody.contactWrap .subbtn input[type=submit]:disabled {
  opacity: 0.2;
}
@media only screen and (min-width:769px) {
  .site-main #postbody.contactWrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-main #postbody.contactWrap .contactTelBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
  }
  .site-main #postbody.contactWrap .contactTelBox .leftBox {
    width: 440px;
  }
  .site-main #postbody.contactWrap .contactTelBox .rightBox {
    margin-left: 25px;
    margin-bottom: 0;
  }
  .site-main #postbody.contactWrap .contactTb dt {
    width: 25%;
    color: #ef7a00;
  }
  .site-main #postbody.contactWrap .contactTb dt .s-red {
    font-size: 12px;
    line-height: 1.5em;
  }
  .site-main #postbody.contactWrap .contactTb dd {
    width: 75%;
  }
  .site-main #postbody.contactWrap .acceptBoxWrap {
    padding: 25px;
    margin-top: 30px;
  }
  .site-main #postbody.contactWrap .acceptBoxWrap .acceptBox {
    height: 12em;
    padding-right: 25px;
  }
  .site-main #postbody.contactWrap .acceptBoxWrap .acceptBox .acceptTtl {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .site-main #postbody.contactWrap .acceptBtnWrap {
    margin-top: 30px;
  }
  .site-main #postbody.contactWrap .acceptBtnWrap input[type=checkbox] {
    margin-right: 20px;
  }
  .site-main #postbody.contactWrap .subbtn {
    margin-top: 30px;
  }
  .site-main #postbody.contactWrap .subbtn input[type=submit] {
    font-size: 28px;
    line-height: 1.5em;
    width: 400px;
    padding: 15px 0;
  }
}
@media only screen and (max-width:768px) {
  .site-main #postbody.contactWrap {
    margin-left: auto;
    margin-right: auto;
  }
  .site-main #postbody.contactWrap .contactTb dt {
    display: block;
  }
  .site-main #postbody.contactWrap .contactTb dt .s-red {
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody.contactWrap .contactTb dt:after {
    display: none;
  }
  .site-main #postbody.contactWrap .contactTb dd.zipBox {
    justify-content: center;
  }
  .site-main #postbody.contactWrap .acceptBoxWrap {
    padding: 5%;
    margin-top: 10%;
  }
  .site-main #postbody.contactWrap .acceptBoxWrap .acceptBox {
    height: 12em;
    padding-right: 5%;
  }
  .site-main #postbody.contactWrap .acceptBoxWrap .acceptBox .acceptTtl {
    font-size: 3.5vw;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .site-main #postbody.contactWrap .acceptBtnWrap {
    margin-top: 10%;
  }
  .site-main #postbody.contactWrap .acceptBtnWrap input[type=checkbox] {
    margin-bottom: 20px;
  }
  .site-main #postbody.contactWrap .acceptBtnWrap p {
    text-align: center;
  }
  .site-main #postbody.contactWrap .acceptBtnWrap p .wpcf7-list-item {
    margin: 0;
  }
  .site-main #postbody.contactWrap .subbtn {
    margin-top: 5%;
  }
  .site-main #postbody.contactWrap .subbtn input[type=submit] {
    font-size: 4.2vw;
    line-height: 1.5em;
    width: 80%;
    padding: 5% 0;
  }
}
.site-main {
  /*LIXILリフォームショップについて*/
}
.site-main #postbody.aboutWrap .messageBox .leftBox {
  width: 20%;
}
.site-main #postbody.aboutWrap .messageBox .leftBox .ceoName {
  text-align: center;
  margin-bottom: 0;
}
.site-main #postbody.aboutWrap .messageBox .leftBox .ceoName span {
  font-weight: 400;
}
.site-main #postbody.aboutWrap .messageBox .rightBox {
  width: 78%;
}
.site-main #postbody.aboutWrap .staffImgBox {
  background-color: #faf5e9;
  border-radius: 50%;
  width: 100%;
  margin: 0 auto 10px;
}
.site-main #postbody.aboutWrap .staffImgBox .staffImgBoxInner {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.site-main #postbody.aboutWrap .staffImgBox .staffImgBoxInner img {
  width: 84%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.site-main #postbody.aboutWrap .tenpoTenkaiTxtWrap {
  text-align: center;
}
.site-main #postbody.aboutWrap .tenpoTenkaiTxtWrap .tenpoTenkaiTxt {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
}
.site-main #postbody.aboutWrap .tenpoTenkaiTxtWrap .tenpoTenkaiTxt span {
  display: block;
  text-align: right;
}
.site-main #postbody.aboutWrap .lixilBrandBox .leftBox {
  background-color: #faf5e9;
}
.site-main #postbody.aboutWrap .lixilBrandBox .leftBox h4 {
  color: #ef7a00;
  font-weight: 500;
  border: none;
  text-align: center;
}
.site-main #postbody.aboutWrap .lixilBrandBox .rightBox .markerLogoLiWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.site-main #postbody.aboutWrap .lixilBrandBox .rightBox .markerLogoLiWrap .markerLogoLi {
  width: 18%;
}
.site-main #postbody.aboutWrap .lixilBrandBox .rightBox .markerLogoLiWrap .markerLogoLi img {
  width: 100%;
}
.site-main #postbody.aboutWrap .manzokudoBox {
  background-color: #faf5e9;
  border-radius: 6px;
}
.site-main #postbody.aboutWrap .manzokudoBox .leftBox h3 {
  padding: 0;
}
.site-main #postbody.aboutWrap .manzokudoBox .leftBox h3 span {
  color: #ef7a00;
}
.site-main #postbody.aboutWrap .manzokudoBox .leftBox p {
  margin: 0;
}
.site-main #postbody.aboutWrap .manzokudoBox .rightBox {
  line-height: 0;
}
.site-main #postbody.aboutWrap .manzokudoBox .rightBox img {
  width: 100%;
}
.site-main #postbody.aboutWrap .areaBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid;
  border-color: #fbd2a6;
}
.site-main #postbody.aboutWrap .areaBox .leftBox {
  background-color: #faf5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
.site-main #postbody.aboutWrap .areaBox .leftBox h3 {
  margin-bottom: 0;
  color: #ef7a00;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
}
.site-main #postbody.aboutWrap .areaBox .rightBox {
  width: 73%;
  padding: 15px 0;
}
.site-main #postbody.aboutWrap .areaBox .rightBox p {
  margin-bottom: 0;
}
.site-main #postbody.aboutWrap .areaBox .rightBox p span {
  font-weight: 500;
  color: #ef7a00;
  font-size: 24px;
  line-height: 1.5em;
}
@media only screen and (max-width:768px) {
  .site-main #postbody.aboutWrap .messageBox .leftBox {
    width: 60%;
    margin: 0 auto 5%;
  }
  .site-main #postbody.aboutWrap .messageBox .leftBox .ceoName {
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody.aboutWrap .messageBox .leftBox .staffImgBoxInner img {
    width: 76%;
  }
  .site-main #postbody.aboutWrap .messageBox .rightBox {
    width: 100%;
  }
  .site-main #postbody.aboutWrap .staffImgBox {
    width: 100%;
  }
  .site-main #postbody.aboutWrap .tenpoTenkaiTxtWrap .tenpoTenkaiTxt {
    font-size: 6vw;
    line-height: 1.5em;
  }
  .site-main #postbody.aboutWrap .tenpoTenkaiTxtWrap .tenpoTenkaiTxt span {
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .leftBox {
    width: 100%;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .leftBox h4 {
    font-size: 4.2vw;
    line-height: 1.5em;
    padding: 5% 0;
    margin-bottom: 5%;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .rightBox {
    width: 100%;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .rightBox .markerLogoLiWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .rightBox .markerLogoLiWrap .markerLogoLi:nth-child(3n+1) {
    margin-left: 0;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .rightBox .markerLogoLiWrap .markerLogoLi:nth-child(-n+3) {
    margin-top: 0;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .rightBox .markerLogoLiWrap .markerLogoLi {
    width: 32%;
    margin: 4% 0 0 2%;
  }
  .site-main #postbody.aboutWrap .manzokudoBox {
    padding: 8% 5% 5%;
  }
  .site-main #postbody.aboutWrap .manzokudoBox .leftBox {
    width: 100%;
  }
  .site-main #postbody.aboutWrap .manzokudoBox .leftBox h3 {
    font-size: 4.5vw;
    line-height: 1.5em;
    margin-bottom: 5%;
  }
  .site-main #postbody.aboutWrap .manzokudoBox .leftBox p {
    font-size: 3.8vw;
    line-height: 1.5em;
    line-height: 1.8em;
  }
  .site-main #postbody.aboutWrap .manzokudoBox .rightBox {
    width: 80%;
    margin: 10% auto 0;
  }
  .site-main #postbody.aboutWrap .areaBox {
    display: block;
    padding-bottom: 5%;
  }
  .site-main #postbody.aboutWrap .areaBox .leftBox {
    width: 100%;
  }
  .site-main #postbody.aboutWrap .areaBox .leftBox h3 {
    margin-bottom: 0;
    padding: 2.5% 0;
    font-size: 4vw;
    line-height: 1.5em;
  }
  .site-main #postbody.aboutWrap .areaBox .rightBox {
    width: 100%;
    padding: 0;
  }
  .site-main #postbody.aboutWrap .areaBox .rightBox p {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  .site-main #postbody.aboutWrap .areaBox .rightBox p span {
    font-weight: 500;
    color: #ef7a00;
    font-size: 4vw;
    line-height: 1.5em;
    display: block;
    margin: 5% 0 2.5%;
    text-align: center;
  }
}
@media only screen and (min-width:769px) {
  .site-main #postbody.aboutWrap .tenpoTenkaiTxtWrap .tenpoTenkaiTxt {
    font-size: 40px;
    line-height: 1.5em;
  }
  .site-main #postbody.aboutWrap .tenpoTenkaiTxtWrap .tenpoTenkaiTxt span {
    font-size: 12px;
    line-height: 1.5em;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox {
    align-items: stretch;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .leftBox {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .leftBox h4 {
    font-size: 26px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
  }
  .site-main #postbody.aboutWrap .lixilBrandBox .rightBox {
    width: 74%;
  }
  .site-main #postbody.aboutWrap .manzokudoBox {
    padding: 25px 40px;
  }
  .site-main #postbody.aboutWrap .manzokudoBox .leftBox {
    width: 65%;
  }
  .site-main #postbody.aboutWrap .manzokudoBox .leftBox h3 {
    font-size: 30px;
    line-height: 1.5em;
  }
  .site-main #postbody.aboutWrap .manzokudoBox .leftBox p {
    font-size: 24px;
    line-height: 1.5em;
    line-height: 1.8em;
  }
  .site-main #postbody.aboutWrap .manzokudoBox .rightBox {
    width: 32%;
  }
}
.site-main {
  /*特徴*/
}
.site-main #postbody.featuresWrap .bigTxt {
  font-size: 36px;
  line-height: 1.5em;
  line-height: 1.5em;
}
.site-main #postbody.featuresWrap .pointLiWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 15px;
  width: 60%;
}
.site-main #postbody.featuresWrap .pointLiWrap .pointLi {
  list-style: disc;
  width: 49%;
}
.site-main #postbody.featuresWrap .keyBg {
  margin: 100px 0;
  padding: 100px 0;
}
.site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi {
  width: 32%;
}
.site-main #postbody.featuresWrap .hoshoLiWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width:769px) {
  .site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi:nth-child(3n+1) {
    margin-left: 0;
  }
  .site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi:nth-child(-n+3) {
    margin-top: 0;
  }
  .site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi {
    width: 32%;
    margin-left: 2%;
    margin-top: 2%;
  }
}
.site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi {
  border: 1px solid;
  border-color: #ccc;
  padding: 10px;
}
.site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi h4 {
  background-color: #faf5e9;
  color: #ef7a00;
  border-bottom: 0;
  border-radius: 4px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 10px 0;
}
.site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi p {
  margin-bottom: 0;
  font-size: clamp(1.125rem, 0.875rem + 0.4vw, 1.25rem);
  line-height: 1.5em;
}
.site-main #postbody.featuresWrap .tenkenSupport {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}
.site-main #postbody.featuresWrap .tenkenSupport .leftBox {
  border: 1px solid;
  border-color: #ef7a00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
}
.site-main #postbody.featuresWrap .tenkenSupport .leftBox h4 {
  text-align: center;
  border: none;
  color: #ef7a00;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
}
.site-main #postbody.featuresWrap .tenkenSupport .centerBox {
  width: 48%;
}
.site-main #postbody.featuresWrap .tenkenSupport .centerBox p {
  margin-bottom: 0;
}
.site-main #postbody.featuresWrap .tenkenSupport .rightBox {
  width: 25%;
}
.site-main #postbody.featuresWrap .loanBox .cardLogoLiWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.site-main #postbody.featuresWrap .loanBox .cardLogoLiWrap .cardLogoLi {
  width: 31%;
}
.site-main #postbody.featuresWrap .loanBox .cardLogoLiWrap .cardLogoLi img {
  width: 100%;
}
.site-main #postbody.featuresWrap .loanBox .vpointLogoWrap {
  background-color: #faf5e9;
  border: 1px solid;
  border-color: #ef7a00;
  border-radius: 4px;
  padding: 30px 0;
  font-size: 26px;
  line-height: 1.5em;
}
.site-main #postbody.featuresWrap .loanBox .vpointLogoWrap .vpointLogoTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.site-main #postbody.featuresWrap .loanBox .vpointLogoWrap .vpointLogoTxt img {
  width: 60px;
  margin-right: 20px;
}
.site-main #postbody.featuresWrap .loanBox .vpointLogoWrap .vpointLogoTxt span {
  display: block;
}
.site-main #postbody.featuresWrap .loanBox .vpointLogoWrap .vpointSaidai {
  margin: 0;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
}
.site-main #postbody.featuresWrap .loanBox .vpointLogoWrap .vpointSaidai strong {
  color: #ef7a00;
  font-weight: 500;
}
.site-main #postbody.featuresWrap .emblemWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  width: 70%;
}
@media only screen and (min-width:769px) {
  .site-main #postbody.featuresWrap .emblemWrap .emblemLi:first-child {
    margin-left: 0;
  }
}
.site-main #postbody.featuresWrap .emblemWrap .emblemLi {
  width: 22%;
  margin-left: 4%;
  text-align: center;
}
.site-main #postbody.featuresWrap .emblemWrap .emblemLi img {
  width: 100%;
}
.site-main #postbody.featuresWrap .awardTb {
  margin: 20px auto 0;
  width: 70%;
}
.site-main #postbody.featuresWrap .awardTb dt {
  width: 30%;
}
.site-main #postbody.featuresWrap .awardTb dd {
  width: 70%;
}
.site-main #postbody.featuresWrap .hoshoServiceLiWrap {
  margin: 0 0 20px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.site-main #postbody.featuresWrap .hoshoServiceLiWrap .hoshoServiceLi {
  display: inline-block;
  padding: 10px 65px;
  background-color: #faf5e9;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
}
.site-main #postbody.featuresWrap .hoshoServiceLiWrap .hoshoServiceLi span {
  color: #ef7a00;
}
.site-main #postbody.featuresWrap .hoshoServiceLiWrap .hoshoServiceLi sup {
  font-size: 12px;
  line-height: 1.5em;
}
.site-main #postbody.featuresWrap .scroll img {
  width: 100%;
}
.site-main #postbody.featuresWrap .hoshoNote {
  text-align: left;
  margin-bottom: 5px;
}
@media only screen and (max-width:768px) {
  .site-main #postbody.featuresWrap .bigTxt {
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody.featuresWrap .pointLiWrap {
    margin: 0 auto 5%;
  }
  .site-main #postbody.featuresWrap .keyBg {
    margin: 10% 0;
    padding: 10% 0;
  }
  .site-main #postbody.featuresWrap .hoshoLiWrap {
    display: block;
  }
  .site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi:first-child {
    margin-top: 0;
  }
  .site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi {
    width: 100%;
    margin-left: 0;
    margin-top: 5%;
  }
  .site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi {
    padding: 5%;
  }
  .site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi h4 {
    font-size: 3.7vw;
    line-height: 1.5em;
    margin-bottom: 5%;
    padding: 5% 0;
  }
  .site-main #postbody.featuresWrap .hoshoLiWrap .hoshoLi p {
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody.featuresWrap .tenkenSupport {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8%;
  }
  .site-main #postbody.featuresWrap .tenkenSupport .leftBox {
    width: 100%;
    margin-bottom: 2.5%;
  }
  .site-main #postbody.featuresWrap .tenkenSupport .leftBox h4 {
    font-size: 4.2vw;
    line-height: 1.5em;
    padding: 5%;
  }
  .site-main #postbody.featuresWrap .tenkenSupport .centerBox {
    width: 100%;
  }
  .site-main #postbody.featuresWrap .tenkenSupport .centerBox p {
    margin-bottom: 0;
  }
  .site-main #postbody.featuresWrap .tenkenSupport .rightBox {
    width: 100%;
  }
  .site-main #postbody.featuresWrap .loanBox .cardLogoLiWrap {
    width: 80%;
    margin: 0 auto;
  }
  .site-main #postbody.featuresWrap .loanBox .vpointLogoWrap {
    width: 80%;
    padding: 2.5% 0;
    font-size: 3.8vw;
    line-height: 1.5em;
    margin: 5% auto 0;
  }
  .site-main #postbody.featuresWrap .loanBox .vpointLogoWrap .vpointLogoTxt {
    margin-bottom: 5%;
  }
  .site-main #postbody.featuresWrap .loanBox .vpointLogoWrap .vpointLogoTxt img {
    width: 60px;
    margin-right: 20px;
  }
  .site-main #postbody.featuresWrap .loanBox .vpointLogoWrap .vpointLogoTxt span {
    display: block;
  }
  .site-main #postbody.featuresWrap .loanBox .vpointLogoWrap .vpointSaidai {
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody.featuresWrap .emblemWrap {
    margin: 5% auto 0;
    width: 100%;
  }
  .site-main #postbody.featuresWrap .emblemWrap .emblemLi:first-child {
    margin-left: 0;
  }
  .site-main #postbody.featuresWrap .emblemWrap .emblemLi {
    width: 22%;
    margin-left: 4%;
    text-align: center;
  }
  .site-main #postbody.featuresWrap .emblemWrap .emblemLi img {
    width: 100%;
  }
  .site-main #postbody.featuresWrap .awardTb {
    margin: 5% auto 0;
    width: 100%;
  }
  .site-main #postbody.featuresWrap .awardTb dt {
    width: 100%;
  }
  .site-main #postbody.featuresWrap .awardTb dt:after {
    border-color: #fbd2a6;
  }
  .site-main #postbody.featuresWrap .awardTb dd {
    width: 100%;
  }
  .site-main #postbody.featuresWrap .hoshoServiceLiWrap {
    margin: 0 0 5% 0;
    display: block;
  }
  .site-main #postbody.featuresWrap .hoshoServiceLiWrap .hoshoServiceLi:first-child {
    margin-top: 0;
  }
  .site-main #postbody.featuresWrap .hoshoServiceLiWrap .hoshoServiceLi {
    display: block;
    padding: 2.5% 0;
    margin-top: 5%;
  }
  .site-main #postbody.featuresWrap .hoshoServiceLiWrap .hoshoServiceLi span {
    color: #ef7a00;
  }
  .site-main #postbody.featuresWrap .hoshoServiceLiWrap .hoshoServiceLi sup {
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody.featuresWrap .scrollTxt {
    font-size: 2.8vw;
    line-height: 1.5em;
    margin-bottom: 2.5%;
  }
  .site-main #postbody.featuresWrap .scroll {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 5%;
  }
  .site-main #postbody.featuresWrap .scroll img {
    width: 1000px;
    min-width: 1000px;
  }
  .site-main #postbody.featuresWrap .hoshoNote {
    text-align: left;
    font-size: 2.8vw;
    line-height: 1.5em;
    margin-bottom: 1.5%;
  }
  .site-main #postbody.featuresWrap .hoshoNote {
    text-indent: -2em;
    margin-left: 2em;
  }
  .site-main #postbody.featuresWrap .hoshoNote.square {
    text-indent: -1em;
    margin-left: 1em;
  }
}
.site-main {
  /*スタッフ紹介*/
}
.site-main #postbody.staffWrap .staffBoxWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width:769px) {
  .site-main #postbody.staffWrap .staffBox:nth-child(3n+1) {
    margin-left: 0;
  }
}
.site-main #postbody.staffWrap .staffBox {
  padding: 15px;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 6px;
  width: 32%;
  margin-left: 2%;
  margin-top: 2%;
}
.site-main #postbody.staffWrap .staffBox .leftBox {
  width: 100%;
}
.site-main #postbody.staffWrap .staffBox .staffImgBox {
  background-color: #faf5e9;
  border-radius: 50%;
  width: 80%;
  margin: 0 auto 10px;
}
.site-main #postbody.staffWrap .staffBox .staffImgBox .staffImgBoxInner {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.site-main #postbody.staffWrap .staffBox .staffImgBox .staffImgBoxInner img {
  width: 76%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.site-main #postbody.staffWrap .staffBox .staffPostion {
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.site-main #postbody.staffWrap .staffBox .staffName {
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.site-main #postbody.staffWrap .staffBox .rightBox {
  width: 100%;
}
.site-main #postbody.staffWrap .staffBox .staffTb {
  margin-top: 10px;
}
.site-main #postbody.staffWrap .staffBox .staffTb dt:first-child {
  margin-top: 0;
}
.site-main #postbody.staffWrap .staffBox .staffTb dt {
  background-color: #faf5e9;
  color: #ef7a00;
  border-radius: 6px;
  font-size: clamp(1.125rem, 0.875rem + 0.4vw, 1.25rem);
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 25px;
  padding: 5px;
  text-align: center;
}
.site-main #postbody.staffWrap .staffBox .staffTb dd {
  font-size: 16px;
  line-height: 1.5em;
}
@media only screen and (max-width:768px) {
  .site-main #postbody.staffWrap .staffBoxWrap {
    display: block;
  }
  .site-main #postbody.staffWrap .staffBox {
    padding: 5%;
    width: 95%;
    margin: 5% auto 0;
  }
  .site-main #postbody.staffWrap .staffBox .staffImgBox {
    width: 60%;
    margin: 0 auto 2.5%;
  }
  .site-main #postbody.staffWrap .staffBox .staffPostion {
    font-size: 2.8vw;
    line-height: 1.5em;
    margin-bottom: 2.5%;
  }
  .site-main #postbody.staffWrap .staffBox .staffName {
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  .site-main #postbody.staffWrap .staffBox .staffTb {
    margin-top: 2.5%;
  }
  .site-main #postbody.staffWrap .staffBox .staffTb dt {
    font-size: 3.2vw;
    line-height: 1.5em;
    margin-bottom: 2.5%;
    margin-top: 5%;
    padding: 2.5%;
  }
  .site-main #postbody.staffWrap .staffBox .staffTb dd {
    font-size: 3vw;
  }
}
.site-main {
  /*ショールーム*/
}
.site-main #postbody.showroomWrap .pageSubTtl {
  background-color: #faf5e9;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.site-main #postbody.showroomWrap .pageSubTtl small {
  font-size: 18px;
  margin-left: 5px;
}
.site-main #postbody.showroomWrap .scallIcon:after {
  width: 35px;
  height: 35px;
  opacity: 0.5;
}
.site-main #postbody.showroomWrap .scallIcon:hover:after {
  opacity: 1;
}
.site-main #postbody.showroomWrap .scallIcon {
  position: relative;
}
.site-main #postbody.showroomWrap .scallIcon:after {
  position: absolute;
  content: "";
  background-image: url(../img/scallicon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 20px;
  bottom: 20px;
}
.site-main #postbody.showroomWrap .gallery-columns-4 .gallery-icon {
  line-height: 0;
}
@media only screen and (min-width:769px) {
  .site-main #postbody.showroomWrap .gallery-columns-4 .gallery-item:nth-child(-n+4) {
    margin-top: 0;
  }
}
.site-main #postbody.showroomWrap .gallery-columns-4 .gallery-item {
  margin-top: 0.6%;
  max-width: 24.65%;
}
.site-main #postbody.showroomWrap .areaBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid;
  border-color: #fbd2a6;
  margin-bottom: 25px;
}
.site-main #postbody.showroomWrap .areaBox .leftBox {
  background-color: #faf5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
.site-main #postbody.showroomWrap .areaBox .leftBox h3 {
  margin-bottom: 0;
  color: #ef7a00;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}
.site-main #postbody.showroomWrap .areaBox .rightBox {
  width: 73%;
  padding: 15px 0;
}
.site-main #postbody.showroomWrap .areaBox .rightBox p {
  margin-bottom: 0;
}
.site-main #postbody.showroomWrap .areaBox .rightBox p span {
  font-weight: 500;
  color: #ef7a00;
  font-size: 24px;
  line-height: 1.5em;
}
.site-main #postbody.showroomWrap .areaBox .rightBox .note {
  text-align: left;
  font-size: 20px;
  line-height: 1.5em;
}
@media only screen and (max-width:768px) {
  .site-main #postbody.showroomWrap .scallIcon:after {
    width: 30px;
    height: 30px;
  }
  .site-main #postbody.showroomWrap .scallIcon:after {
    right: 10px;
    bottom: 15px;
  }
  .site-main #postbody.showroomWrap .gallery-columns-4 .gallery-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .site-main #postbody.showroomWrap .gallery-columns-4 .gallery-item {
    margin-top: 2%;
    max-width: 49.2%;
  }
  .site-main #postbody.showroomWrap .pageSubTtl small {
    display: block;
    font-size: 2.8vw;
    line-height: 1.5em;
    margin-left: 0;
  }
  .site-main #postbody.showroomWrap .areaBox {
    display: block;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .site-main #postbody.showroomWrap .areaBox .leftBox {
    width: 100%;
  }
  .site-main #postbody.showroomWrap .areaBox .leftBox h3 {
    margin-bottom: 0;
    padding: 2.5% 0;
    font-size: 4vw;
    line-height: 1.5em;
  }
  .site-main #postbody.showroomWrap .areaBox .rightBox {
    width: 100%;
    padding: 0;
  }
  .site-main #postbody.showroomWrap .areaBox .rightBox p {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.5em;
    margin-top: 5%;
  }
  .site-main #postbody.showroomWrap .areaBox .rightBox p span {
    font-weight: 500;
    color: #ef7a00;
    font-size: 4vw;
    line-height: 1.5em;
    display: block;
    margin: 5% 0 2.5%;
    text-align: center;
  }
  .site-main #postbody.showroomWrap .areaBox .rightBox .note {
    font-size: 3vw;
    line-height: 1.5em;
    text-align: center;
    margin-top: 2.5%;
  }
}
.site-main {
  /*採用情報*/
}
@media only screen and (min-width:769px) {
  .site-main #postbody.error404Wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-main #postbody.error404Wrap .moreBtnColor {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=styles.css.map */