@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #212D39;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.07em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.btn__more a {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 130px 16px 50px;
  width: 400px;
  border: 1px solid #afb1b6;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Noto Serif JP", serif;
}
.btn__more a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 60px;
  height: 1px;
  background: #afb1b6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn__more a::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 32px;
  width: 12px;
  height: 1px;
  background: #afb1b6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.btn__more a:hover {
  background: #212d39;
  color: #fff;
}
.btn__more a:hover::before {
  right: -10%;
}
.btn__more a:hover::after {
  right: -10%;
}

.btn__more.-about {
  margin-top: 80px;
}

.btn__more.modelhouse_btn_area a {
  margin-left: 0;
  width: 310px;
}

.btn__line a {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 100px 16px 30px;
  width: 300px;
  border: 1px solid #afb1b6;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  background-color: #42b43c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn__line a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 60px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn__line a::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 33px;
  width: 12px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.btn__line a:hover {
  border: 2px solid #42b43c;
  background: #fff;
  color: #42b43c;
}
.btn__line a:hover::before {
  right: -10%;
  background: #42b43c;
}
.btn__line a:hover::after {
  right: -10%;
  background: #42b43c;
}

.btn__mdhouseForm a {
  position: relative;
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 100px 16px 30px;
  width: 300px;
  border: 1px solid #afb1b6;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  background-color: #212d39;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn__mdhouseForm a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 50px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn__mdhouseForm a::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 32px;
  width: 12px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.btn__mdhouseForm a:hover {
  border: 2px solid #212d39;
  background: #fff;
  color: #212d39;
}
.btn__mdhouseForm a:hover::before {
  right: -10%;
  background: #212d39;
}
.btn__mdhouseForm a:hover::after {
  right: -10%;
  background: #212d39;
}

.btn__link a {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 130px 16px 50px;
  width: 400px;
  border: 1px solid #afb1b6;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Noto Serif JP", serif;
}
.btn__link a::after {
  content: url(/img/top/open_in_new_black_24dp.svg);
  position: absolute;
  right: 70px;
  bottom: 10px;
}
.btn__link a:hover {
  background: #212d39;
  color: #fff;
}

.btn__moreRight a {
  position: relative;
  display: block;
  margin-left: auto;
  padding: 16px 60px 16px 20px;
  width: 400px;
  border: 1px solid #afb1b6;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Noto Serif JP", serif;
}
.btn__moreRight a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 50px;
  height: 1px;
  background: #afb1b6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn__moreRight a::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 32px;
  width: 12px;
  height: 1px;
  background: #afb1b6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.btn__moreRight a:hover {
  background: #212d39;
  color: #fff;
}
.btn__moreRight a:hover::before {
  right: -10%;
}
.btn__moreRight a:hover::after {
  right: -10%;
}

.btn__contactForm a {
  position: relative;
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 100px 16px 30px;
  width: 300px;
  border: 1px solid #afb1b6;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  background-color: #fff;
  color: #212d39;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn__contactForm a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 50px;
  height: 1px;
  background: #212d39;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn__contactForm a::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 32px;
  width: 12px;
  height: 1px;
  background: #212d39;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.btn__contactForm a:hover {
  border: 2px solid #fff;
  background: #c3cfdb;
  color: #212d39;
}
.btn__contactForm a:hover::before {
  right: -10%;
  background: #fff;
}
.btn__contactForm a:hover::after {
  right: -10%;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .btn__moreRight a {
    padding: 16px 55px 16px 10px;
    width: 300px;
    font-size: 14px;
  }
  .btn__moreRight a::before {
    top: 50%;
    right: 30px;
    width: 30px;
    height: 1px;
    background: #afb1b6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .btn__moreRight a::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 9px;
    height: 1px;
    background: #afb1b6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .btn__more.modelhouse_btn_area a {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .btn__more.-about {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .btn__more a {
    padding: 16px 60px 16px 30px;
    width: 300px;
    font-size: 14px;
  }
  .btn__more a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 30px;
    height: 1px;
    background: #afb1b6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .btn__more a::after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 30px;
    width: 9px;
    height: 1px;
    background: #afb1b6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .btn__link a {
    padding: 16px 70px 16px 30px;
    width: 300px;
    font-size: 14px;
  }
  .btn__link a::after {
    content: url(/img/top/open_in_new_black_24dp.svg);
    position: absolute;
    right: 35px;
    bottom: 9px;
  }
  .btn-sp-center a {
    margin: 0 auto;
  }
}
.about__title {
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 90px;
}

.about__titleText {
  margin-top: -90px;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
}

.top_solokichi__title {
  position: relative;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
}

.solokichi__titleText {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}

.mdhouse__title {
  padding-top: 80px;
  color: #ebe8dc;
  text-align: center;
  text-transform: uppercase;
  font-size: 90px;
}

.mdhouse__titleText {
  margin-top: -90px;
  text-align: center;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
}

.mdhouse__contactTitle {
  padding-top: 40px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #212d39;
  font-weight: bold;
  font-size: 22px;
}

.instagram__title {
  margin-right: 15px;
  text-transform: capitalize;
  font-size: 37px;
}

.aboutus__title {
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 109px;
}

.aboutus__titleText {
  margin-top: -100px;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
}

.contact__title {
  padding: 100px 0 30px 0;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
}

/*==========
下層ページ 共通タイトル
==========*/
.main__title {
  margin-top: -10px;
  color: #fff;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
}

.main__titleEnglp {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}

.main__titleEn {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.main__titleEn::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 170px;
  width: 60vw;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .about__title {
    padding-top: 50px;
    font-size: 60px;
  }
  .about__titleText {
    margin-top: -70px;
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
  }
  .aboutus__titleText {
    font-size: 33px;
  }
  .aboutus__bcolor {
    margin-top: -80px;
  }
  .main__title {
    margin-top: -5px;
    font-size: 20px;
  }
  .main__titleEnglp {
    font-size: 25px;
  }
  .main__titleEn {
    font-size: 10px;
  }
  .main__titleEn::after {
    top: 9px;
    left: 130px;
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    padding-top: 90px;
    font-size: 60px;
    line-height: 2.5rem;
  }
  .about__titleText {
    margin-top: -25px;
    font-size: 28px;
    line-height: 2.5rem;
    font-family: "Noto Serif JP", serif;
  }
  .outibox__title {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-family: "Noto Serif JP", serif;
  }
  .outibox__title::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 47%;
    width: 50px;
    height: 1px;
    background-color: #232d38;
  }
  .onti__subTitle {
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
  }
  .mdhouse__title {
    padding-top: 60px;
    font-size: 60px;
    line-height: 3rem;
  }
  .mdhouse__titleText {
    margin-top: -50px;
    font-size: 28px;
  }
  .instagram__titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutus__title {
    font-size: 65px;
  }
  .aboutus__titleText {
    margin-top: -60px;
    font-size: 25px;
  }
  .main__title {
    margin-top: -5px;
    font-size: 23px;
  }
  .main__titleEnglp {
    font-size: 24px;
  }
  .main__titleEn {
    font-size: 10px;
  }
  .main__titleEn::after {
    top: 9px;
    left: 110px;
    width: 50vw;
  }
}
@media screen and (max-width: 430px) {
  .about__title {
    font-size: 40px;
  }
}
/*==========
・・・アバウトページ イントロ
==========*/
.about__intro {
  padding-top: 110px;
  padding-bottom: 110px;
}
.about__intro p {
  padding-top: 10px;
  font-size: 15px;
}

.about__introImgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__introImgR {
  margin-top: 80px;
  margin-left: 10px;
}

/*==========
・・・アバウトページ コンテンツ
==========*/
.about__contents {
  margin-top: 100px;
}
.about__contents.-SDGs {
  margin-top: 100px;
}
.about__contents.-design {
  margin-top: 100px;
}
.about__contents.-option {
  margin-top: 100px;
}

.about__contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__contentsBox {
  width: 48%;
}
.about__contentsBox:nth-last-child(-n+3) {
  margin-top: 60px;
}
.about__contentsBox.mgtp0 {
  margin-top: 0;
}

.about__contentsTitle {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
}

.about__contentsTitleLine {
  height: 1px;
  width: 90%;
  background: #E0E1E5;
  margin-left: auto;
  margin-top: 15px;
}

.about__contentsWrapper {
  margin-top: 45px;
}

.about__contentsTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__contentsNumber {
  width: 100px;
  height: 100px;
  background: #212D39;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  line-height: 100px;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 5px;
  margin-right: 18px;
}
.about__contentsNumber::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border: 1px solid #CBCFD8;
  border-radius: 50%;
  top: 3px;
  left: 2px;
}
.about__contentsNumber::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border: 1px solid #576777;
  border-radius: 50%;
  top: 3px;
  left: -1px;
}

.about__contentsBoxTitle {
  font-weight: bold;
  font-size: 20px;
}

.about__contentsBoxText {
  font-size: 14px;
  color: #45525F;
  margin-top: 30PX;
}

.about__contentsBoxTextMini {
  font-size: 12px;
  color: #45525F;
  margin-top: 20px;
}

.about__imgAfSGDsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

.about__imgAfSGDsL {
  margin-top: 90px;
  margin-right: 10px;
}

.about__imgAfDesign {
  margin-top: 90px;
}

.about__imgAfOpstion {
  padding-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}

/*==========
・・・メディアクエリ
==========*/
@media screen and (max-width: 1100px) {
  .about__contentsBoxTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .about__contentsBoxTitle {
    font-size: 17px;
  }
  .about__contentsNumber {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    padding-left: 2px;
  }
  .about__contentsNumber::before {
    width: 70px;
    height: 70px;
    top: 3px;
    left: 2px;
  }
  .about__contentsNumber::after {
    width: 70px;
    height: 70px;
  }
  .about__contentsBoxText {
    margin-top: 15PX;
  }
}
@media screen and (max-width: 768px) {
  .about__intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about__intro p {
    font-size: 14px;
    /* width: 90%; */
    margin-left: auto;
    margin-right: auto;
  }
  .about__introImgWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__introImgL {
    width: 80%;
    margin-right: auto;
  }
  .about__introImgR {
    margin-top: 50px;
    margin-left: 0;
    width: 80%;
    margin-left: auto;
  }
  .about__contentsTitle {
    font-size: 28px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .about__contentsBox {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .about__contentsBox:nth-last-child(-n+3) {
    margin-top: 0;
  }
  .about__contentsWrapper {
    margin-top: 0;
  }
  .about__contentsTitleBox {
    margin-top: 50px;
  }
  .about__contentsNumber {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
    padding-left: 1px;
  }
  .about__contentsNumber::before {
    width: 62px;
    height: 62px;
    top: 3px;
    left: 2px;
  }
  .about__contentsNumber::after {
    width: 62px;
    height: 62px;
  }
  .about__contentsBoxTitle {
    font-size: 16px;
  }
  .about__contentsBoxText {
    font-size: 13px;
    margin-top: 15PX;
  }
  .about__imgAfSGDsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
  .about__imgAfSGDsL {
    margin-top: 0;
    margin-left: auto;
    width: 70%;
  }
  .about__imgAfSGDsR {
    margin-top: 50px;
    margin-right: auto;
    width: 85%;
  }
  .about__contents.-design {
    margin-top: 70px;
  }
}
.footer {
  background: #F5F3EC;
}

.footer__container {
  padding-top: 95px;
}

.footer__logo img {
  width: 230px;
  height: auto;
}

.footer__logoText {
  font-size: 13px;
  padding-left: 20px;
  margin-top: 10px;
}

.insta_icon {
  margin-top: 80px;
}

/* .footer__gnav {
  margin-left: 200px;

  & li {
    margin-top: 20px;

    & a {
      @include fontSerif;
      transition-duration: .3s;
      transition-timing-function: ease-in-out;

      &:hover {
        color: #AFB1B7;

      }
    }

  }
} */
.footer__btn {
  margin-left: auto;
}

.footer__protoBox {
  margin-left: auto;
  text-align: left;
  border-left: 1px solid #A5A8AE;
  padding-left: 30px;
  margin-right: 20px;
}

.footer__protoTitle {
  font-size: 9px;
}

.footer__protoLink {
  position: relative;
  /*  &::after {
    content: url(/img/top/open_in_new_black_24dp.svg);
    position: absolute;
    right: -20px;
    bottom: -10px;
  } */
}
.footer__protoLink img {
  width: 130px;
  height: auto;
}

.footer__protoText {
  position: relative;
}
.footer__protoText a {
  font-size: 12px;
}

.copy {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .footer__container {
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logoWrapper {
    margin: 0 auto;
  }
  .footer__btn {
    margin: 60px auto;
  }
  .footer__protoBox {
    margin: 0 auto;
    text-align: center;
    border-left: none;
    padding-left: 0;
    margin-top: 10px;
  }
  .insta_icon {
    margin-top: 50px;
  }
}
.header {
  position: fixed;
  z-index: 1;
  width: 100%;
  margin-top: 80px;
  padding: 15px 40px;
  color: #fff;
  /* transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: transform; */
}
.header.-contentHeader {
  margin-top: 100px;
}
.header li {
  color: #fff;
  margin-left: 40px;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.header li a {
  padding: 10px 0;
  font-family: "Noto Serif JP", serif;
}

.header_scroll.header li {
  color: #212D39;
}

.header-logo {
  height: auto;
  width: 150px;
}

.header-logo2 {
  height: auto;
  width: 150px;
}

.header-logo.header_scroll.-before {
  display: none;
}

.header-logo2.-after {
  display: none;
}

.header-logo2.header_scroll.-after {
  display: block;
}

.header__gnavWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav a {
  position: relative;
}
.gnav a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnav a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header_scroll.gnav_after::after {
  background: #212D39;
}

.header_scroll.gnav_after2::after {
  background: #212D39;
}

.header_scroll.gnav_after3::after {
  background: #212D39;
}

.header_scroll.gnav_after4::after {
  background: #212D39;
}

.header_scroll.gnav_after5::after {
  background: #212D39;
}

.header__logo {
  width: 160px;
  height: auto;
  margin-right: auto;
}

.header__gnavTelTextBfr {
  display: none;
}

.header__telBtn {
  display: none;
}

.header__gnavTelTextAft {
  display: none;
}

/*==========
・・・下層ページ メインビジュアル
==========*/
.headMv {
  position: relative;
}

.headMv__img {
  margin-top: -80px;
}

.headMv__img img {
  width: 100%;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.headMv__contents {
  position: absolute;
  top: 60%;
  left: 10%;
  margin: 40px 0;
}

@media screen and (max-width: 1200px) {
  .header li {
    margin-left: 30px;
  }
  .header a {
    font-size: 14px;
  }
  .header__gnavTelTextBfr {
    display: none;
  }
  .header__telBtn {
    display: none;
  }
  .header__gnavTelTextAft {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header li {
    margin-left: 20px;
  }
  .header li a {
    padding: 2px 0;
  }
  .header.-contentHeader {
    margin-top: 80px;
  }
  .is-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .header__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .gnav {
    margin-top: 10px;
  }
  .header__gnavTelTextBfr {
    display: none;
  }
  .header__telBtn {
    display: none;
  }
  .header__gnavTelTextAft {
    display: none;
  }
  .headMv__contents {
    top: 60%;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .header__gnavTelTextBfr {
    display: block;
  }
  .header__telBtn {
    display: block;
  }
  .header__gnavTelTextAft {
    display: block;
  }
  .header li {
    color: #212D39;
  }
  .header a {
    font-size: 15px;
  }
  .header.-contentHeader {
    margin-top: 0;
  }
  .header__logo {
    margin-left: -30px;
  }
  .gnavbtn {
    position: fixed;
    top: 15px;
    right: 30px;
    width: 40px;
    height: 40px;
    z-index: 9999;
  }
  .gnavbtn span {
    display: block;
    width: 36px;
    height: 1px;
    background: #fff;
    margin-top: 8px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
  }
  .header_scroll.gnavbtn span {
    background: #212D39;
  }
  .gnavbtn span:nth-of-type(1) {
    top: 5px;
  }
  .gnavbtn span:nth-of-type(2) {
    top: 15px;
  }
  .gnavbtn span:nth-of-type(3) {
    top: 25px;
  }
  .active.gnavbtn span:nth-of-type(1) {
    top: 3px;
    left: 0;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 100%;
    background: #212D39;
  }
  .active.gnavbtn span:nth-of-type(2) {
    opacity: 0;
    background: #212D39;
  }
  .active.gnavbtn span:nth-of-type(3) {
    top: 15px;
    left: 0;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 100%;
    background: #212D39;
  }
  .header__gnavWrap {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #F5F3EC;
    color: #212D39;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    z-index: 2;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header__telCtn {
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .active .header__gnavWrap {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .active .header__telCtn {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .header__gnavWrap li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .header__gnavTelTextBfr {
    padding-top: 70px;
  }
  .header__telBtn a {
    display: block;
    background: #1D2831;
    color: #fff;
    font-size: 25px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    text-align: center;
    position: relative;
  }
  .header__telBtn a::before {
    position: absolute;
    content: url(/img/top/phone_white_24dp.svg);
    left: 50px;
    bottom: -7px;
  }
  .headMv__contents {
    top: 55%;
  }
  .headMv__img {
    margin-top: 0px;
  }
}
/*==========
・・・ローディングアニメーション
==========*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background: #16181f;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: opacity visibility;
  transition-property: opacity visibility;
}

.loader-img {
  text-align: center;
  -webkit-animation-name: loader;
          animation-name: loader;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.loader-img img {
  width: 80%;
  /* filter: blur(10px); */
}

@-webkit-keyframes loader {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes loader {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.loaded {
  visibility: hidden;
  opacity: 0;
}

/*==========
・・・トップページ メインビジュアル
==========*/
.mv {
  position: relative;
  margin-top: -70px;
}

.mv__content {
  position: absolute;
  bottom: 30px;
  left: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 auto;
  max-width: 1600px;
  width: 98%;
}

.mv__logo {
  width: 70%;
}

.mv__text {
  margin-bottom: 60px;
  margin-left: 15px;
  color: #fff;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
}

.mv__img img {
  width: 100%;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

/*==========
・・・トップページ イントロ
==========*/
.intro {
  margin-top: 120px;
}

.intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  width: 95%;
}

.intro__imgKitchen {
  width: 45%;
}

.intro__container {
  margin-left: 50px;
  width: 45%;
}

.intro__title {
  margin-top: 15px;
  margin-bottom: 30px;
  letter-spacing: 0.005;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
}

.intro__textBox {
  margin-bottom: 30px;
  font-size: 15px;
}

.intro__imgFlower {
  margin-top: 140px;
}

.intro__imgFlower img {
  width: 100%;
}

/*==========
・・・トップページ アバウト
==========*/
.about {
  margin-top: 120px;
}

/* .about__number {
  font-size: 35px;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
} */
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.about__ctn {
  max-width: 480px;
  width: 50%;
}

.about__ctn:nth-child(n+3) {
  margin-top: 50px;
}

.about__ctnTitle {
  margin-top: 25px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}

.about__number {
  position: relative;
  bottom: -28px;
  left: 0;
  margin-top: -80px;
  padding-bottom: 5px;
  padding-left: 28px;
  color: #f2f2f2;
  font-size: 37px;
  font-family: "Noto Serif JP", serif;
}
.about__number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 75px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
}

.about__ctnText {
  margin-top: 10px;
  font-size: 14px;
}

/*==========
・・・トップページ おうちボックス
==========*/
.solokichi__container {
  margin-top: 50px;
  padding-top: 75px;
  background-color: #e1eaed;
  text-align: center;
}

.top_solokichi__title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
}

.solokichi__titleText {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}

.solokichi__img {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.solokichi__txt {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

/*==========
・・・トップページ モデルハウス
==========*/
.mdhouse {
  margin-top: 150px;
  margin-bottom: 80px;
  background: #f5f3ec;
}

.mdhouse__subTitle {
  margin: 50px auto;
  padding-bottom: 30px;
  max-width: 765px;
  width: 90%;
}

.mdhouse__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.mdhouse__map {
  max-width: 620px;
  width: 57%;
}

.mdhouse__infoContainer {
  width: 40%;
  /* max-width: 400px; */
}

.mdhouse__infoWrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  max-width: 470px;
  width: 100%;
}

.mdhouse__infoTitle {
  margin-right: 20px;
  width: 60px;
  font-weight: bold;
  font-size: 15px;
}

.mdhouse__accessText {
  width: 200px;
  font-size: 15px;
}

.mdhouse__mapLink a {
  padding: 8px 10px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 35px;
  background: #212d39;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mdhouse__mapLink a:hover {
  border: 2px solid #212d39;
  background: #fff;
  color: #212d39;
}

.mdhouse__infoBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 380px;
  width: 100%;
  font-size: 15px;
}

.mdhouse__contactWrapper {
  margin-top: 45px;
  background: #fff;
}

.mdhouse__contactText {
  margin-top: 30px;
  text-align: center;
}

.mdhouse__contactContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 920px;
}

.mdhouse__contactTelBox {
  margin: 47px 0;
  width: 50%;
  /* max-width: 460px; */
  border-right: solid 1px #212d39;
}

.mdhouse__contactTelLink {
  margin-top: 40px;
  margin-left: 50px;
  text-align: center;
}
.mdhouse__contactTelLink a {
  position: relative;
  font-size: 49px;
  font-family: "Noto Serif JP", serif;
}
.mdhouse__contactTelLink a::before {
  content: url(/img/top/phone_black_24dp.svg);
  position: absolute;
  left: -45px;
}

.mdhouse__contactTelText {
  margin-bottom: 40px;
  margin-left: 30px;
  text-align: center;
}

.mdhouse__contactBtnBox {
  width: 50%;
  /* max-width: 460px; */
}

.mdhouse__contactBtnText {
  margin: 5px auto;
  width: 400px;
  font-size: 16px;
}

.mdhouse__book {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  background: #f7f7f7;
}

.mdhouse__bookTitle {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 17px;
}

.mdhouse__bookText {
  padding: 0 20px 20px 20px;
  font-size: 14px;
}

.mdhouse__bookBottom {
  height: 50px;
  background: #fff;
}

/*==========
・・・トップページ インフォメーション
==========*/
.info {
  background: #f7f7f7;
}

.info__eventBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
  max-width: 850px;
  width: 80%;
  border-bottom: solid 1px #212d39;
}

.info__eventBoxTextWrap {
  margin-right: 30px;
}

.info__title {
  text-decoration: underline;
  text-decoration-color: #212d39;
  font-weight: bold;
  font-size: 18px;
}

.info__text {
  margin-top: 20px;
  font-size: 14px;
}

.info__onlineBox {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 850px;
  width: 80%;
}

/*==========
・・・トップページ インスタグラム
==========*/
.instagram {
  margin-top: 130px;
}

.instagram__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.instagram__wrapper {
  margin: 0 auto;
  margin-top: 30px;
}

.insta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
}

.insta_list li {
  position: relative;
  width: calc((100% - 80px) / 3);
}

@media screen and (max-width: 750px) {
  .insta_list li {
    width: calc((100% - 20px) / 2);
  }
}
.insta_list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta_list a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.insta_btn {
  margin: 0 auto;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.insta_btn a {
  color: #fff;
  text-decoration: none;
}

.insta_btn:hover {
  background-color: #999;
}

/*==========
・・・トップページ アバウトアス
==========*/
.aboutus__bcolor {
  margin-top: -100px;
  background: #f7f7f7;
}

.aboutus__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 150px;
}

.aboutus__img {
  padding-bottom: 100px;
  width: 53%;
}

.aboutus__container {
  margin-left: 10px;
  width: 43%;
}

.contact {
  background: #212d39;
  color: #fff;
}

.contact__text {
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
}

.contact__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* height: 400px; */
  padding-bottom: 100px;
  max-width: 920px;
  width: 100%;
}

.contact__telLink {
  color: #fff;
}

.contact__telBox {
  margin: 47px 0;
  width: 50%;
  /* max-width: 460px; */
  /* height: 300px; */
  border-right: solid 1px #fff;
}

.contact__telLink {
  margin-top: 40px;
  margin-left: 20px;
  text-align: center;
}
.contact__telLink a {
  position: relative;
  font-size: 49px;
  font-family: "Noto Serif JP", serif;
}
.contact__telLink a::before {
  content: url(/img/top/phone_white_24dp.svg);
  position: absolute;
  left: -45px;
}

.contact__telText {
  margin-bottom: 40px;
  text-align: center;
}

.contact__telText p {
  color: #fff;
}

.contact__btnBox {
  /* max-width: 460px; */
  padding-left: 20px;
  width: 50%;
}

.contact__btnText {
  margin: 10px auto;
  width: 400px;
  color: #fff;
  font-size: 16px;
}

/*==========
・・・トップページ アニメーション
==========*/
.visible,
.invisible {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.visible {
  opacity: 1;
}

.visible.animeTop,
.invisible.animeTop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.visible.animeTop {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 左からアニメーション */
.visible.animeLeft,
.invisible.animeLeft {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.visible.animeLeft {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*==========
・・・メディアクエリ
==========*/
@media screen and (max-width: 1460px) {
  .mv__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .mv__text {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .mv__text {
    font-size: 17px;
  }
  .intro__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .intro__container {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    text-align: left;
  }
  .intro__imgKitchen {
    margin-top: 80px;
    margin-left: auto;
    width: 70%;
  }
  .intro__title {
    margin-top: 20px;
    text-align: left;
    font-size: 25px;
  }
  .intro__textBox {
    font-size: 14px;
  }
  .about {
    margin-top: 0;
  }
  .about__ctn {
    width: 45%;
  }
  .youtubeBox {
    width: 100%;
  }
  .mdhouse__text {
    font-size: 15px;
  }
  .mdhouse__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mdhouse__map {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .mdhouse__map img {
    width: 100%;
  }
  .mdhouse__infoContainer {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .mdhouse__infoWrap {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    max-width: 470px;
    width: 100%;
  }
  .mdhouse__contactContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .mdhouse__contactTelBox {
    margin: 30px auto;
    width: 100%;
    border-right: none;
  }
  .mdhouse__contactTelLink {
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
  .mdhouse__contactTelText {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 400px;
    width: 85%;
    text-align: left;
  }
  .mdhouse__contactBtnBox {
    margin-bottom: 50px;
    width: 100%;
  }
  .aboutus__text {
    font-size: 14px;
  }
  .contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__telBox {
    margin: 0 0 20px 0;
    width: 100%;
    border-right: none;
  }
  .contact__telLink {
    margin-top: 0;
    margin-left: 0;
  }
  .contact__telText {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 400px;
    width: 85%;
    text-align: left;
  }
  .contact__btnBox {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .mv__text {
    margin-bottom: 25px;
    font-size: 15px;
  }
  .aboutus__bcolor {
    margin-top: -150px;
  }
  .aboutus__wrapper {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .mv__content {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv__text {
    margin-left: 25px;
    font-size: 25px;
  }
  .intro {
    margin-top: 40px;
  }
  .intro__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .intro__imgKitchen {
    width: 100%;
  }
  .intro__container {
    margin-right: auto;
    margin-left: auto;
    width: 88%;
    text-align: center;
  }
  .intro__textBox {
    text-align: left;
    font-size: 14px;
  }
  .intro__textBox:nth-child(7) {
    margin-bottom: 70px;
  }
  .intro__imgFlower {
    margin-top: 50px;
  }
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1024px;
    width: 100%;
  }
  .about__ctn {
    margin-bottom: 50px;
    max-width: 1024px;
    width: 100%;
  }
  .about__ctnTitle {
    font-size: 17px;
  }
  .about__ctn img {
    width: 100%;
  }
  .about__ctn:nth-child(n+3) {
    margin-top: 0;
  }
  .about__ctnText {
    margin-top: 15px;
    font-size: 13px;
  }
  .solokichi__txt {
    font-size: 14px;
  }
  .mdhouse__subTitle {
    margin: 20px auto;
    padding-bottom: 30px;
    max-width: 765px;
    width: 90%;
    font-size: 14px;
  }
  .mdhouse__text {
    font-size: 14px;
  }
  .mdhouse__infoContainer {
    width: 90%;
  }
  .mdhouse__infoTitle {
    margin-right: 5px;
    width: 55px;
    font-size: 14px;
  }
  .mdhouse__accessText {
    width: 65%;
    font-size: 14px;
  }
  .mdhouse__mapLink a {
    margin-left: 0;
    padding: 8px 3px;
    font-size: 11px;
  }
  .mdhouse__infoBox {
    font-size: 14px;
  }
  .mdhouse__contactTitle {
    font-size: 20px;
  }
  .mdhouse__contactText {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    font-size: 14px;
  }
  .mdhouse__contactTelLink a {
    font-size: 30px;
  }
  .mdhouse__contactTelLink a::before {
    content: url(/img/top/phone_black_24dp_sp.svg);
    bottom: -10px;
    left: -40px;
  }
  .mdhouse__contactTelText {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 350px;
    width: 85%;
    text-align: left;
  }
  .mdhouse__contactTelText p {
    padding-left: 15px;
    font-size: 13px;
  }
  .mdhouse__contactBtnText {
    margin: 5px auto;
    max-width: 350px;
    width: 90%;
    font-size: 13px;
  }
  .mdhouse__book {
    width: 95%;
  }
  .mdhouse__bookTitle {
    font-size: 16px;
  }
  .mdhouse__bookText {
    padding: 0 20px 20px 20px;
    font-size: 13px;
  }
  .info__eventBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 850px;
    width: 80%;
  }
  .info__eventBoxTextWrap {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .info__title {
    font-size: 16px;
  }
  .info__text {
    font-size: 13px;
  }
  .instagram__text {
    font-size: 14px;
  }
  .aboutus__bcolor {
    margin-top: -80px;
  }
  .aboutus__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 130px;
  }
  .aboutus__img {
    padding-bottom: 50px;
    width: 100%;
  }
  .aboutus__img img {
    width: 100%;
  }
  .aboutus__container {
    margin-left: 0;
    width: 100%;
  }
  .contact__text {
    font-size: 14px;
  }
  .contact__telLink a {
    font-size: 30px;
  }
  .contact__telLink a::before {
    content: url(/img/top/phone_white_24dp_sp.svg);
    bottom: -10px;
    left: -40px;
  }
  .contact__telText {
    max-width: 350px;
    width: 80%;
  }
  .contact__telText p {
    font-size: 12px;
  }
  .contact__btnText {
    margin: 10px auto;
    width: 350px;
    width: 80%;
    font-size: 12px;
  }
  .contact__btnText p {
    font-size: 13px;
  }
}
@media screen and (max-width: 650px) {
  .mv__text {
    font-size: 21px;
  }
  .aboutus__bcolor {
    margin-top: -120px;
  }
  .aboutus__wrapper {
    padding-top: 150px;
  }
}
@media screen and (max-width: 430px) {
  .mv__text {
    font-size: 18px;
  }
  .aboutus__bcolor {
    margin-top: -160px;
  }
  .aboutus__wrapper {
    padding-top: 200px;
  }
}
.modelhouse__intro {
  padding-top: 110px;
  padding-bottom: 110px;
}
.modelhouse__intro p {
  padding-top: 10px;
  font-size: 15px;
}

.modelhouse__title {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
}

.modelhouse__contentsTitleLine {
  margin-top: 15px;
  margin-bottom: 50px;
  margin-left: auto;
  width: 90%;
  height: 1px;
  background: #e0e1e5;
}

.modelhouse__contentsCnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modelhouse__contentsCnt:nth-child(2) {
  margin-top: 100px;
}

.modelhouse__contentsBox2 {
  width: 46%;
}

.modelhouse__contentsBox3 {
  width: 32%;
}

.modelhouse__contentsTitle {
  margin-top: 18px;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
}

.modelhouse__contentsText {
  margin-top: 10px;
  color: #45525f;
  font-size: 14px;
}

/*==========
・・・モデルハウスページ ソロキチ
==========*/
.modelhouse_solokichi__container {
  margin-bottom: 100px;
  padding-top: 75px;
  background-color: #e1eaed;
  text-align: center;
}

.modelhouse_solokichi__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 70px;
  max-width: 920px;
  width: 85.1%;
}

.modelhouse_solokichi__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
.modelhouse_solokichi__img picture:first-child {
  margin-right: 40px;
}

.modelhouse_solokichi_textWrap {
  margin-left: 56px;
  width: calc(50% - 56px);
  text-align: left;
}

.modelhouse_solokichi__txt {
  text-align: left;
  font-size: 14px;
}

.modelhouse_btn_area {
  margin-top: 40px;
}

/*==========
・・・モデルハウスページ 森の紹介
==========*/
.modelhouse__wrapper {
  background: #f5f3ec;
}

.modelhouse__moriTitle {
  position: relative;
  padding-top: 110px;
  color: #4f4838;
  text-align: center;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
}
.modelhouse__moriTitle::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 47%;
  width: 50px;
  height: 1px;
  background: #4f4838;
}

.modelhouse__titleText {
  margin-top: 50px;
  color: #4f4838;
  font-size: 15px;
}

.modelhouse__map {
  margin-top: 70px;
  text-align: center;
}
.modelhouse__map img {
  border-radius: 30px;
}

.modelhouse__contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  padding-bottom: 100px;
}

.modelhouse__contentsMoriWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  padding-bottom: 70px;
}

.modelhouse__contentsBox {
  width: 47%;
  border-radius: 20px;
  background: #fff;
}
.modelhouse__contentsBox:nth-last-child(-n+4) {
  margin-top: 50px;
}

.modelhouse__contentsInner {
  padding: 30px;
}

.modelhouse__contentsBoxUpper {
  height: 180px;
}

.modelhouse__contentsBoxTitle {
  color: #4f4838;
  font-weight: bold;
  font-size: 17px;
}

.modelhouse__contentsBoxText {
  padding-top: 10px;
  color: #4f4838;
  font-size: 14px;
}

/* .modelhouse__linkBox {


  margin-top: 30px;

} */
.modelhouse__instaBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modelhouse__webBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.modelhouse__intstaAccount {
  padding-left: 10px;
  color: #4f4838;
  font-size: 14px;
}

.modelhouse__webSite {
  padding-top: 8px;
  padding-left: 5px;
  color: #4f4838;
  font-size: 13px;
}
.modelhouse__webSite.-dogrun {
  padding-top: 0;
}

.modelhouse__instaIcon {
  padding-left: 3px;
}

.modelhouse__webIcon img {
  width: 36px;
  height: auto;
}

/*==========
・・・モデルハウスページ アクセス方法
==========*/
.modelhouse__mapArea {
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  text-align: center;
}

.modelhouse__accessImgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.modelhouse__accessImgBox {
  margin-top: 100px;
  width: 46%;
}

.modelhouse__accessImgBoxImg img {
  width: 100%;
}

.modelhouse__accessImgTextBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modelhouse__accessImgNumber {
  color: #afb1b7;
  font-size: 92px;
  font-family: "Noto Serif JP", serif;
}

.modelhouse__accessImgText {
  margin-top: 35px;
  margin-left: 30px;
  font-size: 15px;
}

.modelhouse__contactBGC {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f3ec;
}

/*==========
・・・メディアクエリ
==========*/
@media screen and (max-width: 1200px) {
  .modelhouse__intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .modelhouse__contentsMoriWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .modelhouse__contentsBox:nth-last-child(-n+4) {
    margin-top: 50px;
  }
  .modelhouse__contentsBox {
    margin-top: 50px;
    width: 100%;
  }
  .modelhouse_solokichi__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modelhouse_solokichi__img {
    width: 60%;
  }
  .modelhouse_solokichi_textWrap {
    margin-top: 30px;
    margin-left: 0;
    width: 60%;
    text-align: center;
  }
  .modelhouse_solokichi__txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse__intro p {
    font-size: 14px;
  }
  .modelhouse__title {
    font-size: 28px;
  }
  .modelhouse__contentsWrapper {
    margin-top: 0;
    padding-bottom: 60px;
  }
  .modelhouse__contentsCnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modelhouse__contentsBox2 {
    margin-top: 50px;
    width: 100%;
  }
  .modelhouse__contentsBox3 {
    margin-top: 50px;
    width: 100%;
  }
  .modelhouse__contentsCnt:nth-child(2) {
    margin-top: 0;
  }
  .modelhouse__contentsTitle {
    margin-top: 14px;
    font-size: 18px;
  }
  .modelhouse__contentsTitleLine {
    margin-bottom: 0;
  }
  .modelhouse__contentsText {
    margin-top: 7px;
    font-size: 13px;
  }
  .modelhouse_solokichi__wrapper {
    margin-top: 40px;
  }
  .modelhouse_solokichi_textWrap {
    margin-bottom: 40px;
  }
  .modelhouse_solokichi__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .modelhouse_solokichi__img picture:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .modelhouse_solokichi_textWrap {
    width: 100%;
  }
  .modelhouse__moriTitle {
    padding-top: 60px;
    font-size: 28px;
  }
  .modelhouse__titleText {
    margin-top: 30px;
    font-size: 14px;
  }
  .modelhouse__contentsMoriWrapper {
    margin-top: 0;
  }
  .modelhouse__moriTitle::after {
    bottom: -10px;
    left: 44%;
    background: #f5f3ec;
  }
  .modelhouse__map {
    margin-top: 30px;
  }
  .modelhouse__accessImgWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modelhouse__accessImgBox {
    margin-top: 40px;
    width: 100%;
  }
  .modelhouse__contactBGC {
    margin-top: 30px;
  }
}
/*==========
・・・お家ボックスページ イントロ
==========*/
.outibox__intro {
  padding-top: 110px;
  padding-bottom: 110px;
}
.outibox__intro p {
  font-size: 15px;
}

.outibox__aboutWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.outibox__aboutWrapper:last-child {
  margin-top: 110px;
}

.outibox__aboutImgSupport {
  width: 25%;
}

.outibox__aboutImgSelfbuild {
  width: 30%;
  text-align: center;
  margin-top: 30px;
}

.outibox__aboutImgSelfbuild img {
  width: 65%;
}

.outibox__textBoxSupport {
  width: 70%;
}

.outibox__textBoxSelfbuild {
  width: 68%;
}

.outibox__aboutTitle {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
}

.outibox__aboutText {
  color: #45525F;
  font-size: 14px;
  margin-top: 30px;
}

/*==========
・・・お家ボックスページ の中身
==========*/
.outibox__contents {
  background: #F5F3EC;
  margin-top: 150px;
  padding-bottom: 100px;
}

.outibox__contentsTitleBox span {
  width: 50px;
  height: 1px;
  background: #232D38;
  margin-bottom: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.outibox__contentsTitle {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  padding-top: 100px;
  text-align: center;
  padding-bottom: 20px;
}

.outibox__contentsImg {
  text-align: center;
}

.outibox__contentsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.outibox__contentsBoxCtn {
  background: #fff;
  width: calc(33% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.outibox__contentsBoxCtn:nth-child(2) {
  margin-left: 20px;
}
.outibox__contentsBoxCtn:nth-child(3) {
  margin-left: 20px;
}
.outibox__contentsBoxCtn:nth-child(4) {
  margin-top: 20px;
}
.outibox__contentsBoxCtn:nth-child(5) {
  margin-left: 20px;
  margin-top: 20px;
}
.outibox__contentsBoxCtn:nth-child(6) {
  margin-left: 20px;
  margin-top: 20px;
}

.outibox__contentBoxTextWrap {
  height: 150px;
}

.outibox__contentsBoxTitle {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.outibox__contentsBoxText {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}

.outibox__contentBoxImg {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

/*==========
・・・お家ボックスページ ご利用いただける方
==========*/
.outibox__guide {
  margin-top: 110px;
}

.outibox__guideTitle {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
}

.outibox__guideTitleLine {
  height: 1px;
  width: 90%;
  background: #E0E1E5;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 50px;
}

.outibox__guideWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.outibox__guideTextBox {
  width: 54%;
  list-style: disc;
}
.outibox__guideTextBox li {
  padding-top: 10px;
}

.outibox__guideImg {
  width: 59%;
}
.outibox__guideImg img {
  width: 100%;
  height: auto;
}

.outibox__supplement {
  background: #F2F2F2;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}

.outibox__supplementWrapper {
  background: #fff;
  padding: 50px;
}
.outibox__supplementWrapper li {
  font-size: 13px;
  list-style: disc;
  padding-top: 5px;
}

@media screen and (max-width: 1024px) {
  .outibox__aboutTitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .outibox__intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .outibox__intro p {
    font-size: 14px;
    /* width: 90%; */
    margin-left: auto;
    margin-right: auto;
  }
  .outibox__aboutWrapper:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .outibox__aboutWrapper:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .outibox__aboutWrapper:last-child {
    margin-top: 50px;
  }
  .outibox__aboutImgSupport {
    width: 50%;
  }
  .outibox__aboutImgSupport img {
    width: 100%;
  }
  .outibox__aboutImgSelfbuild {
    width: 40%;
  }
  .outibox__aboutImgSelfbuild img {
    width: 100%;
  }
  .outibox__textBoxSupport {
    width: 100%;
  }
  .outibox__textBoxSelfbuild {
    width: 100%;
  }
  .outibox__aboutTitle {
    font-size: 20px;
    margin-top: 20px;
  }
  .outibox__aboutText {
    margin-top: 20px;
    font-size: 13px;
  }
  .outibox__contents {
    margin-top: 100px;
    padding-bottom: 80px;
  }
  .outibox__contentsTitle {
    font-size: 28px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .outibox__contentsBoxCtn {
    width: 46%;
  }
  .outibox__contentsBoxCtn:nth-child(3) {
    margin-left: 0;
    margin-top: 20px;
  }
  .outibox__contentsBoxCtn:nth-child(4) {
    margin-top: 20px;
    margin-left: 20px;
  }
  .outibox__contentsBoxCtn:nth-child(5) {
    margin-left: 0;
    margin-top: 20px;
  }
  .outibox__contentsBoxTitle {
    font-size: 14px;
  }
  .outibox__contentsBoxText {
    font-size: 12px;
  }
  .outibox__contentsBoxCtn:nth-child(7) {
    margin-left: 0;
  }
  .outibox__guideTitle {
    font-size: 28px;
  }
  .outibox__guideWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .outibox__guideImg {
    width: 100%;
  }
  .outibox__guideTextBox {
    width: 100%;
    padding-left: 20px;
  }
  .outibox__guideTextBox li {
    font-size: 14px;
  }
  .outibox__supplementWrapper {
    padding: 30px 30px 30px 50px;
  }
}
/*==========
・・・プロトハウスページ イントロ
==========*/
.protohouse__contentsTitle {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-top: 130px;
  margin-bottom: 100px;
}

.protohouse__contentsText p {
  font-size: 15px;
}

.protohouse__img01 {
  margin-left: auto;
  padding-top: 100px;
  width: 65%;
}
.protohouse__img01 img {
  width: 100%;
  height: auto;
}

.protohouse__img02 {
  margin-top: 55px;
  margin-right: auto;
  width: 37%;
}
.protohouse__img02 img {
  width: 100%;
  height: auto;
}

.protohouse__img03 {
  margin-left: auto;
  margin-top: -100px;
  width: 59%;
}
.protohouse__img03 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .protohouse__contentsTitle {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .protohouse__contentsText p {
    font-size: 14px;
  }
  .protohouse__img01 {
    padding-top: 65px;
    width: 80%;
  }
  .protohouse__img02 {
    margin-top: 55px;
    width: 65%;
  }
  .protohouse__img03 {
    margin-top: 55px;
    width: 100%;
  }
}
.contact__thanks {
  background: #F5F3EC;
  padding-top: 130px;
  padding-bottom: 130px;
}

.contact__thanksBG {
  background: #fff;
  padding: 60px 50px;
}

.contact__thanksText {
  background: #fff;
  text-align: center;
}

.solokichi__titleBox {
  padding-top: 100px;
  text-align: center;
}
.solokichi__titleBox p {
  margin-top: 5px;
  font-size: 15px;
}

.solokichi__title {
  text-align: center;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
}

.solokichi__intro {
  padding-top: 65px;
  text-align: center;
}
.solokichi__intro p {
  font-size: 15px;
}

.solokichi__aboutContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 150px;
}
.solokichi__aboutContent:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solokichi__aboutContent:last-of-type {
  padding-bottom: 150px;
}

.solokichi__abouttxtWrap {
  width: 30%;
}

.solokichi__aboutImgWrap {
  width: 66%;
}

.solokichi__aboutTitle {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
}

.solokichi__aboutTitleEn {
  position: relative;
  padding-bottom: 30px;
  color: #afb1b7;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
.solokichi__aboutTitleEn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #cbc7c7;
}

.solokichi__aboutTextBox {
  margin-top: 30px;
}

.solokichi__aboutText {
  font-size: 14px;
}

.solokichi__aboutTextEn {
  margin-top: 30px;
  color: #afb1b7;
  font-size: 13px;
}

.solokichi__exterior {
  background: #e1eaed;
}

.solokichi__exteriorWrap {
  padding-bottom: 100px;
}

.solokichi__exteriorContent {
  padding-top: 100px;
  text-align: center;
}

.solokichi__exteriorText {
  margin-top: 50px;
  color: #4f4838;
  font-size: 14px;
}

.solokichi__btn {
  margin-top: 120px;
  margin-bottom: 120px;
}

.solokichi__btnTxt {
  margin-bottom: 12px;
  text-align: center;
}

.solokichi__instaBtnBox {
  margin-top: 50px;
}

@media screen and (max-width: 1300px) {
  .solokichi__aboutTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .solokichi__aboutTitle {
    font-size: 24px;
  }
  .solokichi__aboutTextEn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1124px) {
  .solokichi__titleBox {
    padding-top: 70px;
  }
  .solokichi__title {
    font-size: 30px;
  }
  .solokichi__intro {
    padding-top: 50px;
  }
  .solokichi__intro p {
    font-size: 14px;
  }
  .solokichi__aboutContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 80px;
  }
  .solokichi__aboutContent:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solokichi__aboutContent:last-of-type {
    padding-bottom: 80px;
  }
  .solokichi__abouttxtWrap {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 88%;
  }
  .solokichi__aboutImgWrap {
    width: 100%;
    text-align: center;
  }
  .solokichi__exteriorContent {
    padding-top: 70px;
  }
  .solokichi__exteriorText {
    margin-top: 30px;
  }
  .solokichi__exteriorWrap {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 924px) {
  .solokichi__abouttxtWrap {
    width: 96%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner {
  margin: 0 auto;
  max-width: 1240px;
  width: 95%;
}

.innerS {
  margin: 0 auto;
  max-width: 1080px;
  width: 95%;
}

.innerSS {
  margin: 0 auto;
  max-width: 920px;
  width: 95%;
}

.innerSSS {
  margin: 0 auto;
  max-width: 800px;
  width: 95%;
}

.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.en-font {
  font-family: "Cormorant Garamond", serif;
}

.colorWhite {
  color: #fff;
}

.mg-top25 {
  margin-top: 25px;
}

.mg-top40 {
  margin-top: 40px;
}

.mg-top80 {
  margin-top: 80px;
}

.pd-btm80 {
  padding-bottom: 80px;
}

.br-sp {
  display: none;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}
.sp_none {
  display: none;
}