@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*margin: 0;*/
}

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

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

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

.font_m {
  font-family: TsukuGoPr5-M, Hiragino Sans, Meiryo, sans-serif;
}

.font_d {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
}

.font_b {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
}

.font_min {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: TsukuGoPr5-M, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  width: 100%;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  /*border-radius: 5px;*/
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  margin: 1% auto;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #BCBCBC;
}

input::-moz-placeholder {
  color: #BCBCBC;
}

input:-ms-input-placeholder {
  color: #BCBCBC;
}

input::-ms-input-placeholder {
  color: #BCBCBC;
}

input::placeholder {
  color: #BCBCBC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  font-weight: 600;
}

summary {
  list-style: none;
  background: #dedede;
  padding: 5px 1rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 20px 10px;
  height: 90px;
  /*========= ボタンのためのCSS ===============*/
  /*×に変化*/
}
.l-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.l-header .logo img {
  margin-right: 50px;
}
.l-header #g-nav {
  position: absolute;
  z-index: 998;
  top: -520px;
  right: -20px;
  left: auto;
  width: 320px;
  height: 500px;
  background: #968c83;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 90px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header #g-nav.panelactive {
  top: -20px;
}
.l-header #g-nav #g-nav-list .menu {
  width: 100%;
  max-width: 980px;
  margin: 2% auto;
}
.l-header #g-nav #g-nav-list .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header #g-nav #g-nav-list .menu ul li {
  margin: 5% 0;
}
.l-header #g-nav #g-nav-list .menu ul li a {
  color: #fff;
  font-size: 20px;
}
.l-header #g-nav .menu_img {
  width: auto;
  height: 175px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-header #g-nav .page_top {
  text-align: center;
  margin: 2% auto;
}
.l-header #g-nav .page_top a {
  color: #fff;
  font-size: 16px;
}
.l-header .openbtn {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 50px;
  /*background: #fff;
  border-radius: 10px;*/
}
.l-header .openbtn span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #862633;
  width: 100%;
}
.l-header .openbtn span:nth-of-type(1) {
  top: 16px;
}
.l-header .openbtn span:nth-of-type(2) {
  top: 32px;
}
.l-header .openbtn.is-active span:nth-of-type(1) {
  top: 28px;
  -webkit-transform: translateY(7px) rotate(-205deg);
          transform: translateY(7px) rotate(-205deg);
}
.l-header .openbtn.is-active span:nth-of-type(2) {
  top: 48px;
  -webkit-transform: translateY(-14px) rotate(25deg);
          transform: translateY(-14px) rotate(25deg);
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 20px 10px;
    /*========= ボタンのためのCSS ===============*/
    /*×に変化*/
  }
  .l-header .logo img {
    width: 100%;
    max-width: 192px;
    margin-right: 30px;
  }
  .l-header #g-nav #g-nav-list .menu {
    width: 90%;
    max-width: 624px;
    margin: 5% auto;
  }
  .l-header #g-nav #g-nav-list .menu ul li {
    min-width: 30%;
    margin: 2% 1%;
  }
  .l-header #g-nav .menu_img {
    width: auto;
    height: 250px;
    left: -17%;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .l-header #g-nav .menu_img img {
    height: 250px;
    width: auto;
  }
  .l-header #g-nav .page_top {
    margin: 5% auto;
  }
  .l-header .openbtn {
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
  }
  .l-header .openbtn span:nth-of-type(1) {
    top: 20px;
  }
  .l-header .openbtn span:nth-of-type(2) {
    top: 30px;
  }
  .l-header .openbtn.is-active span:nth-of-type(1) {
    top: 20px;
    -webkit-transform: translateY(8px) rotate(-205deg);
            transform: translateY(8px) rotate(-205deg);
  }
  .l-header .openbtn.is-active span:nth-of-type(2) {
    top: 36px;
    -webkit-transform: translateY(-9px) rotate(25deg);
            transform: translateY(-9px) rotate(25deg);
  }
}
@media screen and (max-width: 480px) {
  .l-header {
    height: 60px;
    padding: 15px 10px;
    /*========= ボタンのためのCSS ===============*/
    /*×に変化*/
  }
  .l-header .logo img {
    max-width: 120px;
    margin-right: 10px;
  }
  .l-header .openbtn {
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
  }
  .l-header .openbtn span:nth-of-type(1) {
    top: 10px;
  }
  .l-header .openbtn span:nth-of-type(2) {
    top: 20px;
  }
  .l-header .openbtn.is-active span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: translateY(8px) rotate(-205deg);
            transform: translateY(8px) rotate(-205deg);
  }
  .l-header .openbtn.is-active span:nth-of-type(2) {
    top: 26px;
    -webkit-transform: translateY(-9px) rotate(25deg);
            transform: translateY(-9px) rotate(25deg);
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
footer .l-footer-nav-05 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 10px 25px;
  background-color: #DFDCD4;
}

