@charset "UTF-8";
:root {
  --mainColor: #4f652e;
  --subColor: #e54b8c;
  --mainBlack: #27311b;
  --green: #697d50;
  --lightGreen: #b8c9a6;
}

.mainColor {
  color: var(--mainColor);
}

.bgMainColor {
  background-color: var(--mainColor);
}

.subColor {
  color: var(--subColor);
}

.bgSubColor {
  background-color: var(--subColor);
}

.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.f-black {
  font-weight: 900;
}

.f-bold {
  font-weight: 700;
}

.f-bold-all {
  font-weight: 700;
}
.f-bold-all * {
  font-weight: 700;
}

.f-med {
  font-weight: 500 !important;
}
.f-med-imp {
  font-weight: 500 !important;
}

.f-med-all {
  font-weight: 500 !important;
}
.f-med-all * {
  font-weight: 500 !important;
}

.f-regular {
  font-weight: 400;
}

/*-------------------------------------------> breakpoint */
/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.notOp:hover {
  opacity: 1;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*==================================================
 * フォント
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  line-height: 1.8;
  font-weight: inherit;
}

.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2.2;
}
.lh_xl * {
  line-height: 2.2;
}

.lh_xl2 {
  line-height: 2;
}
.lh_xl2 * {
  line-height: 2;
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_m2 {
  line-height: 1.7;
}
.lh_m2 * {
  line-height: 1.7;
}

.lh_m3 {
  line-height: 1.3;
}
.lh_m3 * {
  line-height: 1.3;
}

.lh_s {
  line-height: 1.1;
}
.lh_s * {
  line-height: 1.1;
}

.lh_s2 {
  line-height: 1;
}
.lh_s2 * {
  line-height: 1;
}

.lh_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_l2 {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.bold {
  font-weight: 500 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.boldNormal {
  font-weight: normal !important;
}

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}
.white-all * {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.fsL {
  font-size: 100px;
}
@media screen and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media screen and (max-width: 750px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL15 {
  font-size: 80px;
}
@media screen and (max-width: 959px) {
  .fsL15 {
    font-size: 55px;
  }
}
@media screen and (max-width: 750px) {
  .fsL15 {
    font-size: 48px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media screen and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}
@media screen and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .fsL3 {
    font-size: 36px;
  }
}

.fsL35 {
  font-size: 50px;
}
@media screen and (max-width: 959px) {
  .fsL35 {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .fsL35 {
    font-size: 30px;
  }
}

.fsL38 {
  font-size: 50px;
}
@media screen and (max-width: 959px) {
  .fsL38 {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .fsL38 {
    font-size: 30px;
  }
}

.fsL4 {
  font-size: 42px;
}
@media screen and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .fsL4 {
    font-size: 24px;
  }
}

.fsL5 {
  font-size: 40px;
}
@media screen and (max-width: 959px) {
  .fsL5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .fsL5 {
    font-size: 22px;
  }
}

.fsM {
  font-size: 35px;
}
@media screen and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .fsM {
    font-size: 21px;
  }
}

.fsM15 {
  font-size: 32px;
}
@media screen and (max-width: 959px) {
  .fsM15 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .fsM15 {
    font-size: 21px;
  }
}

.fsM2 {
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fsM3 {
    font-size: 17px;
  }
}

.fsM35 {
  font-size: 21px;
}
@media screen and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .fsM35 {
    font-size: 16px;
  }
}

.fsM32 {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .fsM32 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .fsM32 {
    font-size: 16px;
  }
}

.fsM38 {
  font-size: 19px;
}
@media screen and (max-width: 959px) {
  .fsM38 {
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  .fsM38 {
    font-size: 17px;
  }
}

.fsM4 {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .fsM4 {
    font-size: 16px;
  }
}

.fsM5 {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsM6 {
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .fsM6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .fsM6 {
    font-size: 13px;
  }
}

.fsS {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .fsS {
    font-size: 13px;
  }
}

.fsS2 {
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .fsS3 {
    font-size: 11px;
  }
}

.fsS4 {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .fsS4 {
    font-size: 9px;
  }
}
@media screen and (max-width: 750px) {
  .fsS4 {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .fsSpM {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .fsSpS {
    font-size: 12px;
  }
}

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 64px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 25px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 14px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 42px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 24px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/*
a:hover{
	opacity: 0.8;
	transition:0.3s;
}
*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  transition: 0.3s;
  opacity: 0.7;
}

.tra,
.tra:hover {
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}
.text-center-all * {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .text-center-sp {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .text-right-sp {
    text-align: right;
  }
}

@media screen and (max-width: 750px) {
  .text-left-sp {
    text-align: left;
  }
}

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: var(--mainColor);
}
.linkA:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .mb80 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0;
}

.mr0 {
  margin-right: 0 !important;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM15 {
  margin-bottom: 9%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

@media screen and (max-width: 750px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM15 {
    margin-bottom: 9%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
  .mbSp0 {
    margin-bottom: 0;
  }
}
/*flex・グリッド系*/
.flex {
  display: flex;
}

.justCenter {
  justify-content: center;
}

.justEnd {
  justify-content: flex-end;
}

.justBetween {
  justify-content: space-between;
}

.alignCenter {
  align-items: center;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.flexReverse {
  flex-flow: row-reverse;
}

.flexWrap {
  flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.col1em {
  column-gap: 1em;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

.cg1em {
  column-gap: 1em;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
.cnt {
  width: 100%;
  max-width: 1490px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .cnt {
    max-width: 100%;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
.cnt.pLarge {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .cnt.pLarge {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .cnt.spLR {
    padding-left: 0;
    padding-right: 0;
  }
}
.cnt.pd0 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 750px) {
  .spMinP {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.w100 {
  width: 100%;
}

.cntMin {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.cntXS {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.cntXS2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.cntXS3 {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.cntS {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.cntM3 {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.cntM2 {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.cntM {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.cntL3 {
  max-width: 1145px;
  margin-right: auto;
  margin-left: auto;
}

.cntL2 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.cntL {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.cntXl {
  max-width: 1740px;
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (min-width: 1740px) {
  .cntXl {
    margin-right: auto;
    margin-left: auto;
  }
}

.--cntLeft {
  margin-left: 0;
  margin-right: auto;
}

.--cntRight {
  margin-left: auto;
  margin-right: 0;
}

.cntWide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}

:root {
  --spaceSizeS: clamp(40px, 10vw, 80px);
  --spaceSize: clamp(80px, 10vw, 160px);
  --spaceSizeWide: clamp(160px, 20vw, 240px);
}

.paddingS {
  padding-top: clamp(35px, 10vw, 80px);
  padding-bottom: clamp(35px, 10vw, 80px);
}

.padding {
  padding-top: clamp(50px, 10vw, 80px);
  padding-bottom: clamp(50px, 10vw, 80px);
}

.paddingW {
  padding-top: var(--spaceSizeWide);
  padding-bottom: var(--spaceSizeWide);
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

@media screen and (max-width: 750px) {
  .pbSp0 {
    padding-bottom: 0;
  }
  .ptSp0 {
    padding-top: 0;
  }
  .prSp0 {
    padding-right: 0;
  }
}
.margin {
  margin-top: var(--spaceSize);
  margin-bottom: var(--spaceSize);
}

.marginW {
  margin-top: var(--spaceSizeWide);
  margin-bottom: var(--spaceSizeWide);
}

.ml0 {
  margin-left: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.none {
  display: none;
}

/*背景系*/
.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgImgHeight {
  padding-bottom: 67%;
}

.bgImgParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bgFixed {
  background-attachment: fixed;
}
@media screen and (max-width: 750px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/*テーブルboostrap*/
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  text-align: inherit;
  font-weight: normal;
}
.table td,
.table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8edf0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*マスクアニメーション*/
.maskCenter .maskWrap {
  margin-left: auto;
  margin-right: auto;
}

.maskWrap {
  display: table;
  overflow: hidden;
}

.maskWrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.maskWrap .maskBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ae9373;
}

/*角丸*/
/*角丸*/
.radiusS {
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .radiusS {
    border-radius: 6px;
  }
}

.radiusM {
  border-radius: 16px;
}
@media screen and (max-width: 750px) {
  .radiusM {
    border-radius: 10px;
  }
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusMax {
  border-radius: 1000px;
}

.ofH {
  overflow: hidden;
}

/*影*/
.shadowS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media screen and (max-width: 750px) {
  .shadowS {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

.shadowM {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media screen and (max-width: 750px) {
  .shadowM {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media screen and (max-width: 750px) {
  .shadowL {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 65vw;
}
@media screen and (max-width: 750px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media screen and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 95vw;
  }
}

.mainImgBox {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  animation: anime 18s 0s infinite;
}

/*2枚目以降6秒遅れてアニメーションスタート*/
.mainImg:nth-of-type(2) {
  animation-delay: 6s;
}

.mainImg:nth-of-type(3) {
  animation-delay: 12s;
}

/*
.mainImg:nth-of-type(4) {
    animation-delay: 18s;
}
.mainImg:nth-of-type(5) {
    animation-delay: 24s;
}

.mainImg:nth-of-type(6) {
    animation-delay: 30s;
}
*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.spmenuBox {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: 100dvh;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.spmenuBox > ul {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.open .spmenuBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  background: transparent;
  border: none;
}

.btnTxt {
  font-size: 10px;
  margin-top: 0.25em;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  letter-spacing: 0.06em;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

:root {
  --menuTrigeHeight: 15px;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: var(--menuTrigeHeight);
}
@media screen and (max-width: 750px) {
  .menu-trigger {
    width: 4.5333333333vw;
    height: 2.9333333333vw;
  }
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .menu-trigger span {
    height: 0.4vw;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(1.3vw) rotate(-45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
  bottom: -5px;
}
@media screen and (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(3) {
    bottom: -1.2vw;
  }
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: var(--mainColor);
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

.footerTelSpText {
  font-size: 16px;
  line-height: 1.5;
}

.footerTelSp {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

/*フッター追従コンタクト*/
.fixBarContact {
  padding: 1rem 2rem;
}

.fixBar {
  position: fixed;
  z-index: 10;
  right: 2%;
  bottom: 2%;
}
.fixBar .button {
  padding: 0.7rem 3rem;
  border: 1px solid var(--mainColor);
}

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.fixBarTop {
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
}
.fixBarTop:hover {
  background-color: #fff;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.fixBar i,
.fixBar span {
  vertical-align: middle;
}

.fixBarTop i {
  margin-top: 14px;
}

/*==================================================
 * トップページ
 *================================================*/
/*お問い合わせページ------------------------------------*/
.contactForm {
  width: 100%;
  margin: 0 auto;
}

.contactForm textarea {
  width: 100%;
  min-height: 14rem !important;
}

.contactForm input[type=checkbox] {
  width: auto;
}

.contactTelIcon {
  margin-right: 0.4em;
}

.mw_wp_form button {
  max-width: 100%;
  width: 300px;
  height: 68px;
  font-weight: 700;
  background-color: var(--mainColor);
  color: #fff;
  border: none;
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .mw_wp_form button {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .mw_wp_form button {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .mw_wp_form button {
    height: 60px;
  }
}
.mw_wp_form button.cmnbtn::before {
  background-image: url(../img/ic_arrow-right-blue.svg);
}
.mw_wp_form button:hover {
  opacity: 0.7;
}

.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform * {
  font-family: "Noto Sans JP", sans-serif;
}
.cform tr {
  border-bottom: solid 1px #bad1ff;
}
.cform th {
  font-size: 17px;
  font-family: bold;
  width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  position: relative;
  color: #1d62ea;
}
.cform th .title {
  width: 72%;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .cform th .title {
    vertical-align: bottom;
    width: auto;
    margin-right: 5%;
  }
}
.cform th .required-srt {
  font-size: 12px;
  padding: 0.2em 0.4em;
  background: transparent;
  color: #ff521c;
  border: solid 1px #ff521c;
  border-radius: 3px;
  margin-right: 10px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .cform th .required-srt {
    border-radius: 6px;
  }
}
tr:last-child .cform th .required-srt {
  top: 41%;
}
@media screen and (max-width: 750px) {
  .cform th .required-srt {
    top: auto;
    bottom: 10%;
    font-size: 10px;
  }
}
.cform td {
  font-size: 15px;
  line-height: 150%;
  padding: 3% 0;
  font-weight: 700;
}
.cform td .error {
  font-size: 14px;
}
.cform td input::placeholder,
.cform td textarea::placeholder {
  color: #a0a09e;
}
.cform td span label span {
  font-size: 15px;
}
.cform .mwform-radio-field-text {
  color: #1d62ea;
}
@media screen and (max-width: 750px) {
  .cform td,
  .cform th {
    padding-bottom: 0;
    padding-top: 15px;
    font-size: 15px;
  }
  .cform td {
    padding: 5px 0 15px;
  }
  .cform th {
    padding-bottom: 10px;
  }
  .cform th .required-srt {
    padding: 0.1em 0.4em;
  }
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  height: 4rem;
  font-size: 14px;
  padding: 3rem 2.5rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url] {
    border-radius: 6px;
  }
}
@media screen and (max-width: 750px) {
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url] {
    padding: 2rem;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

@media only screen and (max-width: 767px) {
  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
    padding-left: 0;
  }
}
.contactAlertBox {
  border: 1px solid #dcdcdc;
  padding: 8% 5%;
  margin: 10% 0;
}
@media screen and (max-width: 750px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 13% 0;
  }
}

.contactAlertTitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.5em;
}

.button,
.submit-btn input,
.submit-btn a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
  padding: 0.7em 4em 0.7em 2em;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-size: 20px;
  border: 1px solid var(--mainColor);
}
.button:before, .button:after,
.submit-btn input:before,
.submit-btn input:after,
.submit-btn a:before,
.submit-btn a:after {
  width: calc(100% - 20px);
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.button:before,
.submit-btn input:before,
.submit-btn a:before {
  border-bottom: solid 20px var(--mainColor);
  border-right: solid 20px transparent;
  bottom: 100%;
}
.button:after,
.submit-btn input:after,
.submit-btn a:after {
  border-top: solid 20px var(--mainColor);
  border-left: solid 20px transparent;
  top: 100%;
}
.button:hover,
.submit-btn input:hover,
.submit-btn a:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.sendBtnWrap {
  column-gap: 1em;
}

.mw_wp_form button.sendBtn {
  font-size: 16px !important;
  height: 100%;
  padding: 1.5rem 10rem;
  width: auto;
  border-radius: 10px;
}

.submit-btn {
  text-align: center;
  margin-top: 5%;
}
.submit-btn input,
.submit-btn a {
  transition: 0.3s;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.5rem 10rem;
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .submit-btn input,
  .submit-btn a {
    border-radius: 6px;
  }
}

.contactHr {
  margin: 7% 0;
}
@media screen and (max-width: 750px) {
  .contactHr {
    margin: 12% 0;
  }
}

/*下層ページ共通------------------------------------*/
.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
.entry * {
  color: inherit;
}
.entry figcaption {
  font-size: 14px;
  color: gray;
}
@media screen and (max-width: 750px) {
  .entry figcaption {
    font-size: 4.1333333333vw;
  }
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .entry blockquote p {
    font-size: 4.1333333333vw;
  }
}
.entry strong {
  font-style: normal;
  font-weight: bold;
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .entry p {
    font-size: 4.1333333333vw;
    line-height: 1.9;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2:not(.simple h3) {
  font-size: 1.4em;
  margin: 8% auto 3%;
  background-color: var(--mainColor);
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .entry h2:not(.simple h3) {
    margin: 12% auto 6%;
  }
}
.entry h3:not(.simple h3) {
  position: relative;
  padding-bottom: 0.3em;
  border-bottom: 1.5px solid #ccc;
  font-size: 1.2em;
  margin: 4% auto 3%;
  color: var(--mainColor);
  font-weight: bold;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .entry h3:not(.simple h3) {
    padding-bottom: 0.5em;
    margin: 12% auto 6%;
  }
}
.entry h3:not(.simple h3)::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: var(--mainColor);
}
.entry h4:not(.simple h3) {
  margin: 3% auto 3%;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 0.4em;
  color: var(--mainColor);
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .entry h4:not(.simple h3) {
    margin: 15% auto 8%;
  }
}
.entry table td:nth-child(1) {
  background-color: #f7f6f9;
  font-weight: bold;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 2rem 3rem;
}
@media screen and (max-width: 750px) {
  .entry table th,
  .entry table td {
    padding: 1rem 2rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dad8de;
  }
}
.entry table tr {
  border-bottom: 1px solid #dad8de;
}
@media screen and (max-width: 750px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid #dad8de;
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: var(--mainColor);
  position: absolute;
  left: 0;
  font-weight: 400;
}

.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .entry h5 {
    margin-bottom: 1em;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
[data-fade] {
  transform: translateY(100px);
  opacity: 0;
  transition: 1s ease;
}
[data-fade].run {
  transform: translateY(0);
  opacity: 1;
}

body {
  font-feature-settings: "palt";
  color: var(--mainBlack);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  font-weight: bold;
  background-color: #f4f4ea;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.underline {
  text-decoration: underline;
}

.linkTarget {
  margin-top: -50px;
  padding-top: 50px;
}

.widthFit {
  width: fit-content;
}

.mlrA {
  margin-left: auto;
  margin-right: auto;
}

.bgTransBlack {
  background-color: rgba(0, 0, 0, 0.3);
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: all;
    cursor: pointer;
  }
}

.telA i {
  margin-right: 0.15em;
}
.telA.white:hover {
  color: #fff;
}

.externalLink {
  border-bottom: 1px solid;
  padding-bottom: 0.1em;
  transition: 0.3s;
}
.externalLink:hover {
  color: var(--mainColor);
}
.externalLink:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 0.5em;
}

.vertical {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}

.verticalReverse {
  writing-mode: vertical-lr;
}

@media screen and (max-width: 750px) {
  .verticalPc {
    writing-mode: horizontal-tb;
  }
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

/*==================================================
 * 当サイト共通
 *================================================*/
main {
  overflow: hidden;
}

:root {
  --gridLinePadding: calc((100vw - 1180px) / 2);
  --gridLineInner: calc(1180px / 4);
}

.jost {
  font-family: "Jost", sans-serif;
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  column-gap: 1em;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  header {
    padding: 0;
  }
}

.headerIn {
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  padding-inline: 15px;
  padding: 25px 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .headerIn {
    padding: 3.3333333333vw 0;
  }
}

.headerLogo {
  width: 187px;
  z-index: 9999;
  position: relative;
  transition: none;
}
@media screen and (min-width: 751px) {
  .headerLogo {
    position: absolute;
    left: 15px;
  }
}
@media screen and (min-width: 1131px) {
  .headerLogo {
    left: 25px;
  }
}
@media screen and (max-width: 750px) {
  .headerLogo {
    width: 39.4666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .headerRight {
    position: absolute;
    right: 15px;
  }
}
@media screen and (min-width: 1131px) {
  .headerRight {
    right: 25px;
  }
}

.headerRightTop {
  display: flex;
  column-gap: 10px;
}
@media screen and (max-width: 750px) {
  .headerRightTop {
    display: none;
  }
}
.headerRightTop a {
  font-size: 14px;
  font-weight: bold;
  border: solid 1px var(--mainColor);
  background-color: #fff;
  padding: 0.4em;
  width: 150px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .headerRightTop a {
    width: 36.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.spBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 1.5;
  display: none;
  width: 100%;
  z-index: 9;
  padding: 5.3333333333vw 4vw;
  background-color: #a0b496;
}
.spBottom .txt {
  color: #fff;
  text-align: center;
  padding-bottom: 0.2em;
  font-size: 4.1333333333vw;
}
.spBottom .in {
  display: flex;
  justify-content: center;
  column-gap: 4vw;
}
@media screen and (max-width: 750px) {
  .spBottom {
    display: block;
  }
}
.spBottom a {
  width: 29.3333333333vw;
  height: 14vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: solid 1px var(--mainColor);
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 3.3333333333vw;
}

.headerBtnWrap {
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .headerBtnWrap {
    width: 10.6666666667vw;
    margin-top: 0;
  }
}
.headerBtnWrap .menu-btn {
  background-color: var(--mainColor);
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .headerBtnWrap .menu-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.headerBtnWrap .txt {
  color: #fff;
  font-weight: bold;
  font-size: 8px;
  line-height: 1;
  margin-top: 0.2em;
}
@media screen and (max-width: 750px) {
  .headerBtnWrap .txt {
    font-size: 1.4666666667vw;
  }
}

.overRayMenuUl {
  margin-bottom: 30px;
}
.overRayMenuUl > li {
  position: relative;
}
.overRayMenuUl > li:last-of-type {
  margin-top: 4.6666666667vw;
}
.overRayMenuUl > li a {
  color: var(--mainColor);
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 1.3333333333vw;
  padding-bottom: 1.3333333333vw;
  font-weight: 500 !important;
}
.overRayMenuUl > li a:hover span {
  color: var(--mainColor);
}

.spmenuBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 0 50px;
  background-color: #a0b496;
}
@media screen and (min-width: 1281px) {
  .spmenuBlock {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 959px) {
  .spmenuBlock {
    height: 100vh;
  }
}
@media screen and (max-width: 750px) {
  .spmenuBlock {
    padding: 22.6666666667vw 8vw;
    display: block;
  }
}
.spmenuBlock .rightBtns {
  display: flex;
  justify-content: center;
  column-gap: 0.5em;
}

.spmenuBoxInner {
  width: 100%;
}

.global-nav {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.global-nav .contact-area,
.global-nav .nav-columns {
  width: 50%;
}
.global-nav .contact-area {
  width: 31.373%;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .global-nav .contact-area {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .global-nav .contact-area > div {
    order: 2;
  }
}
.global-nav .contact-area .ttl,
.global-nav .contact-area .sub {
  color: #fff;
  text-align: center;
}
.global-nav .contact-area .ttl {
  font-size: 22px;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 750px) {
  .global-nav .contact-area .ttl {
    font-size: 4vw;
    margin-bottom: 0.2em;
  }
}
.global-nav .contact-area .sub {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .global-nav .contact-area .sub {
    font-size: 3.0666666667vw;
    margin-bottom: 1em;
  }
}
.global-nav .contact-link {
  background-color: #f4f4ea;
  text-align: center;
  margin-top: 15px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .global-nav .contact-link {
    margin-top: 0.6em;
    max-width: unset;
    height: 20vw;
  }
}
.global-nav .contact-link .text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  column-gap: 0.6em;
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .global-nav .contact-link .text {
    font-size: 4vw;
    line-height: 1.2;
  }
}
.global-nav .contact-link small {
  color: var(--mainColor);
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .global-nav .contact-link small {
    font-size: 3.0666666667vw;
  }
}
.global-nav .contact-link .icon {
  width: 22px;
  display: block;
}
@media screen and (max-width: 750px) {
  .global-nav .contact-link .icon {
    width: 4vw;
  }
}
.global-nav .contact-link .tel-text {
  font-size: 13px;
  color: var(--mainColor);
}
@media screen and (max-width: 750px) {
  .global-nav .contact-link .tel-text {
    font-size: 3.0666666667vw;
  }
}
.global-nav .contact-link .tel {
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  .global-nav .contact-link .tel {
    font-size: 4vw;
  }
}
.global-nav .contact-link .tel span {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0;
}
.global-nav .contact-link.--tel small {
  display: block;
  margin-top: -0.2em;
}
.global-nav .to-top-btn {
  color: #fff;
  border: solid 1px #fff;
  width: 190px;
  text-align: center;
  padding: 0.3em;
  margin-top: 2em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .global-nav .to-top-btn {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .global-nav .to-top-btn {
    order: 1;
    margin-bottom: 10vw;
    margin-top: 0;
    width: 40vw;
  }
}
.global-nav .nav-columns {
  width: 65.686%;
}
@media screen and (max-width: 959px) {
  .global-nav .nav-columns {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 959px) {
  .global-nav .nav-columns {
    width: 100%;
    order: 1;
    margin-bottom: 9.3333333333vw;
  }
}
.global-nav .nav-columns .nav-columns-list {
  display: flex;
  justify-content: space-between;
}
.global-nav .nav-columns .nav-columns-list > * {
  width: 48.507%;
}
@media screen and (max-width: 750px) {
  .global-nav .nav-columns .nav-columns-list > * {
    width: 48.387%;
  }
}
.global-nav .nav-columns li {
  border-top: solid 1px #fff;
}
.global-nav .nav-columns li:last-of-type {
  border-bottom: solid 1px #fff;
}
.global-nav .nav-columns a {
  padding: 1.1em 1em;
  display: block;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .global-nav .nav-columns a {
    font-size: 2.9333333333vw;
    height: 15.3333333333vw;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}
.global-nav .nav-columns a::before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  aspect-ratio: 1/1;
  background: url(../img/common/arw-nav.svg) no-repeat center/contain;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .global-nav .nav-columns a::before {
    width: 3.7333333333vw;
    right: 0;
  }
}
.global-nav .nav-columns a:hover {
  opacity: 1;
  background-color: #94ab89;
}
.global-nav .nav-footer {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .global-nav .nav-footer {
    order: 3;
    row-gap: 0;
  }
}
@media screen and (max-width: 750px) {
  .global-nav .nav-footer {
    margin-top: 6.6666666667vw;
  }
}
.global-nav .nav-footer * {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .global-nav .nav-footer * {
    font-size: 3.0666666667vw;
  }
}
.global-nav .nav-footer .copyright {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .global-nav .nav-footer .copyright {
    font-size: 2.6666666667vw;
    letter-spacing: 0.02em;
  }
}
.global-nav .nav-footer .social-icons {
  display: flex;
  column-gap: 2em;
  justify-content: center;
  align-items: center;
  margin-top: 2.5em;
}
@media screen and (max-width: 750px) {
  .global-nav .nav-footer .social-icons {
    margin-bottom: 8vw;
  }
}
.global-nav .nav-footer .social-icons a {
  display: block;
  width: 35px;
  padding: 0;
}
.global-nav .nav-footer .social-icons a::before {
  content: none;
}
@media screen and (max-width: 750px) {
  .global-nav .nav-footer .social-icons a {
    width: 8.6666666667vw;
  }
}
.global-nav .nav-footer .social-icons a:last-of-type {
  width: 45px;
}
@media screen and (max-width: 750px) {
  .global-nav .nav-footer .social-icons a:last-of-type {
    width: 11.7333333333vw;
  }
}

header.active .headerBtnWrap .menu-btn {
  background-color: var(--mainColor);
}
@media screen and (min-width: 1131px) {
  header.active .headerLogo {
    left: calc((100vw - 1130px) / 2);
  }
}

.floatmenu {
  position: absolute;
  top: 50vh;
  width: 20px;
  /* right: calc((100% - 1100px) / 2); */
  right: 20px;
  font-size: 13px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 1em;
  row-gap: 1em;
  z-index: 9998;
  transition: 0.3s;
  transform: translateY(-50%);
}
.floatmenu.hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1130px) {
  .floatmenu {
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .floatmenu {
    display: none;
  }
}
.floatmenu .txt {
  writing-mode: vertical-lr;
}
.floatmenu img {
  width: 20px;
}

/*==================================================
 * フッター
 *================================================*/
.footCta {
  padding: 70px 0 140px;
}
@media screen and (max-width: 750px) {
  .footCta {
    padding: 9.3333333333vw 0;
  }
}
.footCta .ttl,
.footCta .sub {
  text-align: center;
}
.footCta .ttl {
  font-size: 20px;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .footCta .ttl {
    font-size: 6.2666666667vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .footCta .sub {
    font-size: 3.7333333333vw;
  }
}
.footCta .linkWrap {
  margin-top: 20px;
  column-gap: 1em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footCta .linkWrap {
    flex-direction: column;
    row-gap: 4vw;
  }
}
.footCta .linkWrap > * {
  padding: 2em;
  width: 48%;
  border: solid 1px #000000;
  display: block;
}
@media screen and (max-width: 750px) {
  .footCta .linkWrap > * {
    width: 100%;
    padding: 2em 0;
  }
}
.footCta .linkWrap > * * {
  text-align: center;
}
.footCta .linkWrap .linkTtl {
  font-size: 21px;
  color: var(--mainBlack);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5em;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .footCta .linkWrap .linkTtl {
    font-size: 19px;
  }
}
@media screen and (max-width: 750px) {
  .footCta .linkWrap .linkTtl {
    font-size: 4.5333333333vw;
  }
}
.footCta .linkWrap .linkSub {
  font-size: 13px;
  color: var(--mainColor);
}
@media screen and (max-width: 750px) {
  .footCta .linkWrap .linkSub {
    font-size: 4vw;
  }
}
.footCta .linkWrap i {
  width: 30px;
  display: block;
}
@media screen and (max-width: 750px) {
  .footCta .linkWrap i {
    width: 6vw;
  }
}
.footCta .tel {
  margin-top: 50px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 750px) {
  .footCta .tel {
    margin-top: 6.6666666667vw;
  }
}
.footCta .tel .telTtl {
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  .footCta .tel .telTtl {
    font-size: 4.5333333333vw;
  }
}
.footCta .tel .num {
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .footCta .tel .num {
    font-size: 5.0666666667vw;
  }
}
.footCta .tel .num span {
  font-size: 1.5em;
}
.footCta .tel .telsub {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .footCta .tel .telsub {
    font-size: 4vw;
  }
}

footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 13.3333333333vw 0 33.3333333333vw;
  }
  footer .cnt {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
footer .footLogo {
  margin-left: 0;
  width: fit-content;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  footer .footLogo {
    width: 54.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .policy,
footer .copy {
  text-align: right;
  display: block;
}
footer .policy {
  font-size: 13px;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  footer .policy {
    font-size: 2.9333333333vw;
  }
}
footer .copy {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  footer .copy {
    font-size: 2.9333333333vw;
  }
}

.footer-info > p {
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .footer-info > p {
    text-align: center;
  }
}
.footer-info .offices {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer-info .offices {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}
.footer-info .offices * {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .footer-info .offices * {
    font-size: 2.9333333333vw;
  }
}
.footer-info .offices .office {
  display: flex;
  column-gap: 0.6em;
}
@media screen and (max-width: 750px) {
  .footer-info .offices .office {
    flex-direction: column;
    row-gap: 0;
    width: 50%;
  }
}
.footer-info .offices .office-title {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 750px) {
  .footer-info .offices .office-title {
    writing-mode: horizontal-tb;
  }
}

.footer-social {
  display: flex;
  align-items: center;
  column-gap: 1.2em;
}
@media screen and (max-width: 750px) {
  .footer-social {
    justify-content: center;
    margin-top: 2em;
    column-gap: 1.5em;
  }
}
.footer-social > * {
  width: 26px;
}
@media screen and (max-width: 750px) {
  .footer-social > * {
    width: 8.6666666667vw;
  }
}
.footer-social > *:last-of-type {
  width: 33px;
}
@media screen and (max-width: 750px) {
  .footer-social > *:last-of-type {
    width: 11.4666666667vw;
  }
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .footer-nav {
    justify-content: flex-start;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav ul {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav li + li {
    margin-top: 0.5em;
  }
}
.footer-nav li a {
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer-nav li a {
    font-size: 2.9333333333vw;
    padding-left: 1.2em;
    letter-spacing: 0.08em;
    display: block;
  }
}
.footer-nav li a::before {
  content: "■";
  color: #a0b496;
  padding-right: 0.5em;
}
@media screen and (max-width: 750px) {
  .footer-nav li a::before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.footer-nav li a:first-letter {
  color: #a0b496;
}
@media screen and (max-width: 750px) {
  .footer-nav li a:first-letter {
    color: inherit;
  }
}

/*==================================================
 * トップページ
 *================================================*/
#fv {
  position: relative;
}
@media screen and (min-width: 751px) {
  #fv {
    height: 100vh;
  }
  #fv * {
    height: 100vh;
  }
  #fv .fvSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#fv .fvSlide {
  position: relative;
  z-index: 0;
}
#fv .fvTxt {
  position: absolute;
  top: 15%;
  writing-mode: vertical-lr;
  color: #fff;
  font-size: 25px;
  left: 20%;
  letter-spacing: 0.16em;
  line-height: 2;
  font-feature-settings: initial;
}

@media screen and (max-width: 750px) {
  #intro {
    padding-top: 14.6666666667vw;
  }
  #intro .introFirstImg {
    width: calc(100% + 24.6666666667vw);
    margin-left: -14vw;
    margin-right: -10.6666666667vw;
    max-width: unset;
  }
}
#intro .mainFlex {
  margin-top: 160px;
  display: flex;
  column-gap: 3em;
  position: relative;
}
@media screen and (max-width: 750px) {
  #intro .mainFlex {
    flex-direction: column;
    margin-top: 0;
    margin-left: -9.3333333333vw;
    margin-right: -9.3333333333vw;
  }
}
#intro .mainFlex .img {
  width: 55%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #intro .mainFlex .img {
    width: calc(100% + 5.3333333333vw);
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  #intro .mainFlex .txt {
    max-width: 40%;
  }
}
@media screen and (max-width: 750px) {
  #intro .mainFlex .txt {
    display: flex;
    flex-direction: column-reverse;
    max-width: unset;
  }
  #intro .mainFlex .txt.sp {
    margin-top: 14.6666666667vw;
    margin-bottom: 17.3333333333vw;
  }
}
#intro .mainFlex .txt p {
  font-size: 17px;
  line-height: 2.1176470588;
  white-space: unset;
}
@media screen and (max-width: 750px) {
  #intro .mainFlex .txt p {
    font-size: 4vw;
    max-width: 77.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#intro .mainFlex .btns {
  width: 600px;
  display: flex;
  margin-top: 100px;
  margin-left: -160px;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  #intro .mainFlex .btns {
    margin-left: -310px;
  }
}
@media screen and (max-width: 750px) {
  #intro .mainFlex .btns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
  }
}
#intro .mainFlex .btns > * {
  aspect-ratio: 290/205;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 48%;
  border: solid 2px #fff;
  color: #fff;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #intro .mainFlex .btns > * {
    aspect-ratio: 1/1;
  }
}
#intro .mainFlex .btns > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  aspect-ratio: 1/1;
  right: 10px;
  bottom: 10px;
  background: url(../img/common/arw-right-bottom.svg) no-repeat center/contain;
}

#topWorks {
  margin-top: 180px;
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #topWorks {
    margin-top: 20vw;
    padding-bottom: 8vw;
  }
}
#topWorks::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 155px;
  background-color: #a0b496;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #topWorks::before {
    height: 49.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #topWorks .swiper-wrapper:not(.--reform) {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    transform: unset !important;
  }
  #topWorks .swiper-wrapper:not(.--reform) .swiper-slide:nth-of-type(n + 4) {
    display: none;
  }
  #topWorks .worksImg {
    margin-top: 0;
  }
}

.inWidth {
  width: 1150px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}
@media screen and (min-width: 1600px) {
  .inWidth {
    width: calc(100% + (100vw - 1150px) / 4);
    margin-right: calc((100vw - 1150px) / 2 * -1);
  }
}
@media screen and (max-width: 750px) {
  .inWidth {
    width: 100%;
    flex-direction: column;
  }
}
.inWidth .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .inWidth .text {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4vw;
    row-gap: 1.3333333333vw;
  }
}
.inWidth .text .ttl,
.inWidth .text .sub {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}
@media screen and (max-width: 750px) {
  .inWidth .text .ttl,
  .inWidth .text .sub {
    writing-mode: horizontal-tb;
  }
}
.inWidth .text .ttl {
  font-size: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .inWidth .text .ttl {
    font-size: 6.2666666667vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 750px) {
  .inWidth .text .sub {
    display: flex;
    align-items: flex-end;
    column-gap: 2.6666666667vw;
    font-size: 4vw;
  }
  .inWidth .text .sub .sp {
    margin-left: -8%;
  }
  .inWidth .text .sub img {
    width: 48vw;
  }
}
.inWidth .images {
  width: 100%;
}
.inWidth .images .worksSlide {
  overflow: hidden;
}
.inWidth .images .worksImg {
  aspect-ratio: 350/470;
  position: relative;
  overflow: hidden;
}
.inWidth .images .worksImg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 750px) {
  .inWidth .images .worksImg::before {
    height: 29%;
  }
}
.inWidth .images .worksImg img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inWidth .images .worksText {
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 1em;
  bottom: 1em;
  width: calc(100% - 2em);
}
@media screen and (max-width: 750px) {
  .inWidth .images .worksText .en {
    display: none;
  }
}
.inWidth .images .inner:hover {
  opacity: 1;
}
.inWidth .images .inner:hover .worksImg img {
  transform: scale(1.1);
}
.worksSlide .swiper-slide {
  width: 355px;
}
@media screen and (max-width: 750px) {
  .worksSlide .swiper-slide {
    width: 66.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.cmnbtn {
  background-color: #fff;
  font-weight: bold;
  width: 185px;
  height: 30px;
  text-align: center;
  margin-left: auto;
  font-size: 14px;
  margin-right: auto;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  line-height: 1;
  border: solid 1px transparent;
}
@media screen and (max-width: 750px) {
  .cmnbtn {
    margin-top: 7.3333333333vw;
    font-size: 3.3333333333vw;
    width: 58vw;
    height: 9.3333333333vw;
  }
}
.cmnbtn:hover {
  background-color: var(--mainBlack);
  color: #fff;
  opacity: 1;
  border-color: #fff;
}
.cmnbtn.--mainColor {
  background-color: var(--mainColor);
  color: #fff;
}
.cmnbtn.--mainColor:hover {
  background-color: #fff;
  color: var(--mainColor);
  border-color: var(--mainColor);
}

#bnr .bnr1,
#bnr .bnr2 {
  display: block;
  height: 400px;
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  #bnr .bnr1,
  #bnr .bnr2 {
    height: unset;
  }
}
#bnr .bnr1 .ttl,
#bnr .bnr1 .text,
#bnr .bnr2 .ttl,
#bnr .bnr2 .text {
  color: #fff;
  position: absolute;
}
#bnr .bnr1 .ttl,
#bnr .bnr2 .ttl {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
  left: 50%;
  top: 24%;
  transform: translateX(-50%);
  font-size: 21px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  #bnr .bnr1 .ttl,
  #bnr .bnr2 .ttl {
    font-size: 6.2666666667vw;
    top: 10.6666666667vw;
    bottom: unset;
  }
}
#bnr .bnr1 .text,
#bnr .bnr2 .text {
  line-height: 2.4;
}
@media screen and (max-width: 750px) {
  #bnr .bnr1 .text,
  #bnr .bnr2 .text {
    font-size: 4.1333333333vw;
    line-height: 2;
    text-align: center;
    width: 100%;
  }
}
#bnr .bnr1 .cmnbtn,
#bnr .bnr2 .cmnbtn {
  left: 50%;
  position: absolute;
  bottom: 6%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #bnr .bnr1 .cmnbtn,
  #bnr .bnr2 .cmnbtn {
    bottom: 10.6666666667vw;
  }
}
#bnr .bnr1 {
  margin-top: 30px;
  position: relative;
  background: url(../img/top/bnr-10.jpg) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  #bnr .bnr1 {
    aspect-ratio: 750/853;
  }
}
@media screen and (max-width: 750px) {
  #bnr .bnr1 {
    background-image: url(../img/top/bnr-10--sp.jpg);
  }
}
#bnr .bnr1 .text {
  left: 20%;
  bottom: 22%;
}
@media screen and (max-width: 959px) {
  #bnr .bnr1 .text {
    left: 5%;
  }
}
@media screen and (max-width: 750px) {
  #bnr .bnr1 .text {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#bnr .bnr1-btn {
  position: absolute;
  width: 19.286%;
  right: 15%;
  bottom: 5%;
}
@media screen and (max-width: 750px) {
  #bnr .bnr1-btn {
    position: relative;
    width: 83.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
    right: auto;
    bottom: auto;
    display: block;
  }
}
#bnr .bnr2 {
  margin-top: 30px;
  background: url(../img/top/bnr-modelhouse.jpg) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  #bnr .bnr2 {
    aspect-ratio: 750/853;
  }
}
@media screen and (max-width: 750px) {
  #bnr .bnr2 {
    background-image: url(../img/top/bnr-modelhouse--sp.jpg);
  }
}
@media screen and (max-width: 750px) {
  #bnr .bnr2 .ttl {
    top: 13.3333333333vw;
  }
}
#bnr .bnr2 .text {
  bottom: 42%;
  right: 20%;
}
@media screen and (max-width: 959px) {
  #bnr .bnr2 .text {
    right: 5%;
  }
}
@media screen and (max-width: 750px) {
  #bnr .bnr2 .text {
    right: unset;
    left: 5%;
    bottom: 20%;
  }
}
@media screen and (max-width: 750px) {
  #bnr .bnr1 {
    margin-top: 19.3333333333vw;
  }
  #bnr .bnr1 .bnr1-btn {
    width: calc(100% + 16vw);
    margin-left: -8vw;
    margin-top: 4vw;
  }
  #bnr .bnr2 {
    margin-top: 22.6666666667vw;
  }
  #bnr .bnr2 .bnr2-link {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
  }
}

#news {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media screen and (max-width: 750px) {
  #news {
    margin-block: 18.6666666667vw;
  }
}
#news .spSub {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
#news .spBtn {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  #news .inWidth {
    margin-inline: -4vw;
    width: calc(100% + 8vw);
    display: flex;
    flex-direction: row;
  }
}
#news .inWidth .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #news .inWidth .text {
    flex-direction: column;
    display: block;
    padding-right: 6.6666666667vw;
  }
  #news .inWidth .text .ttl,
  #news .inWidth .text .sub {
    writing-mode: vertical-lr;
  }
  #news .inWidth .text .ttl {
    font-size: 5.3333333333vw;
  }
}
#news .inWidth .text .top {
  display: flex;
}
@media screen and (max-width: 750px) {
  #news .inWidth .text .top {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  #news .inWidth .images {
    padding-left: 0;
    padding-right: 0;
  }
}
#news .inWidth .newsSlide {
  overflow: hidden;
}
#news .inWidth .newsSlide .img {
  /* aspect-ratio: 1 / 1; */
  aspect-ratio: 4/3;
}
#news .inWidth .newsSlide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .inWidth .newsSlide .cat {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #a0b496;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1.3em;
  /* width: 70px; */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #news .inWidth .newsSlide .cat {
    font-size: 3.3333333333vw;
    /* width: vw(145); */
    height: 4.9333333333vw;
  }
}
#news .inWidth .newsSlide .ttl {
  color: var(--mainBlack);
}
#news .inWidth .newsSlide .date {
  border-top: solid 1px #000;
  font-size: 13px;
  padding-top: 1em;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  #news .inWidth .newsSlide .date {
    font-size: 4vw;
  }
}

