@charset "UTF-8";
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  appearance: button;
}

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* basic-tags */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  background-color: #e6e6d8;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.75;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 375px) {
  html, body {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  html, body {
    font-size: 17px;
  }
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.5882352941rem;
  }
}

p {
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: #f29600;
  text-decoration: none;
  transition: color 0.15s linear 0s;
}

picture {
  display: block;
  width: 100%;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

/* --------------------
  common-classes
-------------------- */
.page__wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

.cmn-width-sp {
  padding-left: 17px;
  padding-right: 17px;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .cmn-width-sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 576px) {
  .cmn-width-sp {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cmn-width-pc {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 700px;
  }
}
@media screen and (min-width: 992px) {
  .cmn-width-pc {
    width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  .cmn-width-pc {
    width: 1060px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(5vh);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fadein.faded {
  opacity: 1;
  transform: translateY(0);
}

body:not(.home) h1 {
  font-family: "Questrial", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8571428571rem;
  font-weight: 400;
  letter-spacing: normal;
  padding-top: 1.1538461538em;
  padding-bottom: 1.1538461538em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  body:not(.home) h1 {
    font-size: 2.7647058824rem;
    padding-top: 1.2340425532em;
    padding-bottom: 1.1914893617em;
  }
}

/* --------------------
  utility-classes
-------------------- */
@media screen and (min-width: 768px) {
  .anchored:target {
    padding-top: 100px;
  }
}

.sr-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .xs-and-ssm {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .ssm-only {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-over {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .lg-over {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .lg-less {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.no-bullet {
  list-style: none;
  padding: 0;
}

.no-margin {
  margin: 0;
}

.page__header {
  background-color: transparent;
  height: 100%;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page__header {
    height: 100px;
    transition: background-color 0.3s linear;
  }
  .page__header.scrolled {
    background-color: rgba(230, 230, 216, 0.9882352941);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.0980392157);
  }
}
.page__header .content {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page__header .content {
    width: 700px;
  }
}
@media screen and (min-width: 992px) {
  .page__header .content {
    width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  .page__header .content {
    width: 1060px;
  }
}
.page__header nav {
  height: 100%;
  padding-top: 5.3571428571rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page__header nav {
    background-color: transparent;
    transition: background-color 0.3s ease-out;
  }
  .page__header nav.opened {
    background-color: rgba(51, 51, 51, 0.9803921569);
    backdrop-filter: blur(5px);
  }
}
@media screen and (min-width: 768px) {
  .page__header nav {
    padding-top: 0;
  }
}
.page__header ul {
  font-family: "Questrial", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3571428571rem;
  letter-spacing: 0.035em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  .page__header ul {
    align-items: center;
    display: flex;
    font-size: 18px;
    gap: 3.5555555556em;
    height: 100%;
  }
}
.page__header li > a {
  color: #fff;
  display: block;
  opacity: 0;
  padding: 1.0714285714rem;
  transform: translateY(-20px);
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .page__header li > a {
    color: #000;
    height: 100%;
    opacity: 1;
    padding: 0;
    pointer-events: all;
    transform: translateY(0);
    transition: color 0.15s linear;
  }
  .page__header li > a:hover {
    color: #f29600;
  }
}
@media screen and (max-width: 767px) {
  .page__header nav.opened li > a {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
}
.page__header li.home {
  display: none;
}
@media screen and (min-width: 768px) {
  .page__header li.home {
    display: block;
    height: 55px;
    width: 110px;
  }
  .page__header li.home > a {
    background: url(../img/common/header-logo.svg) 0 50%/contain no-repeat;
    transition: filter 0.15s linear;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .page__header li.home > a:hover {
    filter: drop-shadow(0px 0px 5px #f29600);
  }
}
.page__header .menu-button {
  background: url(../img/common/menu-icon-open.svg) 0 0/contain no-repeat;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.0980392157));
  height: 40px;
  pointer-events: all;
  position: absolute;
  right: 15px;
  top: 8px;
  transition: background-image 0.3s linear;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page__header .menu-button {
    display: none;
  }
}
.page__header nav.opened + .menu-button {
  background-image: url(../img/common/menu-icon-close.svg);
}

@media screen and (min-width: 768px) {
  .page__header.second ul {
    gap: 2.9411764706rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .page__header.second li {
    align-items: center;
    display: flex;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page__header.second li.home {
    margin-right: 1.7647058824rem;
  }
}
.page__header.second li:not(.home) > a {
  align-items: center;
  display: flex;
  height: 2.5em;
  line-height: 1.15;
}

.page__footer {
  background-color: #666;
}
.page__footer .credit {
  align-items: flex-end;
  background: url(../img/common/footer-logo.svg) 50% 44%/9.7142857143rem auto no-repeat;
  display: flex;
  height: 12.9285714286rem;
  justify-content: center;
  padding-bottom: 1.2857142857rem;
}
@media screen and (min-width: 768px) {
  .page__footer .credit {
    background-size: 16.0588235294rem auto;
    height: 26.8235294118rem;
    padding-bottom: 3.2941176471rem;
  }
}
.page__footer .credit p {
  color: #fff;
  font-size: 0.8571428571rem;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page__footer .credit p {
    font-size: 0.8235294118rem;
  }
}

.slide__sect .content {
  height: 354px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .slide__sect .content {
    height: 415px;
  }
}
@media screen and (min-width: 576px) {
  .slide__sect .content {
    height: 637px;
  }
}
@media screen and (min-width: 768px) {
  .slide__sect .content {
    height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .slide__sect .content {
    height: 646px;
  }
}
@media screen and (min-width: 1280px) {
  .slide__sect .content {
    height: 834px;
  }
}

.slide__item {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.slide__item:nth-of-type(n + 2) {
  opacity: 0;
  transition: opacity 2s linear;
}
.slide__item:nth-of-type(n + 2).active {
  opacity: 1;
}
.slide__item picture {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide__item picture > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.slide__item-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide__item.slide-1 .slide__item-label > img {
  width: 44.8vw;
}
@media screen and (min-width: 768px) {
  .slide__item.slide-1 .slide__item-label > img {
    width: 26.25vw;
  }
}

.slide__item.slide-3 .slide__item-label > img {
  width: 65.8666666667vw;
}
@media screen and (min-width: 768px) {
  .slide__item.slide-3 .slide__item-label > img {
    width: 38.59375vw;
  }
}

.intro__sect {
  background: url(../img/home/ho-intr-img-sp@2x.jpg) 50% 0%/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .intro__sect {
    background-image: url(../img/home/ho-intr-img-pc@2x.jpg);
  }
}
.intro__sect .content {
  padding-bottom: 2.8571428571rem;
  padding-top: 1.7142857143rem;
}
@media screen and (min-width: 768px) {
  .intro__sect .content {
    padding-bottom: 5.4117647059rem;
    padding-top: 8rem;
  }
}
.intro__sect h2 {
  color: #fff;
  margin-bottom: 1.619047619em;
}
@media screen and (min-width: 768px) {
  .intro__sect h2 {
    font-size: 1.4705882353rem;
    line-height: 2.16;
    margin-bottom: 8.28em;
  }
}
.intro__sect ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro__sect li + li {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .intro__sect li + li {
    margin-top: 2.2941176471rem;
  }
}
.intro__sect a {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  font-size: 0.8571428571rem;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
  width: fit-content;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  .intro__sect a {
    font-size: 1rem;
  }
}
.intro__sect a::before {
  border: 0.25em solid #fff;
  border-radius: 50%;
  content: "";
  height: 1.5833333333em;
  margin-right: 0.5833333333em;
  width: 1.5833333333em;
}
@media screen and (min-width: 768px) {
  .intro__sect a::before {
    height: 1.5294117647em;
    width: 1.5294117647em;
    border-width: 0.2352941176em;
    margin-right: 0.5882352941em;
    transition: border-color 0.15s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .intro__sect a:hover::before {
    border-color: #c7b299;
  }
}

.about__sect {
  padding-bottom: 3.0714285714rem;
  padding-top: 2.8571428571rem;
}
@media screen and (min-width: 768px) {
  .about__sect {
    padding-bottom: 7.8823529412rem;
    padding-top: 4.1176470588rem;
  }
}
.about__sect h2 {
  color: #4d4d4d;
  margin-bottom: 1em;
}
.about__sect [class*=para-] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__sect [class*=para-] {
    display: grid;
    grid-template-columns: 32.2641509434% 1fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 768px) {
  .about__sect .para-1 {
    background: url(../img/home/ho-abou-txt.svg) 0 5.5882352941rem/auto 22.3529411765rem no-repeat;
  }
}
.about__sect .para-1 img {
  margin-top: 1.7857142857rem;
}
@media screen and (min-width: 768px) {
  .about__sect .para-1 img {
    margin-top: 2.9411764706rem;
  }
}
.about__sect .para-2 {
  padding-top: 3.2142857143rem;
}
@media screen and (min-width: 768px) {
  .about__sect .para-2 {
    padding-top: 3.5294117647rem;
  }
}
.about__sect .para-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about__sect .para-2 ul > li {
  display: flex;
  padding: 0.7142857143em 1.1428571429em;
}
.about__sect .para-2 ul > li::before {
  content: "◎";
}
.about__sect .para-2 ul > li:nth-of-type(odd) {
  background-color: #d4d1bf;
}
.about__sect .para-2 ul > li:nth-of-type(even) {
  background-color: #cdbba6;
}

.karui__sect {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .karui__sect {
    padding-bottom: 7.1764705882rem;
  }
}
@media screen and (min-width: 768px) {
  .karui__sect [class*=para-] {
    display: grid;
    grid-template-columns: 0.5fr 348.67px 351.33px 0.5fr;
  }
}
@media screen and (min-width: 992px) {
  .karui__sect [class*=para-] {
    grid-template-columns: 0.5fr 448.29px 451.71px 0.5fr;
  }
}
@media screen and (min-width: 1280px) {
  .karui__sect [class*=para-] {
    grid-template-columns: 0.5fr 527.986px 532.014px 0.5fr;
  }
}
@media screen and (min-width: 768px) {
  .karui__sect [class*=para-] picture {
    grid-area: pic;
  }
  .karui__sect [class*=para-] picture > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .karui__sect [class*=para-] .sect-body {
    grid-area: txt;
  }
}
@media screen and (min-width: 768px) {
  .karui__sect .para-1 {
    grid-template-areas: "pic pic txt .";
    grid-template-rows: 633px;
  }
}
@media screen and (min-width: 992px) {
  .karui__sect .para-1 {
    grid-template-rows: 678px;
  }
}
@media screen and (min-width: 1280px) {
  .karui__sect .para-1 {
    grid-template-rows: 768px;
  }
}
.karui__sect .para-1 .sect-body {
  padding-top: 1.0714285714rem;
}
@media screen and (min-width: 768px) {
  .karui__sect .para-1 .sect-body {
    background: url(../img/home/ho-karu-txt.svg) 100% 3.5294117647rem/auto 11.6470588235rem no-repeat;
    grid-area: txt;
    padding: 3.5294117647rem 0 0 2.0588235294rem;
  }
}
.karui__sect h2 {
  color: #4d4d4d;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .karui__sect h2 {
    margin-bottom: 0.7777777778em;
  }
}
.karui__sect p.narr {
  color: #a67c52;
}
@media screen and (min-width: 768px) {
  .karui__sect p.narr {
    margin-bottom: 4.7058823529em;
    font-size: 0.9411764706rem;
  }
}
.karui__sect p + p {
  margin-top: 1.7142857143em;
}
.karui__sect .para-2 {
  margin-top: 2.8571428571rem;
}
@media screen and (min-width: 768px) {
  .karui__sect .para-2 {
    grid-template-areas: ". txt pic .";
    grid-template-rows: 340px;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .karui__sect .para-2 {
    grid-template-rows: 437px;
  }
}
@media screen and (min-width: 1280px) {
  .karui__sect .para-2 {
    grid-template-rows: 515px;
  }
}
.karui__sect .para-2 .sect-body {
  padding-bottom: 2.2857142857rem;
  padding-top: 1.8571428571rem;
}
@media screen and (min-width: 768px) {
  .karui__sect .para-2 .sect-body {
    padding: 5.8823529412rem 2.1176470588rem 0 0;
  }
}

.briqu__sect {
  background-color: #333;
  color: #fff;
  padding-bottom: 4.2857142857rem;
}
@media screen and (min-width: 768px) {
  .briqu__sect {
    padding-bottom: 5.8823529412rem;
    padding-top: 7.4117647059rem;
  }
}
@media screen and (min-width: 768px) {
  .briqu__sect .content {
    background: url(../img/home/ho-briq-txt.svg) 0 5.8823529412rem/auto 32.0588235294rem no-repeat;
    display: grid;
    grid-template-areas: "title pic" "title body";
    grid-template-columns: 32.2641509434% 1fr;
    grid-template-rows: auto auto;
  }
}
.briqu__sect picture {
  margin-bottom: 1.2857142857rem;
}
@media screen and (min-width: 768px) {
  .briqu__sect picture {
    grid-area: pic;
    margin-bottom: 1.4117647059rem;
  }
}
.briqu__sect h2 {
  margin-bottom: 0.5714285714em;
}
@media screen and (min-width: 768px) {
  .briqu__sect h2 {
    grid-area: title;
    line-height: 1;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .briqu__sect .sect-body {
    grid-area: body;
    padding: 0;
  }
}
.briqu__sect p + p {
  margin-top: 1.8571428571em;
}
@media screen and (min-width: 768px) {
  .briqu__sect p + p {
    margin-top: 1.8823529412em;
  }
}

@media screen and (min-width: 768px) {
  .proce__sect {
    padding-bottom: 5.7058823529rem;
    padding-top: 6.1764705882rem;
  }
}
.proce__sect h2 {
  color: #333;
  padding-bottom: 1.0476190476em;
  padding-top: 1.0476190476em;
}
@media screen and (min-width: 768px) {
  .proce__sect h2 {
    padding: 5.8823529412rem 0 0 0;
  }
}
.proce__sect p {
  padding-top: 15px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .proce__sect [class*=para-] {
    display: grid;
    grid-template-rows: auto;
  }
  .proce__sect [class*=para-] p {
    font-size: 0.8823529412rem;
    padding: 0;
  }
  .proce__sect .para-1 {
    background: url(../img/home/ho-proc-txt.svg) 100% 6.4705882353rem/auto 6.4705882353rem no-repeat;
    gap: 2.5882352941rem;
    grid-template-columns: 53.3962264151% 1fr;
    margin-bottom: 2.1764705882rem;
  }
  .proce__sect .para-2 {
    align-items: center;
    gap: 2.2352941176rem;
    grid-template-columns: 1fr 54.1509433962%;
    margin-bottom: 1.1176470588rem;
  }
  .proce__sect .para-2 picture {
    order: 2;
  }
  .proce__sect .para-2 p {
    justify-self: end;
    order: 1;
    width: fit-content;
  }
  .proce__sect .para-3 {
    align-items: center;
    gap: 1.7647058824rem;
    grid-template-columns: 45.8490566038% 1fr;
    margin-bottom: 1.5294117647rem;
  }
  .proce__sect .para-4 {
    align-items: center;
    gap: 1.8823529412rem;
    grid-template-columns: 42.8301886792% 46.6981132075% 1fr;
    margin-bottom: 2.0588235294rem;
  }
  .proce__sect .para-4 picture {
    order: 2;
  }
  .proce__sect .para-4 p {
    justify-self: end;
    order: 1;
    width: fit-content;
  }
  .proce__sect .para-5 {
    align-items: center;
    gap: 1.7647058824rem;
    grid-template-columns: 54.2452830189% 1fr;
    margin-bottom: 1.8235294118rem;
  }
  .proce__sect .para-6 {
    align-items: center;
    gap: 2.1764705882rem;
    grid-template-columns: 1fr 54.7169811321%;
    margin-bottom: 1.0588235294rem;
  }
  .proce__sect .para-6 picture {
    order: 2;
  }
  .proce__sect .para-6 p {
    justify-self: end;
    order: 1;
    width: fit-content;
  }
  .proce__sect .para-7 {
    align-items: center;
    gap: 1.8235294118rem;
    grid-template-columns: 45.9433962264% 1fr;
    margin-bottom: 2rem;
  }
  .proce__sect .para-8 {
    align-items: center;
    gap: 2.5882352941rem;
    grid-template-columns: 1fr 64.7169811321%;
  }
  .proce__sect .para-8 picture {
    order: 2;
  }
  .proce__sect .para-8 p {
    justify-self: end;
    order: 1;
    width: fit-content;
  }
}

.natur__sect {
  background-color: #333;
  color: #fff;
  padding-bottom: 3.8571428571rem;
  padding-top: 2.7142857143rem;
}
@media screen and (min-width: 768px) {
  .natur__sect {
    padding-bottom: 7.0588235294rem;
    padding-top: 7.4705882353rem;
  }
}
@media screen and (min-width: 768px) {
  .natur__sect .content {
    display: grid;
    gap: 2.3529411765rem;
    grid-template-areas: "pics txts";
    grid-template-columns: 53.3962264151% 1fr;
  }
}
.natur__sect .sect-main {
  margin-bottom: 1.5714285714rem;
}
@media screen and (min-width: 768px) {
  .natur__sect .sect-main {
    background: url(../img/home/ho-natu-txt.svg) 100% 0%/auto 13.3529411765rem no-repeat;
    grid-area: txts;
    padding: 0;
  }
}
.natur__sect h2 {
  margin-bottom: 0.6666666667em;
}
@media screen and (min-width: 768px) {
  .natur__sect h2 {
    margin-bottom: 3.037037037em;
    margin-top: -0.4444444444em;
  }
}
.natur__sect p.narr {
  color: #a67c52;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .natur__sect p.narr {
    font-size: 0.9411764706rem;
    margin-bottom: 4.5em;
  }
}
@media screen and (min-width: 768px) {
  .natur__sect .sect-pics {
    grid-area: pics;
  }
}
.natur__sect figcaption {
  font-size: 0.9285714286rem;
  padding-top: 1.3076923077em;
}
@media screen and (min-width: 768px) {
  .natur__sect figcaption {
    font-size: 0.8823529412rem;
    padding: 1.1333333333em 0 0 0;
  }
}
.natur__sect figure + figure {
  margin-top: 2.5714285714rem;
}
@media screen and (min-width: 768px) {
  .natur__sect figure + figure {
    margin-top: 5.1764705882rem;
  }
}

body.prod .video__sect {
  width: 100%;
}
body.prod .video__sect .content {
  height: 17.4285714286rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.prod .video__sect .content {
    height: 49.0588235294rem;
  }
}
body.prod .video__sect video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  body.prod .linup__sect {
    margin-bottom: 7.3529411765rem;
  }
}
@media screen and (min-width: 768px) {
  body.prod .linup__sect .content {
    display: grid;
    gap: 3.5294117647rem;
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: auto;
  }
}
body.prod .linup__item .item-desc {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  body.prod .linup__item .item-desc {
    padding: 1.1764705882rem 0 0 0;
  }
}
body.prod .linup__item h3 {
  border-bottom: 0.25px solid #000;
  color: #231815;
  font-size: 1.5rem;
  margin-bottom: 0.380952381em;
  padding-bottom: 0.6666666667em;
}
@media screen and (min-width: 768px) {
  body.prod .linup__item h3 {
    font-size: 1.2352941176rem;
  }
}
body.prod .linup__item h3 > span {
  font-size: 0.8095238095em;
  margin-left: 1em;
}
body.prod .linup__item ul {
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body.prod .linup__item ul {
    font-size: 0.8235294118rem;
  }
}
body.prod .linup__item ul li {
  display: flex;
  justify-content: flex-start;
}
body.prod .linup__item ul li span {
  white-space: nowrap;
}
body.prod .linup__item .item-link {
  margin-top: 1.7142857143rem;
}
@media screen and (min-width: 768px) {
  body.prod .linup__item .item-link {
    margin-top: 1.4117647059rem;
  }
}
body.prod .linup__item .item-link > a {
  align-items: center;
  background-color: #998675;
  color: #fff;
  display: flex;
  font-size: 1.3571428571rem;
  height: 3.6315789474em;
  justify-content: center;
  letter-spacing: normal;
  max-width: 100%;
  width: 17.5789473684em;
}
@media screen and (min-width: 768px) {
  body.prod .linup__item .item-link > a {
    font-size: 1.1176470588rem;
    transition: all 0.15s linear;
  }
  body.prod .linup__item .item-link > a:hover {
    background-color: #f29600;
  }
}

body.prod .specs__sect {
  padding-bottom: 7.1428571429rem;
}
@media screen and (min-width: 768px) {
  body.prod .specs__sect {
    padding-bottom: 5.8823529412rem;
  }
}
@media screen and (min-width: 768px) {
  body.prod .specs__sect .content {
    display: grid;
    gap: 2.3529411765rem;
    grid-template-columns: 23.5294117647rem 1fr;
    grid-template-rows: auto;
  }
}
body.prod .specs__sect .main-text {
  padding-top: 2.1428571429rem;
}
@media screen and (min-width: 768px) {
  body.prod .specs__sect .main-text {
    padding: 0;
  }
}
body.prod .specs__sect .main-text .para-1 {
  font-size: 0.8571428571rem;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  body.prod .specs__sect .main-text .para-1 {
    font-size: 0.7058823529rem;
  }
}
body.prod .specs__sect .main-text .para-1 ul {
  margin: 0;
  padding: 0 0 0 1.4166666667em;
}
body.prod .specs__sect .main-text .para-2 {
  font-size: 0.8571428571rem;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  body.prod .specs__sect .main-text .para-2 {
    font-size: 0.7058823529rem;
  }
}
body.prod .specs__sect .main-text .para-2 h3 {
  font-size: inherit;
  margin-bottom: 0.8333333333em;
}
body.prod .specs__sect .main-text .para-2 ul {
  margin: 0;
  padding: 0;
}
body.prod .specs__sect .main-text .para-2 ul li {
  display: flex;
}
body.prod .specs__sect .main-text .para-2 ul li::before {
  content: "●";
}
@media screen and (min-width: 768px) {
  body.prod .specs__sect .main-text .para-3 {
    font-size: 0.8235294118rem;
  }
}
body.prod .specs__sect .main-text .para-3 h3 {
  font-size: inherit;
  margin-bottom: 1em;
}

body.comp .page__main {
  padding-bottom: 6.4705882353rem;
}
body.comp h1 {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  body.comp h1 {
    padding-top: 10.8235294118rem;
  }
}
body.comp .princ__sect {
  padding-top: 0.7142857143rem;
  margin-bottom: 3.9285714286rem;
}
@media screen and (min-width: 768px) {
  body.comp .princ__sect {
    padding-top: 0.2352941176rem;
    margin-bottom: 3.2352941176rem;
  }
  body.comp .princ__sect .sect-main {
    padding-right: 0;
    padding-left: 0;
  }
}
body.comp .princ__sect h2 {
  font-size: 1rem;
  margin-bottom: 0.7058823529em;
}
body.comp .princ__sect h2 > span {
  display: block;
  font-size: 1.2142857143em;
  margin-top: 0.9em;
}
@media screen and (min-width: 768px) {
  body.comp .princ__sect h2 > span {
    font-size: 1.1764705882em;
  }
}
body.comp .princ__sect p {
  line-height: 2.2857142857;
}
body.comp .princ__sect picture {
  padding-top: 2.1428571429rem;
}
@media screen and (min-width: 768px) {
  body.comp .princ__sect picture {
    width: 63.5849056604%;
  }
}
body.comp .compa__sect {
  line-height: 2.2364285714;
  /*230719 newsページ作成のため追記 */
}
body.comp .compa__sect h2 {
  font-size: 1rem;
}
body.comp .compa__sect ul.info {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
body.comp .compa__sect ul.info li {
  display: flex;
}
body.comp .compa__sect ul.info li span {
  white-space: nowrap;
}
body.comp .compa__sect ul.office {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.7058823529;
}
body.comp .compa__sect ul.office li {
  margin-top: 0.8823529412em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  body.comp .compa__sect ul.office li {
    display: flex;
  }
}
body.comp .compa__sect ul.office li span {
  display: block;
  text-indent: -1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  body.comp .compa__sect ul.office li span {
    flex: 0 0 9.5em;
  }
}
body.comp .compa__sect ul.news {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
body.comp .compa__sect ul.news li {
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
body.comp .compa__sect ul.news li span {
  white-space: nowrap;
}

/* firewood stove ページ設定 */
body.stov main {
  padding-bottom: 3.5714285714rem;
}
@media screen and (min-width: 768px) {
  body.stov .grid-wrapper {
    display: grid;
    grid-template-areas: "page-title talopic" "talodesc talopic" "bricketpres talopic" "bricketpres bricketpic";
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    grid-template-rows: 5.6470588235rem 24.7058823529rem 2.0588235294rem auto;
    padding-top: 3.5294117647rem;
  }
}
@media screen and (min-width: 768px) {
  body.stov h1 {
    grid-area: page-title;
    padding: 0;
  }
}
body.stov .talo-picture {
  margin-bottom: 1.7857142857rem;
}
@media screen and (min-width: 768px) {
  body.stov .talo-picture {
    grid-area: talopic;
  }
  body.stov .talo-picture > img {
    height: 30.8235294118rem;
    margin: 0 auto;
    width: auto;
  }
}
body.stov .talo-description {
  margin-bottom: 3.5714285714rem;
}
@media screen and (min-width: 768px) {
  body.stov .talo-description {
    grid-area: talodesc;
    margin-bottom: 0;
    padding: 0;
  }
}
body.stov .talo-description h2 {
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 768px) {
  body.stov .talo-description h2 {
    font-size: 1.2941176471rem;
    margin-bottom: 0.8823529412rem;
  }
}
body.stov .talo-description > p {
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 768px) {
  body.stov .talo-description > p {
    font-size: 0.8235294118rem;
    margin-bottom: 2.8571428571em;
  }
}
body.stov .talo-description table {
  border-collapse: collapse;
  font-weight: inherit;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.stov .talo-description table {
    font-size: 0.8235294118rem;
  }
}
body.stov .talo-description table caption {
  text-align: left;
}
body.stov .talo-description table th {
  font-weight: inherit;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 5.25em;
}
body.stov .talo-description table td {
  padding: 0;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  body.stov .bricket-picture {
    align-self: self-end;
    grid-area: bricketpic;
    padding: 0;
  }
  body.stov .bricket-picture > img {
    height: 19.2941176471rem;
    margin: 0 auto;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  body.stov .bricket-present {
    align-self: self-end;
    grid-area: bricketpres;
    padding: 0;
  }
}
body.stov .bricket-present .content {
  background-color: #cb562d;
  color: white;
  padding: 1.7857142857rem 1.4285714286rem;
}
@media screen and (min-width: 768px) {
  body.stov .bricket-present .content {
    padding: 4rem 2.1764705882rem;
  }
}
body.stov .bricket-present h3 {
  font-size: 1.7857142857rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  body.stov .bricket-present h3 {
    font-size: 1.4705882353rem;
  }
}
body.stov .bricket-present p {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  body.stov .bricket-present p {
    font-size: 0.8235294118rem;
  }
}
body.stov .bricket-present address {
  font-size: 1.2142857143rem;
  font-style: normal;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.stov .bricket-present address {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */
