@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}
.concept > .text, .news .box, .works, .goodDesign .text, .about, .inst .box, .contact .lead, .contact .thumb, .contact .formArea, .owners .owners_area, .yosa .yosa_area, .yosa .shikichi_area {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}
.wideMenu {
  width: 98%;
  margin: 0 auto;
}
.post {
  max-width: 1100px;
  width: 92%;
  margin: 4em auto 0;
}
@media screen and (max-width: 768px) {
  .post {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  .SPOnly {
    display: none !important;
  }
}
.titleArea .eng, .globalNavi ul li a, .hero .content, .wideMenu .item .content .eng, .goodDesign .title, .contact .tel .num, .contact .formArea .item label span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.titleArea .eng, .content .eng {
  font-weight: normal;
}
.contact .formArea .item label p {
  font-weight: 500;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
body {
  font-size: 16px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #000;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
strong {
  font-weight: bold;
}
img {
  font-family: 'object-fit: cover;';
}
a {
  text-decoration: none;
  color: currentColor;
}
a, button {
  cursor: pointer;
}
p {
  margin: 0;
  line-height: 2;
}
p.bold {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
li {
  list-style-type: none;
}
ul {
  padding: 0;
  margin: 0;
}
table {
  table-layout: fixed;
}
.wrapper {
  overflow: hidden;
}
.br1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}
.br1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}
.br768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .br768 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br768del {
    display: none;
  }
}
.br480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br480del {
    display: none;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.hero.pc {
  display: block;
}
.hero.sp {
  display: none;
}
.fv.swiper-container.pc {
  display: block;
}
.fv.swiper-container.sp {
  display: none;
}
br.pc {
  display: block;
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv.swiper-container.pc {
    display: none;
  }
  .fv.swiper-container.sp {
    display: block;
  }
  .hero.pc {
    display: none;
  }
  .hero.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
.hero .img img, .news .box .item .img img, .wideMenu .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@-webkit-keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
.titleArea {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 567px) {
  .titleArea {
    margin-bottom: 55px;
  }
}
.titleArea .eng {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
.titleArea h2.title {
  color: #888;
  font-weight: 600;
}
.post .titleArea .eng {
  font-size: 34px;
  line-height: 1.6em;
}
.contact .titleArea .eng {
  font-weight: 600;
}
.worksDetail .titleArea {
  margin-top: 60px;
  margin-bottom: 60px;
}
.worksDetail .titleArea h2 {
  font-size: 34px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}
.worksDetail .titleArea h2::after {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  margin: auto;
}
h2.title-noline {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
p.center-large {
  text-align: center;
  margin-bottom: 1em;
}
p.center-xlarge {
  text-align: center;
  margin-bottom: 4em;
}
p.center-small {
  text-align: center;
  font-size: 13px;
}
.mb-large {
  margin-bottom: 10em !important;
}
.mb-small {
  margin-bottom: 4em !important;
}
h3.title-noline {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
h3.title-noline small {
  font-size: 16px;
}
.max-600 {
  text-align: center;
}
.max-600 img {
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .titleArea .eng {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .worksDetail .titleArea {
    margin-top: 0;
  }
  .worksDetail .titleArea h2 {
    font-size: 18px;
  }
  .post .titleArea .eng {
    font-size: 18px;
  }
  h2.title-noline {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .mb-large {
    margin-bottom: 5em !important;
  }
  .mb-small {
    margin-bottom: 2em !importantzzz;
  }
  h3.title-noline {
    font-size: 16px;
    margin-bottom: 20px;
  }
  h3.title-noline small {
    font-size: 11px;
  }
}
.section {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 567px) {
  .section {
    padding: 55px 0;
  }
}
.news, .tquality, .contact, .owners, .inst {
  background-color: #F3F3F3;
}
.moreBtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  min-width: 200px;
  line-height: 55px;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 auto;
  border: 1px solid;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}
.moreBtn.twoline {
  line-height: 1.3;
  padding: 20px 50px;
}
.backBtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  min-width: 200px;
  line-height: 55px;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 3em auto 0;
  border: 1px solid;
  background: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}
.roundBtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  min-width: 200px;
  line-height: 55px;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 auto;
  border: 1px solid;
  background: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  border-radius: 55px;
}
.post .text p a.roundBtn {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .moreBtn {
    line-height: 40px;
  }
  .backBtn {
    line-height: 40px;
  }
  .roundBtn {
    line-height: 40px;
    border-radius: 40px;
  }
}
.moreBtn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("img/arrow_white.png") no-repeat center center/100%;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}
.backBtn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 16px;
  height: 16px;
  background: url(img/arrow-r.png) no-repeat center center/100%;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}
.roundBtn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(img/arrow.png) no-repeat center center/100%;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}
@media screen and (min-width: 769px) {
  .moreBtn:hover {
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: #000;
  }
  .moreBtn:hover:before {
    background: url("img/arrow.png") no-repeat center center/100%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .backBtn:hover {
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  }
  .backBtn:hover:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .roundBtn:hover {
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  }
  .roundBtn:hover:before {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
.ie {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .ie {
    display: block;
  }
}
.ie .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ie .moreBtn {
  margin-top: 20px;
}
.toggleBtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
}
@media screen and (max-width: 1165px) {
  .toggleBtn {
    display: flex;
  }
}
.toggleBtn span {
  height: 2px;
  border-radius: 100px;
  background: #000;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
  -o-transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
  transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
}
.toggleBtn span:nth-of-type(1) {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.toggleBtn span:nth-of-type(3) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.toggleBtn.active span {
  border-radius: 100px;
  background: #000;
  width: 100%;
}
.toggleBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(100%) rotate(45deg);
  -ms-transform: translateY(100%) rotate(45deg);
  transform: translateY(100%) rotate(45deg);
}
.toggleBtn.active span:nth-of-type(2) {
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
.toggleBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-100%) rotate(-45deg);
  -ms-transform: translateY(-100%) rotate(-45deg);
  transform: translateY(-100%) rotate(-45deg);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
  }
}
.header .siteLogo {
  position: absolute;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 1650px) {
  .header .siteLogo {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .header .siteLogo {
    width: 85%;
  }
}
.header .siteLogo .logoImg {
  width: 181px;
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .header .siteLogo .logoImg {
    width: 120px;
    margin-right: 10px;
  }
}
.header .siteLogo span {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 420px) {
  .header .siteLogo .logoImg {
    width: 90px;
  }
}
.header .siteLogo .logoImg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header .siteLogo .text {
    display: none;
  }
}
.header .siteLogo p.text {
  font-size: 12px;
  line-height: 1.8;
}
.pcNavi {
  margin: 0 auto;
}
@media screen and (max-width: 1650px) {
  .pcNavi {
    margin: 0;
  }
}
@media screen and (max-width: 1165px) {
  .pcNavi {
    display: none;
  }
}
.pcNavi ul {
  display: flex;
  align-items: center;
  margin-left: 2em;
  margin-right: 2em;
}
@media screen and (max-width: 1650px) {
  .pcNavi ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.pcNavi ul li {
  display: inline-block;
}
.pcNavi ul li a {
  display: block;
  text-align: center;
  line-height: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  padding: 0 1.2em 0;
}
.pcNavi ul li:last-child a {
  padding-right: 0;
}
.pcNavi ul li a span {
  display: block;
  font-weight: normal;
  font-size: 10px;
}
.globalNavi {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  max-width: 400px;
}
.globalNavi.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.globalNavi ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: .5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .globalNavi {
    top: 50px;
  }
  .globalNavi ul li a {
    font-size: 18px;
  }
}
.hero {
  position: relative;
}
.hero .img {
  position: relative;
}
.hero .img:before {
  content: '';
  padding-top: 56.25%;
  display: block;
}
@media screen and (max-width: 768px) {
  .hero .img:before {
    padding-top: 70%;
  }
}
.hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: solid 4px;
  text-align: center;
  padding: 30px 40px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 360px;
}
@media screen and (max-width: 1000px) {
  .hero .content {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .hero .content {
    min-width: 0;
    width: 90%;
    padding: 30px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.hero .content .impact {
  font-size: 56px;
}
@media screen and (max-width: 1000px) {
  .hero .content .impact {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero .content .impact {
    font-size: 10vw;
  }
}
.hero .content .impact span {
  display: block;
  line-height: 1.1;
}
.hero .content .copy {
  font-size: 26px;
}
@media screen and (max-width: 1000px) {
  .hero .content .copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero .content .copy {
    font-size: 5vw;
  }
}
.hero .content .copy:before, .hero .content .copy:after {
  content: '～';
}
.hero .content .text {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .hero .content .text {
    font-size: 16px;
  }
}
.hero .slick-dots {
  bottom: 2%;
}
.hero .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}
.hero .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.post .text {
  max-width: 750px;
  margin: 0 auto;
}
.post .text img {
  width: 100%;
  height: auto;
}
.post .text p {
  margin-bottom: 2.5em;
}
.post .text p a {
  text-decoration: underline;
}
.post .text p a:hover {
  text-decoration: none;
}
.post .text h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 2em 0 1em;
}
.news .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news .box {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .news .box .item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media all and (-ms-high-contrast: none) {
  .news .box .item {
    margin: 0 20px;
  }
  .news .box .item:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .news .box .item:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
}
.news .box .item .img {
  margin-bottom: 10px;
  position: relative;
}
.news .box .item .img:before {
  content: '';
  padding-top: 73%;
  display: block;
}
.news .box .item .date {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.works .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.works .box.worksList {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}
.works .box.worksList.nmb {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .works .box.worksList {
    margin-bottom: 50px;
  }
}
.works .box.worksList .item a {
  display: block;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  box-sizing: border-box;
  border: solid 1px;
  padding-bottom: 25px;
}
.works .box.worksList .item a:hover {
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.works .box.worksList .item a .price {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: #f3f3f3;
  padding: 5px 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .works .box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .works .box.worksList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 80px;
    margin-bottom: 80px;
  }
}
@media all and (-ms-high-contrast: none) {
  .works .box .item {
    margin: 20px;
  }
  .works .box .item:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .works .box .item:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .works .box .item:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .works .box.worksList .item:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .works .box.worksList .item:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .works .box.worksList .item:nth-of-type(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .works .box.worksList .item:nth-of-type(5) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.works .box .item .img {
  margin-bottom: 20px;
}
.works .box.worksList .item h3 {
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.works .box.worksList .item p {
  padding: 0 20px 20px;
}
.works .box.worksList .item .img {
  margin-bottom: 0;
}
.works .box .item .img img {
  width: 100%;
  height: auto;
}
.works .box .item .img.tate {
  text-align: center;
}
.works .box .item .img.tate img {
  width: 100%;
  max-width: 287px;
  height: auto;
}
.wideMenu .item {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .wideMenu .item {
    margin-bottom: 30px;
  }
}
.wideMenu .item:nth-of-type(1) {
  margin-bottom: 0;
}
.wideMenu .item:nth-of-type(1) .content {
  left: auto;
  right: 10%;
}
.wideMenu .item .img {
  position: relative;
}
.wideMenu .item .img:before {
  content: '';
  padding-top: 23.33%;
  display: block;
}
@media screen and (max-width: 768px) {
  .wideMenu .item .img:before {
    padding-top: 60%;
  }
}
@media screen and (max-width: 560px) {
  .wideMenu .item .img:before {
    padding-top: 130%;
  }
}
@media screen and (max-width: 320px) {
  .wideMenu .item .img:before {
    padding-top: 140%;
  }
}
.wideMenu .item .content {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: solid 1px;
  padding: 20px 50px;
}
.wideMenu .item .quality {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 20px;
}
.wideMenu .item .quality ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.wideMenu .item .quality ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.wideMenu .item .quality ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ccc;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .wideMenu .item .content {
    padding: 20px 20px;
    top: 25%;
  }
  .wideMenu .item .quality {
    padding: 10px 10px;
    left: 5%;
    right: 5%;
    top: 70%;
  }
  .wideMenu .item:nth-of-type(1) .content {
    text-align: center;
    left: 5%;
    right: 5%;
  }
}
.wideMenu .item .content .eng {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .wideMenu .item .content .eng {
    font-size: 35px;
  }
}
.wideMenu .item .content .title {
  margin-bottom: 20px;
}
.goodDesign {
  margin-top: 20px;
}
.goodDesign .logo {
  width: 91px;
  height: 91px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .goodDesign .logo {
    width: 70px;
    height: 70px;
  }
}
.goodDesign .logo img {
  width: 100%;
  height: auto;
}
.goodDesign .title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .goodDesign .title {
    font-size: 20px;
  }
}
.goodDesign .subTitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .goodDesign .subTitle {
    font-size: 18px;
  }
}
.goodDesign .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goodDesign .text {
    text-align: left;
  }
}
.about .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about table {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .about table {
    width: 100%;
  }
}
.about table th, .about table td {
  padding: 1.1em;
  border-top: 1px solid #eee;
}
.about table th {
  padding-left: 2em;
  width: 95px;
}
@media screen and (max-width: 768px) {
  .about table th {
    padding-left: .5em;
    width: 80px;
  }
}
.about .img img {
  width: 100%;
  max-width: 384px;
  height: auto;
}
.map iframe {
  width: 100% !important;
}
.inst {
  padding-top: 0;
}
.inst .logo {
  width: 34px;
  height: 34px;
  margin: 0 auto 40px;
}
.inst .logo img {
  width: 100%;
  height: auto;
}
.inst .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .inst .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.inst .box .item {
  width: 50%;
}
.inst .box .item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.box .item.hide {
  display: none;
}
.contact .lead {
  text-align: left;
  margin-bottom: 20px;
}
.contact .lead p {
  margin-bottom: 1em;
}
.contact .lead p:last-child {
  margin-bottom: 0;
}
.contact .thumb {
  text-align: center;
  margin-bottom: 50px;
}
.contact .thumb img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.contact .tel {
  text-align: center;
  margin-bottom: 40px;
}
.contact .tel .num {
  font-size: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact .thumb {
    margin-bottom: 30px;
  }
  .contact .tel .num {
    font-size: 24px;
  }
}
.contact .tel .num:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background: url(img/tel.png) no-repeat center center/100%;
}
.contact .formArea {
  background: #fff;
  padding: 40px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  counter-reset: title;
}
@media screen and (max-width: 768px) {
  .contact .formArea {
    padding: 10px 10px 40px;
  }
}
.contact .formArea .title {
  border-bottom: solid 2px;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/*.contact .formArea .title:before {
  counter-increment: title;
  content: counter(title) ".";
}*/
.contact .formArea .subTitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact .formArea .item {
  margin-bottom: 40px;
}
.contact .formArea .item label {
  display: block !important;
  margin-bottom: 10px !important;
  /*display: -webkit-box;
      display: -ms-flexbox;
      display: flex;*/
  align-items: center;
  white-space: normal;
}
.contact .formArea .item label p, .contact .formArea .item label div {
  margin-left: 0;
  flex-shrink: unset;
  white-space: normal;
}
.contact .formArea .item .checkboxWrap label {
  flex-shrink: unset;
  white-space: normal;
}
.contact .formArea .item.req label span {
  position: relative;
}
.contact .formArea .item.req label span:after {
  content: '必須';
  margin-left: 8px;
  background: #5b7775;
  font-size: 12px;
  color: #fff;
  padding: .5em 1em;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -2px;
}
.contact .formArea .item input[type="text"], .contact .formArea .item input[type="tel"], .contact .formArea .item input[type="email"], .contact .formArea .item input[type="number"], .contact .formArea .item select, .contact .formArea .item textarea {
  padding: .8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid #aaa 1px;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}
@media screen and (max-width: 768px) {
  .contact .formArea .item input[type="text"], .contact .formArea .item input[type="tel"], .contact .formArea .item input[type="email"], .contact .formArea .item input[type="number"], .contact .formArea .item select, .contact .formArea .item textarea {
    font-size: 16px;
  }
}
.contact .formArea .item input[type="text"]:focus, .contact .formArea .item input[type="tel"]:focus, .contact .formArea .item input[type="email"]:focus, .contact .formArea .item input[type="number"]:focus, .contact .formArea .item select:focus, .contact .formArea .item textarea:focus {
  outline: none;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
}
.contact .formArea .item textarea {
  display: block;
  width: calc(100% - 2em) !important;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .contact .formArea .item textarea {
    min-height: 200px;
  }
}
.contact .formArea .item .checkboxWrap {
  width: 100%;
  margin-bottom: 20px;
}
.contact .formArea .submitBtnWrap {
  background: #fff;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact .formArea .submitBtnWrap input[type="submit"] {
  /*background: #5b7775;
      color: #fff;*/
  text-align: center;
  padding: 1em 3em;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}
@media screen and (min-width: 769px) {
  .contact .formArea .submitBtnWrap input[type="submit"]:hover {
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  }
}
footer {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
  }
}
footer .footerLogo {
  width: 170px;
}
@media screen and (max-width: 768px) {
  footer .footerLogo {
    margin-bottom: 10px;
  }
}
footer .footerLogo img {
  width: 100%;
  height: auto;
}
footer .copy {
  font-size: .9em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .copy {
    text-align: center;
  }
}
.worksDetail .works {
  max-width: 900px;
}
.works .mv {
  margin-bottom: 40px;
}
.works .mv .item .img {
  margin-bottom: 20px;
  line-height: 0;
}
.works .mv .item .img img {
  width: 100%;
  height: auto;
}
.page-title {
  font-weight: bold;
  /*width: calc(50% + 30px);*/
  display: block;
  padding-top: 30px;
  padding-left: 30px;
  margin-left: -30px;
  text-align: left;
  margin-bottom: 30px;
}
.page-title .title-underLine {
  font-size: 36px;
  text-align: left;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 30px;
}
.page-title .title-underLine::after {
  content: "";
  width: 0px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 126px;
}
.page-title .title-jp {
  vertical-align: super;
}
.page-title .new-mark {
  color: #a7212f;
  font-size: 22px;
}
.owners .owners_area {
  margin-bottom: 30px;
}
.owners_area h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.owners_row {
  display: flex;
  justify-content: space-between;
  line-height: 0;
}
.owners_row.reverse {
  flex-flow: row-reverse;
}
.owners_img {
  width: 50%;
}
.owners_img img {
  width: 100%;
  height: auto;
}
.owners_img.cap {
  line-height: 1.6em;
  font-size: 13px;
}
.owners_text {
  width: 50%;
}
.owners_text p {
  padding-top: 1em;
  padding-left: 2em;
  line-height: 2em;
}
.owners_text p:first-of-type {
  padding-top: 0;
}
.owners_text p:last-of-type {
  padding-bottom: 2em;
}
.owners_row.reverse .owners_text p {
  padding-left: 0;
  padding-right: 2em;
}
.owners_row.reverse .owners_text p:first-of-type {
  padding-top: 2em;
}
.owners_text h3 {
  padding-left: 2em;
  margin-bottom: 0.5em;
  font-size: 20px;
  line-height: 1.2em;
}
.reverse .owners_text h3 {
  padding-left: 0;
}
.reverse .owners_text h3:last-of-type {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .owners_text h3 {
    margin-top: 2em;
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .page-title {
    width: auto;
    padding: 0;
    margin-left: 0;
  }
  .page-title .title-underLine {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .page-title .title-jp {
    font-size: 0.9rem;
  }
  .owners_row.reverse .owners_text p:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .owners_row {
    display: block;
  }
  .owners_img, .owners_text {
    width: 100%;
  }
  .owners_text p {
    padding: 1em 0 0;
  }
  .owners_text p:first-of-type {
    padding: 1em 0 0;
  }
  .owners_text p:last-of-type {
    padding-bottom: 1em;
  }
  .owners_row.reverse .owners_text p {
    padding: 1em 0 0;
  }
  .owners_row.reverse .owners_text p:first-of-type {
    padding: 1em 0 0;
  }
}
@media screen and (max-width: 560px) {
  .page-title .title-jp {
    font-size: 0.8rem;
  }
}
main.quality {
  margin-top: 70px;
}
main.quality .wideMenu .item .content {
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
main.quality .wideMenu .item .content .title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main.quality {
    margin-top: 50px;
  }
  main.quality .wideMenu .item .img:before {
    padding-top: 30%;
  }
  main.quality .works div img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  main.quality .wideMenu .item .content {
    top: 15%;
    left: 15%;
    right: 15%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
  }
  main.quality .wideMenu .item .content .eng {
    font-size: 30px;
  }
}
.yosa_area {
  display: flex;
  line-height: 0;
}
.yosa_area.tochi {
  padding-top: 60px;
}
.yosa_image {
  width: 50%;
}
.yosa_image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.yosa_text {
  width: 50%;
}
.yosa_text h3 {
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-left: 20px;
}
.yosa_text p {
  padding-left: 20px;
}
.shikichi_area {
  display: flex;
  line-height: 0;
  flex-flow: row-reverse;
  padding-top: 60px;
}
.shikichi_image {
  width: 50%;
}
.shikichi_image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.shikichi_text {
  width: 50%;
}
.shikichi_text h3 {
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-right: 20px;
  text-align: right;
}
.shikichi_text p {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .yosa_area, .shikichi_area {
    display: block;
  }
  .yosa_image, .yosa_text, .shikichi_image, .shikichi_text {
    width: 100%;
  }
  .yosa_text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .yosa_text p {
    padding-left: 0;
  }
  .shikichi_text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: left;
    line-height: 1.2em;
  }
  .shikichi_text p {
    padding-right: 0;
  }
}
.top_quality {
  background: url("img/quality.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.circle {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #666;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  cursor: pointer;
}
.circle:hover {
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  text-align: center;
  padding: 10px;
}
.circle span h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
.top_quality .top_quality_area {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}
.top_quality .top_quality_area ul {
  text-align: center
}
.top_quality .top_quality_area ul li {
  display: inline-block;
  margin: 0 10px 20px;
}
.reserve {}
.contactBtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  min-width: 300px;
  line-height: 55px;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 3em auto 0;
  background: skyblue;
  font-weight: bold;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}
.contactBtn.twoline {
  line-height: 1.3;
  padding: 20px 10px;
  margin: 2em auto 3em;
}
@media screen and (max-width: 768px) {
  .contactBtn {
    line-height: 40px;
  }
}
.contactBtn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(img/arrow.png) no-repeat center center/100%;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}
@media screen and (min-width: 769px) {
  .contactBtn:hover {
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  }
  .contactBtn:hover:before {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
.red {
  color: red;
}
.post-photo {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.post-photo img.inherit {
  width: inherit;
  height: inherit;
}
.post-photo img.tate {
  width: 500px;
  height: auto;
}
.post-flex {
  display: flex;
  justify-content: space-between;
}
.post-flex-photo {
  width: 43%;
}
.post-flex-text {
  width: 55%;
}
.post-flex-text table {
  margin-top: 5px;
}
.post-flex-text table th, .post-flex-text table td {
  padding-bottom: 5px;
}
.post-flex-text table td .red {
  font-size: 200%;
}
@media screen and (max-width: 767px) {
  .post-photo img.inherit {
    width: 100%;
    height: auto;
  }
  .post-flex {
    display: block;
  }
  .post-flex-photo {
    width: 100%;
  }
  .post-flex-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .post-photo img.tate {
    width: 100%;
    height: auto;
  }
}
/*トップ 施工エリア*/
.sekou {
  padding-top: 0;
}
@media screen and (max-width: 567px) {
  .sekou {
    padding-top: 55px;
  }
}
.sekou_area-sp {
  display: none;
  margin-bottom: 45px;
}
.sekou_area-sp img {
  width: 100%;
  height: auto;
}
.sekou table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.sekou table th, .sekou table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px;
}
.sekou table th {
  background-color: #f4f4f4;
  width: 20%;
  text-align: center;
}
.sekou .map {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.sekou .map img {
  width: 100%;
  height: auto;
}
.sekou p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sekou table th, .sekou table td {
    display: block;
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 567px) {
  .sekou_area-sp {
    display: block;
  }
  .sekou .two-columns-right {
    display: none;
  }
}
.satsuki {
  font-size: 30px;
  text-align: center;
  line-height: 1.2em;
  margin: 30px 0 20px;
}
.satsuki span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .satsuki {
    font-size: 24px;
    margin: 30px 0 20px;
  }
  .satsuki span {
    font-size: 14px;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.covid-19 a {
  display: block;
  border: 1px solid #333;
  text-align: center;
  width: calc(90% - 40px);
  max-width: 600px;
  margin: 40px auto 0;
  padding: 20px;
  background: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  cursor: pointer;
}
.covid-19 a:hover {
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 420px) {
  .covid-19 a br {
    display: none;
  }
}
img.storia {
  display: inline;
  width: 150px;
  height: auto;
  margin-left: 10px;
  vertical-align: middle;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
h3.title {
  margin: 2em 0 1.2em;
  font-size: 130%;
  border-left: 5px solid #000;
  padding-left: 1em;
}
dl.step {
  margin-bottom: 1em;
  display: flex;
}
dl.step dt {
  width: 20%;
  margin-bottom: 10px;
}
dl.step dt span {
  display: block;
  background-color: darkblue;
  color: white;
  width: 100%;
  text-align: center;
}
dl.step dd {
  padding-left: 1em;
  width: 80%;
}
dl.step dd span {
  color: red;
}
a.soudankai {
  color: red;
}
p.blue {
  color: darkblue;
}
div.border {
  border: 1px solid #666;
  padding: 1.5em 1.5em 0.5em;
  margin-bottom: 1em;
}
ul.dot {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
ul.dot li {
  list-style: disc;
  margin-left: 1em;
}
/*2021.11 add*/
@-webkit-keyframes zoomOut {
  0% {
    will-change: transform;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    will-change: unset;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut { /* 1.1倍から縮小 */
  0% {
    will-change: transform;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    will-change: unset;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fv .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fv .swiper-slide-active .slide-img, .fv .swiper-slide-duplicate-active .slide-img, .fv .swiper-slide-prev .slide-img { /* 11秒かけて縮小させる */
  -webkit-animation: zoomOut 11s linear 0s;
  animation: zoomOut 11s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slide-img {
  background-size: cover;
  background-position: center center; /* 背景画像は中央を軸に表示させる */
  height: 47.5vw; /* 高さの設定 */
}
.slide-text {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: calc(50% - 91px);
  text-align: center;
}
.slide-text img {
  width: 290px;
  height: auto;
}
.slide-text .slide-text-01, .slide-text .slide-text-02 {
  width: 290px;
  margin: 0 auto;
  padding: 0;
  line-height: 1em;
  font-family: 'Noto Serif JP', sans-serif;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
}
.slide-text .slide-text-01 {
  font-size: 26px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.slide-text .slide-text-02 {
  font-size: 20px;
  margin-top: 10px;
}
.slide-mask {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .fv .swiper-slide:nth-child(1) .slide-img {
    background-image: url("img/hero/sp-aa.jpg") !important;
  }
}
@media screen and (max-width: 768px) {
  .slide-img {
    height: 170vw;
  }
}
@media screen and (max-width: 420px) {
  h3.title {
    font-size: 120%;
  }
  .slide-text {
    top: calc(50% - 52px);
  }
  .slide-text img {
    width: 146px;
    height: auto;
  }
  .slide-text .slide-text-01, .slide-text .slide-text-02 {
    width: 190px;
    text-align: center;
  }
  .slide-text .slide-text-01 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .slide-text .slide-text-02 {
    font-size: 16px;
    margin-top: 5px;
  }
}
.one-columns {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
.one-columns h3 {
  font-size: 24px;
  margin-bottom: 45px;
  font-weight: 600;
  text-align: center;
}
.two-columns {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.two-columns.reverse {
  flex-direction: row-reverse;
}
.two-columns-left {
  width: calc(50% - 20px);
  position: relative;
}
.two-columns-right {
  width: calc(50% - 20px);
  position: relative;
}
@media screen and (max-width: 567px) {
  .two-columns {
    display: block;
  }
  .two-columns-left, .two-columns-right {
    width: 100%;
  }
  .two-columns.reverse {
    flex-direction: row;
  }
}
/*message*/
.message-logo {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 90px);
  width: 180px;
  margin: 0 auto;
}
.message-logo img {
  width: 180px;
  height: auto;
}
.message-logo p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Noto Serif JP', sans-serif;
}
@media screen and (max-width: 567px) {
  .message-logo {
    position: static;
    margin-bottom: 40px;
    text-align: center;
  }
  .message-logo img {
    width: 150px;
  }
  .message-logo p {
    text-align: center;
    font-size: 16px;
  }
}
.full-width-img img {
  width: 100%;
  height: auto;
}
.full-width-img img.sp {
  display: none;
}
@media screen and (max-width: 420px) {
  .full-width-img img.pc {
    display: none;
  }
  .full-width-img img.sp {
    display: block;
  }
}
.half-width-img {
  margin-top: 150px;
}
.half-width-img img {
  display: inline;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .half-width-img {
    margin-top: 55px;
  }
}
@media screen and (max-width: 567px) {
  .half-width-img img {
    display: block;
    width: 100%;
  }
}
/*concept*/
.concept .titleArea {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto 45px;
  text-align: left;
}
.concept .text h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .concept .titleArea {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 567px) {
  .concept .text h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.concept .two-columns .titleArea {
  width: 100%;
}
.concept .two-columns {
  margin-top: 150px;
}
.concept .two-columns p {
  margin-bottom: 1em;
  line-height: 1.9;
}
.concept .two-columns p:last-of-type {
  margin-bottom: 0;
}
.two-columns h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 50px;
}
.two-columns h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.concept .two-columns .titleArea:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .concept .two-columns img {
    width: 100%;
    height: auto;
  }
  .concept .two-columns .titleArea {
    width: 100%;
  }
  .concept .two-columns {
    margin-top: 70px;
  }
  .concept .two-columns .two-columns-left {
    margin-bottom: 30px;
  }
  .two-columns h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
/*quality*/
.quality-columns {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.quality-columns.borderB {
  border-bottom: 1px solid #333;
}
.quality-columns-left {
  width: 50%;
  text-align: center;
  border-right: 1px solid #333;
}
.quality-columns-right {
  width: 50%;
  text-align: center;
}
.quality-columns h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.quality-columns h3.mt {
  margin-top: 60px;
}
.quality-columns p {
  margin-bottom: 50px;
}
.quality-columns.borderB .moreBtn {
  margin-bottom: 60px;
}
@media screen and (max-width: 567px) {
  .quality-columns-left, .quality-columns-right {
    text-align: left;
  }
  .quality-columns-left {
    padding-right: 10px;
  }
  .quality-columns-right {
    padding-left: 15px;
  }
  .quality-columns h3 {
    font-size: 14px;
    font-weight: bold;
  }
  .quality-columns h3.mt {
    margin-top: 50px;
  }
  .quality-columns p {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .quality-columns .moreBtn {
    min-width: 155px;
    margin: 0;
  }
  .quality-columns.borderB .moreBtn {
    margin-bottom: 50px;
  }
}
/*planning*/
.planning .two-columns:nth-of-type(2) {
  margin-top: 60px;
}
.planning .two-columns:nth-of-type(3) {
  margin-top: 100px;
}
.planning .two-columns img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .planning .two-columns:nth-of-type(2) {
    margin-top: 30px;
  }
  .planning .two-columns:nth-of-type(3) {
    margin-top: 50px;
  }
  .planning .two-columns img {
    width: 100%;
    height: auto;
  }
  .planning .two-columns .titleArea {
    width: 100%;
  }
  .planning .two-columns {
    margin-top: 70px;
  }
  .planning .two-columns .two-columns-left {
    margin-bottom: 30px;
  }
}
/*sekou*/
.sekou .titleArea {
  text-align: left;
}
.sekou .two-columns-right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 567px) {
  .sekou .two-columns-right img {
    margin-top: 20px;
  }
}
/*flow*/
.flow.section {
  padding-top: 0;
}
@media screen and (max-width: 567px) {
  .flow.section {
    padding-top: 55px;
  }
}
.flow .titleArea {
  text-align: left;
  margin-bottom: 60px;
}
.flow .two-columns img {
  width: 100%;
  height: auto;
}
.flow_mt {
  margin-top: 100px;
}
.flow_block {
  background-color: #f3f3f3;
  height: auto;
  padding-bottom: 1.2em;
}
.two-columns-right .flow_block {
  margin-top: 60px;
}
.flow_block h4 {
  font-size: 20px;
  line-height: 60px;
  margin-bottom: 28px;
  font-weight: 600;
}
.flow_block h4 span {
  display: inline-block;
  color: #fff;
  background-color: #a7212f;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  margin-right: 18px;
  font-weight: 400;
}
.flow_block p {
  padding: 0 1em;
  line-height: 1.8;
}
.flow_soudankai {
  text-align: center;
  margin-top: 100px;
}
.flow_soudankai p {
  margin-bottom: 45px;
}
.flow_soudankai .moreBtn {
  min-width: 420px;
}
@media screen and (max-width: 767px) {
  .flow .titleArea {
    margin: 40px 0 25px;
  }
  .flow .two-columns {
    display: block;
  }
  .flow .two-columns-left, .flow .two-columns-right {
    width: 100%;
  }
  .flow .two-columns.reverse {
    flex-direction: row;
  }
  .flow_mt {
    margin-top: 20px;
  }
  .flow_block {
    height: auto;
    padding-bottom: 1em;
  }
  .flow_block h4 {
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .flow_block h4 span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
  }
  .two-columns-left .flow_block {
    margin-top: 30px;
  }
  .two-columns-right .flow_block {
    margin-top: 30px;
  }
  .flow_soudankai {
    margin-top: 60px;
  }
  .flow_soudankai p {
    margin-bottom: 35px;
  }
  .flow_soudankai .moreBtn {
    min-width: 340px;
  }
}
/*hiraya*/
.hiraya .titleArea {
  margin-bottom: 60px;
}
.hiraya.section {
  padding-bottom: 0;
}
.hiraya_inner {
  text-align: center;
  margin-bottom: 150px;
}
.hiraya_inner.nmb {
  margin-bottom: 0;
}
.hiraya_inner h3 {
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
}
.good_design {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .hiraya.section {
    padding-bottom: 25px;
  }
  .hiraya .titleArea {
    margin-bottom: 30px;
  }
  .hiraya_inner {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 667px) {
  .good_design {
    margin-bottom: 30px;
  }
  .good_design img {
    width: 222px;
  }
}
@media screen and (max-width: 420px) {
  .one-columns h3, .hiraya_inner h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 4%;
  }
  .hiraya_inner p {
    text-align: left;
    padding: 0 4%;
  }
  .hiraya_inner p br {
    display: none;
  }
}
/*hirayabito*/
.hirayabito .titleArea {
  margin-bottom: 60px;
}
.hirayabito .moreBtn {
  min-width: 320px;
}
.hirayabito .two-columns img {
  width: 100%;
  height: auto;
}
.hirayabito .two-columns-right .moreBtn {
  margin: 50px 0 0 0;
}
.hirayabito .two-columns.mt150 {
  margin-top: 150px;
}
.hirayabito_kengaku {
  margin-top: 70px;
}
.hirayabito_kengaku .moreBtn {
  min-width: 420px;
}
@media screen and (max-width: 768px) {
  .hirayabito .titleArea {
    margin-bottom: 30px;
  }
  .hirayabito .two-columns.mt150 {
    margin-top: 80px;
  }
  .hirayabito .two-columns-right {
    padding-top: 50px;
  }
  .hirayabito .two-columns-right .moreBtn {
    min-width: 100%;
  }
  .hirayabito_kengaku {
    margin-top: 50px;
    padding: 0 4%;
  }
  .hirayabito_kengaku .moreBtn {
    min-width: 100%;
  }
}
/*about*/
.gmap {
  background: url("img/2021/map_pin.png") no-repeat left center;
  background-size: contain;
  padding-left: 17px;
  text-decoration: underline;
}
/*CTA*/
.PC-disp {
  display: block;
  opacity: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.SP-disp {
  display: none;
  opacity: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.pageTop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  right: 0;
  bottom: 15px;
  background: #231815;
  cursor: pointer;
  z-index: 99;
  -webkit-transform: translateX(101px);
  transform: translateX(101px);
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.pageTop.fadeIn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.pageTop.fadeOut {
  -webkit-transform: translateX(101px);
  transform: translateX(101px);
  opacity: 0;
}
.pageTop:hover {
  background: #777;
}
.pageTop::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  width: 11px;
  height: 11px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.bottomAd {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 15px;
  right: 140px;
  width: 960px;
  height: 64px;
  padding: 15px;
  background: rgba(255, 255, 255, .85);
  z-index: 99;
  -webkit-transform: translateY(101px);
  transform: translateY(101px);
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.bottomAd.fadeIn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.bottomAd.fadeOut {
  -webkit-transform: translateY(101px);
  transform: translateY(101px);
  opacity: 0;
}
.bottomAd div {
  width: 24%;
  height: 100%;
}
.bottomAd div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #231815;
}
.bottomAd div a p {
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
}
.bottomAd div a p.PC-disp {
  display: block;
}
.bottomAd div a p.SP-disp {
  display: none;
}
.bottomAd .bottomAd__study a {
  background: #a7212f;
  color: #FFF;
}
.bottomAd .bottomAd__study a p {
  background: url("img/2021/icon-house.png") left center no-repeat;
  background-size: 35px;
}
.bottomAd .bottomAd__study a p.SP-disp {
  font-size: 0.65rem;
  letter-spacing: -1px;
}
.bottomAd .bottomAd__search a {
  background: #3D3E7D;
  color: #FFF;
}
.bottomAd .bottomAd__search a p {
  background: url("img/2021/icon_sudan.svg") left center no-repeat;
  background-size: 35px;
}
.bottomAd .bottomAd__ask a {
  background: #5b5b5b;
  color: #FFF;
}
.bottomAd .bottomAd__ask a p {
  background: url("img/2021/icon_shiryo.svg") left center no-repeat;
  background-size: 40px;
}
.bottomAd .bottomAd__phone {
  position: relative;
}
.bottomAd .bottomAd__phone a {
  display: none;
}
.bottomAd .bottomAd__phone p {
  width: 100%;
  color: #231815;
  height: 100%;
  line-height: 1;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 0 0 50px;
  background: url("img/2021/icon_phone.svg") 10px 10px no-repeat;
  background-size: 32px;
}
.bottomAd .bottomAd__phone p span.en01 {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 3px;
}
@media (max-width: 47.9375rem) {
  .PC-disp {
    display: none;
    opacity: 0;
  }
  .SP-disp {
    display: block;
    opacity: 1;
  }
  .bottomAd {
    width: 94%;
    height: 60px;
    padding: 5px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .bottomAd div {
    width: 24%;
  }
  .bottomAd div a {
    display: block;
    text-align: center;
  }
  .bottomAd div a p {
    display: block;
    height: auto;
    padding: 30px 0 0;
    font-size: 0.6875rem;
  }
  .bottomAd div a p.PC-disp {
    display: none;
  }
  .bottomAd div a p.SP-disp {
    display: block;
  }
  .bottomAd .bottomAd__study a p {
    background: url("img/2021/icon-house.png") center 10px no-repeat;
    background-size: 30px;
  }
  .bottomAd .bottomAd__search a p {
    background: url("img/2021/icon_sudan.svg") center 10px no-repeat;
    background-size: 30px;
  }
  .bottomAd .bottomAd__ask a p {
    background: url("img/2021/icon_shiryo.svg") center 12px no-repeat;
    background-size: 30px;
  }
  .bottomAd .bottomAd__phone a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .bottomAd .bottomAd__phone p {
    padding: 44px 0 0;
    background: url("img/2021/icon_phone.svg") center 8px no-repeat;
    background-size: 30px;
  }
  .bottomAd .bottomAd__phone p span.en01 {
    position: relative;
    display: block;
    text-align: center;
    font-size: 0.6875rem;
    margin-bottom: 0;
    font-weight: bold;
  }
  .bottomAd .bottomAd__phone p span.time {
    display: none;
  }
  .pageTop {
    display: none;
  }
}
/*thanks*/
.thanks {
  width: 92%;
  max-width: 740px;
  margin: 100px auto 60px;
}
.thanks img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.thanks .moreBtn {
  min-width: 260px;
  margin-top: 40px;
}
/*販売中止*/
.anounce {
  width: calc(96% - 40px);
  max-width: 1000px;
  margin: 60px auto 0;
  border: 1px solid #333;
  padding: 20px;
}
.anounce h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: red;
}
.contact .anounce {
  max-width: 1060px;
  margin: 0 auto 60px;
}
/*.bottomAd {
  display: none;
}
.globalNavi ul li:nth-child(8),
.globalNavi ul li:nth-child(9),
.globalNavi ul li:nth-child(10) {
  display: none;
}*/
h4.border_bottom {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 3px #333;
  padding-bottom: 5px;
  margin: 30px auto 20px;
}
.pcNavi .link-insta {
  padding-left: 1.2em;
}
.pcNavi .link-insta a {
  font-size: 0;
}
.pcNavi .link-insta img {
  width: 32px;
}
.globalNavi .link-insta img {
  width: 35px;
}
.titleArea-storia figure {
  font-size: 0;
  margin-bottom: 6px;
}
.titleArea-storia figure img {
  width: 180px;
}
.titleArea-storia p {
  font-family: 'Noto Serif JP', sans-serif;
}
.storia.section {
  width: 92%;
  padding-bottom: 0;
  margin: auto;
}
.storia-subtitle {
  text-align: center;
  margin-bottom: 80px;
}
.storia-subtitle h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.storia-subtitle p {
  line-height: 1.5;
}
.katati-list {
  max-width: 1100px;
  margin: auto;
}
.katati-item:not(:last-child) {
  margin-bottom: 80px;
}
.katati-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 40px;
}
.katati-item .figure, .katati-item .body {
  flex: calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin: 0;
}
.katati-item .figure {
  font-size: 0;
}
.katati-item .figure img {
  max-width: 100%;
}
.katati-item .body h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.katati-item .body p {
  line-height: 1.75;
}
.katati-item .body figure {
  max-width: 300px;
  margin: 30px auto 0;
}
.katati-item .body figure img {
  max-width: 100%;
}
.katati-list > .katati-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .storia-subtitle h3 {
    font-size: 20px;
  }
  .storia-subtitle {
    margin-bottom: 60px;
  }
  .katati-item {
    flex-direction: column;
  }
  .katati-item .figure, .katati-item .body {
    flex: 100%;
    max-width: 100%;
  }
}
.gallery .swiper-slide {
  display: flex;
  align-items: center;
  width: auto;
}
.gallery .swiper-slide img {
  max-height: 100%;
  margin-right: 10px;
}
.gallery .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
@media screen and (max-width: 480px) {
  .gallery .swiper-slide img.yoko {
    max-width: 240px;
    height: auto;
  }
  .gallery .swiper-slide img.tate {
    max-height: 240px;
    width: auto;
  }
}
/*quality改修*/
h2.quality-std {
  font-family: 'Noto Serif JP', serif;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #231815;
  padding-bottom: 12px;
  letter-spacing: 2px;
  margin-bottom: 90px;
}
h2.quality-std img {
  width: 132px;
  height: auto;
}
h2.quality-std span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  h2.quality-std {
    flex-wrap: wrap;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold;
  }
  h2.quality-std span {
    display: block;
    margin-top: 10px;
  }
}
.quality-std-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.quality-std-row-txt, .quality-std-row-img {
  width: 48%;
}
.quality-std-row-txt h3, .quality-std-norow h3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}
.quality-std-row-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .quality-std-row {
    display: block;
    margin-bottom: 40px;
  }
  .quality-std-row-txt, .quality-std-row-img {
    width: 100%;
  }
  .quality-std-row-img {
    margin-top: 10px;
  }
  .quality-std-row-txt h3, .quality-std-norow h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.mx-img img {
  width: 100%;
  height: auto;
}
.long_term div img {
  width: 100%;
  height: auto;
}
.long_term div img.border {
  border: 1px solid #ccc;
}
.long_term .qa {
  margin-bottom: 2em;
}
.long_term .qa:last-child {
  margin-bottom: 10em;
}
.long_term .qa h5 {
  font-size: 20px;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 37px;
}
@media screen and (max-width: 767px) {
  .long_term h4.border_bottom {
    font-size: 14px;
  }
  .long_term .qa h5 {
    font-size: 16px;
  }
}
.long_term .qa h5 .qu {
  position: absolute;
  top: 0;
  left: 0;
  height:30px;
  width:30px;
  border-radius:50%;
  line-height:30px;
  font-size: 16px;
  text-align:center;
  background: #a7212f;
	display: inline-block;
}
.long_term .qa h5 .qu span {
  color: #fff;
}
.long_term .qa p {
  padding-left: 30px;
  position: relative;
}
.long_term .qa .an {
  position: absolute;
  top: 5px;
  left: 0;
  height:20px;
  width:20px;
  border-radius:50%;
  line-height:20px;
  font-size: 14px;
  text-align:center;
  background: #fff;
  border: 1px solid #a7212f;
	display: inline-block;
}
.long_term .qa .an span {
  color: #a7212f;
}

/*  260128_見学予約ページ改修用css ------------------------------------------ここから*/

/* 画像リンクを囲むコンテナ */
.nav-container {
    display: flex;          /* 横並びにする */
    justify-content: space-between; /* 均等配置 */
    gap: 20px;              /* 画像間の隙間（PC用） */
    max-width: 800px;       /* PCでの最大幅 */
    margin: 50px auto;      /* 中央寄せ */
    padding: 0 15px;        /* 横幅いっぱいの時に端がくっつかないように */
}

/* リンク（<a>タグ）のスタイル */
.nav-item {
    width: 48%;             /* 2枚並べるので、隙間を考慮して50%弱にする */
    display: block;         /* ブロック要素として扱う */
    transition: opacity 0.3s ease; /* ホバー時の変化を滑らかに */
    text-decoration: none;
}

/* 画像のスタイル */
.nav-item img {
    width: 100%;            /* 親要素(aタグ)の幅に合わせる */
    height: auto;           /* 比率を保持する */
    display: block;         /* 画像の下に隙間ができるのを防ぐ */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* 軽い影をつける */
}

/* ホバー時の視覚的フィードバック */
.nav-item:hover {
    opacity: 0.7;           /* 画像を少し薄くする */
    transform: translateY(-2px); /* 少しだけ浮き上がる演出（任意） */
}

/* --- レスポンシブ対応（スマホ画面） --- */
@media (max-width: 768px) {
    .nav-container {
        gap: 10px;          /* スマホでは隙間を少し狭くする */
    }
    
    /* ★重要：
       「スマホでも横並び」という要件のため、
       flex-direction: column; (縦並び) は記述しません。
       幅指定も48%のまま維持されるため、2列表示が継続されます。
    */
}

/* 移動先セクションの見た目（確認用） */
.target-section {
    padding: 40px;
    background-color: #d1e8ff;
    border-left: 5px solid #0056b3;
    margin: 20px;
}

/*  260128_見学予約ページ改修用css ------------------------------------------ここまで*/
