@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  word-wrap: break-word;
}

input[type=text],
input[type=tel],
input[type=mail] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
  color: inherit;
}

.ex-maxWidth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.ex-XYcent, .land-page--main .flex-inr .article-img img, .quality-page--section .main-cont--box__kaiteki2 .flexInr-img img, .quality-page--section .top-cont .flex-inr--img img, .showroom-page .showroom_sec--main .mainCont .imgBox .img img, .showroom-page .showroom_sec--top .left .backImg, .showroom-page .showroom_sec--top .left::before, .worksSingle-page .page_sec--arrow.space::before, .works-page .case_sec--main .container .box img, .works-page .main_sec--cont .box-img img, .concept-page .well_sec--anchor .anchor .img, .concept-page .well_sec--anchor .anchor span, .concept-page .well_sec--anchor .anchor::before, .concept-page .middle1_sec--img img, .top-page .works_sec--slide .swiper-button img, .top-page .works_sec--slide .slide-img img, .top-page .mainVisual_sec--main, header .hd-main--button .inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ex-Xcent, .well-page--main .box::after, .well-page--main::after, .top-page .modelhouse_sec--main .modelhouse-text .m::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ex-Ycent, .top-page .works_sec--slide .swiper-button, .bs-borderTitle .ja::after, .bs-borderTitle .en::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ex-cent-clear {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.ex-clear:after {
  content: "";
  display: block;
  clear: both;
}

.br--sp {
  display: none;
}
@media all and (max-width: 660px) {
  .br--sp {
    display: inline;
  }
}

@media all and (max-width: 660px) {
  .br-no-sp {
    display: none;
  }
}

.br--tb {
  display: none;
}
@media all and (max-width: 960px) {
  .br--tb {
    display: inline;
  }
}

@media all and (max-width: 960px) {
  .br-no-tb {
    display: none;
  }
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.ex-f-e {
  font-family: "kaiso", sans-serif;
}

header .hd-main {
  width: 100%;
  height: 158px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 1340px) {
  header .hd-main {
    height: 116px;
  }
}
@media all and (max-width: 660px) {
  header .hd-main {
    height: 88px;
  }
}
header .hd-main--inr {
  height: 100%;
  display: flex;
  padding: 0 1.9vw;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 660px) {
  header .hd-main--inr {
    padding: 0 15px 0 18px;
  }
}
header .hd-main--logo {
  width: 355px;
}
@media all and (max-width: 1340px) {
  header .hd-main--logo {
    width: 265px;
  }
}
@media all and (max-width: 660px) {
  header .hd-main--logo {
    width: 56%;
    max-width: 220px;
    bottom: -3px;
    position: relative;
  }
}
header .hd-main--logo a {
  transition: 0.2s;
}
header .hd-main--logo a:hover {
  opacity: 0.7;
}
header .hd-main--button {
  width: 66px;
  height: 66px;
  background: #009944;
  display: none;
  border-radius: 100%;
  position: relative;
}
@media all and (max-width: 960px) {
  header .hd-main--button {
    display: block;
  }
}
@media all and (max-width: 660px) {
  header .hd-main--button {
    width: 47px;
    height: 47px;
  }
}
header .hd-main--button .inr {
  width: 31px;
  height: 20px;
}
@media all and (max-width: 660px) {
  header .hd-main--button .inr {
    width: 22px;
    height: 14px;
  }
}
header .hd-main--button .inr span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .hd-main--button .inr span:nth-child(1) {
  top: 0;
}
.mobileNavShow header .hd-main--button .inr span:nth-child(1) {
  top: 6px;
  transform: rotate(144deg);
}
header .hd-main--button .inr span:nth-child(2) {
  top: 9px;
}
@media all and (max-width: 660px) {
  header .hd-main--button .inr span:nth-child(2) {
    top: 6px;
  }
}
.mobileNavShow header .hd-main--button .inr span:nth-child(2) {
  opacity: 0;
}
header .hd-main--button .inr span:nth-child(3) {
  bottom: 0;
}
.mobileNavShow header .hd-main--button .inr span:nth-child(3) {
  bottom: 6px;
  transform: rotate(-144deg);
}
header .hd-main--nav {
  display: flex;
  gap: 65px;
}
@media all and (max-width: 1340px) {
  header .hd-main--nav {
    gap: 25px;
  }
}
@media all and (max-width: 960px) {
  header .hd-main--nav {
    display: none;
  }
}
header .hd-main--nav .list {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 45px;
  font-size: 18px;
}
@media all and (max-width: 1340px) {
  header .hd-main--nav .list {
    font-size: 15px;
    gap: 30px;
  }
}
header .hd-main--nav .list .anchor {
  display: inline-block;
  position: relative;
}
header .hd-main--nav .list .anchor::after {
  background-color: #009944;
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
header .hd-main--nav .list .anchor:hover::after {
  bottom: -10px; /* 下線を上から下に移動 */
  opacity: 1; /* 不透明度を変更してフェードイン */
}
header .hd-main--nav .reraku {
  width: 110px;
  transition: 0.15s ease-out;
}
@media all and (max-width: 1340px) {
  header .hd-main--nav .reraku {
    width: 90px;
  }
}
header .hd-main--nav .reraku:hover {
  transform: scale(0.93);
}

.mobileNav {
  width: 100%;
  height: 100vh;
  padding: 88px 0 120px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefce1;
  z-index: 100;
  overflow: auto;
  overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
}
.mobileNavOpen .mobileNav {
  transition: 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mobileNavShow .mobileNav {
  opacity: 1;
  pointer-events: all;
}
.mobileNav::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 1px);
  pointer-events: none;
  box-sizing: border-box;
}
.mobileNav-main {
  padding: 20px 9.3vw 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.mobileNavOpen .mobileNav-main {
  transition: 0.5s ease-out;
}
.mobileNavShow .mobileNav-main {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
  transition-delay: 0.65s;
}
.mobileNav-top {
  color: #009944;
  font-size: 20px;
  font-weight: bold;
}
.mobileNav-top li {
  border-bottom: 1px solid rgba(0, 153, 68, 0.5);
}
.mobileNav-top li:last-of-type {
  border-bottom: none;
}
.mobileNav-top .anchor {
  padding: 1.2em 0;
  line-height: 1;
  display: block;
  position: relative;
}
.mobileNav-top .anchor .reraku {
  max-width: 99px;
  width: 30%;
  position: absolute;
  top: 15px;
  right: 5px;
}
.mobileNav-bottom {
  width: 100%;
  max-width: 260px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #009944;
  font-weight: bold;
  font-size: 15px;
  gap: 10px 0;
}
.mobileNav-bottom li {
  width: 100%;
}
.mobileNav-bottom li.two {
  width: 50%;
}
.mobileNav-bottom li .anchor {
  display: inline-block;
  position: relative;
}
.mobileNav-bottom li .anchor::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #009944;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mobileNav-sns {
  margin-top: 35px;
}
.mobileNav-sns .instagram {
  display: inline-block;
  width: 35px;
}

footer .fot-main--map {
  width: 100%;
  height: 40.8vw;
}
@media all and (max-width: 960px) {
  footer .fot-main--map {
    height: 55vw;
  }
}
@media all and (max-width: 660px) {
  footer .fot-main--map {
    height: 78.6vw;
  }
}
footer .fot-main--map iframe {
  width: 100%;
  height: 100%;
}
footer .fot-main--nav {
  padding: 107px 0 180px;
}
@media all and (max-width: 960px) {
  footer .fot-main--nav {
    padding: 60px 0 100px;
  }
}
@media all and (max-width: 660px) {
  footer .fot-main--nav {
    padding: 40px 0 90px;
  }
}
footer .fot-main--nav .topNav {
  margin-bottom: 34px;
  padding-bottom: 13px;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #707070;
}
@media all and (max-width: 660px) {
  footer .fot-main--nav .topNav {
    padding-bottom: 8px;
    gap: 28px;
  }
}
footer .fot-main--nav .topNav .anchor {
  display: flex;
  gap: 3px;
}
@media all and (max-width: 660px) {
  footer .fot-main--nav .topNav .anchor {
    gap: 2px;
  }
}
footer .fot-main--nav .topNav .anchor:hover {
  color: #009944;
  text-decoration: underline;
  transition: 0.12s;
}
footer .fot-main--nav .topNav .anchor img {
  width: 19px;
}
@media all and (max-width: 660px) {
  footer .fot-main--nav .topNav .anchor img {
    width: 3.85vw;
  }
}
@media all and (max-width: 660px) {
  footer .fot-main--nav .topNav .anchor span {
    font-size: 3.4vw;
  }
}
footer .fot-main--nav .shopList {
  display: flex;
  gap: 35px;
  font-size: 15px;
  line-height: 1.6;
}
@media all and (max-width: 960px) {
  footer .fot-main--nav .shopList {
    font-size: 14px;
    gap: 25px;
  }
}
@media all and (max-width: 660px) {
  footer .fot-main--nav .shopList {
    flex-direction: column;
  }
}
footer .fot-main--nav .shopList .name {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #707070;
}
@media all and (max-width: 660px) {
  footer .fot-main--nav .shopList .name {
    width: 72%;
  }
}
footer .fot-main--nav .shopList .detail {
  padding-right: 1em;
}
footer .fot-main--nav .copyRighr {
  padding-top: 15px;
  font-size: 13px;
  text-align: right;
  line-height: 1.55;
}
@media all and (max-width: 960px) {
  footer .fot-main--nav .copyRighr {
    padding-top: 30px;
    font-size: 12px;
    opacity: 0.7;
  }
}
@media all and (max-width: 660px) {
  footer .fot-main--nav .copyRighr {
    padding-top: 45px;
  }
}

#wrapper {
  margin-bottom: 200px;
  margin-top: 158px;
}
@media all and (max-width: 1340px) {
  #wrapper {
    margin-top: 116px;
    margin-bottom: 140px;
  }
}
@media all and (max-width: 660px) {
  #wrapper {
    margin-top: 88px;
    margin-bottom: 70px;
  }
}

.firstHide--inr {
  opacity: 0;
  transform: translateY(100px);
}
@media all and (max-width: 660px) {
  .firstHide--inr {
    transform: translateY(40px);
  }
}
.firstHide--inr.show {
  opacity: 1;
  transform: translateY(0px);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#parts-FixBnr {
  position: fixed;
  left: 0;
  bottom: 45px;
  z-index: 50;
}
@media all and (max-width: 660px) {
  #parts-FixBnr {
    display: none;
  }
}
#parts-FixBnr .flag {
  display: flex;
  flex-direction: column;
}
#parts-FixBnr .flag .anchor {
  width: 166px;
  transition: 0.2s;
}
#parts-FixBnr .flag .anchor:hover {
  opacity: 0.75;
}
#parts-FixBnr .flag .anchor:last-of-type {
  transform: translateY(-7px);
}
#parts-FixBnr .blog {
  margin-top: 10px;
  display: flex;
  gap: 22px;
}
#parts-FixBnr .blog.blogShow .blog-list li {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0px);
}
#parts-FixBnr .blog-main {
  cursor: pointer;
}
#parts-FixBnr .blog-main img {
  width: 125px;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.15));
}
#parts-FixBnr .blog-list {
  display: flex;
  gap: 9px;
}
#parts-FixBnr .blog-list li {
  width: 55px;
  opacity: 0;
  pointer-events: none;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(-5px);
}
#parts-FixBnr .blog-list li:nth-child(2) {
  transition-delay: 0.15s;
}
#parts-FixBnr .blog-list li:nth-child(3) {
  transition-delay: 0.3s;
}
#parts-FixBnr .blog-list li a {
  transition: 0.2s;
}
#parts-FixBnr .blog-list li a:hover {
  opacity: 0.75;
}
#parts-FixBnr .blog-list li img {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.15));
}

#parts-pageTop {
  width: 76px;
  position: fixed;
  bottom: 16px;
  right: 34px;
  cursor: pointer;
  transition: 0.2s;
  z-index: 50;
}
@media all and (max-width: 960px) {
  #parts-pageTop {
    width: 62px;
    right: 26px;
  }
}
@media all and (max-width: 660px) {
  #parts-pageTop {
    width: 50px;
    right: 14px;
    bottom: 21px;
  }
}
#parts-pageTop:hover {
  opacity: 0.75;
}

#parts-mobileFixBnr {
  width: calc(100% - 28px - 50px - 18px);
  position: fixed;
  left: 14px;
  bottom: 21px;
  display: none;
  gap: 12px;
  z-index: 50;
}
@media all and (max-width: 660px) {
  #parts-mobileFixBnr {
    display: flex;
  }
}
#parts-mobileFixBnr .anchor {
  width: 100%;
  padding: 5px 0;
  display: block;
  flex-shrink: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 3.6vw, 17px);
}
#parts-mobileFixBnr .anchor.c {
  background: #009944;
}
#parts-mobileFixBnr .anchor.f {
  background: #ffe102;
  color: #000;
}

.bs-inr, .contact-page--inr, .worksSingle-page--inr {
  max-width: calc(1410px + 9.2vw);
  margin: 0 auto;
  padding: 0 4.6vw;
}

.bs-borderTitle {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-weight: bold;
}
@media all and (max-width: 660px) {
  .bs-borderTitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.bs-borderTitle .en {
  margin-right: 118px;
  font-size: 40px;
  position: relative;
}
@media all and (max-width: 660px) {
  .bs-borderTitle .en {
    font-size: 34px;
  }
}
.bs-borderTitle .en::after {
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  background: #000;
  top: 60%;
  right: -104px;
}
@media all and (max-width: 660px) {
  .bs-borderTitle .en::after {
    display: none;
  }
}
.bs-borderTitle .ja {
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 660px) {
  .bs-borderTitle .ja {
    padding-left: 63px;
    font-size: 16px;
  }
}
.bs-borderTitle .ja::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  display: none;
  left: 0;
}
@media all and (max-width: 660px) {
  .bs-borderTitle .ja::after {
    display: block;
  }
}

.bs-pageNation {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  gap: 34px;
  line-height: 1;
}
@media all and (max-width: 660px) {
  .bs-pageNation {
    font-size: 18px;
    gap: 22px;
  }
}
.bs-pageNation a:hover {
  text-decoration: underline;
}
.bs-pageNation .active {
  color: #009944;
}
.bs-pageNation .pre,
.bs-pageNation .next {
  width: 23px;
}
.bs-pageNation .pre img,
.bs-pageNation .next img {
  width: 100%;
  vertical-align: middle;
}
.bs-pageNation a {
  line-height: 1;
  display: block;
}

.bs-anchor {
  width: 75%;
  max-width: 300px;
  padding: 20px 10px;
  border: 1px solid #707070;
  text-align: center;
  background: #fff;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  transition: 0.18s ease-in-out;
}
@media all and (max-width: 960px) {
  .bs-anchor {
    font-size: 16px;
  }
}
@media all and (max-width: 660px) {
  .bs-anchor {
    padding: 15px 5px;
    font-size: 15px;
  }
}
.bs-anchor:hover {
  background: #009944;
  color: #fff;
  border-color: #009944;
}

.bs-infoList.s .article-anchor {
  padding: 21px 10px;
}
@media all and (max-width: 660px) {
  .bs-infoList.s .article-anchor {
    padding: 14px 10px 14px 3px;
  }
}
.bs-infoList .article {
  border-bottom: 1px dashed #707070;
}
.bs-infoList .article-anchor {
  display: flex;
  padding: 36px 10px;
  width: 100%;
  align-items: center;
  font-size: 17px;
  transition: opacity 0.2s;
}
@media all and (max-width: 960px) {
  .bs-infoList .article-anchor {
    font-size: 15px;
  }
}
@media all and (max-width: 660px) {
  .bs-infoList .article-anchor {
    flex-wrap: wrap;
    padding: 25px 10px 20px 3px;
  }
}
.bs-infoList .article-anchor:hover {
  opacity: 0.7;
}
.bs-infoList .article-anchor:hover .title {
  text-decoration: underline;
}
.bs-infoList .article-anchor time {
  width: 135px;
}
@media all and (max-width: 960px) {
  .bs-infoList .article-anchor time {
    width: 100px;
  }
}
.bs-infoList .article-anchor .cat {
  width: 125px;
  padding: 5px 0 4px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media all and (max-width: 660px) {
  .bs-infoList .article-anchor .cat {
    width: 93px;
    font-size: 12px;
  }
}
.bs-infoList .article-anchor .cat.openhouse, .bs-infoList .article-anchor .cat.info-openhouse {
  background: #41a7ff;
}
.bs-infoList .article-anchor .cat.reform, .bs-infoList .article-anchor .cat.info-reform {
  background: #ffe102;
}
.bs-infoList .article-anchor .cat.info {
  background: #009944;
}
.bs-infoList .article-anchor .title {
  flex: 1;
  padding-left: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 960px) {
  .bs-infoList .article-anchor .title {
    padding-left: 30px;
  }
}
@media all and (max-width: 660px) {
  .bs-infoList .article-anchor .title {
    width: 100%;
    margin-top: 3px;
    padding-left: 0;
    flex: auto;
    font-size: 16px;
  }
}

.top-page {
  margin-bottom: 257px;
}
@media all and (max-width: 660px) {
  .top-page {
    margin-bottom: 100px;
  }
}
.top-page .mainVisual_sec {
  height: calc(100vh - 158px);
  position: relative;
}
@media all and (max-width: 1340px) {
  .top-page .mainVisual_sec {
    height: calc(100vh - 116px);
  }
}
@media all and (max-width: 960px) {
  .top-page .mainVisual_sec {
    height: 65vw;
  }
}
.top-page .mainVisual_sec--main {
  width: 100%;
  height: 100%;
}
.top-page .mainVisual_sec--main .mainVisual-swiper,
.top-page .mainVisual_sec--main .swiper-wrapper,
.top-page .mainVisual_sec--main .swiper-slide {
  width: 100%;
  height: 100%;
}
.top-page .mainVisual_sec--main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .mainVisual_sec--main .swiper-pagination {
  bottom: 60px;
}
@media all and (max-width: 960px) {
  .top-page .mainVisual_sec--main .swiper-pagination {
    bottom: 20px;
  }
}
@media all and (max-width: 660px) {
  .top-page .mainVisual_sec--main .swiper-pagination {
    bottom: 14px;
  }
}
.top-page .mainVisual_sec--main .swiper-pagination-bullet-active {
  background: #009944;
}
.top-page .mainVisual_sec::after {
  content: "";
  width: 100%;
  height: 45px;
  display: block;
  background: #009944;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 960px) {
  .top-page .mainVisual_sec::after {
    display: none;
  }
}
.top-page .mobile_sec {
  margin-bottom: 55px;
  padding: 30px 0 0;
  display: none;
}
@media all and (max-width: 660px) {
  .top-page .mobile_sec {
    display: block;
  }
}
.top-page .mobile_sec--top {
  display: flex;
  justify-content: space-between;
}
.top-page .mobile_sec--top .anchor {
  width: calc((100% - 15px) / 2);
  padding: 13px 0;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.top-page .mobile_sec--top .anchor.c {
  background: #009944;
  color: #fff;
}
.top-page .mobile_sec--top .anchor.f {
  background: #ffe102;
}
.top-page .mobile_sec--bottom {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
.top-page .mobile_sec--bottom a {
  width: 78px;
  height: 78px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  color: #009944;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
}
.top-page .instagram_sec {
  padding: 160px 0 70px;
}
@media all and (max-width: 660px) {
  .top-page .instagram_sec {
    padding: 0px 0 78px;
  }
}
.top-page .instagram_sec--main {
  margin-top: 60px;
}
@media all and (max-width: 660px) {
  .top-page .instagram_sec--main {
    margin-top: 30px;
  }
}
.top-page .instagram_sec--main p {
  padding: 100px 0;
  text-align: center;
  font-size: 18px;
  background: #707070;
  color: #fff;
}
.top-page .instagram_sec--main #sbi_images {
  padding: 0 !important;
}
@media all and (max-width: 660px) {
  .top-page .instagram_sec--main #sbi_images {
    gap: 6px !important;
  }
}
.top-page .instagram_sec .anchor-box {
  margin-top: 30px;
  text-align: center;
}
.top-page .information_sec {
  padding: 140px 0 170px;
  background: rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 960px) {
  .top-page .information_sec {
    padding: 100px 0 140px;
  }
}
@media all and (max-width: 660px) {
  .top-page .information_sec {
    padding: 45px 0 60px;
  }
}
.top-page .information_sec--main {
  margin-top: 50px;
}
@media all and (max-width: 960px) {
  .top-page .information_sec--main {
    margin-top: 35px;
  }
}
@media all and (max-width: 660px) {
  .top-page .information_sec--main {
    margin-top: 22px;
  }
}
.top-page .information_sec--main .anchor-box {
  margin-top: 30px;
  text-align: right;
}
@media all and (max-width: 660px) {
  .top-page .information_sec--main .anchor-box {
    text-align: center;
  }
}
.top-page .works_sec {
  padding: 125px 0 95px;
}
@media all and (max-width: 660px) {
  .top-page .works_sec {
    padding: 45px 0 80px;
  }
}
.top-page .works_sec--slide {
  margin-top: 70px;
  position: relative;
}
@media all and (max-width: 660px) {
  .top-page .works_sec--slide {
    margin-top: 45px;
  }
}
.top-page .works_sec--slide .slide-img {
  position: relative;
  overflow: hidden;
}
.top-page .works_sec--slide .slide-img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.top-page .works_sec--slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .works_sec--slide .slide-text {
  padding-top: 10px;
  text-align: center;
}
.top-page .works_sec--slide .slide-text .name {
  font-size: 18px;
  font-weight: bold;
}
.top-page .works_sec--slide .swiper-button {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #f5f5f5;
  cursor: pointer;
  display: block;
  z-index: 50;
}
@media all and (max-width: 660px) {
  .top-page .works_sec--slide .swiper-button {
    width: 42px;
    height: 42px;
  }
}
.top-page .works_sec--slide .swiper-button img {
  width: 13px;
}
@media all and (max-width: 660px) {
  .top-page .works_sec--slide .swiper-button img {
    width: 11px;
  }
}
.top-page .works_sec--slide .swiper-buttonPrev {
  left: -66px;
}
@media all and (max-width: 1580px) {
  .top-page .works_sec--slide .swiper-buttonPrev {
    left: calc(-4.6vw + 32px);
  }
}
@media all and (max-width: 660px) {
  .top-page .works_sec--slide .swiper-buttonPrev {
    left: calc(-4.6vw + 14px);
  }
}
.top-page .works_sec--slide .swiper-buttonPrev img {
  transform: translate(-50%, -50%) rotate(180deg);
}
.top-page .works_sec--slide .swiper-buttonNext {
  right: -66px;
}
@media all and (max-width: 1580px) {
  .top-page .works_sec--slide .swiper-buttonNext {
    right: calc(-4.6vw + 32px);
  }
}
@media all and (max-width: 660px) {
  .top-page .works_sec--slide .swiper-buttonNext {
    right: calc(-4.6vw + 14px);
  }
}
.top-page .works_sec .anchor-box {
  margin-top: 75px;
  text-align: center;
}
@media all and (max-width: 660px) {
  .top-page .works_sec .anchor-box {
    margin-top: 45px;
  }
}
.top-page .concept_sec {
  padding: 110px 0;
  background: rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 660px) {
  .top-page .concept_sec {
    padding: 40px 0 0;
  }
}
@media all and (max-width: 660px) {
  .top-page .concept_sec .bs-inr, .top-page .concept_sec .contact-page--inr, .top-page .concept_sec .worksSingle-page--inr {
    padding: 0;
  }
}
.top-page .concept_sec--flex {
  display: flex;
}
@media all and (max-width: 960px) {
  .top-page .concept_sec--flex {
    max-width: 680px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 660px) {
  .top-page .concept_sec--flex {
    flex-direction: column-reverse;
  }
}
.top-page .concept_sec--image {
  width: 50%;
}
@media all and (max-width: 960px) {
  .top-page .concept_sec--image {
    width: 100%;
  }
}
.top-page .concept_sec--image img {
  width: 100%;
}
.top-page .concept_sec--text {
  width: 50%;
  padding-left: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media all and (max-width: 960px) {
  .top-page .concept_sec--text {
    width: 100%;
    padding-left: 0;
    padding-top: 55px;
  }
}
@media all and (max-width: 660px) {
  .top-page .concept_sec--text {
    padding: 0 4.6vw 51px;
  }
}
.top-page .concept_sec--text .top {
  font-weight: bold;
  font-size: clamp(12px, 3.6vw, 50px);
  line-height: 1;
}
@media all and (max-width: 660px) {
  .top-page .concept_sec--text .top {
    font-size: 8.2vw;
  }
}
.top-page .concept_sec--text .top span {
  display: inline-block;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}
.top-page .concept_sec--text .top span::before {
  content: "";
  width: calc(100% + 18px);
  height: 30px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 4px;
  left: -6px;
  z-index: -1;
}
@media all and (max-width: 660px) {
  .top-page .concept_sec--text .top span::before {
    height: 0.8em;
    bottom: 0.1em;
  }
}
.top-page .concept_sec--text .bottom {
  padding-bottom: 25px;
}
@media all and (max-width: 660px) {
  .top-page .concept_sec--text .bottom {
    text-align: center;
    padding-bottom: 0;
  }
}
.top-page .concept_sec--text .bottom .l {
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1.75;
}
@media all and (max-width: 1230px) {
  .top-page .concept_sec--text .bottom .l {
    font-size: 14px;
  }
}
@media all and (max-width: 660px) {
  .top-page .concept_sec--text .bottom .l {
    margin-bottom: 30px;
    text-align: left;
    font-size: 16px;
  }
}
.top-page .modelhouse_sec {
  padding: 130px 0 0;
}
@media all and (max-width: 660px) {
  .top-page .modelhouse_sec {
    padding: 90px 0 0;
  }
}
.top-page .modelhouse_sec--main {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 960px) {
  .top-page .modelhouse_sec--main {
    margin-top: 35px;
  }
}
@media all and (max-width: 660px) {
  .top-page .modelhouse_sec--main {
    margin-top: 30px;
    flex-direction: column;
    gap: 47px;
  }
}
.top-page .modelhouse_sec--main .modelhouse {
  width: calc((100% - 44px) / 2);
}
@media all and (max-width: 960px) {
  .top-page .modelhouse_sec--main .modelhouse {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 660px) {
  .top-page .modelhouse_sec--main .modelhouse {
    width: 100%;
  }
}
.top-page .modelhouse_sec--main .modelhouse-image {
  overflow: hidden;
  display: block;
}
.top-page .modelhouse_sec--main .modelhouse-image img {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-page .modelhouse_sec--main .modelhouse-image:hover img {
  transform: scale(1.045);
  opacity: 0.76;
}
.top-page .modelhouse_sec--main .modelhouse-text {
  padding: 20px 0 0;
  text-align: center;
}
.top-page .modelhouse_sec--main .modelhouse-text .name {
  font-weight: bold;
  font-size: 20px;
}
.top-page .modelhouse_sec--main .modelhouse-text .m {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media all and (max-width: 960px) {
  .top-page .modelhouse_sec--main .modelhouse-text .m {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .modelhouse_sec--main .modelhouse-text .m {
    font-size: 3.2vw;
  }
}
.top-page .modelhouse_sec--main .modelhouse-text .m::after {
  content: "";
  width: 210px;
  height: 1px;
  background: #707070;
  display: block;
  bottom: 0;
}
@media all and (max-width: 960px) {
  .top-page .modelhouse_sec--main .modelhouse-text .m::after {
    width: 60%;
  }
}
.top-page .modelhouse_sec--main .modelhouse-text .a {
  margin-bottom: 32px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media all and (max-width: 1360px) {
  .top-page .modelhouse_sec--main .modelhouse-text .a {
    font-size: 14px;
  }
}
@media all and (max-width: 960px) {
  .top-page .modelhouse_sec--main .modelhouse-text .a {
    line-height: 1.4;
  }
}

.base-page--title {
  padding: 95px 0 70px;
  background: #fffce2;
}
@media all and (max-width: 960px) {
  .base-page--title {
    padding: 75px 0 50px;
  }
}
@media all and (max-width: 660px) {
  .base-page--title {
    padding: 47px 0 37px;
  }
}
.base-page--title .inr {
  text-align: center;
}
.base-page--title .inr .title {
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
}
@media all and (max-width: 960px) {
  .base-page--title .inr .title {
    font-size: 34px;
  }
}
@media all and (max-width: 660px) {
  .base-page--title .inr .title {
    font-size: 22px;
  }
}
.base-page--title .inr .en {
  margin-top: 17px;
  font-size: 20px;
  color: #009944;
  line-height: 1;
}
@media all and (max-width: 960px) {
  .base-page--title .inr .en {
    margin-top: 12px;
    font-size: 18px;
  }
}
@media all and (max-width: 660px) {
  .base-page--title .inr .en {
    margin-top: 7px;
    font-size: 13px;
    font-weight: bold;
  }
}
.base-page--pankuzu {
  padding-top: 12px;
}
.base-page--pankuzu .breadcrumbs {
  width: 100%;
  color: #808080;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
@media all and (max-width: 660px) {
  .base-page--pankuzu .breadcrumbs {
    font-size: 11px;
  }
}
.base-page--pankuzu .breadcrumbs > span {
  flex-shrink: 0;
  line-height: 1;
}
.base-page--pankuzu .breadcrumbs > span:first-of-type {
  padding-left: 0;
}
.base-page--pankuzu .breadcrumbs > span:last-of-type {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.base-page--pankuzu .breadcrumbs > span a {
  font-weight: bold;
}
@media all and (max-width: 660px) {
  .base-page--pankuzu .breadcrumbs > span a {
    text-decoration: underline;
  }
}
.base-page--pankuzu .breadcrumbs > span a:hover {
  text-decoration: underline;
}

.concept-page {
  margin-bottom: 263px;
}
@media all and (max-width: 660px) {
  .concept-page {
    margin-bottom: 200px;
  }
}
.concept-page .top_sec {
  margin-top: 94px;
}
@media all and (max-width: 660px) {
  .concept-page .top_sec {
    margin-top: 48px;
  }
}
.concept-page .top_sec--flex {
  display: flex;
  flex-wrap: wrap;
}
.concept-page .top_sec--left {
  width: 35.4%;
}
@media all and (max-width: 660px) {
  .concept-page .top_sec--left {
    width: 100%;
  }
}
@media all and (max-width: 660px) {
  .concept-page .top_sec--left img {
    width: 70vw;
  }
}
.concept-page .top_sec--right {
  flex: 1;
  padding-left: 8%;
}
@media all and (max-width: 960px) {
  .concept-page .top_sec--right {
    padding-left: 4%;
  }
}
@media all and (max-width: 660px) {
  .concept-page .top_sec--right {
    width: 100%;
    flex: auto;
    padding-left: 0;
  }
}
.concept-page .top_sec--right .bold {
  font-size: min(2.7vw, 40px);
  font-weight: bold;
}
@media all and (max-width: 960px) {
  .concept-page .top_sec--right .bold {
    font-size: 3.4vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .top_sec--right .bold {
    margin-top: 13px;
    font-size: 6.4vw;
    line-height: 1;
  }
}
.concept-page .top_sec--right .l {
  margin-top: 10px;
  font-size: min(1.13vw, 18px);
}
@media all and (max-width: 960px) {
  .concept-page .top_sec--right .l {
    font-size: 1.7vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .top_sec--right .l {
    margin-top: 46px;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
.concept-page .middle1_sec {
  margin-top: 85px;
}
@media all and (max-width: 1410px) {
  .concept-page .middle1_sec {
    margin-top: 3vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .middle1_sec {
    margin-top: 20px;
  }
}
.concept-page .middle1_sec--inr {
  display: flex;
}
@media all and (max-width: 660px) {
  .concept-page .middle1_sec--inr {
    padding: 0;
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
.concept-page .middle1_sec--text {
  width: 40vw;
  padding-right: 3%;
  align-self: flex-end;
}
@media all and (max-width: 660px) {
  .concept-page .middle1_sec--text {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }
}
.concept-page .middle1_sec--text .l {
  font-size: min(1.13vw, 18px);
}
@media all and (max-width: 960px) {
  .concept-page .middle1_sec--text .l {
    font-size: 1.7vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .middle1_sec--text .l {
    padding: 0 4.6vw;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
.concept-page .middle1_sec--text .l span {
  color: #96acb3;
  font-size: min(2.7vw, 40px);
  font-weight: bold;
}
@media all and (max-width: 660px) {
  .concept-page .middle1_sec--text .l span {
    font-size: 35px;
  }
}
.concept-page .middle1_sec--text .l.f {
  margin-bottom: 65px;
}
@media all and (max-width: 1410px) {
  .concept-page .middle1_sec--text .l.f {
    margin-bottom: 2.4vw;
  }
}
.concept-page .middle1_sec--text .img-box {
  margin-top: 5vw;
  margin-bottom: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 5vw;
  display: none;
}
@media all and (max-width: 660px) {
  .concept-page .middle1_sec--text .img-box {
    display: flex;
  }
}
.concept-page .middle1_sec--text .img-box .img-1 {
  width: 59vw;
}
.concept-page .middle1_sec--text .img-box .img-2 {
  width: 30vw;
}
.concept-page .middle1_sec--img {
  width: 60vw;
  position: relative;
}
@media all and (max-width: 660px) {
  .concept-page .middle1_sec--img {
    width: 90%;
  }
}
.concept-page .middle1_sec--img::before {
  content: "";
  display: block;
  padding-top: 53%;
}
.concept-page .middle1_sec--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-page .middleImg_sec {
  margin-top: 50px;
}
@media all and (max-width: 660px) {
  .concept-page .middleImg_sec {
    display: none;
  }
}
.concept-page .middleImg_sec .inr {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4%;
}
.concept-page .middleImg_sec .inr .img-1 {
  width: 52vw;
  max-width: 748px;
}
.concept-page .middleImg_sec .inr .img-2 {
  width: 27.5vw;
  max-width: 388px;
  transform: translateY(40px);
}
@media all and (max-width: 960px) {
  .concept-page .middleImg_sec .inr .img-2 {
    transform: translateY(3vw);
  }
}
@media all and (max-width: 660px) {
  .concept-page .middle2_sec {
    margin-top: 16vw;
  }
}
.concept-page .middle2_sec .inr {
  display: flex;
  flex-wrap: wrap;
}
.concept-page .middle2_sec--top {
  margin-bottom: 30px;
}
@media all and (max-width: 660px) {
  .concept-page .middle2_sec--top {
    margin-bottom: 3vw;
  }
}
.concept-page .middle2_sec--top p {
  color: #c297a2;
  font-size: min(3.9vw, 55px);
  font-weight: bold;
  line-height: 1.35;
}
@media all and (max-width: 660px) {
  .concept-page .middle2_sec--top p {
    font-size: 6.4vw;
  }
}
.concept-page .middle2_sec--text {
  width: 52%;
  padding-right: 2%;
}
@media all and (max-width: 660px) {
  .concept-page .middle2_sec--text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.concept-page .middle2_sec--text .bold {
  font-size: min(2.7vw, 40px);
  font-weight: bold;
}
@media all and (max-width: 660px) {
  .concept-page .middle2_sec--text .bold {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.concept-page .middle2_sec--text .l {
  font-size: min(1.3vw, 18px);
}
@media all and (max-width: 960px) {
  .concept-page .middle2_sec--text .l {
    font-size: 1.7vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .middle2_sec--text .l {
    font-size: 14px;
  }
}
.concept-page .middle2_sec--img {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .concept-page .middle2_sec--img {
    width: 100%;
    flex-wrap: wrap;
    gap: 5.5vw;
  }
}
.concept-page .middle2_sec--img .img {
  width: 48.4%;
}
@media all and (max-width: 660px) {
  .concept-page .middle2_sec--img .img {
    width: 100%;
  }
}
.concept-page .middle2_sec--img .img-2 {
  text-align: right;
}
@media all and (max-width: 660px) {
  .concept-page .middle2_sec--img .img img {
    width: 60%;
  }
}
.concept-page .well_sec {
  position: relative;
}
@media all and (max-width: 660px) {
  .concept-page .well_sec {
    margin-top: 20px;
  }
}
.concept-page .well_sec::before {
  content: "";
  width: 100%;
  height: 50vw;
  max-height: 780px;
  position: absolute;
  top: 80px;
  left: 0;
  display: block;
  background: #efefef;
  z-index: 1;
}
@media all and (max-width: 660px) {
  .concept-page .well_sec::before {
    display: none;
  }
}
.concept-page .well_sec--top {
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--top {
    padding-bottom: 50px;
    background: #efefef;
  }
}
.concept-page .well_sec--top .title {
  margin-bottom: 80px;
  padding: 40px 34px;
  display: inline-block;
  background: #fff;
  border: 10px solid #efefef;
  position: relative;
}
@media all and (max-width: 1240px) {
  .concept-page .well_sec--top .title {
    margin-bottom: 4.5vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--top .title {
    padding: 4.6vw;
    transform: translateY(-10vw);
    margin-bottom: 0;
  }
}
.concept-page .well_sec--top .title a {
  transition: 0.3s;
}
.concept-page .well_sec--top .title a:hover {
  opacity: 0.5;
}
.concept-page .well_sec--top .title .img {
  width: 30vw;
  max-width: 370px;
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--top .title .img {
    width: 23vw;
  }
}
.concept-page .well_sec--top .title .arw {
  width: 146px;
  position: absolute;
  bottom: 18px;
  right: -50px;
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--top .title .arw {
    width: 20vw;
    bottom: 1.7vw;
    right: -6vw;
  }
}
.concept-page .well_sec--top .list-img {
  margin-bottom: 85px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media all and (max-width: 1240px) {
  .concept-page .well_sec--top .list-img {
    margin-bottom: 5vw;
    gap: 20px;
  }
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--top .list-img {
    width: 86%;
    margin: 0 auto;
    flex-direction: column;
    gap: 9vw;
  }
}
.concept-page .well_sec--top .list-img li {
  flex-basis: 1;
}
.concept-page .well_sec--top .list-img li .name {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: min(3.9vw, 22px);
}
@media all and (max-width: 1240px) {
  .concept-page .well_sec--top .list-img li .name {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--top .list-img li .name {
    font-size: 4vw;
  }
}
.concept-page .well_sec--top .list-img li .l {
  margin-top: 11px;
  font-size: 14px;
  text-align: right;
  line-height: 1.55;
}
@media all and (max-width: 1240px) {
  .concept-page .well_sec--top .list-img li .l {
    font-size: 1.2vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--top .list-img li .l {
    margin-top: 4px;
    font-size: 3.5vw;
  }
}
.concept-page .well_sec--home {
  z-index: 2;
  position: relative;
}
.concept-page .well_sec--home .home-img {
  display: flex;
  gap: 45px;
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--home .home-img {
    margin-top: 50px;
    flex-direction: column;
  }
}
.concept-page .well_sec--home .home-img .home {
  flex-basis: 1;
}
.concept-page .well_sec--home .home-img .l {
  display: none;
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--home .home-img .l {
    margin-top: 13px;
    display: block;
    font-size: 3.4vw;
  }
}
.concept-page .well_sec--home .home-img .num {
  margin-top: 10px;
  margin-left: 70px;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.75;
}
@media all and (max-width: 1240px) {
  .concept-page .well_sec--home .home-img .num {
    margin-left: 5vw;
    font-size: 13px;
  }
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--home .home-img .num {
    margin-left: 0;
    font-size: 3.4vw;
  }
}
.concept-page .well_sec--home .home-img .num dt {
  width: 100px;
}
.concept-page .well_sec--home .home-img .num dd {
  width: calc(100% - 100px);
}
.concept-page .well_sec--anchor {
  margin-top: 180px;
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--anchor {
    margin-top: 50px;
  }
}
.concept-page .well_sec--anchor .anchor {
  display: block;
  width: 100%;
  height: 30vw;
  max-height: 410px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 960px) {
  .concept-page .well_sec--anchor .anchor {
    height: 38vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--anchor .anchor {
    height: 40vw;
  }
}
.concept-page .well_sec--anchor .anchor:hover span {
  background: #009944;
  color: #fff;
}
.concept-page .well_sec--anchor .anchor:hover .img {
  transform: translate(-50%, -50%) scale(1.1);
}
.concept-page .well_sec--anchor .anchor:hover::before {
  background: rgba(0, 153, 68, 0.3);
}
.concept-page .well_sec--anchor .anchor::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  mix-blend-mode: multiply;
}
.concept-page .well_sec--anchor .anchor span {
  padding: 0.8em 2em;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 100px;
  z-index: 10;
  transition: 0.2s;
}
@media all and (max-width: 960px) {
  .concept-page .well_sec--anchor .anchor span {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 660px) {
  .concept-page .well_sec--anchor .anchor span {
    font-size: 3.2vw;
  }
}
.concept-page .well_sec--anchor .anchor .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.55s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.well-page {
  margin-bottom: 0 !important;
}
.well-page--cover {
  margin-top: 70px;
  padding-bottom: 150px;
  background: #efefef;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 960px) {
  .well-page--cover {
    padding-bottom: 110px;
  }
}
@media all and (max-width: 660px) {
  .well-page--cover {
    padding-bottom: 80px;
  }
}
.well-page--cover::after {
  content: "";
  width: 100%;
  height: min(4.3vw, 54px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
@media all and (max-width: 660px) {
  .well-page--cover::after {
    height: 8vw;
  }
}
.well-page--flex {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .well-page--flex {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.well-page--flex > div {
  width: 44.7%;
}
@media all and (max-width: 660px) {
  .well-page--flex > div {
    width: 100%;
  }
}
.well-page--title .title-box {
  width: 100%;
  padding: 7.8% 0;
  text-align: center;
  border: 10px solid #efefef;
  background: #fff;
}
@media all and (max-width: 660px) {
  .well-page--title .title-box {
    width: 78%;
    padding: 5% 0;
    border: 8px solid #efefef;
  }
}
.well-page--title .title-box img {
  width: 86.5%;
}
.well-page--main {
  padding-top: 60px;
  position: relative;
}
.well-page--main::after {
  content: "";
  width: 24px;
  height: 100%;
  display: block;
  top: 0;
  z-index: 10;
  opacity: 0.5;
}
.well-page--main .backImg {
  width: 37vw;
  max-width: 600px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media all and (max-width: 660px) {
  .well-page--main .backImg {
    display: none;
  }
}
.well-page--main .box-cont.first {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.well-page--main .line-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 660px) {
  .well-page--main .line-box {
    gap: 40px;
  }
}
.well-page--main .line-box.first::after {
  content: "";
  width: 24px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50px;
  right: max(-6.15vw, -85px);
  z-index: -1;
  background: #707070;
}
@media all and (max-width: 960px) {
  .well-page--main .line-box.first::after {
    width: 18px;
  }
}
@media all and (max-width: 660px) {
  .well-page--main .line-box.first::after {
    display: none;
  }
}
.well-page--main .box {
  padding: 30px 30px 30px 10px;
  background: #fff;
  position: relative;
}
@media all and (max-width: 960px) {
  .well-page--main .box {
    padding: 26px 18px 26px 10px;
  }
}
.well-page--main .box .title {
  position: absolute;
  top: -17px;
  left: 3.4%;
}
.well-page--main .box .title img {
  height: 29px;
}
@media all and (max-width: 960px) {
  .well-page--main .box .title img {
    height: 24px;
  }
}
.well-page--main .box-fl::before {
  content: "";
  width: calc(50% + 90px);
  height: 24px;
  display: block;
  position: absolute;
  right: max(-6.15vw, -83px);
  bottom: -50px;
  z-index: 1;
  background: #707070;
}
@media all and (max-width: 1330px) {
  .well-page--main .box-fl::before {
    width: calc(50% + 6vw);
  }
}
@media all and (max-width: 960px) {
  .well-page--main .box-fl::before {
    height: 18px;
  }
}
@media all and (max-width: 660px) {
  .well-page--main .box-fl::before {
    display: none;
  }
}
.well-page--main .box-fs::before {
  content: "";
  width: 90px;
  height: 24px;
  display: block;
  position: absolute;
  left: max(-5.25vw, -88px);
  top: 50px;
  z-index: -1;
  background: #707070;
}
@media all and (max-width: 1330px) {
  .well-page--main .box-fs::before {
    width: 6vw;
  }
}
@media all and (max-width: 960px) {
  .well-page--main .box-fs::before {
    height: 18px;
  }
}
@media all and (max-width: 660px) {
  .well-page--main .box-fs::before {
    display: none;
  }
}
.well-page--main .box-big {
  margin-top: 250px;
  padding-left: 30px;
}
@media all and (max-width: 660px) {
  .well-page--main .box-big__pc {
    display: none;
  }
}
.well-page--main .box-big__mb {
  display: none;
}
@media all and (max-width: 660px) {
  .well-page--main .box-big__mb {
    margin-top: 0;
    padding-left: 0;
    display: block;
  }
}
.well-page--main .box-big--img {
  margin-top: 30px;
}
@media all and (max-width: 660px) {
  .well-page--main .box-big--img {
    padding-left: 20px;
  }
}
.well-page--main .box-big--img img {
  width: 100%;
}
.well-page--main .box-big--anchor {
  margin-top: 40px;
  text-align: right;
}
@media all and (max-width: 660px) {
  .well-page--main .box-big--anchor {
    text-align: center;
    padding-left: 20px;
  }
}
.well-page--main .box-big--anchor .anchor {
  width: 65%;
}
@media all and (max-width: 960px) {
  .well-page--main .box-big--anchor .anchor {
    width: 100%;
  }
}
.well-page--main .box.box-big::after {
  display: none;
}
.well-page--main .box.l::after {
  width: 160px;
  height: 24px;
  transform: translateX(0) translateY(-50%);
  top: 50%;
  left: -160px;
}
@media all and (max-width: 960px) {
  .well-page--main .box.l::after {
    height: 18px;
  }
}
.well-page--main .box::after {
  content: "";
  width: 24px;
  height: 50px;
  display: block;
  bottom: -50px;
  z-index: -1;
  background: #707070;
}
@media all and (max-width: 960px) {
  .well-page--main .box::after {
    width: 18px;
  }
}
@media all and (max-width: 660px) {
  .well-page--main .box::after {
    display: none;
  }
}
.well-page--main .box-inr {
  display: flex;
  align-items: center;
}
.well-page--main .box-img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.well-page--main .box-img img {
  width: 41%;
}
@media all and (max-width: 960px) {
  .well-page--main .box-img img {
    width: 60%;
  }
}
.well-page--main .box-img img.s {
  width: 30%;
}
@media all and (max-width: 960px) {
  .well-page--main .box-img img.s {
    width: 50%;
  }
}
.well-page--main .box-text {
  width: 70%;
}
.well-page--main .box-text .b {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
@media all and (max-width: 1330px) {
  .well-page--main .box-text .b {
    font-size: 18px;
  }
}
@media all and (max-width: 960px) {
  .well-page--main .box-text .b {
    font-size: 16px;
  }
}
.well-page--main .box-text .l {
  font-size: 17px;
}
@media all and (max-width: 1330px) {
  .well-page--main .box-text .l {
    font-size: 16px;
  }
}
@media all and (max-width: 960px) {
  .well-page--main .box-text .l {
    font-size: 13px;
  }
}

.works-page .main_sec {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media all and (max-width: 660px) {
  .works-page .main_sec {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.works-page .main_sec .bs-borderTitle .en {
  color: #009944;
}
.works-page .main_sec--cont {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px 4%;
}
@media all and (max-width: 960px) {
  .works-page .main_sec--cont {
    gap: 50px 2.3%;
  }
}
@media all and (max-width: 660px) {
  .works-page .main_sec--cont {
    margin-top: 20px;
    gap: 30px 2.5%;
    grid-template-columns: 1fr 1fr;
  }
}
.works-page .main_sec--cont .box-anchor:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.works-page .main_sec--cont .box-anchor:hover .box-text {
  text-decoration: underline;
}
.works-page .main_sec--cont .box-img {
  position: relative;
  overflow: hidden;
}
.works-page .main_sec--cont .box-img:before {
  content: "";
  display: block;
  padding-top: 72%;
}
.works-page .main_sec--cont .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-page .main_sec--cont .box-img img {
  transition: 0.7s ease-out;
}
.works-page .main_sec--cont .box-text {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: min(1.3vw, 18px);
}
@media all and (max-width: 960px) {
  .works-page .main_sec--cont .box-text {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 660px) {
  .works-page .main_sec--cont .box-text {
    margin-top: 4px;
    font-size: 13px;
  }
}
.works-page .main_sec .pageNation {
  margin-top: 70px;
}
@media all and (max-width: 660px) {
  .works-page .main_sec .pageNation {
    margin-top: 35px;
  }
}
.works-page .case_sec--title {
  margin-bottom: 56px;
  display: flex;
  gap: 55px;
}
@media all and (max-width: 1170px) {
  .works-page .case_sec--title {
    gap: 6%;
  }
}
@media all and (max-width: 660px) {
  .works-page .case_sec--title {
    margin-bottom: 24px;
  }
}
.works-page .case_sec--title .case-button {
  cursor: pointer;
}
.works-page .case_sec--title .case-button.show img {
  filter: invert(31%) sepia(73%) saturate(2885%) hue-rotate(135deg) brightness(94%) contrast(101%);
}
@media all and (max-width: 1170px) {
  .works-page .case_sec--title .case-button__out {
    width: 40%;
  }
}
@media all and (max-width: 660px) {
  .works-page .case_sec--title .case-button__out {
    width: 45%;
  }
}
@media all and (max-width: 1170px) {
  .works-page .case_sec--title .case-button__in {
    width: 38%;
  }
}
@media all and (max-width: 660px) {
  .works-page .case_sec--title .case-button__in {
    width: 43%;
  }
}
.works-page .case_sec--title .case-button p {
  padding: 10px 0 0 48px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}
@media all and (max-width: 1170px) {
  .works-page .case_sec--title .case-button p {
    padding: 10px 0 0 11%;
  }
}
@media all and (max-width: 660px) {
  .works-page .case_sec--title .case-button p {
    padding: 3px 0 0 11%;
    font-size: 12px;
  }
}
.works-page .case_sec--title .case-button:hover img {
  filter: invert(31%) sepia(73%) saturate(2885%) hue-rotate(135deg) brightness(94%) contrast(101%);
}
.works-page .case_sec--title .case-button img {
  filter: invert(51%) sepia(3%) saturate(24%) hue-rotate(10deg) brightness(97%) contrast(84%);
}
.works-page .case_sec--main .container {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s;
}
.works-page .case_sec--main .container.hide {
  display: none;
}
.works-page .case_sec--main .container.show {
  opacity: 1;
  transform: translateY(0px);
}
.works-page .case_sec--main .container--inr {
  display: flex;
  flex-wrap: wrap;
  gap: min(2vw, 40px);
}
@media all and (max-width: 660px) {
  .works-page .case_sec--main .container--inr {
    gap: 2.25vw;
  }
}
.works-page .case_sec--main .container .box {
  width: calc((100% - min(2vw, 40px) * 3) / 4);
  position: relative;
  transition: 0.3s;
}
@media all and (max-width: 660px) {
  .works-page .case_sec--main .container .box {
    width: calc((100% - 4.5vw) / 3);
  }
}
.works-page .case_sec--main .container .box::before {
  content: "";
  padding-top: 72%;
  display: block;
}
.works-page .case_sec--main .container .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.worksSingle-page {
  margin-bottom: 210px;
}
@media all and (max-width: 660px) {
  .worksSingle-page {
    margin-bottom: 90px;
  }
}
.worksSingle-page--inr {
  max-width: calc(1110px + 9.2vw);
}
@media all and (max-width: 660px) {
  .worksSingle-page--inr {
    padding: 0;
  }
}
.worksSingle-page .image_sec {
  margin-top: 75px;
  margin-bottom: 60px;
}
@media all and (max-width: 660px) {
  .worksSingle-page .image_sec {
    margin-top: 30px;
    margin-bottom: 34px;
  }
}
.worksSingle-page .image_sec img {
  width: 100%;
}
.worksSingle-page .image_sec--main {
  margin-bottom: 32px;
}
@media all and (max-width: 960px) {
  .worksSingle-page .image_sec--main {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 660px) {
  .worksSingle-page .image_sec--main {
    margin-bottom: 10px;
  }
}
.worksSingle-page .image_sec--sub {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .worksSingle-page .image_sec--sub {
    padding: 0 10px;
  }
}
.worksSingle-page .image_sec--sub .box {
  width: calc((100% - 64px) / 3);
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
.worksSingle-page .image_sec--sub .box:hover {
  opacity: 0.75;
}
@media all and (max-width: 960px) {
  .worksSingle-page .image_sec--sub .box {
    width: calc((100% - 40px) / 3);
  }
}
@media all and (max-width: 660px) {
  .worksSingle-page .image_sec--sub .box {
    width: calc((100% - 20px) / 3);
  }
}
.worksSingle-page .image_sec--sub .box img {
  width: 100%;
}
@media all and (max-width: 660px) {
  .worksSingle-page .text_sec {
    padding: 0 4.6vw;
  }
}
.worksSingle-page .text_sec .list {
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px 0;
  font-size: 18px;
}
@media all and (max-width: 960px) {
  .worksSingle-page .text_sec .list {
    font-size: 16px;
  }
}
@media all and (max-width: 660px) {
  .worksSingle-page .text_sec .list {
    font-size: 14px;
    gap: 3px 0;
  }
}
.worksSingle-page .text_sec .list::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 110px;
}
@media all and (max-width: 960px) {
  .worksSingle-page .text_sec .list::before {
    left: 90px;
  }
}
@media all and (max-width: 660px) {
  .worksSingle-page .text_sec .list::before {
    left: 70px;
  }
}
.worksSingle-page .text_sec .list dt {
  width: 110px;
  font-weight: bold;
}
@media all and (max-width: 960px) {
  .worksSingle-page .text_sec .list dt {
    width: 90px;
  }
}
@media all and (max-width: 660px) {
  .worksSingle-page .text_sec .list dt {
    width: 70px;
  }
}
.worksSingle-page .text_sec .list dd {
  width: calc(100% - 110px);
  padding-left: 32px;
}
@media all and (max-width: 960px) {
  .worksSingle-page .text_sec .list dd {
    width: calc(100% - 90px);
    padding-left: 22px;
  }
}
@media all and (max-width: 660px) {
  .worksSingle-page .text_sec .list dd {
    width: calc(100% - 70px);
    padding-left: 22px;
  }
}
.worksSingle-page .page_sec {
  margin-top: 140px;
}
@media all and (max-width: 660px) {
  .worksSingle-page .page_sec {
    margin-top: 90px;
  }
}
.worksSingle-page .page_sec--arrow {
  font-size: 18px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
  position: relative;
}
@media all and (max-width: 660px) {
  .worksSingle-page .page_sec--arrow {
    font-size: 15px;
  }
}
.worksSingle-page .page_sec--arrow.space::before {
  width: 1px;
  height: 100%;
  display: block;
  content: "";
  background: #000;
}
.worksSingle-page .page_sec--arrow .anchor {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  transition: 0.2s;
}
.worksSingle-page .page_sec--arrow .anchor:hover {
  text-decoration: underline;
}
.worksSingle-page .page_sec--arrow .anchor img {
  width: 16px;
}
.worksSingle-page .page_sec--back {
  margin-top: 34px;
  text-align: center;
  line-height: 1;
  font-size: 30px;
}
@media all and (max-width: 660px) {
  .worksSingle-page .page_sec--back {
    margin-top: 20px;
    font-size: 20px;
  }
}
.worksSingle-page .page_sec--back:hover {
  text-decoration: underline;
}

.showroom-page {
  margin-bottom: 210px;
}
.showroom-page .showroom_sec#nishi {
  margin-top: -170px;
  padding-top: 170px;
}
.showroom-page .showroom_sec:first-of-type {
  margin-top: 90px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec:first-of-type {
    margin-top: 40px;
  }
}
.showroom-page .showroom_sec:not(:last-of-type) {
  margin-bottom: 120px;
}
.showroom-page .showroom_sec--top {
  display: flex;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--top {
    flex-direction: column;
  }
}
.showroom-page .showroom_sec--top .left {
  width: 53%;
  position: relative;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--top .left {
    width: 100%;
    height: 58vw;
  }
}
.showroom-page .showroom_sec--top .left::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  mix-blend-mode: multiply;
}
.showroom-page .showroom_sec--top .left .title {
  padding: 14px 30px 15px;
  line-height: 1;
  color: #fff;
  background: #009944;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -25px;
  z-index: 10;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media all and (max-width: 1240px) {
  .showroom-page .showroom_sec--top .left .title {
    font-size: 1.9vw;
    padding: 1.2vw 2vw 1.2vw;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--top .left .title {
    padding: 8px 20px 7px;
    font-size: 3vw;
    top: 1.4vw;
    left: -13px;
  }
}
.showroom-page .showroom_sec--top .left .l {
  display: block;
  position: absolute;
  top: 90px;
  left: 43px;
  z-index: 10;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  font-size: min(2vw, 30px);
}
@media all and (max-width: 1240px) {
  .showroom-page .showroom_sec--top .left .l {
    top: 7.55vw;
    left: 2vw;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--top .left .l {
    font-size: 3.5vw;
    top: 12vw;
    left: 4vw;
  }
}
.showroom-page .showroom_sec--top .left .l span {
  display: block;
}
.showroom-page .showroom_sec--top .left .l-hirano span:nth-of-type(2) {
  margin-left: 2em;
}
.showroom-page .showroom_sec--top .left .l-nishi span:nth-of-type(2) {
  margin-left: 7em;
}
.showroom-page .showroom_sec--top .left .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.showroom-page .showroom_sec--top .left .bland {
  width: 22%;
  max-width: 177px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
@media all and (max-width: 1480px) {
  .showroom-page .showroom_sec--top .left .bland {
    bottom: 1.5vw;
    right: 1.5vw;
  }
}
.showroom-page .showroom_sec--top .right {
  width: 47%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--top .right {
    width: 100%;
  }
}
.showroom-page .showroom_sec--top .right-map {
  height: 30vw;
  max-height: 460px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--top .right-map {
    height: 55vw;
  }
}
.showroom-page .showroom_sec--top .right-map iframe {
  width: 100%;
  height: 100%;
}
.showroom-page .showroom_sec--top .right-text {
  display: flex;
}
.showroom-page .showroom_sec--top .right-text--address {
  width: 70%;
  padding: 1em;
  background: #ffe102;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width: 1240px) {
  .showroom-page .showroom_sec--top .right-text--address {
    padding: 1.2vw;
  }
}
.showroom-page .showroom_sec--top .right-text--address .a {
  font-size: min(0.95vw, 15px);
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--top .right-text--address .a {
    font-size: 2.1vw;
  }
}
.showroom-page .showroom_sec--top .right-text--address .t {
  font-size: min(1.8vw, 23px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--top .right-text--address .t {
    font-size: 3vw;
  }
}
.showroom-page .showroom_sec--top .right-text--form {
  width: 30%;
  background: #009944;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.5vw, 20px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--top .right-text--form {
    font-size: 2.5vw;
  }
}
.showroom-page .showroom_sec--bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 960px) {
  .showroom-page .showroom_sec--bottom {
    margin-top: 20px;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom {
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 1170px) {
  .showroom-page .showroom_sec--bottom .left {
    width: 23%;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom .left {
    width: 100%;
    margin-top: 13px;
  }
}
.showroom-page .showroom_sec--bottom .left .more {
  cursor: pointer !important;
  display: inline-block;
  filter: invert(51%) sepia(3%) saturate(24%) hue-rotate(10deg) brightness(97%) contrast(84%);
}
@media all and (max-width: 1170px) {
  .showroom-page .showroom_sec--bottom .left .more {
    width: 100%;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom .left .more {
    padding: 3vw 0;
    border: 1px solid #009944;
    border-radius: 10px;
    filter: none;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom .left .more img {
    width: 60%;
  }
}
.showroom-page .showroom_sec--bottom .left .more:hover {
  filter: invert(31%) sepia(73%) saturate(2885%) hue-rotate(135deg) brightness(94%) contrast(101%);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom .left .more:hover {
    filter: none;
  }
}
@media all and (max-width: 1170px) {
  .showroom-page .showroom_sec--bottom .right {
    width: 67%;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom .right {
    width: 100%;
  }
}
.showroom-page .showroom_sec--bottom .right .list {
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 960px) {
  .showroom-page .showroom_sec--bottom .right .list {
    font-size: 14px;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom .right .list {
    font-size: 12px;
  }
}
.showroom-page .showroom_sec--bottom .right .list dt {
  width: 110px;
  border-right: 1px solid #707070;
}
@media all and (max-width: 960px) {
  .showroom-page .showroom_sec--bottom .right .list dt {
    width: 90px;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom .right .list dt {
    width: 70px;
  }
}
.showroom-page .showroom_sec--bottom .right .list dd {
  width: calc(100% - 110px);
  padding-left: 25px;
}
@media all and (max-width: 960px) {
  .showroom-page .showroom_sec--bottom .right .list dd {
    width: calc(100% - 90px);
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom .right .list dd {
    width: calc(100% - 70px);
  }
}
.showroom-page .showroom_sec--bottom .right .l {
  font-weight: bold;
  font-size: 18px;
  margin-top: 18px;
  display: inline-block;
}
@media all and (max-width: 1170px) {
  .showroom-page .showroom_sec--bottom .right .l {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--bottom .right .l {
    font-size: 2.2vw;
  }
}
.showroom-page .showroom_sec--main {
  margin-top: 44px;
  margin-bottom: 150px;
  display: none;
}
.showroom-page .showroom_sec--main .mainCont {
  width: 100%;
  position: relative;
}
.showroom-page .showroom_sec--main .mainCont__left .textBox {
  left: 0;
}
.showroom-page .showroom_sec--main .mainCont__right .textBox {
  right: 0;
}
.showroom-page .showroom_sec--main .mainCont .textBox {
  width: 35.5%;
  display: inline-block;
  text-align: left;
  z-index: 10;
  position: absolute;
  top: 25px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main .mainCont .textBox {
    display: block;
    width: 100% !important;
    margin-bottom: 14px;
    position: relative;
    top: auto !important;
  }
}
.showroom-page .showroom_sec--main .mainCont .textBox .cat {
  margin-bottom: 10px;
  padding: 14px 28px;
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #009944;
  font-weight: bold;
  font-size: min(2vw, 30px);
  line-height: 1;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main .mainCont .textBox .cat {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.showroom-page .showroom_sec--main .mainCont .textBox .title {
  margin-bottom: 30px;
  color: #009944;
  font-size: min(3vw, 44px);
  font-weight: bold;
  line-height: 1.2;
}
@media all and (max-width: 960px) {
  .showroom-page .showroom_sec--main .mainCont .textBox .title {
    margin-bottom: 2vw;
  }
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main .mainCont .textBox .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.showroom-page .showroom_sec--main .mainCont .textBox .l {
  padding-right: 1em;
  font-size: min(1.1vw, 16px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main .mainCont .textBox .l {
    padding-right: 0;
    font-size: 14px;
  }
}
.showroom-page .showroom_sec--main .mainCont .textBox .l.space {
  padding-left: 16%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main .mainCont .textBox .l.space {
    padding-left: 0;
  }
}
.showroom-page .showroom_sec--main .mainCont .imgBox {
  position: relative;
}
.showroom-page .showroom_sec--main .mainCont .imgBox .img {
  position: relative;
}
.showroom-page .showroom_sec--main .mainCont .imgBox .img::before {
  content: "";
  display: block;
}
.showroom-page .showroom_sec--main .mainCont .imgBox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.showroom-page .showroom_sec--main .closeCont {
  margin-top: 55px;
}
.showroom-page .showroom_sec--main .closeCont .close {
  width: 85%;
  max-width: 300px;
  margin: 0 auto;
  padding: 14px 0;
  display: block;
  border: 1px solid #707070;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #888;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main .closeCont .close {
    font-size: 16px;
  }
}
.showroom-page .showroom_sec--main .closeCont .close:hover {
  background: #009944;
  border-color: #009944;
  color: #fff;
}
.showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox {
  padding-bottom: min(14vw, 220px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox {
    padding-bottom: 20vw;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .img__1 {
  width: 68%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .img__1 {
    width: 93%;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .img__2 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .img__2 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .img__2::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .img__3 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .img__3 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .img__3::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .flex {
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-1 .imgBox .flex {
    gap: 10px;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 {
  margin-top: 72px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-2 {
    margin-top: 60px;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .textBox {
  width: 48%;
  top: -40px;
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .textBox .l {
  max-width: 440px;
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox {
  padding-bottom: min(14vw, 200px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox {
    padding-bottom: 20vw;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .img__1 {
  margin-left: auto;
  width: 63%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .img__1 {
    width: 93%;
    margin-left: 0;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .img__2 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .img__2 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .img__2::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .img__3 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .img__3 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .img__3::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .flex {
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-2 .imgBox .flex {
    gap: 10px;
    left: auto;
    right: 0;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-3 {
  margin-top: 105px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-3 {
    margin-top: 60px;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-3 .imgBox {
  padding-bottom: min(14vw, 180px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-3 .imgBox {
    padding-bottom: 20vw;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-3 .imgBox .img__1 {
  width: 68%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-3 .imgBox .img__1 {
    width: 93%;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-3 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-3 .imgBox .img__2 {
  width: 24vw;
  max-width: 380px;
  position: absolute;
  bottom: 0;
  right: 3%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-3 .imgBox .img__2 {
    width: 34.5vw;
    right: 0;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-3 .imgBox .img__2::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-4 {
  margin-top: 72px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-4 {
    margin-top: 60px;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-4 .textBox {
  width: 48%;
  top: -40px;
}
.showroom-page .showroom_sec--main.hirano .mainCont-4 .textBox .l {
  max-width: 440px;
}
.showroom-page .showroom_sec--main.hirano .mainCont-4 .imgBox {
  padding-bottom: min(8vw, 80px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-4 .imgBox {
    padding-bottom: 20vw;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-4 .imgBox .img__1 {
  margin-left: auto;
  width: 66%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-4 .imgBox .img__1 {
    width: 93%;
    margin-left: 0;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-4 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-4 .imgBox .img__2 {
  width: 24vw;
  max-width: 380px;
  position: absolute;
  bottom: 0;
  left: 3%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-4 .imgBox .img__2 {
    width: 34.5vw;
    left: auto;
    right: 0;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-4 .imgBox .img__2::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-5 {
  margin-top: 105px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-5 {
    margin-top: 60px;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-5 .textBox {
  width: 30%;
}
.showroom-page .showroom_sec--main.hirano .mainCont-5 .textBox .l.space {
  padding-left: 0;
}
.showroom-page .showroom_sec--main.hirano .mainCont-5 .imgBox {
  padding-bottom: 0;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-5 .imgBox {
    padding-bottom: 0;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-5 .imgBox .img__1 {
  width: 68%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.hirano .mainCont-5 .imgBox .img__1 {
    width: 93%;
  }
}
.showroom-page .showroom_sec--main.hirano .mainCont-5 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox {
  padding-bottom: min(14vw, 220px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox {
    padding-bottom: 20vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .img__1 {
  width: 68%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .img__1 {
    width: 93%;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .img__2 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .img__2 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .img__2::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .img__3 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .img__3 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .img__3::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .flex {
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-1 .imgBox .flex {
    gap: 10px;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 {
  margin-top: 72px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-2 {
    margin-top: 60px;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .textBox {
  width: 48%;
  top: -40px;
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .textBox .l {
  width: 72%;
  max-width: 440px;
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox {
  padding-bottom: min(14vw, 200px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox {
    padding-bottom: 20vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .img__1 {
  margin-left: auto;
  width: 63%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .img__1 {
    width: 93%;
    margin-left: 0;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .img__2 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .img__2 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .img__2::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .img__3 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .img__3 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .img__3::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .flex {
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-2 .imgBox .flex {
    gap: 10px;
    left: auto;
    right: 0;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-3 {
  margin-top: 105px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-3 {
    margin-top: 60px;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-3 .imgBox {
  padding-bottom: min(14vw, 180px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-3 .imgBox {
    padding-bottom: 20vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-3 .imgBox .img__1 {
  width: 68%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-3 .imgBox .img__1 {
    width: 93%;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-3 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-3 .imgBox .img__2 {
  width: 24vw;
  max-width: 380px;
  position: absolute;
  bottom: 0;
  right: 3%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-3 .imgBox .img__2 {
    width: 34.5vw;
    right: 0;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-3 .imgBox .img__2::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 {
  margin-top: 72px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-4 {
    margin-top: 60px;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .textBox {
  width: 48%;
  top: -40px;
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .textBox .l {
  width: 72%;
  max-width: 440px;
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox {
  padding-bottom: min(14vw, 200px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox {
    padding-bottom: 20vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .img__1 {
  margin-left: auto;
  width: 63%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .img__1 {
    width: 93%;
    margin-left: 0;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .img__2 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .img__2 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .img__2::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .img__3 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .img__3 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .img__3::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .flex {
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-4 .imgBox .flex {
    gap: 10px;
    left: auto;
    right: 0;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-5 {
  margin-top: 72px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-5 {
    margin-top: 60px;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox {
  padding-bottom: min(14vw, 220px);
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox {
    padding-bottom: 20vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .img__1 {
  width: 68%;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .img__1 {
    width: 93%;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .img__1::before {
  padding-top: 68.8%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .img__2 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .img__2 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .img__2::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .img__3 {
  width: 24vw;
  max-width: 380px;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .img__3 {
    width: 34.5vw;
  }
}
.showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .img__3::before {
  padding-top: 100%;
}
.showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .flex {
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media all and (max-width: 660px) {
  .showroom-page .showroom_sec--main.nishi .mainCont-5 .imgBox .flex {
    gap: 10px;
  }
}

.quality-page {
  margin-bottom: 0 !important;
}
.quality-page--top {
  margin-top: 75px;
  margin-bottom: 100px;
}
@media all and (max-width: 660px) {
  .quality-page--top {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
.quality-page--top .title {
  margin-bottom: 20px;
  font-weight: bold;
  color: #009944;
  font-size: 40px;
}
@media all and (max-width: 960px) {
  .quality-page--top .title {
    font-size: 36px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--top .title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.quality-page--top .l {
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media all and (max-width: 960px) {
  .quality-page--top .l {
    font-size: 18px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--top .l {
    font-size: 15px;
  }
}
.quality-page--button {
  margin-top: -190px;
  padding-top: 190px;
  margin-bottom: 110px;
}
@media all and (max-width: 960px) {
  .quality-page--button {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--button {
    margin-top: -115px;
    padding-top: 115px;
    margin-bottom: 40px;
  }
}
.quality-page--button .list {
  display: flex;
  justify-content: center;
  gap: 0 130px;
}
@media all and (max-width: 1370px) {
  .quality-page--button .list {
    gap: 0 8.5vw;
  }
}
@media all and (max-width: 660px) {
  .quality-page--button .list {
    gap: 0 8vw;
  }
}
.quality-page--button .list li {
  text-align: center;
}
.quality-page--button .list li button {
  cursor: pointer;
}
.quality-page--button .list li button:hover .arw path {
  fill: #009944;
}
.quality-page--button .list li button.show .arw path {
  fill: #009944;
}
.quality-page--button .list li .b {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: min(3.3vw, 40px);
  margin-bottom: 15px;
}
@media all and (max-width: 660px) {
  .quality-page--button .list li .b {
    font-size: 4.65vw;
  }
}
.quality-page--button .list li .c-box {
  margin-bottom: 18px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media all and (max-width: 660px) {
  .quality-page--button .list li .c-box {
    margin-bottom: 10px;
    gap: 5px;
    flex-direction: column;
  }
}
.quality-page--button .list li .c-box .c {
  padding: 6px 20px 5px;
  background: #efefef;
  font-size: min(1.35vw, 18px);
  line-height: 1;
}
@media all and (max-width: 660px) {
  .quality-page--button .list li .c-box .c {
    padding: 3px 2vw 2px;
    font-size: 2.5vw;
  }
}
.quality-page--button .list li .arw {
  width: 35px;
}
@media all and (max-width: 660px) {
  .quality-page--button .list li .arw {
    width: 3.95vw;
  }
}
.quality-page--button .list li .arw path {
  fill: #808080;
}
.quality-page--main {
  background: #efefef;
  padding-bottom: 120px;
  position: relative;
}
@media all and (max-width: 660px) {
  .quality-page--main {
    padding-bottom: 80px;
  }
}
.quality-page--main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 370px;
  height: 22.5vw;
  display: block;
  background: #fff;
  z-index: 1;
}
@media all and (max-width: 660px) {
  .quality-page--main:before {
    height: 43vw;
  }
}
.quality-page--section {
  position: relative;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-out;
  transform: translateY(50px);
  z-index: 2;
}
.quality-page--section.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
.quality-page--section.hide {
  display: none;
}
.quality-page--section .top-cont {
  margin-bottom: 77px;
  z-index: 2;
  position: relative;
}
.quality-page--section .top-cont .flex-inr {
  display: flex;
}
@media all and (max-width: 660px) {
  .quality-page--section .top-cont .flex-inr {
    flex-direction: column;
  }
}
.quality-page--section .top-cont .flex-inr--img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.quality-page--section .top-cont .flex-inr--img:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.quality-page--section .top-cont .flex-inr--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 660px) {
  .quality-page--section .top-cont .flex-inr--img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.quality-page--section .top-cont .flex-inr--text {
  width: 50%;
  padding-left: 3%;
}
@media all and (max-width: 660px) {
  .quality-page--section .top-cont .flex-inr--text {
    width: 100%;
    padding-left: 0;
  }
}
.quality-page--section .top-cont .flex-inr--text .b {
  margin-bottom: 46px;
  font-weight: bold;
  color: #009944;
  font-size: min(3.4vw, 55px);
  line-height: 1.2;
}
@media all and (max-width: 1340px) {
  .quality-page--section .top-cont .flex-inr--text .b {
    margin-bottom: 2.4vw;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .top-cont .flex-inr--text .b {
    margin-bottom: 10px;
    font-size: min(7.8vw, 55px);
  }
}
.quality-page--section .top-cont .flex-inr--text .l {
  font-size: min(1.09vw, 16.5px);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media all and (max-width: 660px) {
  .quality-page--section .top-cont .flex-inr--text .l {
    font-size: 14px;
  }
}
.quality-page--section .main-cont--inr {
  display: flex;
  flex-wrap: wrap;
  gap: min(2.5vw, 35px);
  align-items: stretch;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--inr {
    padding: 0;
    display: block;
  }
}
.quality-page--section .main-cont--box {
  padding: min(2.25vw, 31px) min(2.25vw, 33px) min(3.6vw, 60px) min(2.25vw, 33px);
  background: #fff;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box {
    padding: 7vw;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box:not(:last-of-type) {
    margin-bottom: 9vw;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box:nth-of-type(even) {
    margin-left: auto;
  }
}
.quality-page--section .main-cont--box.long {
  width: 100%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box.long {
    width: 96%;
  }
}
.quality-page--section .main-cont--box.twice {
  width: calc((100% - min(2.5vw, 35px)) / 2);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box.twice {
    width: 96%;
  }
}
.quality-page--section .main-cont--box.twice-m {
  width: calc((100% - min(2.5vw, 35px)) * 0.37);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box.twice-m {
    width: 96%;
  }
}
.quality-page--section .main-cont--box.twice-l {
  width: calc((100% - min(2.5vw, 35px)) * 0.63);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box.twice-l {
    width: 96%;
  }
}
.quality-page--section .main-cont--box.third {
  width: calc((100% - min(2.5vw, 35px) * 2) / 3);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box.third {
    width: 96%;
  }
}
.quality-page--section .main-cont--box.third-s {
  width: calc((100% - min(2.5vw, 35px) * 2) * 0.3);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box.third-s {
    width: 96%;
  }
}
.quality-page--section .main-cont--box.third-l {
  width: calc((100% - min(2.5vw, 35px) * 2) * 0.4);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box.third-l {
    width: 96%;
  }
}
.quality-page--section .main-cont--box .title-box {
  margin-bottom: min(2.5vw, 35px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box .title-box {
    margin-bottom: 26px;
  }
}
.quality-page--section .main-cont--box .title-box--flex {
  display: flex;
  align-items: flex-end;
  gap: min(1.45vw, 23px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box .title-box--flex {
    gap: min(3vw, 40px);
  }
}
.quality-page--section .main-cont--box .title-box--flex .num img {
  height: min(4.25vw, 56px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box .title-box--flex .num img {
    height: 12vw;
    max-height: 65px;
  }
}
.quality-page--section .main-cont--box .title-box--flex .text img {
  height: min(2.95vw, 43px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box .title-box--flex .text img {
    height: 9vw;
    max-height: 47px;
  }
}
.quality-page--section .main-cont--box .main-box-bsImg .img {
  text-align: center;
}
.quality-page--section .main-cont--box .main-box-bsImg .img img {
  width: 100%;
  max-width: 330px;
}
.quality-page--section .main-cont--box .main-box-bsImg .text {
  margin-top: 12px;
}
.quality-page--section .main-cont--box .main-box p {
  font-size: min(1.055vw, 16px);
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.065em;
  text-align: justify;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box .main-box p {
    font-size: 13.5px;
  }
}
.quality-page--section .main-cont--box .main-box p.b {
  margin-bottom: min(0.7vw, 10px);
  font-weight: bold;
  font-size: min(1.65vw, 24px);
  line-height: 1.5;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box .main-box p.b {
    font-size: 22px;
  }
}
.quality-page--section .main-cont--box__anzen1 {
  align-self: stretch;
}
.quality-page--section .main-cont--box__anzen3 {
  align-self: stretch;
}
.quality-page--section .main-cont--box__anzen3 .text .small {
  margin-top: 10px;
  font-size: min(0.82vw, 12px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen3 .text .small {
    font-size: 2.6vw;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--top {
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media all and (max-width: 1310px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--top {
    margin-bottom: 3vw;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--top .b {
  margin-bottom: 0 !important;
  line-height: 1;
}
.quality-page--section .main-cont--box__anzen4 .main-box--home {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home {
    flex-direction: column;
    gap: 35px;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li {
  width: 31.3%;
  padding: min(2.6vw, 40px) 2.6% 22px;
  background: #efefef;
  position: relative;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li {
    width: 100%;
    padding: 30px 20px 28px;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .mark {
  width: 10%;
  height: 86px;
  width: 86px;
  position: absolute;
  top: 12px;
  left: 12px;
  background: #009944;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
@media all and (max-width: 1310px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .mark {
    width: 5.9vw;
    height: 5.9vw;
    font-size: 1vw;
    top: 1.2vw;
    left: 1.2vw;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .mark {
    width: 14.3vw;
    height: 14.3vw;
    top: 2.3vw;
    left: 2.3vw;
    font-size: 2.15vw;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .top {
  width: 100%;
  margin-bottom: 26px;
  min-height: min(4.6vw, 60px);
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .top {
    min-height: auto;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .top p {
  text-align: center;
  font-size: min(1.55vw, 22px);
  line-height: 1.4;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .top p {
    font-size: 4.3vw;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .home {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (max-width: 1310px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .home {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .home {
    flex-direction: row;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .home .img {
  text-align: center;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .home .img {
    width: 50%;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .home .img-1 {
  width: 58%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .home .img-1 {
    width: 68%;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .home .img-2 {
  width: 50.9%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .home .img-2 {
    width: 57.4%;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .home .img-3 {
  width: 47.9%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .home .img-3 {
    width: 54.4%;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .home .text {
  min-height: 60px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 1310px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .home .text {
    font-size: 1.24vw;
    min-height: 48px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--home li .home .text {
    width: 50%;
    align-self: center;
    font-size: 3vw;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li .home .text span {
  display: block;
  font-size: 1.6em;
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li:first-of-type {
  background: rgba(255, 225, 2, 0.3);
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li:first-of-type .top {
  color: #009944;
}
.quality-page--section .main-cont--box__anzen4 .main-box--home li:first-of-type .home .text {
  color: #009944;
}
.quality-page--section .main-cont--box__anzen4 .main-box--yellow {
  margin-top: 20px;
}
.quality-page--section .main-cont--box__anzen4 .main-box--yellow .y {
  padding: 2px 0;
  background: rgba(255, 225, 2, 0.45);
  text-align: center;
  font-size: min(1.15vw, 16px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--yellow .y {
    font-size: 14px;
    padding: 10px;
    text-align: left;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--yellow .c {
  margin-top: 10px;
  font-size: min(1vw, 14px);
  padding-left: 20px;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--yellow .c {
    font-size: 12px;
    margin-top: 3px;
    padding-left: 3px;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--base {
  margin-top: 35px;
}
.quality-page--section .main-cont--box__anzen4 .main-box--base .inr {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--base .inr {
    flex-direction: column;
    gap: 20px;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--base .inr .img-box {
  width: 35%;
  max-width: 330px;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--base .inr .img-box {
    width: 100%;
    max-width: auto;
  }
}
.quality-page--section .main-cont--box__anzen4 .main-box--base .inr .text-box {
  width: 40%;
  max-width: 480px;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anzen4 .main-box--base .inr .text-box {
    width: 100%;
    max-width: auto;
  }
}
.quality-page--section .main-cont--box__kaiteki1 .flexInr {
  padding: 0 min(0.55vw, 20px) 0 min(1.55vw, 30px);
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr {
    flex-direction: column;
  }
}
.quality-page--section .main-cont--box__kaiteki1 .flexInr-left {
  width: 46%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-left {
    width: 100%;
  }
}
.quality-page--section .main-cont--box__kaiteki1 .flexInr-left .img-flex {
  width: 100%;
  margin-top: min(1.8vw, 35px);
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-left .img-flex {
    margin-top: 20px;
  }
}
.quality-page--section .main-cont--box__kaiteki1 .flexInr-left .img-flex img {
  width: 47%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-left .img-flex img {
    width: 48.5%;
  }
}
.quality-page--section .main-cont--box__kaiteki1 .flexInr-right {
  width: 48%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-right {
    width: 100%;
    margin-top: 40px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-right .b {
    text-align: center;
  }
}
.quality-page--section .main-cont--box__kaiteki1 .flexInr-right .list {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-right .list {
    margin-top: 20px;
    gap: 5vw 10%;
    justify-content: center;
  }
}
.quality-page--section .main-cont--box__kaiteki1 .flexInr-right .list li {
  width: 22%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-right .list li {
    width: 40%;
    text-align: center;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-right .list li img {
    width: 76%;
  }
}
.quality-page--section .main-cont--box__kaiteki1 .flexInr-right .list li p {
  margin-top: min(1.55vw, 12px);
  font-size: min(0.82vw, 12px);
  line-height: 1.4;
  text-align: center;
  color: #808080;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-right .list li p {
    font-size: 2.6vw;
  }
}
.quality-page--section .main-cont--box__kaiteki1 .flexInr-right .small {
  font-size: min(0.82vw, 12px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki1 .flexInr-right .small {
    font-size: 2.6vw;
  }
}
.quality-page--section .main-cont--box__kaiteki2 .flexInr {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki2 .flexInr {
    flex-direction: column;
  }
}
.quality-page--section .main-cont--box__kaiteki2 .flexInr-img {
  width: 47%;
  position: relative;
  overflow: hidden;
}
.quality-page--section .main-cont--box__kaiteki2 .flexInr-img:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.quality-page--section .main-cont--box__kaiteki2 .flexInr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki2 .flexInr-img {
    width: 100%;
  }
}
.quality-page--section .main-cont--box__kaiteki2 .flexInr-text {
  width: 53%;
  padding-left: 3%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki2 .flexInr-text {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.quality-page--section .main-cont--box__kaiteki3 .img-flex {
  width: 100%;
  margin-top: min(1.8vw, 35px);
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki3 .img-flex {
    margin-top: 20px;
  }
}
.quality-page--section .main-cont--box__kaiteki3 .img-flex img {
  width: 47%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki3 .img-flex img {
    width: 48.5%;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .top-box {
  margin-bottom: 20px;
  padding: 0 min(1.55vw, 30px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .top-box {
    margin-bottom: 70px;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .top-box--inr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .top-box--inr {
    flex-direction: column;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .top-box--left {
  width: 50%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .top-box--left {
    width: 100%;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .top-box--right {
  width: 46%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .top-box--right {
    width: 100%;
    display: none;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .top-box--right .title {
  font-weight: bold;
}
.quality-page--section .main-cont--box__kaiteki4 .top-box--right .small {
  margin-top: 4px;
  font-size: min(0.82vw, 12px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .top-box--right .small {
    font-size: 2.6vw;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .yellow {
  margin-bottom: 22px;
  padding: 0 min(1.55vw, 30px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .yellow {
    display: none;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .yellow p {
  text-align: center;
  padding: 3px 0;
  background: rgba(255, 225, 2, 0.5);
  font-size: min(1.15vw, 16px);
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box {
  padding: 0 min(1.55vw, 30px);
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--inr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .bottom-box--inr {
    flex-direction: column;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--left {
  width: 50%;
  position: relative;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .bottom-box--left {
    width: 100%;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--left .l {
  width: 60%;
  max-width: 370px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .bottom-box--left .l {
    width: 100%;
    max-width: none;
    position: relative;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--left .l span {
  font-weight: bold;
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--map {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  display: none;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .bottom-box--map {
    display: block;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--map .title {
  margin-bottom: 5px;
  font-weight: bold;
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--map .small {
  margin-top: 4px;
  font-size: 2.6vw;
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--right {
  width: 46%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .bottom-box--right {
    width: 100%;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--right .s {
  margin-top: min(4.55vw, 70px);
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__kaiteki4 .bottom-box--right .s {
    margin-top: 50px;
  }
}
.quality-page--section .main-cont--box__kaiteki4 .bottom-box--right .l {
  text-align: justify;
}
.quality-page--section .main-cont--box__anshin1 {
  align-self: stretch;
}
.quality-page--section .main-cont--box__anshin1 .inCont {
  padding: 0 min(0.55vw, 20px) 0 min(1.55vw, 30px);
}
.quality-page--section .main-cont--box__anshin1 p.title {
  display: flex;
  font-weight: bold;
  font-size: min(2.5vw, 30px);
  align-items: flex-end;
  line-height: 1;
  gap: 5px;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anshin1 p.title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 6vw;
  }
}
.quality-page--section .main-cont--box__anshin1 p.title .s {
  font-size: 0.7em;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anshin1 p.title .s {
    margin-top: 6px;
    font-size: 0.7em;
    line-height: 1.3;
  }
}
.quality-page--section .main-cont--box__anshin1 .main-box--hosyou .list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anshin1 .main-box--hosyou .list {
    gap: 5vw 0;
  }
}
.quality-page--section .main-cont--box__anshin1 .main-box--hosyou .list li {
  width: 17.5%;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anshin1 .main-box--hosyou .list li {
    width: 45%;
  }
}
.quality-page--section .main-cont--box__anshin1 .main-box--hosyou .list li p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
@media all and (max-width: 1310px) {
  .quality-page--section .main-cont--box__anshin1 .main-box--hosyou .list li p {
    font-size: 1.23vw;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anshin1 .main-box--hosyou .list li p {
    margin-top: 5px;
    font-size: 2.7vw;
  }
}
.quality-page--section .main-cont--box__anshin1 .main-box--tenken {
  margin-top: 80px;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anshin1 .main-box--tenken {
    margin-top: 40px;
  }
}
.quality-page--section .main-cont--box__anshin1 .main-box--tenken img {
  margin-top: 30px;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box__anshin1 .main-box--tenken img {
    margin-top: 20px;
  }
}
.quality-page--section .main-cont--box__anshin2 {
  align-self: stretch;
}
.quality-page--section .main-cont--box .bnr-box {
  text-align: right;
}
.quality-page--section .main-cont--box .bnr-box p {
  margin-bottom: 24px;
}
.quality-page--section .main-cont--box .bnr-box .bnr {
  margin-bottom: 3px;
  display: block;
  border: 1px solid #707070;
}
.quality-page--section .main-cont--box .bnr-box .bnr:hover {
  opacity: 0.5;
}
.quality-page--section .main-cont--box .bnr-box .text {
  display: inline-block;
  text-align: right;
  margin-left: auto;
  text-decoration: underline;
  color: #009944;
}
@media all and (max-width: 660px) {
  .quality-page--section .main-cont--box .bnr-box .text {
    font-size: 13px;
  }
}
.quality-page--section .main-cont--box .bnr-box .text:hover {
  opacity: 0.5;
}
.quality-page--section .arw-cont {
  width: 100%;
  margin-top: 50px;
}
@media all and (max-width: 960px) {
  .quality-page--section .arw-cont {
    margin-top: 26px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .arw-cont {
    margin-top: 14px;
  }
}
.quality-page--section .arw-cont--flex {
  display: flex;
  justify-content: space-between;
}
.quality-page--section .arw-cont--flex.right {
  justify-content: flex-end;
}
.quality-page--section .arw-cont--flex button {
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  transition: 0.1s;
}
@media all and (max-width: 960px) {
  .quality-page--section .arw-cont--flex button {
    gap: 15px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .arw-cont--flex button {
    gap: 6px;
  }
}
.quality-page--section .arw-cont--flex button:hover {
  opacity: 0.6;
}
.quality-page--section .arw-cont--flex button span {
  font-size: min(3vw, 30px);
  font-weight: bold;
}
@media all and (max-width: 960px) {
  .quality-page--section .arw-cont--flex button span {
    font-size: 23px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .arw-cont--flex button span {
    font-size: 17px;
  }
}
.quality-page--section .arw-cont--flex button img {
  width: 26px;
}
@media all and (max-width: 960px) {
  .quality-page--section .arw-cont--flex button img {
    width: 22px;
  }
}
@media all and (max-width: 660px) {
  .quality-page--section .arw-cont--flex button img {
    width: 17px;
  }
}

.land-page--main {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media all and (max-width: 660px) {
  .land-page--main {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.land-page--main .flex-inr {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 5%;
}
@media all and (max-width: 960px) {
  .land-page--main .flex-inr {
    gap: 40px 5%;
  }
}
.land-page--main .flex-inr .article {
  width: 30%;
}
@media all and (max-width: 660px) {
  .land-page--main .flex-inr .article {
    width: 47.5%;
  }
}
.land-page--main .flex-inr .article-anchor:hover .article-img img {
  transform: translate(-50%, -50%) scale(1.07);
  opacity: 0.7;
}
.land-page--main .flex-inr .article-anchor:hover .article-text {
  text-decoration: underline;
}
.land-page--main .flex-inr .article-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #707070;
}
.land-page--main .flex-inr .article-img:before {
  content: "";
  display: block;
  padding-top: 72%;
}
.land-page--main .flex-inr .article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-out;
}
.land-page--main .flex-inr .article-text {
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media all and (max-width: 1240px) {
  .land-page--main .flex-inr .article-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (max-width: 960px) {
  .land-page--main .flex-inr .article-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media all and (max-width: 660px) {
  .land-page--main .flex-inr .article-text {
    font-size: 13px;
  }
}

.information-page {
  margin-bottom: 344px;
}
@media all and (max-width: 660px) {
  .information-page {
    margin-bottom: 242px;
  }
}
.information-page--archive {
  margin-top: 105px;
}
@media all and (max-width: 960px) {
  .information-page--archive {
    margin-top: 70px;
  }
}
@media all and (max-width: 660px) {
  .information-page--archive {
    margin-top: 20px;
  }
}
.information-page--archive .pageNation {
  margin-top: 35px;
}
@media all and (max-width: 660px) {
  .information-page--archive .pageNation {
    margin-top: 26px;
  }
}
.information-page--article {
  margin-top: 89px;
}
@media all and (max-width: 660px) {
  .information-page--article {
    margin-top: 37px;
  }
}
.information-page--article .article {
  max-width: 1000px;
  margin: 0 auto;
}
.information-page--article .article-top {
  padding-bottom: 14px;
  border-bottom: 1px solid #707070;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.information-page--article .article-top time {
  width: 135px;
  margin-bottom: 4px;
}
@media all and (max-width: 960px) {
  .information-page--article .article-top time {
    width: 100px;
  }
}
.information-page--article .article-top .cat {
  width: 125px;
  padding: 5px 0 4px;
  text-align: center;
  color: #fff;
  line-height: 1;
  background: #888;
}
@media all and (max-width: 660px) {
  .information-page--article .article-top .cat {
    width: 93px;
    font-size: 12px;
  }
}
.information-page--article .article-top .cat.openhouse, .information-page--article .article-top .cat.info-openhouse {
  background: #41a7ff;
}
.information-page--article .article-top .cat.reform, .information-page--article .article-top .cat.info-reform {
  background: #ffe102;
}
.information-page--article .article-top .cat.info {
  background: #009944;
}
.information-page--article .article-top .title {
  width: 100%;
  margin-top: 15px;
  font-size: 34px;
  line-height: 1.45;
}
@media all and (max-width: 660px) {
  .information-page--article .article-top .title {
    margin-top: 8px;
    font-size: 18px;
  }
}
.information-page--article .article-main {
  padding: 90px 10px;
  border-bottom: 1px solid #707070;
}
@media all and (max-width: 660px) {
  .information-page--article .article-main {
    padding: 28px 0;
    font-size: 15px;
  }
}
.information-page--article .article-main p {
  margin-bottom: 1em;
}
.information-page--article .article-return {
  margin-top: 40px;
  text-align: center;
}
.information-page--article .article-return .anchor {
  width: 100%;
  max-width: 293px;
  padding: 18px 0;
  font-size: 20px;
  display: inline-flex;
  gap: 17px;
  justify-content: center;
  border: 1px solid #707070;
  transition: 0.2s;
}
.information-page--article .article-return .anchor:hover {
  opacity: 0.5;
}
@media all and (max-width: 660px) {
  .information-page--article .article-return .anchor {
    width: 70%;
    padding: 12px 0;
    font-size: 15px;
  }
}
.information-page--article .article-return .anchor img {
  width: 25px;
}
@media all and (max-width: 660px) {
  .information-page--article .article-return .anchor img {
    width: 17px;
  }
}

.company-page {
  margin-bottom: 240px;
}
@media all and (max-width: 660px) {
  .company-page {
    margin-bottom: 120px;
  }
}
.company-page--top {
  margin-top: 76px;
}
@media all and (max-width: 660px) {
  .company-page--top {
    margin-top: 40px;
  }
}
.company-page--top p {
  font-weight: bold;
  font-size: 40px;
  color: #009944;
}
@media all and (max-width: 660px) {
  .company-page--top p {
    font-size: 30px;
  }
}
.company-page .policy_sec {
  margin-top: 86px;
}
@media all and (max-width: 660px) {
  .company-page .policy_sec {
    margin-top: 43px;
  }
}
.company-page .policy_sec .l {
  margin-top: 35px;
  font-size: 18px;
}
@media all and (max-width: 660px) {
  .company-page .policy_sec .l {
    margin-top: 25px;
    font-size: 14px;
  }
}
.company-page .company_sec {
  margin-top: 108px;
}
@media all and (max-width: 660px) {
  .company-page .company_sec {
    margin-top: 60px;
  }
}
.company-page .company_sec--list {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 660px) {
  .company-page .company_sec--list {
    margin-top: 32px;
  }
}
.company-page .company_sec--list dd,
.company-page .company_sec--list dt {
  padding-bottom: 50px;
  font-size: 20px;
}
@media all and (max-width: 1240px) {
  .company-page .company_sec--list dd,
.company-page .company_sec--list dt {
    font-size: 18px;
  }
}
@media all and (max-width: 660px) {
  .company-page .company_sec--list dd,
.company-page .company_sec--list dt {
    font-size: 16px;
  }
}
.company-page .company_sec--list dt {
  width: 170px;
  padding-right: 1em;
  font-weight: bold;
}
@media all and (max-width: 1240px) {
  .company-page .company_sec--list dt {
    width: 150px;
  }
}
@media all and (max-width: 660px) {
  .company-page .company_sec--list dt {
    width: 100%;
    padding-bottom: 2px;
    color: #009944;
  }
}
.company-page .company_sec--list dd {
  width: calc(100% - 170px);
}
@media all and (max-width: 1240px) {
  .company-page .company_sec--list dd {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 660px) {
  .company-page .company_sec--list dd {
    width: 100%;
    padding-bottom: 32px;
  }
}
.company-page .company_sec--list dd .b {
  font-weight: bold;
}
.company-page .company_sec--list dd .in:not(:last-of-type) {
  margin-bottom: 20px;
}
.company-page .company_sec--list dd .mapImg {
  width: 100%;
  max-width: 850px;
}

.contact-page {
  margin-bottom: 210px;
}
@media all and (max-width: 660px) {
  .contact-page {
    margin-bottom: 100px;
  }
}
.contact-page--inr {
  max-width: calc(1100px + 9.2vw);
}
.contact-page .form-errors {
  background: #fff3f3;
  border: 2px solid #e63946;
  border-radius: 6px;
  padding: 20px 15px;
  margin: 20px 0 40px;
}
@media all and (max-width: 660px) {
  .contact-page .form-errors {
    padding: 15px 10px;
  }
}
.contact-page .form-errors--title {
  font-size: 18px;
  font-weight: 700;
  color: #e63946;
  margin-bottom: 8px;
}
@media all and (max-width: 660px) {
  .contact-page .form-errors--title {
    font-size: 16px;
  }
}
.contact-page .form-errors--list {
  margin: 0 0 12px 0;
  color: #d62828;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding-left: 1em;
  list-style-type: disc;
}
@media all and (max-width: 660px) {
  .contact-page .form-errors--list {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.contact-page .form-errors--note {
  font-size: 15px;
  color: #222;
}
@media all and (max-width: 660px) {
  .contact-page .form-errors--note {
    font-size: 14px;
  }
}
.contact-page .form_sec {
  margin-top: 150px;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec {
    margin-top: 40px;
  }
}
.contact-page .form_sec--text {
  margin-bottom: 70px;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--text {
    margin-bottom: 45px;
    font-size: 14px;
  }
}
.contact-page .form_sec--form .field-error {
  color: #e63946;
  font-size: 14px;
  margin-top: 2px;
}
.contact-page .form_sec--form .is-error input,
.contact-page .form_sec--form .is-error select,
.contact-page .form_sec--form .is-error textarea {
  border: 2px solid #e63946 !important;
  background: #fff7f8;
  outline: none;
}
.contact-page .form_sec--form .is-error.form-group__radio,
.contact-page .form_sec--form .is-error fieldset {
  border: 2px solid #e63946 !important;
  background: #fff7f8;
  padding: 0.75rem 0.9rem;
  border-radius: 6px;
}
.contact-page .form_sec--form .is-error > label,
.contact-page .form_sec--form .is-error > .title,
.contact-page .form_sec--form .is-error legend.title {
  color: #c81d25;
  font-weight: 700;
}
.contact-page .form_sec--form .form-box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.contact-page .form_sec--form .title {
  margin-bottom: 4px;
  font-size: 20px;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--form .title {
    font-size: 18px;
  }
}
.contact-page .form_sec--form .form-note {
  margin: 20px 0 14px;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--form .form-note {
    margin: 30px 0 14px;
    font-size: 14px;
  }
}
.contact-page .form_sec--form .form-radioGroup {
  display: flex;
  gap: 25px;
}
.contact-page .form_sec--form .form-nested {
  margin-top: 20px;
}
.contact-page .form_sec--form .form-row {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--form .form-row {
    flex-direction: column;
    gap: 22px;
  }
}
.contact-page .form_sec--form .form-row .form-field {
  max-width: 340px;
  width: calc((100% - 40px) / 2);
  display: flex;
  gap: 20px;
  align-items: center;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--form .form-row .form-field {
    width: 100%;
    gap: 12px;
  }
}
.contact-page .form_sec--form .form-row .form-field label {
  display: inline-block;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--form .form-row .form-field label {
    width: 90px;
    font-size: 14px;
    text-align: right;
  }
}
.contact-page .form_sec--form .form-row .form-field input {
  flex: 1;
}
.contact-page .form_sec--form .form-group:not(:last-of-type) {
  margin-bottom: 35px;
}
.contact-page .form_sec--form .form-group label {
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
.contact-page .form_sec--form .form-group input[type=text],
.contact-page .form_sec--form .form-group input[type=tel],
.contact-page .form_sec--form .form-group input[type=email],
.contact-page .form_sec--form .form-group select {
  width: 100%;
  padding: 9px 10px 9px 12px;
  box-sizing: border-box;
  border: 1px solid #707070;
  font: inherit;
  border-radius: 5px;
  color: inherit;
}
.contact-page .form_sec--form .form-group__radio label {
  margin-right: 1.2em;
}
.contact-page .form_sec--form .form-group .cau {
  font-size: 14px;
  color: #808080;
}
.contact-page .form_sec--privacy {
  margin-top: 60px;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--privacy {
    margin-top: 40px;
  }
}
.contact-page .form_sec--privacy .cau {
  margin-bottom: 4px;
  color: #808080;
  font-size: 15px;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--privacy .cau {
    font-size: 12px;
    line-height: 1.5;
  }
}
.contact-page .form_sec--privacy .privacy-box {
  height: 295px;
  padding: 12px;
  overflow-y: scroll;
  border: 1px solid #707070;
  border-radius: 5px;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--privacy .privacy-box {
    height: 220px;
    font-size: 12px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
.contact-page .form_sec--submit {
  margin-top: 70px;
  text-align: center;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--submit {
    margin-top: 40px;
  }
}
.contact-page .form_sec--submit p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #009944;
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--submit p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.contact-page .form_sec--submit button {
  width: 50%;
  max-width: 300px;
  padding: 13px 0;
  display: inline-block;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  background: #009944;
  border: 1px solid #009944;
  color: #fff;
}
@media all and (max-width: 960px) {
  .contact-page .form_sec--submit button {
    width: 80%;
    max-width: none;
  }
}
@media all and (max-width: 660px) {
  .contact-page .form_sec--submit button {
    font-size: 17px;
  }
}
.contact-page .form_sec--submit button:hover {
  opacity: 0.5;
}

.contact-page__check {
  margin-bottom: 210px;
}
@media all and (max-width: 660px) {
  .contact-page__check {
    margin-bottom: 100px;
  }
}
.contact-page__check .main_sec {
  margin-top: 120px;
}
@media all and (max-width: 660px) {
  .contact-page__check .main_sec {
    margin-top: 60px;
  }
}
.contact-page__check .main_sec--title {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #707070;
}
@media all and (max-width: 960px) {
  .contact-page__check .main_sec--title {
    font-size: 32px;
  }
}
@media all and (max-width: 660px) {
  .contact-page__check .main_sec--title {
    padding-bottom: 9px;
    font-size: 22px;
  }
}
.contact-page__check .main_sec--form {
  padding: 54px 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 44px 0;
  border-bottom: 1px solid #707070;
}
@media all and (max-width: 1310px) {
  .contact-page__check .main_sec--form {
    font-size: 16px;
    gap: 36px 0;
  }
}
@media all and (max-width: 660px) {
  .contact-page__check .main_sec--form {
    gap: 0;
  }
}
@media all and (max-width: 660px) {
  .contact-page__check .main_sec--form {
    padding: 30px 0 10px;
    flex-direction: column;
  }
}
.contact-page__check .main_sec--form dt {
  width: 300px;
}
@media all and (max-width: 1310px) {
  .contact-page__check .main_sec--form dt {
    width: 260px;
  }
}
@media all and (max-width: 660px) {
  .contact-page__check .main_sec--form dt {
    font-weight: bold;
    font-size: 14px;
    color: #009944;
    opacity: 0.65;
  }
}
.contact-page__check .main_sec--form dd {
  width: calc(100% - 300px);
  padding-left: 1.5em;
}
@media all and (max-width: 1310px) {
  .contact-page__check .main_sec--form dd {
    width: calc(100% - 260px);
  }
}
@media all and (max-width: 660px) {
  .contact-page__check .main_sec--form dd {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.contact-page__check .main_sec--button {
  margin-top: 55px;
  display: flex;
  gap: 43px;
}
@media all and (max-width: 960px) {
  .contact-page__check .main_sec--button {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
}
@media all and (max-width: 660px) {
  .contact-page__check .main_sec--button {
    margin-top: 30px;
  }
}
.contact-page__check .main_sec--button button {
  width: 50%;
  max-width: 300px;
  padding: 13px 0;
  display: block;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
@media all and (max-width: 660px) {
  .contact-page__check .main_sec--button button {
    font-size: 17px;
  }
}
.contact-page__check .main_sec--button button:hover {
  opacity: 0.5;
}
.contact-page__check .main_sec--button button.return {
  border: 1px solid #707070;
}
@media all and (max-width: 660px) {
  .contact-page__check .main_sec--button button.return {
    padding: 8px 0;
  }
}
.contact-page__check .main_sec--button button.submit {
  background: #009944;
  border: 1px solid #009944;
  color: #fff;
}
@media all and (max-width: 960px) {
  .contact-page__check .main_sec--button button.submit {
    width: 80%;
    max-width: none;
  }
}

.contact-page__comp {
  margin-bottom: 210px;
}
@media all and (max-width: 660px) {
  .contact-page__comp {
    margin-bottom: 100px;
  }
}
.contact-page__comp .main_sec {
  margin-top: 120px;
}
@media all and (max-width: 660px) {
  .contact-page__comp .main_sec {
    margin-top: 60px;
  }
}
.contact-page__comp .main_sec--title {
  margin-bottom: 54px;
  padding-bottom: 20px;
  font-size: 40px;
  color: #009944;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}
@media all and (max-width: 960px) {
  .contact-page__comp .main_sec--title {
    font-size: 32px;
  }
}
@media all and (max-width: 660px) {
  .contact-page__comp .main_sec--title {
    margin-bottom: 24px;
    padding-bottom: 9px;
    font-size: 22px;
  }
}
.contact-page__comp .main_sec--text {
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: min(1.5vw, 19px);
}
@media all and (max-width: 960px) {
  .contact-page__comp .main_sec--text {
    font-size: 15px;
  }
}
@media all and (max-width: 660px) {
  .contact-page__comp .main_sec--text {
    margin-bottom: 40px;
    font-size: 13px;
  }
}
.contact-page__comp .main_sec--anchor {
  text-align: center;
}

.notFound-page--inr {
  padding: 100px 0 200px;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .notFound-page--inr {
    padding: 80px 0 130px;
  }
}
.notFound-page--inr .title {
  color: #009944;
  font-size: 229px;
  line-height: 1;
  font-weight: bold;
}
@media all and (max-width: 960px) {
  .notFound-page--inr .title {
    font-size: 188px;
  }
}
@media all and (max-width: 660px) {
  .notFound-page--inr .title {
    font-size: 32vw;
  }
}
.notFound-page--inr .j-title {
  margin-top: 1em;
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width: 660px) {
  .notFound-page--inr .j-title {
    font-size: 20px;
  }
}
.notFound-page--inr .anchor {
  margin-top: 30px;
}
/*# sourceMappingURL=style.css.map */