footer .l-footer-nav-05 .l-footer-nav-05-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-logo {
  line-height: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
      order: 2;
}

footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-logo a {
  display: block;
}

footer img {
  vertical-align: top;
  border: 0;
}

footer .l-footer-nav-05-logo img {
  width: 100%;
  float: right;
  padding: 0 10px;
}

footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-list {
  margin-bottom: 10px;
}

footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-list li {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-right: 12px;
}

footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-list li a {
  font-family: TsukuGoPro-B, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 6px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none !important;
  color: #000 !important;
}

footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-list li:after {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 1px;
  height: 12px;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #000;
}

footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-list li:last-child {
  margin-right: 0;
}

footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-copyright {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  footer .l-footer-nav-05 {
    padding: 40px 0 30px;
  }
  footer .l-footer-nav-05 .l-footer-nav-05-inner {
    display: block;
    text-align: center;
  }
  footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-logo {
    max-width: 180px;
    margin: 10px auto 30px;
  }
  footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-list li.ls02 {
    margin-right: 0;
  }
  footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-list li.ls03 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-list li {
    line-height: 1.4;
  }
  footer .l-footer-nav-05 .l-footer-nav-05-inner .l-footer-nav-05-list li:after {
    display: none;
  }
  footer .l-footer-nav-05-logo img {
    width: 100%;
    float: none;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-inner02 {
  position: relative;
  width: 96%;
  max-width: 1140px;
  margin: 0 auto;
}

.l-inner03 {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.l-inner04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  overflow-x: hidden;
}

main {
  width: 100%;
  overflow-x: hidden;
}

.p-mv {
  position: relative;
}
.p-mv__main-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-mv .p-mv__titile {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-mv .l-inner02 img {
  position: relative;
  width: 90%;
  max-width: 1023px;
  margin-top: 8%;
  margin-left: 1%;
  margin-bottom: 4%;
}
.p-mv a {
  position: absolute;
  right: -2%;
  bottom: 0;
  width: 19%;
  max-width: 240px;
}

.p-point {
  text-align: center;
  margin: 80px auto;
}
.p-point p {
  margin-bottom: 150px;
  font-size: clamp(1.6rem, 0.884vw + 1.269rem, 2.4rem);
  letter-spacing: -0.5px;
}
.p-point h2 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.652vw + 1.406rem, 4.8rem);
  width: 96%;
  margin: 0 auto;
}
.p-point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 120px;
}
.p-point ul li {
  width: 50%;
}
.p-point ul li:first-child {
  text-align: left;
  border-right: 5px solid #DFDCD4;
  padding: 20px 20px 20px 0;
}
.p-point ul li:last-child {
  text-align: right;
  border-left: 5px solid #DFDCD4;
  padding: 20px 0 20px 20px;
}

.p-bgimg01 {
  position: relative;
  text-align: center;
  height: 300px;
}
.p-bgimg01 img {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  top: -1px;
}
.p-bgimg01 .bg_01 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background-image: url(../images/bg_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-bgimg02 {
  position: relative;
  background-image: url(../images/bg_04.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  text-align: center;
}

.p-bgimg03 {
  position: relative;
  text-align: center;
  height: 300px;
}
.p-bgimg03 img {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  top: 0;
}
.p-bgimg03 .bg_03 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background-image: url(../images/bg_05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-catalog {
  text-align: center;
  margin: 0 auto;
}
.p-catalog img.arrow {
  max-width: 210px;
  width: 30%;
}
.p-catalog__bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #DFDCD4), color-stop(70%, #fff));
  background: linear-gradient(to bottom, #fff 50%, #DFDCD4 50% 70%, #fff 70%);
}
.p-catalog__bg a {
  width: 96%;
  max-width: 848px;
  text-align: center;
  margin: 0 auto;
}
.p-catalog.catalog02 {
  background: #DFDCD4;
}
.p-catalog.catalog02 .bg02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #DFDCD4), color-stop(50%, #fff), color-stop(70%, #DFDCD4));
  background: linear-gradient(to bottom, #DFDCD4 50%, #fff 50% 70%, #DFDCD4 70%);
}
.p-catalog.catalog02 p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  color: #000;
  line-height: 1.75;
  margin-bottom: 40px;
  font-size: clamp(2.4rem, 2.652vw + 1.406rem, 4.8rem);
}
.p-catalog.catalog03 {
  background: #F3F2EF;
}
.p-catalog.catalog03 .bg03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F3F2EF), color-stop(50%, #DFDCD4), color-stop(70%, #F3F2EF));
  background: linear-gradient(to bottom, #F3F2EF 50%, #DFDCD4 50% 70%, #F3F2EF 70%);
}

.p-select {
  background: #DFDCD4;
  text-align: center;
  padding: 80px 0;
}
.p-select h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #862633;
  font-size: clamp(2.4rem, 2.652vw + 1.406rem, 4.8rem);
  width: 96%;
  margin: 0 auto;
}
.p-select h2 img {
  margin-bottom: 30px;
}
.p-select p {
  line-height: 2;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}
.p-select .p-select__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px auto 160px;
}
.p-select .p-select__flex-box {
  position: relative;
  width: 44.53125%;
  min-width: 570px;
  padding: 30px 0;
}
.p-select .p-select__flex-box p {
  line-height: 1.8;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}
.p-select .p-select__flex-box p.title {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  margin: 20px auto;
  font-size: clamp(2rem, 1.326vw + 1.503rem, 3.2rem);
  letter-spacing: -0.5px;
}
.p-select .p-select__flex-box.box02 {
  margin-top: 10%;
}
.p-select .p-select__flex-box.box03 {
  margin-right: 17%;
  margin-top: -3%;
}
.p-select .p-select__flex-bg01 {
  position: absolute;
  width: 122.8070175439%;
  top: 0;
  right: 0;
}
.p-select .p-select__flex-bg02 {
  position: absolute;
  width: 122.8070175439%;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-select .p-select__flex-cnts {
  position: relative;
  z-index: 2;
}
.p-select .p-select__flex-cnts img {
  max-width: 400px;
}

.p-reason {
  background: #DFDCD4;
  text-align: center;
  padding: 120px 0;
}
.p-reason h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #862633;
  font-size: clamp(2.4rem, 2.652vw + 1.406rem, 4.8rem);
  width: 96%;
  margin: 0 auto;
}
.p-reason h2 img {
  margin-bottom: 30px;
}
.p-reason p {
  line-height: 2;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}
.p-reason__flex {
  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;
  margin: 45px auto;
}
.p-reason__bdr-box {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 25px 0;
}
.p-reason__bdr-box-cnts {
  background: #968C83;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  padding: 40px 40px;
}
.p-reason__bdr-box-cnts h3 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.3333333333;
  margin-bottom: 20px;
  font-size: clamp(2.1rem, 1.436vw + 1.561rem, 3.4rem);
}
.p-reason__bdr-box-cnts p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-reason__bdr-box-cnts img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reason__bdr-box.box01 {
  width: 100%;
}
.p-reason__bdr-box.box02 {
  width: 48.2456140351%;
}
.p-reason__bdr-box-bgwhite {
  background: #fff;
  padding: 30px;
  margin: 15px auto 0;
}
.p-reason__bdr-box-bgwhite-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-reason__bdr-box-bgwhite-flex div {
  margin: 0 1%;
}
.p-reason__bdr-box-bgwhite p {
  color: #000;
  margin: 20px auto 0;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}

.p-example {
  background: #DFDCD4;
  text-align: center;
  padding-bottom: 80px;
}
.p-example h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #7E7F74;
  line-height: 1.1666666667;
  font-size: clamp(2.2rem, 1.547vw + 1.62rem, 3.6rem);
}
.p-example .slide_container {
  margin: 30px auto;
}
.p-example .slide_container__bdr {
  width: 100%;
  height: 9px;
  background-image: url(../images/img_dot.png);
  margin: 30px auto;
}

.p-example02 {
  background: #DFDCD4;
  text-align: center;
  padding: 0 0 1px;
}
.p-example02 h2 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  color: #000;
  line-height: 1.75;
  margin: 140px auto 50px;
  font-size: clamp(2.4rem, 2.652vw + 1.406rem, 4.8rem);
}
.p-example02 h2 img {
  width: 50%;
  max-width: 482px;
}
.p-example02 .slide_container {
  margin: 50px auto;
}
.p-example02 .slide_container__bdr {
  width: 100%;
  height: 9px;
  background-image: url(../images/img_dot.png);
  margin: 30px auto;
}

.p-wooden {
  background: #F3F2EF;
  background-image: url(../images/pc/bg_06.png);
  background-repeat: no-repeat;
  background-position: center 68%;
  background-size: 100% 52%;
  text-align: center;
  padding: 80px 0;
}
.p-wooden h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #862633;
  width: 96%;
  margin: 0 auto 30px;
  font-size: clamp(2.4rem, 2.652vw + 1.406rem, 4.8rem);
}
.p-wooden h2 img {
  margin-bottom: 30px;
}
.p-wooden p {
  line-height: 2;
  margin: 30px auto;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}
.p-wooden__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto;
}
.p-wooden__flex-box {
  position: relative;
  width: 43.8596491228%;
}
.p-wooden__flex-box img:first-child {
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.p-wooden__flex-box img:nth-of-type(2) {
  position: relative;
  top: -7px;
}
.p-wooden__flex-box img:last-child {
  position: relative;
  top: -7px;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.p-const {
  background: #F3F2EF;
  text-align: center;
  padding: 1px 0;
}
.p-const h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #862633;
  font-size: clamp(2.4rem, 2.652vw + 1.406rem, 4.8rem);
}
.p-const h2 img {
  margin-bottom: 30px;
}
.p-const p {
  line-height: 2;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}
.p-const__cnts {
  margin: 80px auto;
  width: 94%;
}
.p-const__cnts-title {
  width: 220px;
  height: 50px;
  background: #fff;
  border: 1px solid #7E7F74;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  margin: 0 auto 0 50px;
}
.p-const__cnts-title img {
  margin: 15px auto;
}
.p-const__cnts-title.title02 {
  background: #7E7F74;
}
.p-const__cnts-title.title02 img {
  margin: 14px auto;
}
.p-const__cnts-flex {
  position: relative;
  top: -1px;
  background: #fff;
  border: 1px solid #7E7F74;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-const__cnts-txt {
  text-align: left;
  width: 62.2807017544%;
  padding: 40px 30px 10px 50px;
}
.p-const__cnts-txt h3 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  color: #968C83;
  font-size: clamp(2rem, 1.326vw + 1.503rem, 3.2rem);
}
.p-const__cnts-txt .name {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: clamp(1.6rem, 0.884vw + 1.269rem, 2.4rem);
}
.p-const__cnts-txt .point {
  background: #B8B298;
  color: #fff;
  padding: 0 10px;
  line-height: 1.5;
  margin: 0 auto;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}