#topInstagram {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fff;
}
#topInstagram .flex {
  display: flex;
  column-gap: 3.33%;
}
@media screen and (max-width: 750px) {
  #topInstagram .flex {
    flex-flow: column;
    row-gap: 4vw;
  }
}
#topInstagram .flex .topInstaTtl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #topInstagram .flex .topInstaTtl {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
}
#topInstagram .flex .topInstaTtl > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#topInstagram .flex .topInstaTtl .ttl {
  text-align: center;
  margin-bottom: 20px;
}
#topInstagram .flex .topInstaTtl .sub {
  writing-mode: vertical-rl;
  width: fit-content;
  line-height: 2.1176470588;
}
@media screen and (max-width: 750px) {
  #topInstagram .flex .topInstaTtl .sub {
    writing-mode: horizontal-tb;
  }
}
#topInstagram .flex .topInstaFeed {
  width: 100%;
}
#topInstagram #sb_instagram #sbi_images {
  padding: 0;
}

#topStaff {
  padding-top: 140px;
}
@media screen and (max-width: 750px) {
  #topStaff {
    padding-top: 20vw;
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
  #topStaff .cnt {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.staff-link {
  height: 400px;
  background: url(../img/top/bnr-staff.jpg) no-repeat center/cover;
  display: block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .staff-link {
    background-image: url(../img/top/bnr-staff--sp.jpg);
    height: unset;
    aspect-ratio: 375/400;
  }
}
.staff-link .ttl,
.staff-link .text {
  color: #fff;
  position: absolute;
}
.staff-link .ttl {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  font-size: 21px;
  letter-spacing: 0.16em;
  color: #000;
}
@media screen and (max-width: 750px) {
  .staff-link .ttl {
    font-size: 6.2666666667vw;
    left: 20%;
    top: 25%;
  }
}
.staff-link .text {
  bottom: 15%;
  right: 16%;
  line-height: 2.4;
}
@media screen and (max-width: 750px) {
  .staff-link .text {
    font-size: 4.1333333333vw;
    bottom: 47%;
    line-height: 1.9;
    right: 6%;
  }
}
.staff-link .cmnbtn {
  left: 50%;
  position: absolute;
  bottom: 6%;
  transform: translateX(-50%);
}

#topFaq {
  padding-top: 140px;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #topFaq {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

.breadcrumb {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .breadcrumb {
    margin-top: 2.6666666667vw;
  }
}
.breadcrumb * {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .breadcrumb * {
    font-size: 2.6666666667vw;
  }
}
.breadcrumb.nomargin {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .spMinB .cnt {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.nomargin .breadcrumb {
  margin-top: 0;
}

/*==================================================
 * Works
 *================================================*/
.mv.--mv-page {
  height: 365px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mv.--mv-page {
    height: unset;
    aspect-ratio: 750/600;
  }
}
.mv.--mv-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv.--mv-page .ttl {
  position: absolute;
  writing-mode: vertical-lr;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-feature-settings: initial;
  font-size: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .mv.--mv-page .ttl {
    font-size: 6vw;
    letter-spacing: 0.16em;
    transform: translate(-50%, -60%);
  }
}
.mv.--mv-page .ttl.--r {
  writing-mode: vertical-rl;
}
.mv.--mv-page .ttl.--black {
  color: #000;
}
@media screen and (max-width: 750px) {
  .mv.--mv-page .ttl.--whiteSp {
    color: #fff;
  }
}
.mv.--mv-page .sub {
  position: absolute;
  color: #fff;
  font-size: 16px;
  left: 10%;
  bottom: 10%;
}
@media screen and (max-width: 750px) {
  .mv.--mv-page .sub {
    font-size: 4.1333333333vw;
    left: 6.6666666667vw;
    bottom: 5%;
  }
}
@media screen and (max-width: 750px) {
  .mv.--mv-page.--mv-performance {
    aspect-ratio: 1501/1435;
  }
  .mv.--mv-page.--mv-performance .ttl {
    top: 65%;
  }
}

.ttl.height {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  .ttl.height {
    font-size: 6vw;
  }
}

.height + .height {
  height: fit-content;
}

.sub.height {
  margin-top: 50px;
  color: var(--mainColor);
}
@media screen and (max-width: 750px) {
  .sub.height {
    font-size: 3.0666666667vw;
    margin-top: 6.6666666667vw;
  }
}

.catGuide {
  display: flex;
  column-gap: 10px;
}
@media screen and (max-width: 750px) {
  .catGuide {
    column-gap: 1.0666666667vw;
    row-gap: 1.0666666667vw;
    flex-wrap: wrap;
  }
}
.catGuide > * {
  width: calc(20% - 8px);
}
@media screen and (max-width: 750px) {
  .catGuide > * {
    width: calc(33.3333333333% - 0.7111111111vw);
  }
}
.catGuide > * a {
  display: block;
  padding: 0.4em 0;
  text-align: center;
  background-color: #a0b496;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .catGuide > * a {
    font-size: 3.3333333333vw;
  }
}
.catGuide > * a.active {
  background-color: var(--mainColor);
}
.catGuide.--voice {
  justify-content: center;
}
.catGuide.--voice a {
  background-color: #dabfa0;
}
.catGuide.--voice a.active {
  background-color: #c69c6d;
}

.worksSearch {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 750px) {
  .worksSearch {
    flex-direction: column;
    row-gap: 7.3333333333vw;
  }
}
.worksSearch > * {
  width: calc(50% - 15px);
}
@media screen and (max-width: 750px) {
  .worksSearch > * {
    width: 100%;
  }
}

.worksSearchTtl {
  border-bottom: solid 1px #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .worksSearchTtl {
    font-size: 2.9333333333vw;
  }
}

.worksSearchList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 750px) {
  .worksSearchList {
    column-gap: 1.0666666667vw;
    row-gap: 1.0666666667vw;
  }
}
.worksSearchList a {
  background-color: #fff;
  border: solid 1px var(--mainColor);
  display: block;
  text-align: center;
  padding: 0.5em 1em;
  min-width: 110px;
  font-size: 12px;
  line-height: 1.5;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .worksSearchList a {
    font-size: 2.6666666667vw;
    letter-spacing: 0;
    min-width: 17.3333333333vw;
  }
}
.worksSearchList a.active {
  background-color: var(--mainColor);
  color: #fff;
}

.worksList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 50px;
}
@media screen and (max-width: 750px) {
  .worksList {
    flex-direction: column;
    row-gap: 13.3333333333vw;
  }
}
.worksList > * {
  width: calc(50% - 15px);
}
@media screen and (max-width: 750px) {
  .worksList > * {
    width: 100%;
  }
}
.worksList > * a {
  display: block;
}
.worksList .spNum {
  font-size: 3.7333333333vw;
  margin-bottom: 0.3em;
}
.worksList .img {
  aspect-ratio: 435/255;
}
.worksList .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worksList .ttlBlock {
  display: flex;
  align-items: center;
  margin-top: 0.6em;
  column-gap: 1.5em;
}
@media screen and (max-width: 750px) {
  .worksList .ttlBlock {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.worksList .ttlBlock .info {
  font-size: 13px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .worksList .ttlBlock .info {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .worksList .ttlBlock .info .numwrap {
    display: none;
  }
}
.worksList .ttlBlock .info .date {
  border-top: solid 1px #000;
}
@media screen and (max-width: 750px) {
  .worksList .ttlBlock .info .date {
    width: 100%;
    font-size: 3.7333333333vw;
    margin-top: 0.5em;
  }
}
.worksList .ttlBlock .ttl {
  font-size: 14px;
  line-height: 1.7142857143;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 750px) {
  .worksList .ttlBlock .ttl {
    font-size: 4.1333333333vw;
  }
}
.worksList .ttlBlock .ttl br {
  display: none;
}
.worksList .catList {
  margin-top: 1em;
}

.voiceList .numwrap {
  border-bottom: solid 1px #000;
}

.catList {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .catList {
    font-size: 3.0666666667vw;
  }
}
.catList li {
  display: inline-block;
  border: 1px solid #666;
  margin: -1px 0 0 -1px; /* 重なり回避 */
  padding: 0.1em 1em;
}

.single-works .mv .ttl {
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  .single-works .mv .ttl {
    font-size: 4.2666666667vw;
  }
}
.single-works .mv .num {
  font-size: 37px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .single-works .mv .num {
    font-size: 5.6vw;
  }
}

.--grad {
  position: relative;
}
.--grad::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 185px;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #a0b496, rgba(255, 255, 255, 0));
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .--grad::before {
    height: 24.6666666667vw;
  }
}
.--grad .breadcrumb {
  padding-top: 80px;
}
.--grad .nomargin.pt {
  padding-top: 140px;
}
@media screen and (max-width: 750px) {
  .--grad .nomargin.pt {
    padding-top: 21.3333333333vw;
  }
}
.--grad .nomargin.pt .breadcrumb {
  padding-top: 0;
}

.mv.--gra {
  height: 240px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mv.--gra {
    height: 53.3333333333vw;
  }
}
.mv.--gra::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 185px;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #a0b496, rgba(255, 255, 255, 0));
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .mv.--gra::before {
    height: 24.6666666667vw;
  }
}
.mv.--gra.--voice {
  padding-top: 50px;
  height: unset;
}
.mv.--gra.--voice .in {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .mv.--gra.--voice .in {
    padding-top: 14.6666666667vw;
  }
}
.mv.--gra.--voice .in .bottom {
  padding-left: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .mv.--gra.--voice .in .bottom {
    padding-left: 0;
    padding-top: 6.6666666667vw;
    width: 100%;
    text-align: center;
  }
}
.mv.--gra.--voice .in .num {
  text-decoration: underline;
  font-size: 20px;
  color: #5f5f5b;
}
@media screen and (max-width: 750px) {
  .mv.--gra.--voice .in .num {
    font-size: 5.6vw;
  }
}
.mv.--gra.--voice .in .voiceTtl {
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .mv.--gra.--voice .in .voiceTtl {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .mv.--gra.--voice .in .voiceTtl {
    font-size: 16px;
  }
}
.mv.--gra.--works .breadcrumb {
  position: absolute;
  top: 80px;
  z-index: 3;
  left: 15px;
}
@media screen and (min-width: 1100px) {
  .mv.--gra.--works .breadcrumb {
    left: calc((100vw - 1100px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .mv.--gra.--works .breadcrumb {
    left: 0;
    top: 15.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .mv.--gra.--access::before {
    content: none;
  }
  .mv.--gra.--access .ttl {
    top: 18.6666666667vw;
    transform: translateX(-50%);
  }
}

.--voiceEntry {
  padding-left: 100px;
}
@media screen and (max-width: 750px) {
  .--voiceEntry {
    padding-left: 0;
  }
}

.--gra {
  position: relative;
}
.--gra::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 185px;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #a0b496, rgba(255, 255, 255, 0));
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .--gra::before {
    height: 24.6666666667vw;
  }
}

.worksSingle .date {
  font-size: 13px;
  margin-bottom: 1em;
}
.worksSingle .worksInfoWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .worksSingle .worksInfoWrap {
    flex-direction: column;
  }
}
.worksSingle .text {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .worksSingle .text {
    width: 100%;
  }
}
.worksSingle .text .ttl {
  font-size: 22px;
  margin-bottom: 0.6em;
  line-height: 1.5;
  width: 70%;
}
@media screen and (max-width: 750px) {
  .worksSingle .text .ttl {
    width: 70%;
    font-size: 6.2666666667vw;
  }
}
.worksSingle .text .editor {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.worksSingle .info {
  width: 33.333%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .worksSingle .info {
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .worksSingle .info {
    width: 100%;
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #000;
  }
}
.worksSingle .info .propertyDetails > * {
  display: flex;
  font-size: 16px;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 750px) {
  .worksSingle .info .propertyDetails > * {
    font-size: 4.1333333333vw;
  }
}
.worksSingle .info .propertyDetails > * dt {
  width: 70px;
  flex-shrink: 0;
  margin-right: 45px;
  text-align: justify;
  letter-spacing: 0;
  text-align-last: justify;
}
@media screen and (max-width: 750px) {
  .worksSingle .info .propertyDetails > * dt {
    width: 18vw;
    margin-right: 16vw;
  }
}

.propertyCategories {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .propertyCategories {
    font-size: 3.0666666667vw;
  }
}
.propertyCategories > * {
  display: inline-block;
  border: 1px solid #666;
  margin: -1px 0 0 -1px; /* 重なり回避 */
  padding: 0 0;
  line-height: 1.5;
  width: 33.3333333333%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .worksDetailThumbs {
    display: none;
  }
  .worksDetailThumbs.--spShow {
    display: block;
  }
}
.worksDetailThumbs .swiper-wrapper {
  column-gap: 15px;
  row-gap: 15px;
}
.worksDetailThumbs .swiper-wrapper > * {
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: 0.3s;
}
.worksDetailThumbs .swiper-wrapper > *:hover {
  opacity: 0.7;
}
.worksDetailThumbs .swiper-wrapper > * img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.worksSingle .worksDetailThumbs .swiper-wrapper {
  transform: none !important;
  flex-wrap: wrap;
}
.worksSingle .worksDetailThumbs .swiper-wrapper > * {
  width: calc(16.6666666667% - 12.5px) !important;
}

.worksDetailMainW {
  overflow: hidden;
  /* .swiper-slide {
    align-self: center;
    max-height: 650px;
  } */
}
@media screen and (max-width: 750px) {
  .worksDetailMainW {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
  }
}
.worksDetailMainW .swiper-wrapper {
  max-height: 650px;
}
.worksDetailMainW .swiper-slide {
  max-height: 650px;
  align-self: center;
}
.worksDetailMainW .swiper-slide img {
  max-height: 650px;
  object-fit: contain;
}
.worksDetailMainW .swiper-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 75px;
  aspect-ratio: 75/28;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .worksDetailMainW .swiper-button {
    display: none;
  }
}
.worksDetailMainW .swiper-button-prev,
.worksDetailMainW .swiper-button-next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../img/works/ic-page-arw.svg) no-repeat center/contain;
}
.worksDetailMainW .swiper-button-prev::after,
.worksDetailMainW .swiper-button-next::after {
  content: none;
}
.worksDetailMainW .swiper-button-next {
  transform: scale(-1, 1);
}

.worksNavigation {
  display: flex;
  justify-content: center;
  column-gap: 1em;
}
@media screen and (max-width: 750px) {
  .worksNavigation {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
    justify-content: space-between;
    margin-top: 3.5em;
  }
  .worksNavigation.--centerSp {
    justify-content: center;
  }
}
.worksNavigation * {
  display: flex;
  column-gap: 1em;
  align-items: center;
  justify-content: center;
}
.worksNavigation .navAll {
  background-color: var(--mainColor);
  color: #fff;
  width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
@media screen and (max-width: 750px) {
  .worksNavigation .navAll {
    width: 30.6666666667vw;
    height: 9.3333333333vw;
  }
}
.worksNavigation .arrow {
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/works/ic-page-arw.svg) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .worksNavigation .arrow {
    width: 9.3333333333vw;
  }
}
.worksNavigation .navNext .arrow {
  transform: scale(-1, 1);
}
.worksNavigation .disabled {
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .worksNavigation .navNext,
  .worksNavigation .navPrev {
    flex-direction: row-reverse;
  }
}

.spWorksNav .arrow,
.worksNavigation .arrow {
  display: block;
  aspect-ratio: 1/1;
  background: url(../img/works/ic-page-arw.svg) no-repeat center/contain;
}

.spWorksNav .arrow {
  width: 10vw;
}
.spWorksNav .navPrev,
.spWorksNav .navNext {
  position: absolute;
  bottom: 0.6666666667vw;
}
.spWorksNav .navPrev.disabled,
.spWorksNav .navNext.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.spWorksNav .navPrev {
  left: 0;
}
.spWorksNav .navNext {
  right: 0;
  transform: scale(-1, 1);
}

.otherPages {
  margin-top: 140px;
  display: flex;
  column-gap: 15px;
}
@media screen and (max-width: 750px) {
  .otherPages {
    margin-top: 13.3333333333vw;
    column-gap: 3.3333333333vw;
    flex-wrap: wrap;
    row-gap: 3.3333333333vw;
    justify-content: center;
  }
  .otherPages > * {
    width: calc(50% - 1.6666666667vw);
  }
}

@media screen and (max-width: 750px) {
  .otherPagesWrap .cnt {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.bnr-reform {
  margin-top: 140px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .bnr-reform {
    margin-top: 22.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.bnr-reform .ttl,
.bnr-reform .text {
  position: absolute;
}
.bnr-reform .ttl {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  font-size: 21px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .bnr-reform .ttl {
    font-size: 6.2666666667vw;
    top: 33%;
    left: 14%;
  }
}
.bnr-reform .text {
  line-height: 2.4;
  color: #fff;
  right: 27.2%;
  bottom: 20%;
}
@media screen and (max-width: 750px) {
  .bnr-reform .text {
    font-size: 4.1333333333vw;
    line-height: 1.8387096774;
    bottom: 40.2%;
  }
}
.bnr-reform .cmnbtn {
  position: absolute;
  bottom: 25%;
  left: 49.7%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .bnr-reform .cmnbtn {
    left: 50%;
    bottom: 10%;
  }
}

.worksImg.sp {
  margin-top: 10vw;
  display: flex;
  flex-direction: column;
  row-gap: 2vw;
}

.pagenavi {
  margin-top: 60px;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .pagenavi {
    margin-right: auto;
    margin-top: 18.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.pagenavi .wp-pagenavi {
  display: flex;
  column-gap: 1em;
  align-items: center;
  flex-wrap: wrap;
}
.pagenavi .wp-pagenavi > * {
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  border: none;
}
@media screen and (max-width: 750px) {
  .pagenavi .wp-pagenavi > * {
    width: 9.3333333333vw;
  }
}
.pagenavi .wp-pagenavi > *.current {
  background-color: #a0b496;
  color: #fff;
}
.pagenavi .wp-pagenavi .nextpostslink,
.pagenavi .wp-pagenavi .previouspostslink {
  text-indent: -99999px;
  background-color: #5f5f5b;
  background: url(../img/works/ic-pager-arw.svg) #5f5f5b no-repeat center/25%;
}
.pagenavi .wp-pagenavi .previouspostslink {
  transform: scale(-1, 1);
}

/*==================================================
 * Company
 *================================================*/
.companyMessage {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .companyMessage {
    letter-spacing: -0.025em;
    font-size: 3.7333333333vw;
  }
}

.cmntable {
  width: 100%;
}
.cmntable th,
.cmntable td {
  text-align: left;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  vertical-align: top;
}
.cmntable th {
  width: 225px;
  border-bottom: solid 2px #5f5f5b;
}
.cmntable td {
  border-bottom: solid 2px #a0b496;
  font-weight: 400;
}
.cmntable .square {
  color: #a0b496;
}
.cmntable .squareList li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  .cmntable th,
  .cmntable td {
    font-size: 3.0666666667vw;
    display: block;
  }
  .cmntable th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .cmntable td {
    padding-top: 0.5em;
  }
}
.cmntable .companyList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2em;
}
.cmntable .companyList > * {
  width: 44.03%;
}
@media screen and (max-width: 750px) {
  .cmntable .companyList > * {
    width: calc(50% - 0.5em);
  }
}

.ninteiImg {
  margin-left: 0;
}

#companyModelhouse {
  background-color: #fff;
  padding: 30px 0 65px;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #companyModelhouse {
    margin-top: 0;
    padding: 22.6666666667vw 0 13.3333333333vw;
  }
}

.companyModelhouseList {
  display: flex;
  justify-content: space-between;
  row-gap: 2em;
}
@media screen and (max-width: 750px) {
  .companyModelhouseList {
    flex-direction: column;
    row-gap: 26.6666666667vw;
  }
}
.companyModelhouseList * {
  text-align: center;
}
.companyModelhouseList li {
  position: relative;
  width: 47.222%;
}
@media screen and (max-width: 750px) {
  .companyModelhouseList li {
    width: 100%;
  }
}
.companyModelhouseList li::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  aspect-ratio: 30/50;
  background: url(../img/company/ic-fukidashi.svg) no-repeat center/contain;
  left: 50%;
  top: 0;
  transform: translate(-50%, -110%);
}
@media screen and (max-width: 750px) {
  .companyModelhouseList li::before {
    width: 10.4vw;
  }
}
.companyModelhouseList li::after {
  content: "M01";
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: -12%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .companyModelhouseList li::after {
    font-size: 3.8666666667vw;
    top: -20%;
  }
}
.companyModelhouseList li:last-of-type::after {
  content: "M02";
}
.companyModelhouseList li.--1::after {
  content: "M01";
}
.companyModelhouseList li.--2::after {
  content: "M02";
}
.companyModelhouseList li.--3::after {
  content: "M03";
}
.companyModelhouseList li.--4::after {
  content: "M04";
}
.companyModelhouseList li.--5::after {
  content: "M05";
}
.companyModelhouseList li.--6::after {
  content: "M06";
}
.companyModelhouseList li.--7::after {
  content: "M07";
}
.companyModelhouseList li.--8::after {
  content: "M08";
}
.companyModelhouseList li.--9::after {
  content: "M09";
}
.companyModelhouseList li.--10::after {
  content: "M010";
}
.companyModelhouseList .ttl {
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  .companyModelhouseList .ttl {
    font-size: 4.9333333333vw;
  }
}
.companyModelhouseList .adr {
  border-top: solid 4px #a0b496;
  padding-top: 0.5em;
  margin-top: 0.5em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .companyModelhouseList .adr {
    border-top-width: 0.8vw;
  }
}
.companyModelhouseList .img {
  aspect-ratio: 425/245;
  margin-top: 1em;
}
.companyModelhouseList .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.companyModelhouseList .cmnbtn {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .companyModelhouseList .cmnbtn {
    margin-top: 3.3333333333vw;
  }
}

/*==================================================
 * Faq
 *================================================*/
.mv.--hor {
  height: unset;
}
.mv.--hor img {
  margin-left: 0;
  margin-right: auto;
}
.mv.--hor .ttl {
  position: absolute;
  writing-mode: vertical-lr;
  font-feature-settings: normal;
  color: #fff;
  left: 10%;
  top: 20%;
  letter-spacing: 0.15em;
  font-size: 21px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .mv.--hor .ttl {
    writing-mode: vertical-rl;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .mv.--hor .cnt {
    padding-left: 0;
    padding-right: 0;
  }
  .mv.--hor .cnt img {
    width: 100%;
  }
}

.mvHorWrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .mvHorWrap {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .mvHorWrap {
    flex-direction: column;
    margin-top: 0;
  }
}
.mvHorWrap .mvLeft {
  position: relative;
  width: fit-content;
  flex-shrink: 0;
}
.mvHorWrap .mvLeft img {
  width: 400px;
}
@media screen and (max-width: 750px) {
  .mvHorWrap .mvLeft img {
    width: 100%;
  }
}
.mvHorWrap .mvLeft .ttl {
  position: absolute;
  writing-mode: vertical-lr;
  font-feature-settings: normal;
  color: #fff;
  left: 25%;
  top: 20%;
  letter-spacing: 0.15em;
  font-size: 21px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .mvHorWrap .mvLeft .ttl {
    writing-mode: vertical-rl;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 6vw;
  }
}
.mvHorWrap .mvLeftInner {
  position: relative;
}
.mvHorWrap .mvRight {
  margin-top: 180px;
  margin-left: -40px;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .mvHorWrap .mvRight {
    margin-left: -170px;
  }
}
@media screen and (max-width: 750px) {
  .mvHorWrap .mvRight {
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}

.faqwrap,
.accessWrap {
  width: 590px;
  margin-left: auto;
  margin-top: -590px;
  position: relative;
  z-index: 1;
  margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .faqwrap,
  .accessWrap {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 13.3333333333vw;
  }
}

.accessList li {
  background-color: #fff;
  padding: 35px;
}
@media screen and (max-width: 750px) {
  .accessList li {
    padding: 6.6666666667vw 3.3333333333vw;
    font-size: 3.0666666667vw;
  }
}
.accessList li .ttl {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .accessList li .ttl {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
.accessList li .ttl span {
  color: #a0b496;
}
.accessList li .map {
  position: relative;
  aspect-ratio: 523/330;
  width: 100%;
}
.accessList li .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.qa-item {
  background-color: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 750px) {
  .qa-item {
    padding: 7.3333333333vw 6.6666666667vw;
  }
}
.qa-item + .qa-item {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .qa-item + .qa-item {
    margin-top: 2.6666666667vw;
  }
}
.qa-item .question,
.qa-item .answerIn {
  display: flex;
  width: 100%;
}
.qa-item .question .label,
.qa-item .answerIn .label {
  font-size: 30px;
  flex-shrink: 0;
  margin-right: 1.5em;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .qa-item .question .label,
  .qa-item .answerIn .label {
    font-size: 8.6666666667vw;
    margin-right: 0.25em;
  }
}
.qa-item .question {
  position: relative;
  cursor: pointer;
}
.qa-item .question::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 1px;
  bottom: -10px;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .qa-item .question::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    left: 1.3333333333vw;
    bottom: -2.6666666667vw;
  }
}
.qa-item .question .label {
  color: #c69c6d;
}
.qa-item .question .text {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  line-height: 1.5;
}
.qa-item .answer {
  margin-top: 2em;
  display: none;
}
.qa-item .answer .label {
  color: #a0b496;
}
.qa-item.open .question::before {
  transform: rotate(315deg);
  bottom: -20px;
}
@media screen and (max-width: 750px) {
  .qa-item.open .question::before {
    bottom: -3vw;
  }
}

/*==================================================
 * Policy
 *================================================*/
.privacy-policy {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .privacy-policy {
    font-size: 3.0666666667vw;
  }
}
.privacy-policy dt {
  color: var(--mainColor);
}
.privacy-policy dt,
.privacy-policy dd {
  padding-top: 1.5em;
  line-height: 1.3846153846;
  font-weight: 500 !important;
}
.privacy-policy dd {
  padding-top: 1em;
}
.privacy-policy a {
  word-wrap: break-word;
}

/*==================================================
 * イチマルのこと
 *================================================*/
.main-about {
  overflow: unset;
}
.main-about .aboutText {
  padding-top: 5%;
}
@media screen and (max-width: 750px) {
  .main-about .aboutText {
    padding-top: 0;
  }
}

.stic-img {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.stic-img > * {
  width: 100%;
  height: 100%;
}
.stic-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stic-text:not(.--mt0) {
  margin-top: -90vh;
}
.stic-text .text {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .stic-text .text {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

.aboutImg.--5 {
  height: 100vh;
}
.aboutImg.--5 .text {
  margin-bottom: 55%;
}

.aboutImg {
  height: 600px;
  min-height: 600px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .aboutImg {
    min-height: unset;
    height: 160vw;
  }
}
.aboutImg .aboutImgIn {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutImg .breadcrumb {
  color: #fff;
}
.aboutImg .fit {
  width: 60.111%;
}
@media screen and (max-width: 750px) {
  .aboutImg .fit {
    width: 100%;
    line-height: 2;
    font-size: 3.7333333333vw;
  }
}

.aboutTtl,
.aboutTtlSub {
  color: #fff;
}

.aboutText {
  height: 92%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .aboutText {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 750px) {
  .aboutText {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.aboutText * {
  color: #fff;
}
.aboutText .aboutTtl {
  writing-mode: vertical-rl;
  font-size: 25px;
  letter-spacing: 0.2em;
  margin-right: 30vw;
  margin-left: 18vw;
}
@media screen and (max-width: 750px) {
  .aboutText .aboutTtl {
    padding-top: 14.6666666667vw;
    font-size: 6.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .aboutText .aboutTtlSub {
    width: 100%;
    padding-left: 9.3333333333vw;
    padding-top: 21.3333333333vw;
  }
}

.h100 {
  height: 100%;
}

.flex.--column {
  flex-direction: column;
}
.flex.--column .fit {
  margin-left: auto;
  margin-right: 0;
}

.aboutImgIl {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .aboutImgIl {
    flex-direction: column;
  }
}
.aboutImgIl > * {
  width: 370px;
}
@media screen and (max-width: 750px) {
  .aboutImgIl > * {
    width: 73.3333333333vw;
  }
}

.aboutHowBg {
  background: url(../img/about/bg.png) no-repeat center top 12%/1400px auto;
}
@media screen and (max-width: 750px) {
  .aboutHowBg {
    background: url(../img/about/bg--sp.png) no-repeat center top 53%/100% auto;
  }
}

.aboutHowTtl {
  width: 646px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .aboutHowTtl {
    width: 100%;
  }
}

.aboutHowText {
  margin-top: 80px;
  width: fit-content;
  margin-left: auto;
  margin-right: 300px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .aboutHowText {
    width: 50%;
    padding-right: 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .aboutHowText {
    width: 100%;
    padding-right: 5.3333333333vw;
    padding-left: 11.3333333333vw;
    margin-right: auto;
    margin-top: 20vw;
    font-size: 3.8666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .aboutImg.--5 {
    height: 160vw;
  }
  .aboutImg.--5 .flex {
    align-items: flex-start;
    padding-top: 35%;
  }
  .aboutImg.--5 .fit {
    color: #333;
  }
  .aboutImg.--5 .text {
    color: var(--mainBlack);
  }
}
@media screen and (max-width: 750px) {
  .aboutImg.--6 {
    height: 100vw;
    margin-bottom: 41.3333333333vw;
  }
  .aboutImg.--6 .cnt {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.aboutImg.--6 .fit {
  font-size: 25px;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .aboutImg.--6 .fit {
    font-size: 3.7333333333vw;
    width: 100%;
  }
}

.aboutFlowArea {
  position: relative;
  aspect-ratio: 1328/2380;
  max-width: 1328px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/about/line.png) no-repeat right 40% bottom/49.322%;
}
@media screen and (max-width: 750px) {
  .aboutFlowArea {
    aspect-ratio: 750/2563;
    background: url(../img/about/line--sp.png) no-repeat left 15% bottom/73.333%;
  }
}
.aboutFlowArea > * {
  position: absolute;
}
.aboutFlowArea .item1 {
  width: 73.569%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .aboutFlowArea .item1 {
    width: 92.133%;
  }
}
.aboutFlowArea .item2 {
  width: 53.916%;
  right: 0;
  top: 16%;
}
@media screen and (max-width: 750px) {
  .aboutFlowArea .item2 {
    width: 86.667%;
    top: 27%;
  }
}
.aboutFlowArea .item3 {
  width: 45.858%;
  bottom: 17.5%;
  left: 14%;
}
@media screen and (max-width: 750px) {
  .aboutFlowArea .item3 {
    width: 125.733%;
    bottom: 25.5%;
    left: -36%;
  }
}
.aboutFlowArea .item4 {
  width: 44.729%;
  bottom: 0;
  right: 8%;
}
@media screen and (max-width: 750px) {
  .aboutFlowArea .item4 {
    width: 77.6%;
    right: 50%;
    transform: translateX(50%);
    bottom: 3.5%;
  }
}

@media screen and (max-width: 750px) {
  #aboutFlow .cnt {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn-flow {
  position: absolute;
  right: 10%;
  bottom: 0;
  transform: translateY(50%);
  width: 181px;
}
@media screen and (max-width: 750px) {
  .btn-flow {
    width: 40.5333333333vw;
    right: 50%;
    transform: translate(50%, 80%);
  }
}

.aboutMadori {
  overflow: hidden;
}
.aboutMadori .text {
  width: 160px;
}
@media screen and (max-width: 750px) {
  .aboutMadori .text {
    width: fit-content;
  }
}
.aboutMadori .cmnbtn {
  width: 100%;
  margin-top: 1em;
}

/*==================================================
 * guarantee
 *================================================*/
#guarantee1 .wrap {
  position: relative;
  background-color: #c69c6d;
}
#guarantee1 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #guarantee1 .img {
    position: relative;
  }
}
#guarantee1 .img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#guarantee1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#guarantee1 .guaranteeIn .text {
  white-space: nowrap;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  #guarantee1 .guaranteeIn .text {
    white-space: inherit;
  }
}
@media screen and (max-width: 750px) {
  #guarantee1 .guaranteeIn .text {
    color: #fff;
    font-size: 3.0666666667vw;
  }
}
#guarantee1 .guaranteeIn .circles {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1em;
  margin-top: 100px;
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  #guarantee1 .guaranteeIn .circles {
    max-width: 35%;
  }
}
@media screen and (max-width: 750px) {
  #guarantee1 .guaranteeIn .circles {
    width: 50vw;
    margin-top: 6vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#guarantee1 .guaranteeIn .circles > * {
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 750px) {
  #guarantee1 .guaranteeIn .circles > * {
    width: calc(22.6666666667vw - 0.5em);
  }
}

.guaranteeIn {
  position: relative;
  max-width: 900px;
  display: flex;
  z-index: 1;
  padding: 40px 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .guaranteeIn {
    flex-direction: column;
    padding: 7.3333333333vw 4vw;
  }
}
.guaranteeIn.--noflex {
  display: block;
}

#guarantee2 .wrap,
#guarantee3 .wrap {
  background-color: #c69c6d;
}
@media screen and (max-width: 750px) {
  #guarantee2 .wrap,
  #guarantee3 .wrap {
    border-top: solid 2px #fff;
  }
}
#guarantee2 .wrap .flex,
#guarantee3 .wrap .flex {
  column-gap: 1em;
}
#guarantee2 .img,
#guarantee3 .img {
  width: 135px;
}
@media screen and (max-width: 750px) {
  #guarantee2 .img,
  #guarantee3 .img {
    width: 18vw;
    flex-shrink: 0;
  }
}
#guarantee2 .text,
#guarantee3 .text {
  margin-left: auto;
  margin-right: 0;
  width: 67.778%;
}
@media screen and (max-width: 750px) {
  #guarantee2 .text,
  #guarantee3 .text {
    font-size: 2.9333333333vw;
    width: 100%;
  }
}
#guarantee4 .guaranteeFlex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #guarantee4 .guaranteeFlex {
    border-top: solid 2px #fff;
  }
}
#guarantee4 .guaranteeFlex .img {
  width: 135px;
}
@media screen and (max-width: 750px) {
  #guarantee4 .guaranteeFlex .img {
    width: 18vw;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#guarantee4 .guaranteeFlex > * {
  background-color: #c69c6d;
  width: 46.818%;
  padding: 3em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #guarantee4 .guaranteeFlex > * {
    width: calc(50% - 1px);
    padding: 2em;
    font-size: 2.9333333333vw;
  }
}

.bnr-kodawari {
  display: block;
  padding: 7% 0;
  background: url(../img/common/bnr-kodawari.jpg) no-repeat center/cover;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .bnr-kodawari {
    background-image: url(../img/common/bnr-kodawari--sp.jpg);
    padding-block: 10%;
  }
}
.bnr-kodawari p {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .bnr-kodawari p {
    font-size: 4.1333333333vw;
  }
}
.bnr-kodawari .ttl {
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  .bnr-kodawari .ttl {
    font-size: 6.2666666667vw;
  }
}

/*==================================================
 * concept
 *================================================*/
.aboutImg.--concept .aboutTtl {
  margin-left: 8%;
  margin-right: 34%;
}
@media screen and (max-width: 750px) {
  .aboutImg.--concept .aboutTtl {
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    letter-spacing: 0.16em;
  }
}
.aboutImg.--concept .aboutTtlSub {
  margin-top: 28%;
}
@media screen and (max-width: 750px) {
  .aboutImg.--concept .aboutText {
    flex-direction: column;
  }
  .aboutImg.--concept .aboutTtlSub {
    padding-left: 0;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 6.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

@media screen and (min-width: 750px) {
  .safari-browser .aboutImg.--concept .aboutText {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .safari-browser .aboutImg.--concept .aboutTtl {
    margin-right: 77%;
    display: block;
    white-space: nowrap;
  }
  .safari-browser .aboutImg.--concept .aboutTtlSub {
    white-space: nowrap;
  }
}

.conceptIntroFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .conceptIntroFlex {
    flex-direction: column;
  }
}
.conceptIntroFlex .img {
  width: 52.071%;
}
@media screen and (max-width: 750px) {
  .conceptIntroFlex .img {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 750px) {
  .conceptIntroFlex .text {
    font-size: 3.0666666667vw;
  }
}

.conceptBlock {
  border-top: solid 1px #a0b496;
  border-bottom: solid 1px #a0b496;
  background-color: #fff;
  position: relative;
}
.conceptBlock .in {
  display: flex;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .conceptBlock .in {
    padding-left: 0;
  }
}
.conceptBlock .in.--r {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .conceptBlock .in.--r {
    padding-right: 0;
  }
}
.conceptBlock .in.--r .circle {
  left: auto !important;
  right: 18%;
}
@media screen and (max-width: 750px) {
  .conceptBlock .in.--r .circle {
    left: 0 !important;
  }
}
.conceptBlock .imgBlock {
  width: 40.455%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .conceptBlock .imgBlock {
    width: 37.879%;
  }
}
.conceptBlock .imgBlock .img {
  height: 100%;
}
.conceptBlock .imgBlock .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conceptBlock .imgBlock .circle {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  left: 18%;
  top: 6%;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .conceptBlock .imgBlock .circle {
    width: 20vw;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
}
.conceptBlock .imgBlock .circle * {
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 5px #a0b496;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 750px) {
  .conceptBlock .imgBlock .circle * {
    font-size: 2.9333333333vw;
  }
}
.conceptBlock .text {
  padding: 15px;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .conceptBlock .text {
    padding: 2em 15px;
  }
}
@media screen and (max-width: 750px) {
  .conceptBlock .text {
    padding: 1.5em 4vw 0 6.6666666667vw;
  }
}
.conceptBlock .text .ttl {
  font-size: 23px;
}
@media screen and (max-width: 750px) {
  .conceptBlock .text .ttl {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
}
.conceptBlock .text p {
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .conceptBlock .text p {
    font-size: 2.9333333333vw;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 750px) {
  .conceptBlock .cmnbtn {
    margin-block: 6.6666666667vw;
  }
}
.conceptBlock.--1::before {
  content: "";
  display: block;
  position: absolute;
  width: 53.636%;
  aspect-ratio: 590/330;
  background: url(../img/concept/concept1-2.webp) no-repeat center/contain;
  right: 0;
  top: 7%;
  transform: translateY(-60%);
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .conceptBlock.--1::before {
    content: none;
  }
}
.conceptBlock.--2::before {
  content: "";
  display: block;
  position: absolute;
  width: 26.727%;
  aspect-ratio: 294/196;
  background: url(../img/concept/concept2-2.webp) no-repeat center/contain;
  left: 7%;
  bottom: 2%;
  transform: translateY(40%) translateX(-30%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .conceptBlock.--2::before {
    content: none;
  }
}
.conceptBlock.--4::before {
  content: "";
  display: block;
  position: absolute;
  width: 70.727%;
  aspect-ratio: 778/181;
  background: url(../img/concept/concept3-2.webp) no-repeat center/contain;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .conceptBlock.--4::before {
    content: none;
  }
}

#conceptFlow {
  background: url(../img/concept/flow.jpg) no-repeat center/cover;
  padding-block: 130px 230px;
}
@media screen and (max-width: 750px) {
  #conceptFlow {
    padding-block: 8.6666666667vw 33.3333333333vw;
  }
}
#conceptFlow * {
  color: #fff;
}
#conceptFlow .ttl {
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  #conceptFlow .ttl {
    font-size: 5.4666666667vw;
  }
}
#conceptFlow .in {
  max-width: 450px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #conceptFlow .in {
    max-width: 100%;
    font-size: 2.9333333333vw;
  }
}

#conceptFlow2 {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
  #conceptFlow2 {
    padding-bottom: 6.6666666667vw;
  }
}
#conceptFlow2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 130px);
  bottom: 0;
  background-color: #c69c6d;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #conceptFlow2::before {
    height: calc(100% - 6.6666666667vw);
  }
}

.conceptFlowlistWrap {
  padding-block: 130px 65px;
  background-color: #f4f4ea;
  margin-top: -130px;
}
@media screen and (max-width: 750px) {
  .conceptFlowlistWrap {
    padding-top: 14vw;
    padding-bottom: 10.6666666667vw;
    margin-top: -28vw;
  }
}

.conceptFlowList {
  display: flex;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .conceptFlowList {
    flex-direction: column;
  }
}
.conceptFlowList.--white {
  background-color: #fff;
  padding-bottom: 2em;
}
.conceptFlowList.--last {
  position: relative;
  padding-block: 50px;
}
.conceptFlowList.--last::before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 100%;
  background: url(../img/concept/flowlast.jpg) no-repeat center/cover;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .conceptFlowList.--last::before {
    width: 100vw;
  }
}
.conceptFlowList.--last * {
  color: #fff !important;
  position: relative;
  z-index: 1;
}
.conceptFlowList dt {
  padding-left: 60px;
  font-size: 90px;
  line-height: 0.9;
  color: #c69c6d;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dt {
    display: none;
    padding-left: 6.6666666667vw;
  }
}
.conceptFlowList dd {
  padding-right: 50px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.conceptFlowList dd .ttl {
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .ttl {
    display: flex;
    align-items: center;
    column-gap: 0.6em;
  }
}
.conceptFlowList dd .ttl span {
  font-size: 25px;
  border-top: solid 1px #c69c6d;
  border-bottom: solid 1px #c69c6d;
  padding: 0.8em 0;
  display: block;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .ttl span {
    font-size: 3.4666666667vw;
    width: 100%;
    letter-spacing: 0;
  }
}
.conceptFlowList dd .ttl .num {
  display: none;
  border: none;
  color: #c69c6d;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .ttl .num {
    display: block;
    font-weight: 700;
    font-size: 9.2vw;
    padding: 0;
    line-height: 1;
  }
}
.conceptFlowList dd .sub {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .sub {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
}
.conceptFlowList dd .text {
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .text {
    font-size: 2.9333333333vw;
  }
}
.conceptFlowList dd .sub,
.conceptFlowList dd .text {
  max-width: 400px;
  display: block;
}
@media screen and (max-width: 959px) {
  .conceptFlowList dd .sub,
  .conceptFlowList dd .text {
    width: 60.606%;
  }
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .sub,
  .conceptFlowList dd .text {
    width: 100%;
  }
}
.conceptFlowList dd .sub.--max,
.conceptFlowList dd .text.--max {
  max-width: 100%;
}
.conceptFlowList dd .img {
  width: 56.061%;
  position: absolute;
  right: -16%;
  top: 0;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .img {
    width: 29.3333333333vw;
    transform: translateY(-25%);
    right: -7%;
  }
}
.conceptFlowList dd .img.--relative {
  width: 33.333%;
  position: relative;
  right: auto;
  flex-shrink: 0;
  margin-top: -3.5%;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .img.--relative {
    width: 23.7333333333vw;
    position: absolute;
    right: 0;
    bottom: -15%;
    height: fit-content;
    margin-top: 0;
    top: auto;
    transform: unset;
  }
}
.conceptFlowList dd .img.--mini {
  right: 0;
  width: 40.909%;
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .img.--mini {
    right: -7%;
  }
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .img.--2 {
    top: -3%;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .conceptFlowList dd .img.--5 {
    top: -2%;
  }
}

/*==================================================
 * 間取り
 *================================================*/
.caseDetail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .caseDetail {
    flex-direction: column;
  }
}
.caseDetail .images {
  width: 68%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .caseDetail .images {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
  }
}
.caseDetail .images .main-slider .swiper-wrapper {
  align-items: center;
}
.caseDetail .text {
  width: 28%;
}
@media screen and (max-width: 750px) {
  .caseDetail .text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.caseDetail .text .ttl {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .caseDetail .text .ttl {
    font-size: 6.2666666667vw;
  }
}
.caseDetail .entry {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .caseDetail .entry {
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .caseDetail .entry {
    font-size: 4.1333333333vw;
  }
}
.caseDetail .areaData * {
  font-weight: 400;
}
.caseDetail .areaData p {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .caseDetail .areaData p {
    font-size: 4.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .caseDetail .areaData {
    order: 3;
    border-top: solid 1px #000000;
    padding-top: 2em;
  }
}
@media screen and (max-width: 750px) {
  .caseDetail .thumb-slider {
    order: 1;
  }
}
.caseDetail .thumb-slider .swiper-wrapper {
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  transform: unset !important;
}
.caseDetail .thumb-slider .swiper-wrapper > * {
  width: calc(50% - 2.5px) !important;
}
@media screen and (max-width: 750px) {
  .caseDetail .thumb-slider .swiper-wrapper > * {
    width: calc(24% - 2.5px) !important;
  }
}
.caseDetail .thumb-slider .swiper-wrapper .swiper-slide {
  aspect-ratio: 1/1;
  cursor: pointer;
}
.caseDetail .thumb-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.caseDetail .thumb-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.caseDetail .thumb-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caseCat {
  font-size: 11px;
  background-color: #a0b496;
  padding: 0.1em 1em;
  color: #fff;
  width: fit-content;
}

.casenumber {
  font-size: 35px;
}
@media screen and (max-width: 959px) {
  .casenumber {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .casenumber {
    font-size: 21px;
  }
}

.madoriSlide .swiper-slide,
.newsSlide .swiper-slide {
  width: 240px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 750px) {
  .madoriSlide .swiper-slide,
  .newsSlide .swiper-slide {
    width: 50.6666666667vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.madoriSlide .swiper-slide .img,
.newsSlide .swiper-slide .img {
  aspect-ratio: 1/1;
}
.madoriSlide .swiper-slide .img img,
.newsSlide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.madoriSlide .swiper-slide .cat,
.newsSlide .swiper-slide .cat {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #a0b496;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1.3em;
  /* width: 70px; */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .madoriSlide .swiper-slide .cat,
  .newsSlide .swiper-slide .cat {
    font-size: 3.3333333333vw;
    /* width: vw(145); */
    height: 4.9333333333vw;
  }
}
.madoriSlide .swiper-slide .cmnbtn,
.newsSlide .swiper-slide .cmnbtn {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .madoriSlide .swiper-slide .cmnbtn,
  .newsSlide .swiper-slide .cmnbtn {
    margin-top: 2.6666666667vw;
    max-width: 100%;
  }
}

.madoriSlideSingle .swiper-slide {
  width: 240px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 750px) {
  .madoriSlideSingle .swiper-slide {
    width: 50.6666666667vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.madoriSlideSingle .swiper-slide .img {
  aspect-ratio: 1/1;
}
.madoriSlideSingle .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.madoriSlideSingle .swiper-slide .cat {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #a0b496;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1.3em;
  /* width: 70px; */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .madoriSlideSingle .swiper-slide .cat {
    font-size: 3.3333333333vw;
    /* width: vw(145); */
    height: 4.9333333333vw;
  }
}
.madoriSlideSingle .swiper-slide .cmnbtn {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .madoriSlideSingle .swiper-slide .cmnbtn {
    margin-top: 2.6666666667vw;
    max-width: 100%;
  }
}

.newsSlide .swiper-slide {
  width: 235px;
}
@media screen and (max-width: 750px) {
  .newsSlide .swiper-slide {
    width: 66.6666666667vw;
  }
}
.newsSlide .swiper-slide .img {
  overflow: hidden;
}
.newsSlide .swiper-slide img {
  transition: 0.3s;
}
.newsSlide .swiper-slide:hover {
  opacity: 1;
}
.newsSlide .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.madoriSlide .swiper-slide .cat {
  width: 90px;
  height: 26px;
}
@media screen and (max-width: 750px) {
  .madoriSlide .swiper-slide .cat {
    width: 22.1333333333vw;
    height: 5.0666666667vw;
  }
}
.madoriSlide .swiper-slide .cmnbtn {
  height: 30px;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .madoriSlide .swiper-slide .cmnbtn {
    height: 9.3333333333vw;
  }
}

/*==================================================
 * 間取り
 *================================================*/
.--layout .--blogMv .ttl {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: row-reverse;
}
.--layout .--blogMv .ttl .sub {
  font-size: 0.8em;
}
@media screen and (max-width: 750px) {
  .--layout .--blogMv .ttl .sub {
    position: absolute;
    writing-mode: horizontal-tb;
    bottom: -55%;
    left: -370%;
    font-size: 4.1333vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.--blogMv {
  position: relative;
}
.--blogMv.mvLeft .ttl {
  color: #000;
}
.--blogMv .ttl2 {
  position: absolute;
  writing-mode: vertical-rl;
  left: 23%;
  top: 36%;
}
@media screen and (max-width: 750px) {
  .--blogMv .ttl2 {
    writing-mode: horizontal-tb;
    white-space: nowrap;
    top: unset;
    left: 6.6666666667vw;
    bottom: 6.6666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .--blog .mvRight {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}

.blogContent {
  background-color: #fff;
  padding: 35px;
}
@media screen and (max-width: 750px) {
  .blogContent {
    padding: 7.6vw 7.8666666667vw 9.3333333333vw;
  }
}
.blogContent .term-name {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #a0b496;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1.3em;
  /* width: 70px; */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .blogContent .term-name {
    font-size: 3.3333333333vw;
    /* width: vw(145); */
    height: 4.9333333333vw;
  }
}
.blogContent .blogContentTtl {
  font-weight: 700;
  max-width: 550px;
}
@media screen and (max-width: 750px) {
  .blogContent .blogContentTtl {
    font-size: 6.2666666667vw;
  }
}

.recommendBlock {
  max-width: 330px;
}
@media screen and (max-width: 750px) {
  .recommendBlock {
    max-width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .recommendSwiper .swiper-wrapper {
    flex-direction: column;
  }
}

.recommendLink {
  column-gap: 1em;
  display: flex;
  padding-block: 1.5em;
  border-top: solid 1px #000000;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .recommendLink {
    flex-direction: column;
    border-top: unset;
    padding-block: unset;
  }
}
.recommendLink .recommendImg {
  width: 40.909%;
  flex-shrink: 0;
  aspect-ratio: 135/98;
  height: fit-content;
}
@media screen and (max-width: 750px) {
  .recommendLink .recommendImg {
    width: 100%;
    margin-bottom: 1em;
  }
}
.recommendLink .recommendImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommendLink .recommendMeta {
  width: 100%;
}
.recommendLink .term-name {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #a0b496;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1.3em;
  /* width: 70px; */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .recommendLink .term-name {
    font-size: 3.3333333333vw;
    /* width: vw(145); */
    height: 4.9333333333vw;
  }
}

.blogArchiveContent ul {
  display: flex;
  column-gap: 1em;
  row-gap: 1em;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .blogArchiveContent ul {
    flex-direction: column;
  }
}
.blogArchiveContent ul li {
  background-color: #fff;
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 750px) {
  .blogArchiveContent ul li {
    width: 100%;
  }
}
.blogArchiveContent .recommendLink {
  flex-direction: column;
  border-top: unset;
  padding: 1em;
}
.blogArchiveContent .recommendLink .recommendImg {
  height: fit-content;
  width: 100%;
  /* aspect-ratio: 245 / 200; */
  aspect-ratio: 4/3;
  position: relative;
}
.blogArchiveContent .recommendLink .recommendImg .recommendCat {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
.blogArchiveContent .recommendLink .recommendImg .recommendCat .term-name {
  margin-bottom: 0;
  /* width: 90px; */
  height: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .blogArchiveContent .recommendLink .recommendImg .recommendCat .term-name {
    /* width: vw(166); */
    height: 4.9333333333vw;
    font-size: 3.0666666667vw;
  }
}
.blogArchiveContent .recommendLink .cmnbtn {
  margin-top: 1em;
  padding-block: 0.1em;
}
@media screen and (max-width: 750px) {
  .blogArchiveContent .recommendCat.--date {
    width: 100%;
  }
  .blogArchiveContent .recommendCat.--date .term-name {
    font-size: 3.0666666667vw;
    width: 19.3333333333vw;
    height: 4.9333333333vw;
  }
  .blogArchiveContent .newsTtl,
  .blogArchiveContent .recommendTitleText {
    width: 57.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .blogArchiveContent .cmnbtn {
    width: 57.3333333333vw;
  }
}

/*==================================================
 * 暮らしのお便り
 *================================================*/
.voiceWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .voiceWrap {
    flex-direction: column;
  }
}
.voiceWrap .eyecatch {
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .voiceWrap .eyecatch {
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
    width: calc(100% + 21.3333333333vw);
  }
}
.voiceWrap .content {
  width: 73.636%;
}
@media screen and (max-width: 750px) {
  .voiceWrap .content {
    width: 100%;
  }
}
.voiceWrap .side {
  width: 21.818%;
}
@media screen and (max-width: 750px) {
  .voiceWrap .side {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
  }
}
.voiceWrap .voiceListItem + .voiceListItem {
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .voiceWrap .voiceListItem + .voiceListItem {
    margin-top: 0;
  }
}
.voiceWrap .voiceListNum {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .voiceWrap .voiceListNum {
    text-decoration: none;
    border-bottom: solid 1px #000;
  }
}
.voiceWrap .voiceListImg {
  aspect-ratio: 240/140;
  height: fit-content;
}
.voiceWrap .voiceListImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w100 {
  width: 100%;
}

.voiceImages {
  display: flex;
  column-gap: 1em;
  row-gap: 1em;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .voiceImages {
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
    width: calc(100% + 21.3333333333vw);
  }
}
.voiceImages > * {
  max-width: 100%;
}
.voiceImages.--1 > * {
  width: 100%;
}
.voiceImages.--2 > * {
  width: calc(50% - 0.5em);
}
.voiceImages.--3 > *, .voiceImages.many > * {
  width: calc(33.3333333333% - 0.6666666667em);
}

/*==================================================
 * 素材と性能
 *================================================*/
.ic-ex {
  background-color: #a0b496;
  width: 95px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100vw;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .ic-ex {
    font-size: 2.9333333333vw;
    width: 18.6666666667vw;
  }
}

.perTtl {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 750px) {
  .perTtl {
    width: 20vw;
  }
}
.perTtl * {
  font-size: 24px;
  font-weight: 700;
  border-bottom: solid 5px #a0b496;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 750px) {
  .perTtl * {
    font-size: 4vw;
  }
}

.sozai1-ttl {
  font-size: 23px;
}
@media screen and (max-width: 750px) {
  .sozai1-ttl {
    font-size: 4vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 750px) {
  .cmn-text {
    font-size: 2.9333333333vw;
    letter-spacing: normal;
  }
}

.sozai1 {
  display: flex;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .sozai1 {
    flex-direction: column;
    margin-top: -2em;
  }
  .sozai1 .sozai1-ttl {
    letter-spacing: 0.1em;
  }
}
.sozai1 .right {
  position: relative;
}
.sozai1 .img {
  width: 53.8%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .sozai1 .img {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
  }
}
.sozai1 .cmn-text {
  letter-spacing: 0.06em;
}
.sozai1 .sozai1-img {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .sozai1 .sozai1-img {
    position: absolute;
    top: 20.5%;
    right: -7%;
  }
}
.sozai1 .sozai1-img img {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .sozai1 .sozai1-img img {
    width: 30.9333vw;
  }
}
.sozai1 .sozai1-2 {
  background-color: #fff;
  padding: 4em 2em 4em 4em;
  margin-left: -7.5em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sozai1 .sozai1-2 {
    margin-left: 0;
    padding: 12vw 0 6.6666666667vw;
  }
  .sozai1 .sozai1-2.mbSpM {
    margin-bottom: 3.7333333333vw;
  }
}
.sozai1 .sozai1-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(100%);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .sozai1 .sozai1-2::before {
    width: calc(100% + 12vw);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.sozai1 .sozai1-2 .ic-ex {
  top: 0;
  left: 20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .sozai1 .sozai1-2 .ic-ex {
    left: 10%;
  }
}
.sozai1 .sozai1-2 .text {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .sozai1 .sozai1-2 .text {
    width: 100%;
  }
}
.sozai1 .sozai1-2 .sozai1-2-flex {
  display: flex;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .sozai1 .sozai1-2 .sozai1-2-flex {
    flex-direction: column;
    row-gap: 1em;
  }
}
@media screen and (max-width: 750px) {
  .sozai1 .sozai1-2 .sozai1-2-img {
    display: flex;
    column-gap: 1em;
  }
  .sozai1 .sozai1-2 .sozai1-2-img > * {
    width: calc(50% - 0.5em);
  }
}

.sozai2 {
  background-color: #fff;
  padding: 4em 3em 4em 2em;
  position: relative;
  max-width: 790px;
  margin-left: 215px;
}
@media screen and (max-width: 1400px) {
  .sozai2 {
    margin-left: 10.605vw;
  }
}
@media screen and (max-width: 750px) {
  .sozai2 {
    padding: 12vw 0 7.6vw;
    margin-left: 0;
  }
}
.sozai2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .sozai2::before {
    width: calc(100% + 12vw);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.sozai2 .ic-ex {
  top: 0;
  left: 17%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .sozai2 .ic-ex {
    left: 10%;
  }
}

.sozai2-flex {
  display: flex;
  column-gap: 1.5em;
}
@media screen and (max-width: 750px) {
  .sozai2-flex {
    flex-direction: column;
    row-gap: 1em;
  }
}
.sozai2-flex .text {
  width: 38.356%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .sozai2-flex .text {
    width: 100%;
    font-size: 2.9333333333vw;
  }
}

@media screen and (max-width: 750px) {
  #seinou > .padding.pl0 {
    padding-left: 10.6666666667vw !important;
    padding-bottom: 6vw !important;
  }
}
@media screen and (max-width: 750px) {
  #seinou > .padding.pr0 {
    padding-right: 10.6666666667vw !important;
  }
}

.seinouMain {
  background: url(../img/performance/seinou.webp) no-repeat left top;
  /* padding: 5em 7em 17em; */
  padding: 0 49.071% 322px 17.857%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .seinouMain {
    padding: 0 46vw 23vw 15vw;
    background-size: contain;
  }
}
@media screen and (max-width: 750px) {
  .seinouMain {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
    margin-top: -2em;
    padding: 3.5em 10.6666666667vw 0;
    background: url(../img/performance/seinou--sp.webp) no-repeat top center/100% auto;
  }
  .seinouMain .cmn-text {
    letter-spacing: 0.06em;
  }
}
.seinouMain .perTtl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .seinouMain .sozai1-ttl {
    color: #fff;
    margin-bottom: 26.2666666667vw !important;
  }
}

.seinou1Wrap {
  max-width: 1041px;
  width: 100%;
  margin: 0;
  margin-left: 0;
}

.seinou1 {
  background-color: #fff;
  padding: 4.5em 2.6em 12.5em;
  padding-left: 22.857%;
  padding-right: 0;
  position: relative;
  margin-top: -6em;
}
@media screen and (max-width: 1400px) {
  .seinou1 {
    padding-left: 15vw;
  }
}
@media screen and (max-width: 750px) {
  .seinou1 {
    margin-top: 0;
    padding: 4em 0;
  }
}
.seinou1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .seinou1::before {
    width: calc(100% + 12vw);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 750px) {
  .seinou1 .borderGray {
    font-size: 2.6666666667vw;
  }
}
.seinou1 .ic-ex {
  top: 0;
  left: 30%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .seinou1 .ic-ex {
    left: 10%;
  }
}

.borderGray {
  padding: 1.2em 2em;
  border: solid 1px var(--mainBlack);
  font-size: 12px;
  letter-spacing: 0.095em;
  font-weight: 400;
}
.borderGray.--wide {
  padding: 2.5em;
}
@media screen and (max-width: 750px) {
  .borderGray.--wide {
    padding: 2em 0 0;
    border: unset;
  }
}

.seinou1-flex {
  display: flex;
  column-gap: 2em;
  /* align-items: flex-end; */
}
@media screen and (max-width: 750px) {
  .seinou1-flex {
    flex-direction: column;
    row-gap: 2em;
  }
}
.seinou1-flex .text {
  width: 37.333%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .seinou1-flex .text {
    width: 100%;
  }
}
.seinou1-flex .img {
  width: 100%;
}
.seinou1-flex .img img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .seinou1-flex .img {
    display: flex;
    justify-content: center;
  }
  .seinou1-flex .img img {
    width: 107% !important;
    max-width: 107% !important;
  }
}

.topFitText {
  margin-top: -0.5em;
}

.seinou1-2Wrap {
  max-width: 1148px;
  width: 100%;
  position: relative;
  padding-bottom: 125px;
  background-color: #fff;
  margin-top: -93px;
  /* margin-right: 95px; */
  /* @include sp {
    &::after {
      @include content;
      width: 100vw;
      left: 50%;
      top: 0;
      height: vw(10);
      transform: translateX(-50%);
      background-color: #f4f4ea;
    }
  } */
}
@media screen and (max-width: 1148px) {
  .seinou1-2Wrap {
    max-width: 93.032vw;
  }
}
@media screen and (max-width: 750px) {
  .seinou1-2Wrap {
    max-width: 100%;
    padding-bottom: 10.6666666667vw;
    margin-right: 0;
    margin-top: -6.6666666667vw;
  }
}
.seinou1-2Wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(100%);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .seinou1-2Wrap::before {
    width: calc(100% + 12vw);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.seinou1-2 {
  background-color: #fff;
  padding: 0 0 0 18.3%;
  color: #697d50;
}
@media screen and (max-width: 750px) {
  .seinou1-2 {
    padding: 0;
  }
  .seinou1-2 .sozai1-ttl {
    font-size: 3.5333333333vw;
  }
}

.seinou2Wrap {
  max-width: 1150px;
  width: 100%;
  position: relative;
  /* padding-bottom: 50px; */
  background-color: #fff;
  /* margin-right: 95px; */
}
@media screen and (max-width: 750px) {
  .seinou2Wrap {
    margin-right: 0;
  }
}
.seinou2Wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(100%);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .seinou2Wrap::before {
    width: calc(100% + 12vw);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 750px) {
  .seinou2Wrap::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 0;
    height: 1.3333333333vw;
    transform: translateX(-50%);
    background-color: #f4f4ea;
  }
}
.seinou2Wrap.--rowReverse .seinou2-ttl {
  padding-left: 13.304% !important;
}
@media screen and (max-width: 750px) {
  .seinou2Wrap.--rowReverse .seinou2-ttl {
    padding-left: 7.826% !important;
  }
}

.seinou2-ttl {
  background-color: #f4f4ea;
  position: relative;
  padding-top: 28px;
  padding-bottom: 30px;
  padding-left: 7.826%;
}
.seinou2-ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(100%);
  background-color: #f4f4ea;
}
.seinou2-ttl h3 {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1.95;
}
.seinou2-ttl h3 img {
  margin: initial;
}
@media screen and (max-width: 750px) {
  .seinou2-ttl {
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
    padding-right: 7.826%;
    padding-bottom: 10.6666666667vw;
  }
  .seinou2-ttl h3 {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
  .seinou2-ttl h3 span {
    flex-basis: 69.8666666667vw;
    font-size: 4vw;
  }
  .seinou2-ttl h3 img:first-child {
    width: 11.8666666667vw;
  }
  .seinou2-ttl h3 img:last-child {
    width: 24.8vw;
  }
}

.seinou2-1 {
  background-color: #fff;
  padding: 0 0 145px 10.174%;
}
@media screen and (max-width: 1148px) {
  .seinou2-1 {
    padding-left: 6.968vw;
  }
}
@media screen and (max-width: 750px) {
  .seinou2-1 {
    padding: 0 0 3em;
    position: relative;
    margin-top: -10.6666666667vw;
  }
}
.seinou2-1.--rowReverse {
  padding: 0 10.174% 145px 0;
}
@media screen and (max-width: 750px) {
  .seinou2-1.--rowReverse {
    padding: 0 0 3em 0;
  }
}
.seinou2-1 .spec {
  margin-top: -42px;
}
@media screen and (max-width: 750px) {
  .seinou2-1 .spec {
    margin-top: 0;
  }
}
.seinou2-1 .spec h4 {
  width: 26.815%;
  font-size: 14.5px;
  letter-spacing: 0.2em;
  line-height: 3;
  border-bottom: 1px solid var(--mainBlack);
}
@media screen and (max-width: 945px) {
  .seinou2-1 .spec h4 {
    width: 37%;
  }
}
@media screen and (max-width: 750px) {
  .seinou2-1 .spec h4 {
    width: 100%;
    font-size: 2.2vw;
  }
}
.seinou2-1 .spec .spec-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  color: #a0b496;
  padding: 27px 0 30px;
}
@media screen and (max-width: 750px) {
  .seinou2-1 .spec .spec-list {
    font-size: 3.0666666667vw;
  }
}
.seinou2-1 .spec .spec-list dt {
  width: 60px;
  display: flex;
  justify-content: space-between;
  letter-spacing: normal;
}
.seinou2-1 .spec .spec-list dt i {
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .seinou2-1 .spec .spec-list dt {
    width: 8.6666666667vw;
  }
}
.seinou2-1 .spec .spec-list dd {
  width: calc(100% - 60px);
}
.seinou2-1 .spec .spec-list dd::before {
  content: "：";
}
@media screen and (max-width: 750px) {
  .seinou2-1 .spec .spec-list dd {
    width: 88.667%;
  }
}
@media screen and (max-width: 750px) {
  .seinou2-1 .spec h5 {
    font-size: 2.9333333333vw;
  }
}
.seinou2-1 .spec h5::before {
  content: "■";
  color: var(--lightGreen);
}
@media screen and (max-width: 750px) {
  .seinou2-1 .spec h5 + p {
    font-size: 2.9333333333vw;
  }
}

.seinou2-1-flex {
  display: flex;
  justify-content: space-between;
}
.seinou2-1-flex.--rowReverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4.753%;
}
@media screen and (max-width: 750px) {
  .seinou2-1-flex.--rowReverse {
    flex-direction: column-reverse;
    row-gap: 1em;
  }
}
.seinou2-1-flex.--rowReverse .text {
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .seinou2-1-flex.--rowReverse .text {
    margin-bottom: 0;
  }
}
.seinou2-1-flex.--rowReverse .spec {
  margin-top: 0;
}
.seinou2-1-flex.--rowReverse .spec h4 {
  width: 100%;
}
.seinou2-1-flex.--rowReverse .spec .spec-list,
.seinou2-1-flex.--rowReverse .spec .spec-list + h5 + p {
  width: 200%;
}
@media screen and (max-width: 750px) {
  .seinou2-1-flex.--rowReverse .spec .spec-list,
  .seinou2-1-flex.--rowReverse .spec .spec-list + h5 + p {
    width: 100%;
  }
}
.seinou2-1-flex.--rowReverse .img {
  margin-left: -26.21%;
}
@media screen and (max-width: 750px) {
  .seinou2-1-flex.--rowReverse .img {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .seinou2-1-flex {
    flex-direction: column-reverse;
    row-gap: 1em;
  }
}
.seinou2-1-flex .text {
  width: 26.815%;
  flex-shrink: 0;
  padding: 50px 0;
}
@media screen and (max-width: 945px) {
  .seinou2-1-flex .text {
    width: 37%;
  }
}
@media screen and (max-width: 750px) {
  .seinou2-1-flex .text {
    width: 100%;
    padding: 0 0;
    margin-bottom: 10%;
  }
}
.seinou2-1-flex .img {
  width: 67.764%;
}
@media screen and (max-width: 945px) {
  .seinou2-1-flex .img {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  .seinou2-1-flex .img {
    width: 100%;
  }
  .seinou2-1-flex .img picture {
    display: flex;
    justify-content: center;
  }
  .seinou2-1-flex .img img {
    width: 107% !important;
    max-width: 107% !important;
  }
}

.seinou_copy {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 1.875;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .seinou_copy {
    width: 56vw;
    font-size: 3.3333333333vw;
    margin: 0 auto;
    margin-bottom: 3.3333333333vw;
  }
}
.seinou_copy:nth-of-type(2) {
  margin-bottom: 40px;
}
.seinou_copy::before, .seinou_copy::after {
  width: 9px;
  height: 15px;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .seinou_copy::before, .seinou_copy::after {
    width: 2vw;
    height: 3.3333333333vw;
  }
}
.seinou_copy::before {
  content: "";
  top: 0;
  left: 0;
  border-top: 2px solid var(--mainBlack);
  border-left: 2px solid var(--mainBlack);
}
.seinou_copy::after {
  content: "";
  bottom: 0;
  right: 0;
  border-bottom: 2px solid var(--mainBlack);
  border-right: 2px solid var(--mainBlack);
}

.seinou3 {
  padding: 3em 3em 3em 0;
  background-color: #f4f4ea;
}
@media screen and (max-width: 750px) {
  .seinou3 {
    margin-top: 0;
    padding: 1.5em 5.3333333333vw;
  }
}

.seinou3-ttl {
  font-weight: 700;
  color: #697d50;
}
@media screen and (max-width: 750px) {
  .seinou3-ttl {
    font-size: 3.6vw;
  }
}

.seinou3-flex {
  display: flex;
  column-gap: 1.2em;
}
@media screen and (max-width: 750px) {
  .seinou3-flex {
    flex-direction: column;
    row-gap: 2em;
  }
}

.taishinImgSp {
  width: calc(100% + 12vw);
  margin-left: -6vw;
}

.taishinWrap {
  background-color: #fff;
  padding: 5.5em 3.5em 3em 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .taishinWrap {
    padding: 2em 0;
  }
}
.taishinWrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .taishinWrap::before {
    width: calc(100% + 12vw);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.taishinWrap .ic-ex {
  left: 10%;
  top: 0;
  transform: translateY(-50%);
  background-color: #c69c6d;
}
@media screen and (max-width: 750px) {
  .taishinWrap .ic-ex {
    top: -21.3333333333vw;
    left: 4.9333333333vw;
  }
}

.taishin1-flex {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 750px) {
  .taishin1-flex {
    flex-direction: column;
    column-gap: 1.5em;
    row-gap: 1em;
  }
}
.taishin1-flex .text {
  width: 33.333%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .taishin1-flex .text {
    width: 100%;
  }
}
.taishin1-flex .imgBlock .img {
  margin-right: calc(-3em - 100px);
}
.taishin1-flex .taishinTtl {
  color: #c69c6d;
}
.taishin1-flex .textArea-flex {
  display: flex;
  column-gap: 1em;
}
@media screen and (max-width: 750px) {
  .taishin1-flex .textArea-flex {
    flex-direction: column;
    row-gap: 1em;
  }
}
.taishin1-flex .textArea-flex .text {
  width: 43.81%;
}
@media screen and (max-width: 750px) {
  .taishin1-flex .textArea-flex .text {
    width: 100%;
  }
}
.taishin1-flex .textArea-flex figure figcaption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.095em;
}
@media screen and (max-width: 750px) {
  .taishin1-flex .textArea-flex figure figcaption {
    font-size: 2.6666666667vw;
    text-align: right;
  }
}

.taishin2-flex {
  display: flex;
  column-gap: 3em;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .taishin2-flex {
    flex-direction: column;
    row-gap: 1em;
  }
  .taishin2-flex img {
    width: 72.9333333333vw;
    margin-bottom: 7.3333333333vw;
  }
}

.taishinMaintenance {
  padding: 3em;
  background-color: #f4f4ea;
}
@media screen and (max-width: 750px) {
  .taishinMaintenance {
    padding: 1.5em;
  }
  .taishinMaintenance .sozai1-ttl {
    font-size: 3.6vw;
  }
  .taishinMaintenance .fsS {
    font-size: 2.6666666667vw;
    letter-spacing: normal;
  }
}
.taishinMaintenance .img {
  max-width: 413px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .taishinMaintenance .img {
    max-width: unset;
  }
}

.taishinMaintenanceFlex {
  display: flex;
  column-gap: 2.5em;
}
@media screen and (max-width: 750px) {
  .taishinMaintenanceFlex {
    flex-direction: column;
    row-gap: 1em;
    margin-bottom: 11.4666666667vw;
  }
}
.taishinMaintenanceFlex > * {
  width: calc(50% - 1.25em);
}
@media screen and (max-width: 750px) {
  .taishinMaintenanceFlex > * {
    width: 100%;
  }
}

.bnr-maintenance {
  background: url(../img/performance/bnr-maintenance.png) no-repeat center/cover;
  text-align: center;
  display: block;
  padding: 3em 0;
}
@media screen and (max-width: 750px) {
  .bnr-maintenance {
    padding-block: 2em;
    font-size: 3.4666666667vw;
  }
}
.bnr-maintenance * {
  color: #fff;
  font-weight: 700;
}
.bnr-maintenance .ttl {
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  .bnr-maintenance .ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 750px) {
  .bnr-maintenance {
    background-image: url(../img/performance/bnr-maintenance--sp.png);
    padding: 3.3em 0;
  }
}

/*==================================================
 * リフォーム
 *================================================*/
@media screen and (max-width: 750px) {
  a[href="#exterior"] img {
    width: 74.6666666667vw;
  }
}

.reformIntroFlex {
  display: flex;
  column-gap: 2.5em;
}
@media screen and (max-width: 750px) {
  .reformIntroFlex {
    flex-direction: column-reverse;
    row-gap: 1em;
  }
}
.reformIntroFlex .img {
  width: 40.761%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .reformIntroFlex .img {
    width: calc(100% + 12vw);
    margin-left: -6vw;
  }
}
@media screen and (max-width: 750px) {
  .reformIntroFlex .text {
    font-size: 3.0666666667vw;
    letter-spacing: 0.06em;
    margin-left: -0.6666666667vw;
    margin-right: -0.6666666667vw;
  }
  .reformIntroFlex .text p {
    line-height: 2.347826087;
  }
}

#topWorks.--reform {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  #topWorks.--reform {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 750px) {
  #topWorks.--reform .title {
    font-size: 4.1333333333vw;
  }
}
#topWorks.--reform .inWidth {
  position: relative;
}
#topWorks.--reform .inWidth::before {
  content: "";
  display: block;
  position: absolute;
  width: 425px;
  aspect-ratio: 425/183;
  background: url(../img/reform/il-reform.png) no-repeat center/contain;
  left: 0;
  bottom: 0;
  transform: translateX(-100%) translateY(30%);
}
@media screen and (max-width: 750px) {
  #topWorks.--reform .inWidth::before {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #topWorks.--reform::before {
    height: 26vw;
  }
  #topWorks.--reform .inWidth {
    flex-direction: row;
  }
  #topWorks.--reform .inWidth .text {
    padding-left: 9.3333333333vw;
    padding-right: 4.6666666667vw;
  }
  #topWorks.--reform .inWidth .text * {
    writing-mode: vertical-lr;
  }
  #topWorks.--reform .inWidth .images {
    overflow: hidden;
  }
  #topWorks.--reform .inWidth .images .worksSlide {
    overflow: unset;
  }
  #topWorks.--reform .inWidth .worksText .en {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .reformFlowTtl {
    font-size: 5.4666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .reformFlowText {
    font-size: 3.0666666667vw;
    letter-spacing: 0.1em;
  }
}

#reformFlow .borderGray {
  padding: 1em 2em;
}
@media screen and (max-width: 750px) {
  #reformFlow .borderGray {
    font-size: 2.6666666667vw;
  }
}

#exterior {
  position: relative;
}
@media screen and (max-width: 750px) {
  #exterior .reformFlowTtl {
    text-align: left;
    text-indent: -2.6666666667vw;
  }
}
#exterior .reformIntroFlex {
  margin-bottom: 64px;
}
@media screen and (max-width: 750px) {
  #exterior .reformIntroFlex {
    margin-bottom: 4.2666666667vw;
  }
}
#exterior .reformIntroFlex .lh_xl {
  margin-top: -2.2%;
}
@media screen and (max-width: 750px) {
  #exterior .reformIntroFlex .lh_xl {
    margin-top: 0;
  }
}
#exterior .more {
  display: block;
  background-color: #eaead6;
  font-size: 19px;
  padding: 56px 0 66px;
}
@media screen and (max-width: 750px) {
  #exterior .more {
    font-size: 3.0666666667vw;
    padding: 8vw 0 10.6666666667vw;
  }
}

/*==================================================
 * スタッフ
 *================================================*/
.mv.--staff {
  position: relative;
}
.mv.--staff .breadcrumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .mv.--staff .breadcrumb {
    background-color: #c69c6d;
    position: relative;
    left: auto;
    bottom: unset;
    transform: unset;
    margin-top: 0;
    padding-top: 0.5em;
  }
}
.mv.--staff .breadcrumb * {
  color: #fff;
}
.mv.--staff .breadcrumb .cnt,
.mv.--staff .breadcrumb .cntM {
  width: 100%;
}

.bgStaff {
  background-color: #c69c6d;
}
.bgStaff * {
  color: #fff;
}

.staffWrap {
  display: flex;
  column-gap: 1em;
  justify-content: space-between;
}
.staffWrap .staffContent {
  width: 56.863%;
}
@media screen and (max-width: 750px) {
  .staffWrap .staffContent {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .staffWrap .staffContent .ttl {
    font-size: 6vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 750px) {
  .staffWrap .staffContent .text {
    font-size: 3.7333333333vw;
  }
}
.staffWrap .recommendLink {
  border-top-color: #fff;
}

.staffShopTtl {
  font-size: 20px;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding-block: 0.6em;
}
@media screen and (max-width: 750px) {
  .staffShopTtl {
    font-size: 3.6vw;
  }
}

.staffList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 50px;
}
@media screen and (max-width: 750px) {
  .staffList {
    column-gap: 0.5em;
    row-gap: 3em;
  }
}
.staffList > * {
  width: calc(25% - 0.75em);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .staffList > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
@media screen and (max-width: 750px) {
  .staffList > * {
    width: calc(33.3333333333% - 0.3333333333em);
  }
}
.staffList .img {
  margin-bottom: 0.3em;
  max-width: 92px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .staffList .img {
    max-width: 18.6666666667vw;
  }
}
.staffList .job {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .staffList .job {
    font-size: 2.1333333333vw;
  }
}
.staffList .name {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .staffList .name {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .recommendBlock.--staff {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
    max-width: unset;
  }
}
.recommendBlock.--staff .term-name {
  width: 90px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .recommendBlock.--staff .term-name {
    width: 22.1333333333vw;
    height: 4.9333333333vw;
  }
}

/*==================================================
 * お知らせ・イベント情報
 *================================================*/
.--news {
  position: relative;
}
@media screen and (max-width: 750px) {
  .--news::before {
    content: none;
  }
}
.--news .--blogMv .ttl {
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .--news .--blogMv .ttl {
    top: 52%;
  }
}
.--news .--blogMv .sub {
  font-size: 0.8em;
}
@media screen and (max-width: 750px) {
  .--news .--blogMv .sub {
    position: absolute;
    writing-mode: horizontal-tb;
    bottom: 20%;
    left: -155%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .--news .catGuide {
    column-gap: 0.3em;
    row-gap: 0.3em;
    flex-direction: row;
  }
}
.--news .catGuide > * {
  width: calc(25% - 0.75em);
}
@media screen and (max-width: 750px) {
  .--news .catGuide > * {
    width: calc(33.3333333333% - 0.2em);
  }
}

.--news,
.--blog {
  position: relative;
}
.--news .breadcrumb,
.--blog .breadcrumb {
  left: -50px;
  position: absolute;
  top: 70px;
  z-index: 9;
}
@media screen and (max-width: 750px) {
  .--news .breadcrumb,
  .--blog .breadcrumb {
    position: relative;
    left: auto;
    top: auto;
  }
}

@media screen and (min-width: 751px) and (max-width: 959px) {
  .--newsSingle .mvHorWrap .mvRight,
  .--blogSingle .mvHorWrap .mvRight {
    margin-left: -40px;
  }
  .--newsSingle .worksNavigation .navAll,
  .--blogSingle .worksNavigation .navAll {
    width: 120px;
  }
}

@media screen and (max-width: 750px) {
  .--newsSingle {
    padding-top: 16vw;
  }
  .--newsSingle::before {
    background-image: linear-gradient(180deg, #a0b496, rgba(255, 255, 255, 0));
    content: "";
    display: block;
    height: 24.6666666667vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}

.recommendCat.--date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative !important;
}
.recommendCat.--date .term-name {
  margin-top: 0;
  margin-bottom: 0;
}
.recommendCat.--date .date {
  font-size: 0.85em;
}

.catDate {
  display: flex;
  column-gap: 1em;
  align-items: center;
  margin-bottom: 1em;
}
.catDate .term-name {
  margin-top: 0;
  margin-bottom: 0;
}

.tags {
  display: flex;
}

.newsField dl {
  display: flex;
  column-gap: 1.5em;
  margin-top: 10px;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .newsField dl {
    column-gap: 0.6em;
    margin-top: 0.5em;
  }
}
.newsField dt {
  flex-shrink: 0;
  width: 95px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .newsField dt.fieldTtl {
    width: 20vw;
  }
}

.fieldTtl {
  background-color: #e6e6e6;
  border: solid 1px var(--mainBlack);
  width: 140px;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .fieldTtl {
    width: fit-content;
    font-size: 3.0666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .xscroll {
    overflow-x: scroll;
  }
}

.gmapWrap {
  aspect-ratio: 1/0.75;
  position: relative;
}
.gmapWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.newsTtl br {
  display: none;
}

/*==================================================
 * モデルハウス
 *================================================*/
@media screen and (max-width: 750px) {
  .mv.--modelhouse .ttl {
    top: 21.3333333333vw;
    transform: translateX(-50%);
  }
}

.modelhouseBlock {
  display: block;
}
.modelhouseBlock + .modelhouseBlock {
  margin-top: 210px;
}
@media screen and (max-width: 750px) {
  .modelhouseBlock + .modelhouseBlock {
    margin-top: 30.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .modelhouseBlock {
    margin-top: 26.6666666667vw;
  }
  .modelhouseBlock:first-of-type {
    margin-top: 16vw;
  }
}
.modelhouseBlock .ttl {
  font-size: 25px;
  text-align: center;
  position: relative;
}
.modelhouseBlock .ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  aspect-ratio: 30/50;
  background: url(../img/company/ic-fukidashi.svg) no-repeat center/contain;
  left: 50%;
  top: 0;
  transform: translate(-50%, -110%);
}
@media screen and (max-width: 750px) {
  .modelhouseBlock .ttl::before {
    width: 10.4vw;
  }
}
.modelhouseBlock .ttl::after {
  content: "M01";
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: -110%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .modelhouseBlock .ttl::after {
    font-size: 3.8666666667vw;
    top: -190%;
  }
}
@media screen and (max-width: 750px) {
  .modelhouseBlock .ttl {
    font-size: 4.9333333333vw;
  }
}
.modelhouseBlock .adr {
  border-top: solid 4px #a0b496;
  padding-top: 0.5em;
  margin-top: 0.5em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .modelhouseBlock .adr {
    border-top-width: 0.8vw;
  }
}
.modelhouseBlock .imageBlock {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .modelhouseBlock .imageBlock {
    flex-direction: column;
  }
}
.modelhouseBlock .imageBlock .img {
  width: 72.381%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .modelhouseBlock .imageBlock .img {
    width: calc(100% + 21.3333333333vw);
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
  }
}
.modelhouseBlock .imageBlock .text {
  margin-left: -11.429%;
  width: 40%;
  background-color: #a0b496;
  padding: 45px 40px;
  z-index: 1;
  position: relative;
  margin-bottom: -50px;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .modelhouseBlock .imageBlock .text {
    padding: 2em;
  }
}
@media screen and (max-width: 750px) {
  .modelhouseBlock .imageBlock .text {
    width: 100%;
    margin-left: auto;
    margin-top: -2em;
    padding: 6vw 9.3333333333vw;
    margin-bottom: 0;
  }
}
.modelhouseBlock .imageBlock .text .in {
  color: #fff;
}
.modelhouseBlock .imageBlock .text .cmnbtn {
  margin-top: 20px;
}
.modelhouseBlock:nth-of-type(even) .imageBlock {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .modelhouseBlock:nth-of-type(even) .imageBlock {
    flex-direction: column;
  }
}
.modelhouseBlock:nth-of-type(even) .imageBlock .text {
  margin-left: 0;
  margin-right: -11.429%;
}
@media screen and (max-width: 750px) {
  .modelhouseBlock:nth-of-type(even) .imageBlock .text {
    margin-right: auto;
  }
}
.modelhouseBlock.--1 .ttl::after {
  content: "M01";
}
.modelhouseBlock.--2 .ttl::after {
  content: "M02";
}
.modelhouseBlock.--3 .ttl::after {
  content: "M03";
}
.modelhouseBlock.--4 .ttl::after {
  content: "M04";
}
.modelhouseBlock.--5 .ttl::after {
  content: "M05";
}
.modelhouseBlock.--6 .ttl::after {
  content: "M06";
}
.modelhouseBlock.--7 .ttl::after {
  content: "M07";
}
.modelhouseBlock.--8 .ttl::after {
  content: "M08";
}
.modelhouseBlock.--9 .ttl::after {
  content: "M09";
}
.modelhouseBlock.--10 .ttl::after {
  content: "M010";
}

#map {
  height: 500px;
  border-top: solid 4px #c69c6d;
  border-bottom: solid 4px #c69c6d;
}

#mapArea .pin {
  width: 21px;
  height: 50px;
  position: relative;
}
#mapArea .pin::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  aspect-ratio: 30/50;
  background: url(../img/company/ic-fukidashi.svg) no-repeat center/contain;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#mapArea .pin::after {
  content: "M01";
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  letter-spacing: 0;
}
#mapArea .pin.--1::after {
  content: "M01";
}
#mapArea .pin.--2::after {
  content: "M02";
}
#mapArea .pin.--3::after {
  content: "M03";
}
#mapArea .pin.--4::after {
  content: "M04";
}
#mapArea .pin.--5::after {
  content: "M05";
}
#mapArea .pin.--6::after {
  content: "M06";
}
#mapArea .pin.--7::after {
  content: "M07";
}
#mapArea .pin.--8::after {
  content: "M08";
}
#mapArea .pin.--9::after {
  content: "M09";
}
#mapArea .pin.--10::after {
  content: "M010";
}

.singleModelhouse {
  padding-top: 110px;
}
@media screen and (max-width: 750px) {
  .singleModelhouse {
    padding-top: 13.3333333333vw;
  }
}
.singleModelhouse .swiper-slide img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singleModelhouse .worksDetailMainW .swiper-wrapper {
  max-height: 650px;
}
.singleModelhouse .worksDetailMainW .swiper-slide {
  max-height: 650px;
}
.singleModelhouse .worksDetailMainW .swiper-slide img {
  max-height: 650px;
  object-fit: contain;
}
@media screen and (min-width: 751px) {
  .singleModelhouse .worksDetailThumbs .swiper-wrapper {
    flex-wrap: wrap;
    transform: none !important;
  }
  .singleModelhouse .worksDetailThumbs .swiper-wrapper > * {
    width: calc(16.6666666667% - 12.5px) !important;
  }
}
.singleModelhouse .swiper-button-prev,
.singleModelhouse .swiper-button-next {
  display: none;
}
@media screen and (max-width: 750px) {
  .singleModelhouse .swiper-wrapper {
    transform: unset;
    column-gap: 0;
  }
  .singleModelhouse .worksDetailThumbs .swiper-wrapper .swiper-slide img {
    object-fit: cover;
  }
  .singleModelhouse .swiper-button-prev,
  .singleModelhouse .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 9.3333333333vw;
    aspect-ratio: 1/1;
    margin-top: 0;
    display: block;
    background: url(../img/works/ic-page-arw.svg) no-repeat center/contain;
    top: 50%;
  }
  .singleModelhouse .swiper-button-prev::after,
  .singleModelhouse .swiper-button-next::after {
    content: none;
  }
  .singleModelhouse .swiper-button-prev {
    left: -10.6666666667vw;
    transform: translateY(-50%);
  }
  .singleModelhouse .swiper-button-next {
    right: -10.6666666667vw;
    transform: scale(-1, 1) translateY(-50%);
  }
  .singleModelhouse .worksDetailMainW .swiper-button {
    display: none;
  }
}

.worksDetailThumbs .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.worksDetailThumbs .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.modelhouseSingleFlex {
  display: flex;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .modelhouseSingleFlex {
    flex-direction: column-reverse;
  }
}
.modelhouseSingleFlex .madori {
  width: 41.111%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .modelhouseSingleFlex .madori {
    width: 100%;
  }
}
.modelhouseSingleFlex .madori .madoriTtl {
  color: #697d50;
}
.modelhouseSingleFlex .madori table th,
.modelhouseSingleFlex .madori table td {
  text-align: left;
  padding-bottom: 0.5em;
}
.modelhouseSingleFlex .madori table th {
  padding-right: 1em;
}
.modelhouseSingleFlex .madori table td {
  font-weight: 400;
}
.modelhouseSingleFlex .mh_midashi {
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .modelhouseSingleFlex .mh_midashi {
    font-size: 6.2666666667vw;
  }
}
.modelhouseSingleFlex .bottom {
  position: relative;
}
.modelhouseSingleFlex .bottom::before {
  content: "見どころ";
  font-size: 0.85em;
  background-color: #a0b496;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50px;
  top: 0;
  transform: translateY(-50%);
  width: 78px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .modelhouseSingleFlex .bottom::before {
    width: 18.6666666667vw;
    font-size: 2.9333333333vw;
    left: 11.3333333333vw;
  }
}
.modelhouseSingleFlex .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2em;
}
.modelhouseSingleFlex .midokoroSlide {
  width: 100%;
  position: relative;
}
.modelhouseSingleFlex .midokoroSlide .swiper-slide {
  background-color: #fff;
  padding: 45px 50px;
}
@media screen and (max-width: 750px) {
  .modelhouseSingleFlex .midokoroSlide .swiper-slide {
    padding: 10.6666666667vw 13.3333333333vw;
  }
}
.modelhouseSingleFlex .midokoroSlide .swiper-button-prev,
.modelhouseSingleFlex .midokoroSlide .swiper-button-next {
  display: block;
  height: 28px;
}
.modelhouseSingleFlex .midokoroSlide .swiper-slide {
  width: 100% !important; /* バグ対策 */
  box-sizing: border-box;
}
.modelhouseSingleFlex .swiper-button-prev,
.modelhouseSingleFlex .swiper-button-next {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../img/works/ic-page-arw.svg) no-repeat center/contain;
  top: 50%;
  margin-top: 0;
  height: fit-content;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .modelhouseSingleFlex .swiper-button-prev,
  .modelhouseSingleFlex .swiper-button-next {
    position: absolute;
  }
}
.modelhouseSingleFlex .swiper-button-prev::after,
.modelhouseSingleFlex .swiper-button-next::after {
  content: none;
}
.modelhouseSingleFlex .swiper-button-prev {
  left: 0;
}
.modelhouseSingleFlex .swiper-button-next {
  transform: scale(-1, 1) translateY(-50%);
  right: 0;
}
.modelhouseSingleFlex .midokoroTtl {
  font-size: 1.2em;
}
.modelhouseSingleFlex .date table th,
.modelhouseSingleFlex .date table td {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .modelhouseSingleFlex .date table th,
  .modelhouseSingleFlex .date table td {
    font-size: 4.1333333333vw;
  }
}

#iemiru {
  background-color: #eaead6;
  font-size: 19px;
}
@media screen and (max-width: 750px) {
  #iemiru {
    font-size: 3.0666666667vw;
  }
}

.modelhouseAccessTtl {
  font-size: 1.4em;
  text-align: center;
}
.modelhouseAccessTtl p {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.modelhouseAccessTtl p:first-of-type {
  border-bottom: solid 4px #c69c6d;
  padding-bottom: 0.2em;
}

/*==================================================
 * お問い合わせ
 *================================================*/
.bg-green {
  background-color: #a0b496;
}
.bg-green .in {
  padding: 3em;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .bg-green .in {
    padding: 2em 1.5em;
  }
}
@media screen and (max-width: 750px) {
  .bg-green .in {
    padding: 6.6666666667vw 3.3333333333vw;
  }
}
.bg-green .in .ttl {
  border-bottom: solid 5px #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  .bg-green .in .ttl {
    font-size: 3.3333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}

.telFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1em;
}
@media screen and (max-width: 750px) {
  .telFlex {
    flex-direction: column;
  }
}
.telFlex .tel {
  font-size: 1.8em;
}
@media screen and (max-width: 750px) {
  .telFlex .tel {
    font-size: 1.4em;
  }
}
.telFlex .tel span.num {
  font-size: 1.5em;
}

.contact-form-wrapper .form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .contact-form-wrapper .form-group {
    flex-direction: column;
    margin-bottom: 2.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
.contact-form-wrapper .form-group.--noAligh {
  align-items: unset;
}
.contact-form-wrapper .form-group .form-label {
  width: 190px;
  flex-shrink: 0;
  background-color: #c69c6d;
  padding: 1em 2em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .contact-form-wrapper .form-group .form-label {
    width: 100%;
    line-height: 1.5;
    padding: 0.5em 1em;
  }
}
.contact-form-wrapper .form-group .form-label.--green {
  background-color: #697d50;
}
.contact-form-wrapper .form-group .form-cont {
  background-color: #fff;
  padding: 1em 2em;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  row-gap: 0.5em;
}
@media screen and (max-width: 750px) {
  .contact-form-wrapper .form-group .form-cont {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.3em 1em;
  }
}
.contact-form-wrapper .form-group .form-cont.--column {
  flex-direction: column;
  align-items: flex-start;
}
.contact-form-wrapper .form-group .form-cont.--radio {
  column-gap: 1.5em;
}
.contact-form-wrapper .form-group input[type=text],
.contact-form-wrapper .form-group input[type=email],
.contact-form-wrapper .form-group input[type=tel],
.contact-form-wrapper .form-group textarea {
  width: 100%;
  padding: 1em;
  border: none;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .contact-form-wrapper .form-group input[type=text],
  .contact-form-wrapper .form-group input[type=email],
  .contact-form-wrapper .form-group input[type=tel],
  .contact-form-wrapper .form-group textarea {
    font-size: max(4vw, 16px);
    padding: 0.5em;
  }
}
.contact-form-wrapper .form-group input.age {
  width: 3.5em;
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  .contact-form-wrapper .form-group input.age {
    width: 3.5em;
  }
}
.contact-form-wrapper .form-group input[type=radio] {
  margin-top: 0;
}
.contact-form-wrapper .form-group .postlCodeWrap {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
@media screen and (max-width: 750px) {
  .contact-form-wrapper .form-group .postlCodeWrap {
    flex-direction: column;
    row-gap: 0.5em;
  }
}
.contact-form-wrapper .form-group .postalCode {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #a0b496;
}
.contact-form-wrapper .form-group .required-mark {
  background-color: var(--mainColor);
  border-radius: 0.3em;
  font-size: 10px;
  color: #fff;
  padding: 0.2em 0.5em;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .contact-form-wrapper .form-group .required-mark {
    font-size: 3.3333333333vw;
  }
}

label {
  font-weight: inherit;
}

.contactPolicy {
  background-color: #c7d0bf;
  padding: 1em 1.5em;
}
@media screen and (max-width: 750px) {
  .contactPolicy {
    font-size: 2.4vw;
  }
}

#autozip {
  display: none !important;
}

.dm .checkwrap {
  width: fit-content;
  padding: 0.2em 2em;
  background-color: #c7d0bf;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
}
.dm .checkwrap span {
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .dm .checkwrap span {
    font-size: 3.3333333333vw;
  }
}

.catalogFlex {
  display: flex;
  column-gap: 1em;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .catalogFlex {
    flex-direction: column;
    row-gap: 2em;
  }
}
.catalogFlex > * {
  width: calc(33.3333333333% - 0.6666666667em);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .catalogFlex > * {
    width: 100%;
  }
}
.catalogFlex label {
  height: 100%;
}
.catalogFlex .text {
  padding: 25px 28px;
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .catalogFlex .text {
    font-size: 9px;
  }
}
@media screen and (max-width: 750px) {
  .catalogFlex .text {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .catalogFlex .text {
    padding: 7.0666vw 10.5333vw;
  }
}
.catalogFlex .text .ttl2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.2em;
}
.catalogFlex .text .ttl2 * {
  line-height: 1.5;
}
.catalogFlex .text .ttl2 * {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .catalogFlex .text .ttl2 {
    font-size: 3.6vw;
  }
}
.catalogFlex .text .sub {
  font-size: 1.1em;
  color: #697d50;
}
.catalogFlex .mwform-checkbox-field input {
  position: absolute;
  left: 1em;
  top: 1em;
  aspect-ratio: 1/1;
  border: solid 4px var(--mainColor);
  transform: scale(2);
}
.catalogFlex .mwform-radio-field-text {
  font-weight: 700;
}

.mwform-checkbox-field input {
  margin-top: 0;
  margin-bottom: 0;
}

.form-note {
  width: calc(100% - 190px);
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .form-note {
    width: 100%;
  }
}

.mw_wp_form_confirm .dm,
.mw_wp_form_confirm .contactPolicy {
  display: none;
}
.mw_wp_form_confirm .catalogFlex > *:not(.is-selected) {
  display: none;
}

.form-submit {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 1em;
}
.form-submit input {
  background-color: var(--mainColor);
  color: #fff;
  padding: 0.5em 1em;
  font-weight: bold;
  width: 185px;
  text-align: center;
  font-size: 14px;
  margin-top: 45px;
  display: block;
  transition: 0.3s;
  border: solid 1px transparent;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .form-submit input {
    margin-top: 7.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
.form-submit input:hover {
  background-color: #fff;
  color: var(--mainColor);
  opacity: 1;
  border-color: #fff;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  display: flex;
  align-items: center;
}

/*==================================================
 * 来場予約
 *================================================*/
.visitWrap {
  display: flex;
  column-gap: 35px;
  row-gap: 35px;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .visitWrap {
    flex-direction: column;
    row-gap: 1em;
  }
}

.visitItem {
  background-color: #fff;
  padding: 2em 1em;
  width: calc(50% - 17.5px);
}
@media screen and (max-width: 750px) {
  .visitItem {
    width: 100%;
  }
}
.visitItem .visitTtl {
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .visitItem .visitTtl {
    font-size: 4.2666666667vw;
  }
}
.visitItem .date,
.visitItem .access {
  font-size: 0.8em;
}
.visitItem .date span {
  font-size: 1.5em;
}
.visitItem .access {
  display: flex;
  column-gap: 1em;
  flex-wrap: wrap;
}
.visitItem .gmap a {
  color: #fff;
  border-radius: 0.2em;
  padding: 0.1em 1em;
  background-color: #a0b496;
  font-size: 0.8em;
  display: inline-block;
}
.visitItem .img img {
  aspect-ratio: 350/190;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visitItem .cmnbtn {
  margin-top: 1em;
}

.content-sections .content-section {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .content-sections .content-section {
    margin-bottom: 1.3333333333vw;
  }
}
.content-sections .images-container {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  width: 100%;
}
.content-sections .images-container img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content-sections .images-container {
    margin-left: -10.6666666667vw;
    width: calc(100% + 21.3333333333vw);
    column-gap: 1.3333333333vw;
    row-gap: 1.3333333333vw;
  }
}
.content-sections .text-content {
  margin-block: 1.6em;
  font-size: 12px;
  padding-left: 100px;
}
@media screen and (max-width: 750px) {
  .content-sections .text-content {
    padding-left: 0;
  }
}
.content-sections .section-type-1 .images-container > * {
  width: 100%;
}
.content-sections .section-type-2 .images-container > * {
  width: calc(50% - 5px);
}
.content-sections .section-type-3 .images-container > * {
  width: calc(33.3333333333% - 6.6666666667px);
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=import.css.map */