.p-const__cnts-txt ul {
  margin: 15px auto 30px;
}
.p-const__cnts-txt ul li {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}
.p-const__cnts-txt ul li span {
  color: #862633;
}
.p-const__cnts-detail {
  margin: 0 auto;
  border-top: 3px dotted #7E7F74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-const__cnts-detail ul {
  width: 50%;
  margin: 15px auto;
}
.p-const__cnts-detail ul li {
  border-left: 5px solid #7E7F74;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 1.6rem;
}
.p-const__cnts-slide {
  width: 38.5964912281%;
  max-width: 440px;
  padding: 40px 0 40px;
  position: relative;
  right: -2%;
}

.p-solution {
  position: relative;
  background: #F3F2EF;
  text-align: center;
  padding: 0;
}
.p-solution img.arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.p-solution__box {
  background-image: url(../images/pc/bg_07.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-size: auto 103%;
  padding: 9% 2% 10%;
}

.p-onestop {
  position: relative;
  background: #F3F2EF;
  text-align: center;
  padding: 160px 0 1px;
}
.p-onestop h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #862633;
  font-size: clamp(2.4rem, 2.652vw + 1.406rem, 4.8rem);
}
.p-onestop h2 img {
  margin-bottom: 30px;
}
.p-onestop p {
  line-height: 2;
  margin-bottom: 80px;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}
.p-onestop__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 150px auto 80px;
}
.p-onestop__flex-box {
  width: 50%;
}
.p-onestop__flex-box:first-child {
  border-right: 5px solid #DFDCD4;
  padding-right: 5%;
}
.p-onestop__flex-box:last-child {
  border-left: 5px solid #DFDCD4;
  padding-left: 5%;
}
.p-onestop__flex-box h3 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  background: #862633;
  color: #fff;
  border-radius: 50px;
  line-height: 2.2777777778;
  padding: 9px;
  margin-bottom: 30px;
  font-size: clamp(2rem, 1.768vw + 1.337rem, 3.6rem);
}
.p-onestop__flex-box p {
  line-height: 2;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}

@media screen and (max-width: 1140px) {
  .p-select .p-select__flex-box.box02 {
    margin-top: 10%;
  }
  .p-select .p-select__flex-box.box03 {
    margin-right: 0;
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-point {
    margin: 80px auto;
  }
  .p-point p {
    margin-bottom: 75px;
  }
  .p-point ul li:first-child {
    border-right: 3px solid #DFDCD4;
  }
  .p-point ul li:last-child {
    border-left: 3px solid #DFDCD4;
  }
  .p-select {
    padding: 80px 0;
  }
  .p-select .p-select__flex {
    margin: 70px auto 160px;
  }
  .p-select .p-select__flex-box.box02 {
    margin-top: 20%;
  }
  .p-select .p-select__flex-box.box03 {
    margin-right: 0;
    margin-top: 20%;
  }
  .p-reason__bdr-box {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px;
    margin: 25px 0;
  }
  .p-reason__bdr-box-cnts {
    padding: 40px 40px;
  }
  .p-reason__bdr-box-cnts img {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-reason__bdr-box.box01 {
    width: 100%;
  }
  .p-reason__bdr-box.box02 {
    width: 100%;
  }
  .p-reason__bdr-box-bgwhite {
    background: #fff;
    padding: 30px;
    margin: 15px auto 0;
  }
  .p-example {
    padding-bottom: 40px;
  }
  .p-example02 h2 {
    margin: 70px auto 50px;
  }
  .p-const__cnts-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-const__cnts-txt {
    width: 100%;
  }
  .p-const__cnts-slide {
    width: 90%;
    max-width: 440px;
    padding: 0 0 60px;
    right: 0;
    margin: 0 auto;
  }
  .p-onestop {
    padding: 80px 0 1px;
  }
  .p-onestop__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px auto 80px;
  }
  .p-onestop__flex-box {
    width: 50%;
  }
  .p-onestop__flex-box:first-child {
    border-right: 3px solid #DFDCD4;
    padding-right: 1%;
  }
  .p-onestop__flex-box:last-child {
    border-left: 3px solid #DFDCD4;
    padding-left: 1%;
  }
}
@media screen and (max-width: 480px) {
  .p-point {
    margin: 40px auto;
  }
  .p-point p {
    margin-bottom: 40px;
  }
  .p-point ul {
    margin: 40px auto 60px;
  }
  .p-point ul li:first-child {
    padding: 0 10px;
  }
  .p-point ul li:last-child {
    padding: 0 10px;
  }
  .p-select {
    padding: 40px 0;
  }
  .p-select .p-select__flex {
    margin: 40px auto 40px;
  }
  .p-select .p-select__flex-box {
    width: 360px;
    min-width: 360px;
    padding: 10px 0;
  }
  .p-select .p-select__flex-box p {
    margin: 10px auto;
  }
  .p-select .p-select__flex-box p.title {
    margin: 10px auto;
    font-size: 1.9rem;
  }
  .p-select .p-select__flex-cnts img {
    max-width: 250px;
  }
  .p-reason {
    padding: 60px 0 10px;
  }
  .p-reason__bdr-box {
    margin: 10px 0;
    padding: 5px;
  }
  .p-reason__bdr-box-cnts {
    padding: 20px 10px;
  }
  .p-reason__bdr-box-cnts img {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-reason__bdr-box.box01 {
    width: 100%;
  }
  .p-reason__bdr-box.box02 {
    width: 100%;
  }
  .p-reason__bdr-box-bgwhite {
    padding: 10px;
    margin: 10px auto 0;
  }
  .p-reason__bdr-box-bgwhite-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-reason__bdr-box-bgwhite-flex div {
    margin: 10px auto;
  }
  .p-reason__bdr-box-bgwhite p {
    font-size: 1.4rem;
  }
  .p-example {
    padding-bottom: 40px;
  }
  .p-example02 h2 {
    margin: 70px auto 50px;
  }
  .p-wooden {
    background-image: url(../images/sp/bg_06.png);
    background-position: center 80%;
    background-size: 100% 70%;
    padding: 40px 0;
  }
  .p-wooden img.mocx {
    width: 90%;
  }
  .p-wooden__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .p-wooden__flex-box {
    width: 100%;
    margin: 40px auto;
  }
  .p-const {
    width: 100%;
  }
  .p-const__cnts {
    margin: 40px auto;
  }
  .p-const__cnts-title {
    margin: 0 auto 0 20px;
  }
  .p-const__cnts-txt {
    width: 100%;
    padding: 20px 15px;
  }
  .p-const__cnts-txt .name {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .p-const__cnts-txt ul {
    margin: 15px auto 15px;
  }
  .p-const__cnts-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
  }
  .p-const__cnts-detail ul {
    width: 100%;
    margin: 0 auto;
  }
  .p-const__cnts-detail ul li {
    border-left: 5px solid #7E7F74;
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 1.6rem;
  }
  .p-onestop {
    padding: 40px 0 1px;
  }
  .p-onestop p {
    margin-bottom: 40px;
  }
  .p-onestop__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px auto;
  }
  .p-onestop__flex-box {
    width: 100%;
  }
  .p-onestop__flex-box:first-child {
    border: none;
    padding: 10px;
  }
  .p-onestop__flex-box:last-child {
    border: none;
    padding: 10px;
  }
}
/*----------------------------------------------------------------------------------------
common.scss
----------------------------------------------------------------------------------------*/
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fadeDown.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay1.is-inview {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay1half.is-inview {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay2.is-inview {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.delay2half.is-inview {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.delay3half.is-inview {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */