@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html {
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "M+ 1p", Arial, sans-serif;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 1.6rem;
  }
}
body {
  color: #211710;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h4,
div {
  line-height: 1.5;
}

h5 {
  line-height: 1.5;
  margin-bottom: 10px;
}

p,
li,
dt,
dd,
span {
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  p,
  li,
  dt,
  dd,
  span {
    line-height: 1.8;
  }
}

@media only screen and (max-width: 1023px) {
  p img {
    display: block;
    margin: 0 auto;
  }
}

img {
  vertical-align: bottom;
}

.fwb {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .fwb {
    margin-bottom: 5px;
  }
}

.mt50 {
  margin-top: 50px;
}

.mt30 {
  margin-top: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt30 {
  padding-top: 30px;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.l-aic {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.wp {
  overflow: hidden;
  zoom: 1;
}

.wp .attachment img {
  max-width: 900px;
}

.wp .alignleft,
.wp img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.wp .alignright,
.wp img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.wp .aligncenter,
.wp img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp img.alignleft,
.wp img.alignright,
.wp img.aligncenter {
  margin-bottom: 12px;
}

.wp .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp .wp-caption img {
  margin: 5px 5px 0;
}

.wp .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.wp .wp-smiley {
  margin: 0;
}

.wp .gallery {
  margin: 0 auto 18px;
}

.wp .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.wp .gallery img {
  border: 2px solid #cfcfcf;
}

.wp .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.wp .gallery dl {
  margin: 0;
}

.wp .gallery img {
  border: 10px solid #f1f1f1;
}

.wp .gallery br + br {
  display: none;
}

.wp .attachment img {
  display: block;
  margin: 0 auto;
}

.l-content {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .l-content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .l-content {
    width: calc(100% - 50px);
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1900px) {
  .p-palette .l-content,
  .p-boxes .l-content {
    max-width: 950px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: calc(50% - 560px);
    margin-right: calc(50% - 560px + 250px);
  }
}
@media only screen and (max-width: 1440px) {
  .p-palette .l-content,
  .p-boxes .l-content {
    max-width: 780px;
    margin-left: calc(50% - 480px);
    margin-right: calc(50% - 480px + 200px);
  }
}
@media only screen and (max-width: 1023px) {
  .p-palette .l-content,
  .p-boxes .l-content {
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-palette .p-page__bg-gradient .l-content,
  .p-boxes .p-page__bg-gradient .l-content {
    max-width: 720px;
    margin-left: calc(50% - 480px + 60px);
    margin-right: calc(50% - 480px + 200px);
  }
}
@media only screen and (max-width: 1023px) {
  .p-palette .p-page__bg-gradient .l-content,
  .p-boxes .p-page__bg-gradient .l-content {
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.l-footer {
  background: #000;
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1900px) {
  .l-footer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .l-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-footer.p-conact__footer {
  background: #fff;
  color: #211710;
}

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

.u-center {
  text-align: center;
}

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

.u-none {
  display: none;
}

.u-fleft {
  float: left;
}

.u-fright {
  float: right;
}

.u-accessibility {
  display: none;
}

.u-m0 {
  margin: 0;
}

.u-mr0 {
  margin-right: 0;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml0 {
  margin-left: 0;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt0 {
  margin-top: 0;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-p0 {
  padding: 0;
}

.u-w50 {
  width: 50px;
}

@media only screen and (max-width: 1023px) {
  div.c-title__logo {
    position: relative;
    top: 3px;
  }
}
div.c-title__logo a img {
  width: 245px;
}
@media only screen and (max-width: 1440px) {
  div.c-title__logo a img {
    width: 190px;
  }
}
@media only screen and (max-width: 1023px) {
  div.c-title__logo a img {
    width: 170px;
  }
}

@media only screen and (max-width: 1440px) {
  .c-title__logo {
    margin-top: 10px;
  }
}
.c-title__head {
  max-width: 100%;
  width: 1080px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 1440px) {
  .c-title__head {
    width: 90%;
    left: 5%;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 1440px) {
  .c-title__head {
    left: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title__head {
    left: 5%;
  }
}
.c-title__head span {
  color: #fff;
  background: #211710;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 5px;
  padding: 25px 5px 30px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .c-title__head span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title__head span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
  }
}
.c-title__head__home-product {
  right: 120px;
  top: -25px;
}
@media only screen and (min-width: 1900px) {
  .c-title__head__home-product {
    right: 160px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-title__head__home-product {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title__head__home-product {
    right: 0;
    top: -90px;
  }
}
.c-title__head__home-quality {
  right: 120px;
  top: 60px;
}
@media only screen and (min-width: 1900px) {
  .c-title__head__home-quality {
    right: 160px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-title__head__home-quality {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title__head__home-quality {
    top: -100px;
  }
}
.c-title__head__home-sustainability {
  margin-right: -130px;
  margin-top: -150px;
  margin-left: auto;
  display: block;
}
@media only screen and (min-width: 1900px) {
  .c-title__head__home-sustainability {
    margin-right: -180px;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-title__head__home-sustainability {
    margin-right: 5%;
    margin-top: -280px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title__head__home-sustainability {
    margin-right: 15px;
    margin-top: -100px;
  }
}
.c-title__head-min {
  position: absolute;
  color: #fff;
  background: #211710;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2.7rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 5px;
  padding: 15px 10px;
  left: -100px;
}
.c-title__head-footer {
  position: absolute;
  color: #fff;
  background: #211710;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2.7rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 5px;
  padding: 15px 10px;
  left: -100px;
  top: -50px;
}
@media only screen and (max-width: 1440px) {
  .c-title__head-footer {
    left: 0px;
    top: -140px;
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title__head-footer {
    top: -90px;
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.6rem;
  }
}
.c-title__page {
  max-width: 100%;
  width: 1450px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 1440px) {
  .c-title__page {
    width: 95%;
    left: 5%;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-title__page {
    width: 97%;
    left: 3%;
    -webkit-transform: none;
            transform: none;
  }
}
.c-title__page span {
  color: #fff;
  background: #211710;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 5px;
  padding: 25px 5px 30px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .c-title__page span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title__page span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title__page span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.6rem;
  }
}
.c-title__page-en {
  font-family: "Oswald";
  color: #fff;
  font-weight: 200;
  font-size: 16rem;
  line-height: 1;
  padding: 30px 15px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .c-title__page-en {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 10rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title__page-en {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 6rem;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .c-title__page-en {
    padding-right: 1px;
  }
}
.c-title__section-head {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3rem;
  padding-bottom: 10px;
  margin-bottom: 50px;
  background-image: linear-gradient(to right, #211710 0px, #211710 75px, #BECFC7 75px);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (max-width: 1023px) {
  .c-title__section-head {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title__section-head {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.c-title__section-head span {
  padding-left: 1.5em;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2rem;
}
@media only screen and (max-width: 1023px) {
  .c-title__section-head span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.6rem;
    display: block;
    padding-left: 0;
  }
}
.c-title__id-head {
  position: absolute;
  top: 0;
  left: -120px;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 5px;
  padding: 0px 10px 30px;
  min-height: 395px;
  border-right: 1px solid #148307;
}
@media only screen and (max-width: 1440px) {
  .c-title__id-head {
    left: -70px;
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.2rem;
    padding: 0px 5px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title__id-head {
    left: -15px;
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.8rem;
  }
}
.c-title__id-head-inner {
  color: #fff;
  background: #211710;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3rem;
  position: relative;
  top: 0;
  left: 0px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 5px;
  padding: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-title__id-head-inner {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2rem;
    position: absolute;
    padding: 10px 8px;
    top: -20px;
    left: -10px;
  }
}

.c-title__serif-xl-gr {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3.8rem;
  color: #148307;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .c-title__serif-xl-gr {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.c-title__serif-l-bk {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3.3rem;
  margin-bottom: 10px;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .c-title__serif-l-bk {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
.c-title__serif-l-gr {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3rem;
  color: #148307;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .c-title__serif-l-gr {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.c-title__serif-m-bk {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .c-title__serif-m-bk {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.8rem;
  }
}
.c-title__serif-m-gr {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2.4rem;
  color: #148307;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .c-title__serif-m-gr {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.6rem;
  }
}
.c-title__serif-s-bk {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
.c-title-m-bk {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-title-m-bk {
    font-size: 1.9rem;
  }
}

.c-grid__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .c-grid__container {
    max-width: 100%;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 1080px) {
  .c-grid__container {
    padding: 0 18px;
  }
}
.c-grid__container-short {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .c-grid__container-short {
    max-width: 100%;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 768px) {
  .c-grid__container-short {
    padding: 0 10px;
  }
}

.c-grid__card-column {
  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;
}
@media only screen and (max-width: 767px) {
  .c-grid__card-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.c-grid__card-column__img {
  width: 35%;
  max-width: 230px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .c-grid__card-column__img {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}
.c-grid__card-column__img img {
  width: 100%;
}
.c-grid__card-column__info {
  width: auto;
  max-width: calc(100% - 260px);
}
@media only screen and (max-width: 767px) {
  .c-grid__card-column__info {
    max-width: none;
    width: 100%;
  }
}
.c-grid__card-column__text {
  line-height: 2;
}

.c-grid__row {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.c-grid__col-3 {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.c-grid__col-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 1023px) {
  .c-grid__col-4 {
    gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-grid__col-4 img {
  width: 100%;
}

.c-grid__col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-grid__col-2 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid__col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid__col-2 figure {
  margin-bottom: 15px;
}
.c-grid__col-2 figure img {
  width: 100%;
}
.c-grid__col-2__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.c-grid__col-2__wrap figure {
  text-align: center;
}
.c-grid__col-2__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .c-grid__col-2__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid__col-2__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-grid__col-2__img {
    gap: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid__col-2__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-grid__col-2__inner {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 20px;
  margin-bottom: 45px;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-grid__col-2__inner {
    gap: 15px;
    padding: 15px;
  }
}
.c-grid__col-2__inner:last-of-type {
  margin-bottom: 0;
}

.c-nav-global {
  height: 90px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-nav-global {
    height: unset;
  }
}
.c-nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 60px;
}
@media screen and (max-width: 1440px) {
  .c-nav-global__list {
    top: -7px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .c-nav-global__list {
    top: unset;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-nav-global__item {
  position: relative;
  padding-bottom: 0;
  margin-left: 25px;
}
@media only screen and (max-width: 1440px) {
  .c-nav-global__item {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-nav-global__item {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0DDD3;
  }
  .c-nav-global__item::after {
    content: "\f054";
    font-family: "Font Awesome 7 pro";
    color: #BCBCBC;
    font-weight: 300;
    font-size: 1.5rem;
    position: absolute;
    right: 12px;
    top: 4px;
  }
}
.c-nav-global__item a {
  font-family: "Noto Serif JP";
  color: #211710;
  font-size: 1.6rem;
  font-weight: 300;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding-bottom: 5px;
}
.c-nav-global__item a:hover {
  color: #148307;
}
@media only screen and (max-width: 1023px) {
  .c-nav-global__item a:hover {
    color: #211710;
  }
}
@media only screen and (max-width: 1440px) {
  .c-nav-global__item a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-nav-global__item a {
    font-size: 1.8rem;
    display: block;
    padding-bottom: 0;
  }
}
.c-nav-global__item a.current {
  color: #148307;
  border-bottom: 1px solid #148307;
}
@media only screen and (max-width: 1023px) {
  .c-nav-global__item a.current {
    border: none;
  }
}
.c-nav-global__item-sp {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-nav-global__item-sp {
    display: block;
  }
}

body.home .p-header.is-top .c-nav-global__item {
  padding-bottom: 10px;
}
body.home .p-header.is-top .c-nav-global__item a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
body.home .p-header.is-top .c-nav-global__item a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1023px) {
  body.home .p-header.is-top .c-nav-global__item a:hover {
    color: #211710;
    border: none;
  }
}
@media only screen and (max-width: 1023px) {
  body.home .p-header.is-top .c-nav-global__item a {
    color: #211710;
    border: none;
  }
}
body.home .p-header.is-top .c-nav-global__item a.current {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1023px) {
  body.home .p-header.is-top .c-nav-global__item a.current {
    color: #211710;
    border: none;
  }
}

.c-nav-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #4E574D;
}
@media only screen and (max-width: 1440px) {
  .c-nav-footer__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 1023px) {
  .c-nav-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.c-nav-footer__list:last-of-type {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-nav-footer__list__item {
  padding: 10px;
}
@media only screen and (max-width: 1900px) {
  .c-nav-footer__list__item {
    padding: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-nav-footer__list__item {
    padding: 5px 0;
  }
}
.c-nav-footer__list__item a {
  font-family: "Noto Serif JP";
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-nav-footer__list__item a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1900px) {
  .c-nav-footer__list__item a {
    font-size: 1.4rem;
  }
}

.c-hamburger {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .c-hamburger {
    display: block;
    top: 15px;
  }
}
.p-header.is-hidden + .c-hamburger {
  top: -140px;
}
.c-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-hamburger span:nth-child(1) {
  top: 8px;
}
.c-hamburger span:nth-child(2) {
  top: 18px;
}
.c-hamburger span:nth-child(3) {
  bottom: 8px;
}
.c-hamburger.is-open span {
  background-color: #211710;
}
.c-hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 1023px) {
  .c-nav__overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .c-nav__overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.c-button__wrap {
  display: block;
}
.c-button__wrap.c-button-right {
  text-align: right;
}
.c-button__wrap.c-button-center {
  text-align: center;
}
.c-button__link-arrow {
  background: #211710;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-button__link-arrow:hover {
  background: #148307;
}
.c-button__link-arrow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 4.7rem 10px 15px;
  position: relative;
}
.c-button__link-arrow a i {
  font-size: 2.4rem;
  margin-right: 5px;
  color: #fff;
}
.c-button__link-arrow a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 15px;
}
@media only screen and (max-width: 1023px) {
  .c-button__link-arrow a span {
    font-size: 1.4rem;
  }
}
.c-button__link-arrow a::before {
  content: "";
  background: #148307;
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  width: 4.7rem;
  right: 0;
  top: 0;
  height: 100%;
}
.c-button__link-arrow a::after {
  content: "\f054";
  font-family: "Font Awesome 7 pro";
  color: #fff;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  width: 4.7rem;
}
.c-button__link-arrow-min {
  background: #211710;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-button__link-arrow-min:hover {
  background: #148307;
}
.c-button__link-arrow-min a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 2.7rem 5px 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-button__link-arrow-min a {
    padding: 10px 2.7rem 10px 15px;
  }
}
.c-button__link-arrow-min a i {
  font-size: 1.8rem;
  margin-right: 5px;
  color: #fff;
}
.c-button__link-arrow-min a span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .c-button__link-arrow-min a span {
    font-size: 1.6rem;
    padding-right: 15px;
  }
}
.c-button__link-arrow-min a::before {
  content: "";
  background: #148307;
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  width: 2.7rem;
  right: 0;
  top: 0;
  height: 100%;
}
.c-button__link-arrow-min a::after {
  content: "\f054";
  font-family: "Font Awesome 7 pro";
  color: #fff;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  width: 2.7rem;
  top: 30%;
}
.c-button__link-cta {
  background: #211710;
  display: inline-block;
  width: 100%;
}
.c-button__link-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 6rem 18px 18px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-button__link-cta a {
    padding-right: 5rem;
  }
}
.c-button__link-cta a i {
  font-size: 3.7rem;
  margin-right: 5px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .c-button__link-cta a i {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-button__link-cta a i {
    font-size: 2rem;
  }
}
.c-button__link-cta a span {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  padding-right: 15px;
}
@media only screen and (max-width: 1440px) {
  .c-button__link-cta a span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-button__link-cta a span {
    font-size: 1.4rem;
  }
}
.c-button__link-cta a::before {
  content: "";
  background: #148307;
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  width: 6rem;
  right: 0;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-button__link-cta a::before {
    width: 5rem;
  }
}
.c-button__link-cta a::after {
  content: "\f054";
  font-family: "Font Awesome 7 pro";
  color: #fff;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  width: 6rem;
}
@media only screen and (max-width: 767px) {
  .c-button__link-cta a::after {
    width: 5rem;
  }
}

.c-box__beige {
  padding: 30px 40px 40px;
  background: #FCFAF5;
}
@media only screen and (max-width: 1023px) {
  .c-box__beige {
    padding: 15px;
  }
}
.c-box__beige__content {
  background: #fff;
  padding: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .c-box__beige__content {
    padding: 15px;
  }
}
.c-box__beige__content p {
  line-height: 1.7;
}
.c-box__beige__content-txt {
  line-height: 2 !important;
}
.c-box__beige__content-inner {
  background: #fff;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 1023px) {
  .c-box__beige__content-inner {
    padding: 0;
  }
}
.c-box__beige__head-outer {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .c-box__beige__head-outer {
    display: block;
    margin-bottom: 10px;
  }
}
.c-box__beige__head-inner {
  font-weight: bold;
  margin-bottom: 5px;
}
.c-box__variation {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 40px 1fr;
  grid-template-columns: 190px 1fr;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-box__variation {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__variation {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
.c-box__variation__head-outer {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .c-box__variation__head-outer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 190px 40px 1fr;
    grid-template-columns: 190px 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__variation__head-outer {
    display: block;
  }
}
.c-box__variation__ex {
  background: #FCFAF5;
  padding: 10px 25px 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .c-box__variation__ex {
    margin-top: 15px;
    padding: 10px 15px 15px;
  }
}
.c-box__variation-kibako {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 217px 40px 1fr;
  grid-template-columns: 217px 1fr;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-box__variation-kibako {
    gap: 25px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__variation-kibako {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1023px) {
  .c-box__variation-kibako:last-of-type {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-box__variation-kibako__img {
    width: 190px;
    display: block;
    margin: 0 auto;
  }
}
.c-box__variation-kibako__ex {
  background: #FCFAF5;
  padding: 10px 25px 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .c-box__variation-kibako__ex {
    margin-top: 15px;
    padding: 10px 15px 15px;
  }
}
.c-box__variation-kibako__label {
  font-weight: 400;
  color: #fff;
  padding: 4px 15px;
  background: #211710;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .c-box__variation-kibako__label {
    margin-bottom: 30px;
  }
}
.c-box__outlabel {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-box__outlabel {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.c-box__grid-120-1 {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: 120px 15px 1fr;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-box__grid-120-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.c-box__grid-120-1 figure img {
  width: 100%;
}
.c-box__grid-120-1.flex-ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-label__green {
  font-weight: 400;
  color: #fff;
  padding: 4px 15px;
  background: #148307;
  margin-right: 1em;
}
@media only screen and (max-width: 1440px) {
  .c-label__green {
    margin-right: 0.5em;
    padding: 4px 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-label__green {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.c-label__black {
  font-weight: 400;
  color: #fff;
  padding: 4px 15px;
  background: #211710;
  height: 1.6em;
  margin-right: 1.5em;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .c-label__black {
    min-width: 190px;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .c-label__black {
    display: inline-block;
    margin-bottom: 5px;
    min-width: unset;
  }
}
.c-label__gray {
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 1.8rem;
  background: #D7DBD6;
  padding: 4px 20px;
}
@media only screen and (max-width: 1023px) {
  .c-label__gray {
    margin-bottom: 10px;
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.6rem;
    padding: 4px 10px;
  }
}

.c-list__ol-green {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: decimal;
  margin-left: 1.5em;
}
.c-list__ol-green li {
  margin-bottom: 0.5em;
}
.c-list__ol-green li::marker {
  color: #148307;
  font-weight: bold;
}
.c-list__ul-green {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 1.5em;
}
.c-list__ul-green li {
  margin-bottom: 0.5em;
}
.c-list__ul-green li::marker {
  color: #148307;
  font-weight: bold;
}

.c-breadcrumbs__list {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .c-breadcrumbs__list {
    margin-top: 15px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-breadcrumbs__between {
  font-size: 1.6rem;
  color: #BCBCBC;
  padding: 0 14px;
}
@media only screen and (max-width: 1023px) {
  .c-breadcrumbs__between {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs__item {
  color: #211710;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .c-breadcrumbs__item {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs__item a {
  color: #211710;
  border-bottom: 1px solid #211710;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-breadcrumbs__item a:hover {
  color: #148307;
  border-bottom: 1px solid #148307;
}

.c-stickynav {
  position: absolute;
  top: 0;
  right: -250px;
  width: 220px;
}
@media only screen and (max-width: 1440px) {
  .c-stickynav {
    right: -200px;
    width: 200px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-stickynav {
    position: relative;
    right: 0;
    width: 100%;
    padding-bottom: 30px;
  }
}

.c-stickynav.is-content {
  position: fixed !important;
  top: 140px;
  width: 220px;
  /* ナビの幅を固定 */
  z-index: 1000;
  right: calc(50% - 560px - 250px);
}
@media only screen and (max-width: 1900px) {
  .c-stickynav.is-content {
    right: calc(50% - 560px - 80px);
  }
}
@media only screen and (max-width: 1440px) {
  .c-stickynav.is-content {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-stickynav.is-content {
    position: relative !important;
    top: 0;
    right: 0;
    width: 100%;
    padding-bottom: 30px;
  }
}

.c-stickynav__list {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-stickynav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-left: 0;
  }
}
.c-stickynav__item {
  border-left: 3px solid #F0F0F0;
  line-height: 3;
  padding-left: 20px;
}
@media only screen and (max-width: 1440px) {
  .c-stickynav__item {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-stickynav__item {
    border-left: 2px solid #148307;
    padding-left: 8px;
    line-height: 1.2;
  }
}
.c-stickynav__item a {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 1.8rem;
  color: #211710;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1440px) {
  .c-stickynav__item a {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-stickynav__item a {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.5rem;
  }
}
.c-stickynav__item.current {
  border-left: 3px solid #148307;
}
@media only screen and (max-width: 1023px) {
  .c-stickynav__item.current {
    border-left: 2px solid #148307;
  }
}
.c-stickynav__item.current a {
  color: #148307;
}
.c-stickynav__item:hover a {
  color: #148307;
}

body.home .p-header.is-top {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 140px;
}
body.home .p-header.is-top .p-header__container {
  margin: 20px auto 0;
  height: 100px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: end;
  max-width: 1800px;
  width: calc(100% - 100px);
  margin: 0px auto 0;
  height: inherit;
}
@media only screen and (max-width: 1440px) {
  body.home .p-header.is-top .p-header__container {
    width: calc(100% - 60px);
    margin-top: 10px;
    height: 120px;
  }
}
body.home .p-header.is-top .p-header__container h1 img {
  width: 317px;
}
body.home .p-header.is-top .p-header__contact {
  position: absolute;
  top: 15px;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  body.home .p-header.is-top .p-header__contact {
    position: relative;
    top: 10px;
  }
}
body.home .p-header.is-top .c-title__logo {
  display: none;
}
body.home .p-header.is-top + .c-hamburger span {
  background-color: #fff;
}
body.home .p-header.is-top + .c-hamburger.is-open span {
  background-color: #211710;
}

body.home .p-header {
  background: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

body.wp-singular .p-header {
  background: #fff;
}

.p-header {
  position: fixed;
  top: 0;
  right: 0;
  height: 140px;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1440px) {
  .p-header {
    height: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-header {
    width: 100%;
    left: 0;
    height: 70px;
  }
}
.p-header.is-hidden {
  top: -140px;
}
.p-header__container {
  position: relative;
  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;
  max-width: 1800px;
  width: calc(100% - 100px);
  margin: 0px auto 0;
  height: inherit;
}
@media only screen and (max-width: 1440px) {
  .p-header__container {
    width: calc(100% - 60px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media only screen and (max-width: 1023px) {
  .p-header__container {
    width: calc(100% - 30px);
  }
}
.p-header__container h1 img {
  vertical-align: bottom;
  width: 277px;
}
@media only screen and (max-width: 1440px) {
  .p-header__container h1 img {
    width: 210px;
  }
}
.p-header__contact {
  position: absolute;
  top: 15px;
  right: 0;
}
@media only screen and (max-width: 1440px) {
  .p-header__contact .c-button__link-arrow a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-header__contact .c-button__link-arrow a i {
    font-size: 2rem;
  }
  .p-header__contact .c-button__link-arrow a span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-header__contact {
    display: none;
  }
}

.p-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
}
@media only screen and (max-width: 1440px) {
  .p-footer {
    width: calc(100% - 100px);
    min-width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1023px) {
  .p-footer {
    min-width: 0;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 25px;
  }
}
.p-footer__cta {
  background: #EFECE7;
}
.p-footer__cta__flex {
  padding-top: 80px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  .p-footer__cta__flex {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-footer__cta__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .p-footer__cta__lead {
    text-align: center;
  }
}
.p-footer__cta__lead-text {
  margin-bottom: 1em;
  padding: 0;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 1440px) {
  .p-footer__cta__lead-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-footer__cta__lead-text {
    font-size: 1.6rem;
  }
}
.p-footer__cta__lead-caution {
  font-size: 1.6rem;
  font-weight: bold;
  color: #E61E1E;
  background: #FFF5F5;
  display: inline-block;
  padding: 10px 40px;
}
@media only screen and (max-width: 1023px) {
  .p-footer__cta__lead-caution {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    width: calc(100% - 60px);
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__cta__lead-caution {
    width: 100%;
  }
}
.p-footer__cta__lead-caution span {
  font-size: 2.1rem;
}
.p-footer__cta__lead-caution br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-footer__cta__lead-caution br {
    display: block;
  }
}
.p-footer__cta__info__phone {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-footer__cta__info__phone {
    margin-bottom: 5px;
  }
}
.p-footer__cta__info__phone i {
  font-size: 5.1rem;
  color: #148307;
}
@media only screen and (max-width: 1440px) {
  .p-footer__cta__info__phone i {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-footer__cta__info__phone i {
    font-size: 3rem;
  }
}
.p-footer__cta__info__phone a {
  font-size: 6.4rem;
  color: #211710;
  text-decoration: none;
  line-height: 1.4;
}
@media only screen and (max-width: 1440px) {
  .p-footer__cta__info__phone a {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-footer__cta__info__phone a {
    font-size: 3rem;
  }
}
.p-footer__cta__info__time {
  text-align: center;
  margin-bottom: 20px;
}
.p-footer__info {
  font-size: 1.8rem;
}
.p-footer__info__logo {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-footer__info__logo {
    width: 250px;
  }
}
.p-footer__info__logo img {
  vertical-align: bottom;
}
.p-footer__info__text {
  margin-bottom: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 1440px) {
  .p-footer__info__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-footer__info__text {
    font-size: 1.4rem;
  }
}
.p-footer__copyright {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .p-footer__copyright {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-footer__copyright {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1440px) {
  .p-page {
    margin-bottom: 50px;
  }
}
.p-page__head {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1800px;
  margin: 160px auto 0;
  padding-right: 50px;
}
@media only screen and (max-width: 1440px) {
  .p-page__head {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-page__head {
    padding-right: 0;
    width: calc(100% - 50px);
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-page__head {
    width: 100%;
  }
}
.p-page__head__wrap {
  position: relative;
  margin: 0 auto;
  background: RGBA(57, 34, 6, 0.13);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(170, 200, 190)), color-stop(50%, rgb(240, 238, 236)), color-stop(50.1%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(170, 200, 190) 0%, rgb(240, 238, 236) 50%, rgba(255, 255, 255, 0) 50.1%);
}
@media only screen and (max-width: 767px) {
  .p-page__head__wrap {
    padding-top: 20px;
  }
}
.p-page__head__img {
  text-align: right;
  padding-bottom: 60px;
  max-width: 80%;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .p-page__head__img {
    max-width: none;
    width: 100%;
    padding-bottom: 30px;
  }
}
.p-page__head__img img {
  vertical-align: bottom;
}
.p-page__text {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .p-page__text {
    margin-bottom: 10px;
  }
}
.p-page__text-box {
  margin-bottom: 0;
}
.p-page__bg-gradient {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #FCFAF5 0px, #fff 500px);
  background-size: 100% 600px;
  background-repeat: no-repeat;
  padding-top: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-page__bg-gradient {
    padding-top: 30px;
  }
}
.p-page__outline {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-page__outline {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-page__outline__container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-grid-columns: 55fr 50px 45fr;
  grid-template-columns: 55fr 45fr;
  gap: 50px;
}
@media only screen and (max-width: 1440px) {
  .p-page__outline__container {
    gap: 30px;
    -ms-grid-columns: 60fr 30px 40fr;
    grid-template-columns: 60fr 40fr;
  }
}
@media only screen and (max-width: 767px) {
  .p-page__outline__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-page__outline__info {
    width: 100%;
    margin-bottom: 25px;
  }
}
.p-page__outline__lead {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 4rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media only screen and (max-width: 1900px) {
  .p-page__outline__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .p-page__outline__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-page__outline__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
.p-page__outline__img img {
  width: 100%;
}
.p-page__exp {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  .p-page__exp {
    margin-bottom: 50px;
  }
}
.p-page__exp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  padding: 50px;
  border: 1px solid #BECFC7;
}
@media only screen and (max-width: 1023px) {
  .p-page__exp__container {
    padding: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-page__exp__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
.p-page__exp__info {
  width: 62%;
}
@media only screen and (max-width: 767px) {
  .p-page__exp__info {
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-page__exp__img {
  max-width: 320px;
}
.p-page__exp__img img {
  width: 100%;
}
.p-page__example {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-page__example {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-page__example__title {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2.2rem;
  color: #148307;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .p-page__example__title {
    margin-bottom: 15px;
  }
}
.p-page__example__head {
  margin-bottom: 10px;
}
.p-page__example__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-page__example__grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-page__example__grid {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.p-page__example__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 50px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}
@media only screen and (max-width: 1023px) {
  .p-page__example__container {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-page__example__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.p-page__example__box {
  margin-top: 40px;
  background: #FCFAF5;
  padding: 40px 35px;
}
@media only screen and (max-width: 1023px) {
  .p-page__example__box {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-page__example__box {
    padding: 15px;
  }
}

.p-home__hero {
  height: 90vh;
  max-height: 950px;
  position: relative;
}
@media only screen and (min-width: 1900px) {
  .p-home__hero {
    height: 90vh;
    max-height: 950px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__hero {
    max-height: 800px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__hero {
    max-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__hero {
    max-height: 300px;
  }
}
.p-home__hero__slider-wrap {
  height: 90vh;
  max-height: 950px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .p-home__hero__slider-wrap {
    max-height: 800px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__hero__slider-wrap {
    max-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__hero__slider-wrap {
    max-height: 300px;
  }
}
.p-home__hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-home__hero__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-135deg, rgba(2, 27, 36, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: 3;
  pointer-events: none;
}
.p-home__hero__slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/home/bg_repeat.png) repeat, url(../images/pages/home/bg_gradation.png) repeat-x top;
  z-index: 4;
  pointer-events: none;
}
.p-home__hero__slider .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  z-index: 0;
}
.p-home__hero__slider .slide-item.is-active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: zoomAnimation 10s linear forwards;
          animation: zoomAnimation 10s linear forwards;
}
.p-home__hero__slider .slide-item.last-active {
  opacity: 0;
  z-index: 1;
  -webkit-animation: zoomAnimation 10s linear forwards;
          animation: zoomAnimation 10s linear forwards;
}
@-webkit-keyframes zoomAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.p-home__hero__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  position: absolute;
  top: 0;
}
.p-home__hero__img {
  position: relative;
  width: auto;
  margin-left: 50px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .p-home__hero__img {
    margin-left: 15px;
  }
}
.p-home__hero__img-logo {
  height: 90vh;
  max-height: 950px;
  vertical-align: bottom;
}
@media only screen and (min-width: 1900px) {
  .p-home__hero__img-logo {
    height: 90vh;
    max-height: 950px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__hero__img-logo {
    max-height: 800px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__hero__img-logo {
    max-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__hero__img-logo {
    max-height: 300px;
  }
}
.p-home__hero__text {
  width: 50%;
  margin-bottom: 4vh;
}
@media only screen and (max-width: 1440px) {
  .p-home__hero__text {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__hero__text {
    width: 60%;
    margin-bottom: 6vh;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__hero__text {
    width: 60%;
    margin-bottom: 25px;
  }
}
.p-home__hero__head {
  font-family: "Noto Serif JP";
  color: #fff;
  font-weight: 100;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  z-index: 10;
  font-size: 6rem;
}
@media only screen and (max-width: 1440px) {
  .p-home__hero__head {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__hero__head {
    width: 90%;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__hero__head {
    font-size: 1.9rem;
    line-height: 1.6;
    width: 100%;
  }
}
.p-home__hero__head .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-home__hero__head .sp {
    display: block;
  }
}
.p-home__advantage {
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .p-home__advantage {
    overflow: unset;
  }
}
.p-home__advantage__head {
  width: 100%;
  max-width: calc(55% + 540px);
  margin-left: calc((100% - 1080px) / 2);
  margin-right: 0;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  position: relative;
}
@media only screen and (min-width: 1900px) {
  .p-home__advantage__head {
    max-width: calc(50% + 540px);
    gap: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__advantage__head {
    max-width: calc(55% + 420px);
    margin-left: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__advantage__head {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-home__advantage__head__img {
  position: relative;
  left: 140px;
}
@media only screen and (min-width: 1900px) {
  .p-home__advantage__head__img {
    left: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__advantage__head__img {
    left: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__advantage__head__img {
    left: 0;
    width: 100%;
    text-align: right;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__advantage__head__img img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__advantage__head__img img {
    width: 90%;
  }
}
.p-home__advantage__lead {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 4.5rem;
  color: #211710;
  min-width: 13em;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1900px) {
  .p-home__advantage__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__advantage__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__advantage__lead {
    width: 100%;
    max-width: 520px;
    margin-left: 25px;
    margin-right: 25px;
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.6rem;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__advantage__lead {
    width: calc(100% - 50px);
    margin: 25px;
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
    position: relative;
    top: 0px;
  }
}
.p-home__advantage__description {
  max-width: calc(50% + 540px);
  margin-right: calc((100% - 1080px) / 2);
  margin-left: 0;
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 1440px) {
  .p-home__advantage__description {
    max-width: calc(50% + 420px);
    margin-right: calc((100% - 840px) / 2);
    margin-top: 0;
    gap: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__advantage__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__advantage__description {
    gap: 25px;
  }
}
.p-home__advantage__text {
  max-width: 520px;
}
@media only screen and (max-width: 1023px) {
  .p-home__advantage__text {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.p-home__advantage__text-inner {
  line-height: 2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .p-home__advantage__text-inner {
    margin-bottom: 25px;
  }
}
.p-home__product {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-home__product {
    overflow-x: clip;
  }
}
.p-home__product__head {
  font-family: "Oswald";
  color: #fff;
  font-weight: 200;
  font-size: 16rem;
  line-height: 1;
  padding: 30px 15px 0px;
  position: relative;
  top: 100px;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__head {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__head {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 8rem;
    top: 0;
    padding-top: 50px;
  }
}
.p-home__product__palette {
  position: relative;
  background: RGBA(57, 34, 6, 0.13);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(170, 200, 190)), to(rgb(240, 238, 236)));
  background: linear-gradient(0deg, rgb(170, 200, 190) 0%, rgb(240, 238, 236) 100%);
  width: 100%;
  max-width: calc(50% + 540px - 160px);
  margin-left: calc((100% - 1080px) / 2 + 160px);
  margin-right: 0;
  margin-top: 200px;
  margin-bottom: 220px;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__palette {
    max-width: calc(50% + 420px - 160px);
    margin-left: calc((100% - 840px) / 2 + 160px);
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__palette {
    max-width: none;
    margin-left: 80px;
    margin-top: 160px;
    margin-bottom: 130px;
  }
}
.p-home__product__palette__content {
  background: #fff;
  position: relative;
  left: -160px;
  top: 170px;
  width: calc(1080px + 50px);
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__palette__content {
    width: calc(840px + 50px);
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__palette__content {
    width: calc(100% - 40px);
    left: -80px;
    margin: 0 auto;
    top: 80px;
  }
}
.p-home__product__palette__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-home__product__palette__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home__product__palette__img {
  width: 50%;
  position: relative;
  top: -65px;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__palette__img {
    width: 45%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__palette__img {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
.p-home__product__palette__img-item {
  position: absolute;
  bottom: -70px;
  right: -80px;
  max-width: 230px;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__palette__img-item {
    bottom: -60px;
    right: -30px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__palette__img-item {
    width: 75%;
    right: -25px;
  }
}
.p-home__product__palette__info {
  width: 50%;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__palette__info {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__palette__info {
    width: 100%;
  }
}
.p-home__product__palette__info-head {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 4rem;
  color: #148307;
  padding: 70px 50px 30px;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__palette__info-head {
    font-size: 3.6rem;
    padding: 50px 40px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__palette__info-head {
    font-size: 2.6rem;
    padding: 0px 20px 15px;
  }
}
.p-home__product__palette__info-text {
  margin-bottom: 70px;
  padding: 0 50px;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__palette__info-text {
    font-size: 1.8rem;
    padding: 0 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__palette__info-text {
    font-size: 1.6rem;
    padding: 0 20px;
    margin-bottom: 25px;
  }
}
.p-home__product__palette__info .c-button__wrap {
  padding: 0 50px;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__palette__info .c-button__wrap {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__palette__info .c-button__wrap {
    padding: 0 20px;
  }
}
.p-home__product__parts {
  width: 100%;
  background: RGBA(255, 255, 255, 0.13);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.13)), to(rgb(248, 247, 244)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.13) 0%, rgb(248, 247, 244) 100%);
  padding-top: 150px;
}
@media only screen and (max-width: 1023px) {
  .p-home__product__parts {
    padding-top: 80px;
  }
}
.p-home__product__parts__row {
  max-width: 1080px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__parts__row {
    max-width: 840px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__parts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    gap: 60px;
  }
}
.p-home__product__parts__box {
  position: relative;
  border: 1px solid #BECFC7;
  width: 42%;
}
@media only screen and (max-width: 1023px) {
  .p-home__product__parts__box {
    width: 100%;
  }
}
.p-home__product__parts__img {
  position: relative;
  top: -60px;
  left: -30px;
}
@media only screen and (max-width: 1023px) {
  .p-home__product__parts__img {
    width: 80%;
    left: 15px;
    top: -30px;
  }
}
.p-home__product__parts__img-bg {
  vertical-align: bottom;
}
.p-home__product__parts__img-item {
  position: absolute;
  bottom: -50px;
  right: -20px;
  max-width: 180px;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__parts__img-item {
    bottom: -30px;
    right: -50px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__parts__img-item {
    right: -70px;
    width: 70%;
  }
}
.p-home__product__parts__info-head {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3rem;
  color: #148307;
  padding: 0 30px;
  position: relative;
  top: -25px;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__parts__info-head {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__parts__info-head {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
    padding: 0 20px 15px;
    top: 0;
  }
}
.p-home__product__parts__info-text {
  margin-bottom: 50px;
  padding: 0 30px;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 1440px) {
  .p-home__product__parts__info-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product__parts__info-text {
    font-size: 1.6rem;
    padding: 0 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__product .c-button__wrap {
    padding: 0 20px;
    text-align: right;
  }
}
.p-home__quality {
  position: relative;
}
.p-home__quality__head {
  font-family: "Oswald";
  color: #fff;
  font-weight: 200;
  font-size: 16rem;
  line-height: 1;
  padding: 30px 15px 0px;
  position: absolute;
  bottom: 15px;
}
@media only screen and (max-width: 1440px) {
  .p-home__quality__head {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 13rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__quality__head {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 8rem;
  }
}
.p-home__quality__content {
  position: relative;
  background: RGBA(57, 34, 6, 0.13);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(170, 200, 190)), to(rgb(240, 238, 236)));
  background: linear-gradient(0deg, rgb(170, 200, 190) 0%, rgb(240, 238, 236) 100%);
  width: 100%;
  height: 630px;
  max-width: calc(50% + 540px - 160px);
  margin-left: calc((100% - 1080px) / 2 + 160px);
  margin-right: 0;
  margin-top: 200px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .p-home__quality__content {
    max-width: calc(50% + 420px - 160px);
    margin-left: calc((100% - 840px) / 2 + 160px);
    height: 340px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__quality__content {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: 0;
    max-width: none;
    height: 270px;
    margin-top: 240px;
    margin-bottom: 50px;
  }
}
.p-home__quality__content__img {
  position: absolute;
  top: -30px;
  right: 20px;
  -webkit-transform: none;
          transform: none;
  width: 50%;
}
@media only screen and (min-width: 1900px) {
  .p-home__quality__content__img {
    top: 60%;
    right: 60px;
    transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__quality__content__img {
    width: 45%;
    top: -130px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__quality__content__img {
    width: 50%;
    top: -160px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__quality__content__img {
    width: 75%;
    max-width: 370px;
  }
}
.p-home__quality__info {
  width: 580px;
  margin-bottom: 220px;
}
@media only screen and (max-width: 1440px) {
  .p-home__quality__info {
    margin-left: calc(5% + 75px);
    margin-bottom: 270px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__quality__info {
    margin-left: 0;
    margin-bottom: 190px;
    width: auto;
  }
}
.p-home__quality__info__lead {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 4.5rem;
  color: #211710;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1900px) {
  .p-home__quality__info__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__quality__info__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__quality__info__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
.p-home__quality__info__text {
  margin-bottom: 2em;
  padding: 0;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 1440px) {
  .p-home__quality__info__text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__quality__info__text {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.p-home__sustainability {
  position: relative;
  margin-bottom: 220px;
}
@media only screen and (max-width: 1023px) {
  .p-home__sustainability {
    margin-bottom: 80px;
  }
}
.p-home__sustainability__wrap {
  position: relative;
}
.p-home__sustainability__head {
  font-family: "Oswald";
  color: #fff;
  font-weight: 200;
  font-size: 11rem;
  line-height: 1;
  padding: 30px 15px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width: 1440px) {
  .p-home__sustainability__head {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 7.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__sustainability__head {
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__sustainability__head {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 5rem;
  }
}
.p-home__sustainability__content {
  position: relative;
  background: RGBA(57, 34, 6, 0.13);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(170, 200, 190)), to(rgb(240, 238, 236)));
  background: linear-gradient(0deg, rgb(170, 200, 190) 0%, rgb(240, 238, 236) 100%);
  width: 50%;
  height: 560px;
  margin-left: 0;
}
@media only screen and (max-width: 1440px) {
  .p-home__sustainability__content {
    width: 45%;
    height: 380px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__sustainability__content {
    width: 80%;
    height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__sustainability__content {
    width: 80%;
    height: calc(30vw + 80px);
  }
}
.p-home__sustainability__content__img {
  position: absolute;
  right: 45px;
  bottom: 130px;
  width: 100%;
  min-width: 820px;
}
@media only screen and (min-width: 1900px) {
  .p-home__sustainability__content__img {
    width: auto;
    min-width: 0;
    bottom: 120px;
    right: 75px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__sustainability__content__img {
    bottom: 90px;
    min-width: 550px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__sustainability__content__img {
    bottom: 60px;
    min-width: unset;
    right: 25px;
  }
}
.p-home__sustainability__content__img img {
  vertical-align: bottom;
}
.p-home__sustainability__info {
  max-width: 1155px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .p-home__sustainability__info {
    position: relative;
    max-width: none;
    bottom: 0;
    margin-top: 50px;
  }
}
.p-home__sustainability__info__container {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1900px) {
  .p-home__sustainability__info__container {
    left: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__sustainability__info__container {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__sustainability__info__container {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
}
.p-home__sustainability__info__lead {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 4.5rem;
  color: #211710;
  margin-bottom: 50px;
  padding-left: 35px;
}
@media only screen and (min-width: 1900px) {
  .p-home__sustainability__info__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 4.8rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__sustainability__info__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__sustainability__info__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.6rem;
    margin-bottom: 40px;
    padding-left: 0;
  }
}
.p-home__sustainability__info__text {
  margin-bottom: 2em;
  padding: 0 0 0 35px;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (min-width: 1900px) {
  .p-home__sustainability__info__text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__sustainability__info__text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__sustainability__info__text {
    font-size: 1.6rem;
    padding-left: 0;
    margin-bottom: 25px;
  }
}
.p-home__news {
  position: relative;
  margin-bottom: 100px;
}
.p-home__news__title {
  max-width: 100%;
  width: 1080px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .p-home__news__title {
    width: 840px;
    width: 100%;
  }
}
.p-home__news__title span {
  right: 120px;
  color: #211710;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 5px;
  padding: 25px 5px 30px;
  position: relative;
}
@media only screen and (min-width: 1900px) {
  .p-home__news__title span {
    right: 160px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__news__title span {
    right: auto;
    left: -80px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__news__title span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.2rem;
    left: -10px;
  }
}
.p-home__news__head {
  font-family: "Oswald";
  color: #E9EBD9;
  font-weight: 200;
  font-size: 6rem;
}
@media only screen and (max-width: 1440px) {
  .p-home__news__head {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-home__news__head {
    font-size: 4rem;
    margin-left: 40px;
  }
}
.p-home__news__list {
  background: #FCFAF5;
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .p-home__news__list {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home__news__list {
    margin-left: 40px;
  }
}
.p-home__news__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 0;
}
@media only screen and (max-width: 1023px) {
  .p-home__news__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home__news__list__item-date {
  color: #148307;
  font-weight: bold;
  width: 7em;
}
.p-home__news__list__item a {
  color: #391C0E;
  border-bottom: 1px solid #391C0E;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-home__news__list__item a:hover {
  opacity: 0.6;
}
.p-home__news__list__link {
  text-align: right;
  position: relative;
  z-index: 1;
}
.p-home__news__list__link a {
  font-size: 1.6rem;
  color: #391C0E;
  border-bottom: 1px solid #391C0E;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-home__news__list__link a:hover {
  opacity: 0.6;
}
.p-home__news__list__link i {
  font-size: 1.4rem;
  color: #391C0E;
  margin-left: 5px;
}
.p-home__link {
  margin-bottom: 120px;
  text-align: center;
  padding: 0 15px;
}

.p-contact__header {
  height: 90px;
}
@media only screen and (max-width: 1023px) {
  .p-contact__header {
    height: 60px;
  }
}
.p-contact__content {
  margin-bottom: 80px;
  margin: 0 auto;
  max-width: 900px;
}
.p-contact__content-portal {
  margin-bottom: 80px;
  margin: 0 auto;
  max-width: 960px;
}
.p-contact__faq {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-contact__faq {
    padding-bottom: 50px;
  }
}
.p-contact__faq__item {
  margin-bottom: 25px;
}
.p-contact__faq__item p a {
  color: #211710;
  border-bottom: 1px solid #211710;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-contact__faq__item p a:hover {
  color: #148307;
  border-bottom: 1px solid #148307;
}
.p-contact__faq-q span {
  margin-right: 0.5em;
  font-weight: bold;
  color: #391C0E;
}
.p-contact__faq-a span {
  margin-right: 0.5em;
  font-weight: bold;
  color: #148307;
}
.p-contact__info {
  margin-top: 80px;
  margin-bottom: 30px;
}
.p-contact__info h1 {
  margin-bottom: 25px;
}
.p-contact__info p {
  margin-bottom: 25px;
}
.p-contact__link__flex {
  padding-top: 80px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .p-contact__link__flex {
    padding-bottom: 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__link__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-contact__link__estimate {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .p-contact__link__estimate {
    width: 100%;
  }
}
.p-contact__link__inquiry {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .p-contact__link__inquiry {
    width: 100%;
  }
}

/* プログレストラッカーのカスタマイズ */
form .smf-progress-tracker {
  margin: 50px 0 30px;
}

form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  display: block;
  font-family: "Oswald";
  color: #148307;
  font-weight: 200;
  font-size: 3.5rem;
  line-height: 1;
  background: #fff;
  padding: 0 5px;
}

form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: #148307;
}

form .smf-progress-tracker__item__number {
  height: unset;
  width: unset;
  border-radius: unset;
  background: none;
  color: var(--_light-color-gray);
  background: #fff;
  padding: 0 5px;
  display: block;
  font-family: "Oswald";
  font-weight: 200;
  font-size: 3.5rem;
  line-height: 1;
}

form .smf-progress-tracker__item:after,
form .smf-progress-tracker__item:before {
  top: 18px;
}

form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  font-weight: normal;
}

form[data-screen=systemerror] .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  color: var(--_light-color-gray);
}
form[data-screen=systemerror] .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: var(--_light-color-gray);
}

/* 必須ラベルを追加 */
.smf-item__controls {
  position: relative;
}
.smf-item__controls:has([data-validations*=required])::before {
  content: "必須";
  position: absolute;
  left: -55px;
  top: 6px;
  background-color: #E61E1E;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 8px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.smf-checkboxes-control {
  position: relative;
}
.smf-checkboxes-control:has([data-validations*=required])::before {
  content: "必須";
  position: absolute;
  left: -55px;
  top: 0px;
  background-color: #E61E1E;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 8px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.smf-form--simple-table .smf-item {
  padding: 30px 0px 30px 25px;
  border-bottom: 1px solid #E0DDD3;
}

.smf-label label {
  padding: 8px 5px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.smf-checkbox-control__control {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  margin-right: 10px !important;
  cursor: pointer;
}

.smf-checkbox-control__label {
  line-height: 1.4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

div#autozip {
  display: none !important;
}

/* ----------- */
/* -- ボタン -- */
form .smf-action .smf-button-control__control {
  position: relative;
  background: #211710;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  font-weight: 500;
  padding: 15px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: none;
  border-radius: 0;
}
form .smf-action .smf-button-control__control:hover {
  opacity: 0.7;
}

/* ------- */
/* 確認画面 */
body:has([data-screen=confirm]) .p-contact__info__text,
body:has([data-screen=confirm]) .p-contact__cmnt,
body:has([data-screen=confirm]) .p-contact__privacy {
  display: none;
}
body:has([data-screen=confirm]) button[data-action=complete] {
  background: #148307 !important;
}

form[data-screen=confirm] .smf-item__controls:has([data-validations*=required])::before {
  display: none;
}

/* ------- */
.p-contact__cmnt {
  font-size: 1.4rem;
  margin-top: 6px;
  margin-bottom: 0px;
  line-height: 1.6;
}

.smf-form--simple-table .smf-item:has([data-name=contact_postcode]) {
  padding-bottom: 0;
  border-bottom: none;
}

.p-contact__enquete {
  font-size: 1.8rem;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.p-contact__privacy {
  margin: 50px 0;
}
.p-contact__privacy a {
  color: #211710;
  border-bottom: 1px solid #211710;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-contact__privacy a:hover {
  color: #148307;
  border-bottom: 1px solid #148307;
}

/* --------------------------------------------------
   プライバシーポリシー（data-name="contact_privacy"）の
   エラーメッセージ「入力してください。」を書き換える
-------------------------------------------------- */
/* 1. 元のメッセージを透明にして隠す */
.smf-placeholder[data-name=contact_privacy] .smf-error-messages {
  visibility: hidden;
  /* 文字を見えなくする */
  position: relative;
  /* 新しい文字を配置する基準位置 */
  height: auto;
  min-height: 1.5em;
  /* エラーエリアの高さを確保 */
  margin-top: 5px;
  /* 少し隙間を空ける */
}

/* 2. 新しいメッセージを上書き表示 */
.smf-placeholder[data-name=contact_privacy] .smf-error-messages::after {
  /* ▼ ここに表示したい文章を入れてください */
  content: "同意する場合はチェックを入れてください。";
  visibility: visible;
  /* この疑似要素だけ見えるようにする */
  position: absolute;
  /* 元の文字の上に被せる */
  top: 0;
  left: 0;
  /* エラー文字のデザイン（サイトに合わせて調整可） */
  color: #cc3033;
  /* 赤色 */
  white-space: nowrap;
  /* 改行させない */
}

.p-advantage__content {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-advantage__info__lead {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 4rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__info__lead {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
    padding-top: 0;
    margin-bottom: 25px;
  }
}
.p-advantage__info__text {
  margin-bottom: 40px;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__info__text {
    margin-bottom: 25px;
  }
}
.p-advantage__info__img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__info__img {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
  }
}
.p-advantage__info__img img {
  width: 100%;
}
.p-advantage__feature__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75px 15px 1fr;
  grid-template-columns: 75px 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 70px;
}
.p-advantage__feature__container:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__feature__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1023px) {
  .p-advantage__feature__content .c-button__link-arrow {
    margin-top: 30px;
  }
}
.p-advantage__feature__number {
  font-family: "Oswald";
  color: #fff;
  font-weight: 200;
  font-size: 5.6rem;
  color: #211710;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__feature__number {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 4.2rem;
    color: #211710;
    margin-bottom: 10px;
  }
}
.p-advantage__feature__head {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3.8rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__feature__head {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.p-advantage__feature__head span {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2rem;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__feature__head span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.8rem;
  }
}
.p-advantage__feature__img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__feature__img {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 15px;
  }
}
.p-advantage__feature__img img {
  width: 100%;
}
.p-advantage__feature__img > *:only-child {
  grid-column: 1/-1;
}
.p-advantage__feature__text {
  line-height: 2;
}
.p-advantage__feature__button {
  margin-top: 20px;
}
.p-advantage__feature__data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-advantage__feature__data {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }
}
.p-advantage__feature__data-item {
  text-align: center;
}
.p-advantage__feature__data-head {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__feature__data-head {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.8rem;
  }
}
.p-advantage__feature__data-text {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3.8rem;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__feature__data-text {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
  }
}
.p-advantage__feature__data span {
  font-family: "Oswald";
  color: #fff;
  font-weight: 200;
  font-size: 5.6rem;
  color: #148307;
  line-height: 1;
  padding: 0 5px;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__feature__data span {
    font-family: "Oswald";
    color: #fff;
    font-weight: 200;
    font-size: 3.6rem;
    color: #148307;
    line-height: 1;
    padding: 0 5px;
  }
}
.p-advantage__other__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .p-advantage__other__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.p-advantage__other__img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__other__img {
    margin-bottom: 15px;
  }
}
.p-advantage__other__img img {
  width: 100%;
}
.p-advantage__other__head {
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .p-advantage__other__text {
    margin-bottom: 15px;
  }
}

.p-palette__content {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-palette__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-palette-reason__content {
  margin-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .p-palette-reason__content {
    margin-top: 40px;
  }
}
.p-palette-reason__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 40px 1fr;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .p-palette-reason__container {
    gap: 25px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-palette-reason__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.p-palette-reason__container:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .p-palette-reason__container:last-of-type {
    margin-bottom: 0px;
  }
}
.p-palette-movie__item {
  margin: 0 auto;
  width: 100%;
  max-width: 630px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .p-palette-movie__item:first-of-type {
    margin-top: 40px;
  }
}
.p-palette-movie__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .p-palette-movie__item:last-of-type {
    margin-bottom: 20px;
  }
}
.p-palette-movie__item video, .p-palette-movie__item iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-palette-feature__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 60% 1fr;
  grid-template-columns: 60px 60% 1fr;
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
}
.p-palette-feature__container:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .p-palette-feature__container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-palette-feature__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-palette-feature__number {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .p-palette-feature__number {
    margin: 0 0 10px;
  }
}
.p-palette-feature__number::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EEF5C6;
  z-index: 0;
}
.p-palette-feature__number span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #148307;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .p-palette-feature__number span {
    display: block;
    left: 12px;
  }
}
.p-palette-feature__text {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .p-palette-feature__text {
    margin: 0 0 10px;
  }
}
.p-palette-feature__img {
  text-align: center;
  margin: 0 auto;
}
.p-palette-knowledge__name__content {
  background: #FCFAF5;
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .p-palette-knowledge__name__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.p-palette-knowledge__product {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1023px) {
  .p-palette-knowledge__product {
    margin-bottom: 50px;
  }
}
.p-palette-knowledge__process {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1023px) {
  .p-palette-knowledge__process {
    margin-bottom: 50px;
  }
}
.p-palette-knowledge__img {
  text-align: center;
  margin: 0 auto;
}
.p-palette-knowledge__img-sub {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 1440px) {
  .p-palette-knowledge__img-sub {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 15px;
    text-align: right;
  }
}
.p-palette-knowledge__standard__lead {
  margin-top: 50px;
  margin-bottom: 15px;
}
.p-palette-knowledge__standard__head {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  padding-left: 15px;
  margin-top: 40px;
  border-left: 3px solid #148307;
}
.p-palette-knowledge__standard__head:first-of-type {
  margin-top: 0;
}
.p-palette-type__content {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .p-palette-type__content {
    margin-bottom: 0px;
  }
}
.p-palette-type__content:last-of-type {
  margin-bottom: 0;
}
.p-palette-type__content:last-of-type .c-box__variation {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .p-palette-type__illust {
    text-align: center;
  }
}
.p-palette-process__wrap {
  margin-top: 80px;
}
.p-palette-process__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 30px 2fr 30px 1fr;
  grid-template-columns: 100px 2fr 1fr;
  gap: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-palette-process__container {
    -ms-grid-columns: 80px 20px 2fr 20px 1fr;
    grid-template-columns: 80px 2fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-palette-process__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 50px;
    gap: 20px;
  }
}
.p-palette-process__container:last-of-type .p-palette-process__number::after {
  display: none;
}
.p-palette-process__number {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-palette-process__number {
    position: absolute;
    top: -22px;
    left: 0;
  }
}
.p-palette-process__number p {
  text-align: center;
  font-family: "Oswald";
  color: #211710;
  font-weight: 200;
  font-size: 5.8rem;
  line-height: 1;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .p-palette-process__number p {
    font-family: "Oswald";
    color: #211710;
    font-weight: 200;
    font-size: 3.6rem;
    line-height: 1;
  }
}
.p-palette-process__number p span {
  display: block;
  font-family: "Oswald";
  color: #211710;
  font-weight: 200;
  font-size: 3.5rem;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .p-palette-process__number p span {
    font-family: "Oswald";
    color: #211710;
    font-weight: 200;
    font-size: 2rem;
    line-height: 1;
  }
}
.p-palette-process__number::before {
  content: "";
  width: 1px;
  height: 180px;
  background: #BECFC7;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-palette-process__number::before {
    display: none;
  }
}
.p-palette-process__number::after {
  content: "";
  display: block;
  position: relative;
  width: 100px;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .p-palette-process__number::after {
    display: none;
  }
}
.p-palette-process__number:last-of-type::before {
  display: none;
}
.p-palette-process__head {
  line-height: 1.6;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .p-palette-process__head {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-palette-process__head {
    margin-left: 45px;
  }
}
.p-palette-process__img, .p-palette-process__movie video {
  width: 320px;
}

.p-palette-process__container:last-of-type .p-palette-process__number::before {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-title__id-head ~ .p-palette__content {
    position: relative;
    width: calc(100% - 45px);
    margin-left: auto;
    margin-right: 0;
  }
}

.p-boxes__content {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-boxes__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-boxes-reason__content {
  margin-top: 50px;
}
.p-boxes-reason__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 40px 1fr;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  margin-bottom: 30px;
  padding: 30px 25px;
  border: 1px solid #BECFC7;
}
@media only screen and (max-width: 1023px) {
  .p-boxes-reason__container {
    padding: 25px 25px 15px;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-boxes-reason__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 15px;
    gap: 15px;
  }
}
.p-boxes-knowledge__name__content {
  background: #FCFAF5;
  position: relative;
  padding: 30px 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .p-boxes-knowledge__name__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
.p-boxes-knowledge__text {
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  .p-boxes-knowledge__text {
    width: 100%;
  }
}
.p-boxes-knowledge__text .c-title__serif-m-bk {
  display: inline-block;
  margin-left: 0.7em;
}
@media only screen and (max-width: 1023px) {
  .p-boxes-knowledge__text .c-title__serif-m-bk {
    display: inline;
    margin-left: 0.5em;
  }
}
.p-boxes-knowledge__img {
  width: 55%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .p-boxes-knowledge__img {
    width: 100%;
  }
}
.p-boxes-knowledge__product {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1023px) {
  .p-boxes-knowledge__product {
    margin-bottom: 50px;
  }
}
.p-boxes-knowledge__process {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1023px) {
  .p-boxes-knowledge__process {
    margin-bottom: 50px;
  }
}
.p-boxes-knowledge__material .p-page__text {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .c-title__id-head ~ .p-boxes__content {
    position: relative;
    width: calc(100% - 45px);
    margin-left: auto;
    margin-right: 0;
  }
}

.p-process__content {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-process__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-process__wrap {
  margin-top: 80px;
}
.p-process__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 30px 2fr 30px 1fr;
  grid-template-columns: 100px 2fr 1fr;
  gap: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-process__container {
    -ms-grid-columns: 80px 20px 2fr 20px 1fr;
    grid-template-columns: 80px 2fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-process__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 50px;
    gap: 20px;
  }
}
.p-process__container:last-of-type .p-process__number::before {
  display: none;
}
.p-process__container:last-of-type .p-process__number::after {
  display: none;
}
.p-process__number {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-process__number {
    position: absolute;
    top: -22px;
    left: 0;
  }
}
.p-process__number p {
  text-align: center;
  font-family: "Oswald";
  color: #211710;
  font-weight: 200;
  font-size: 5.8rem;
  line-height: 1;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .p-process__number p {
    font-family: "Oswald";
    color: #211710;
    font-weight: 200;
    font-size: 3.6rem;
    line-height: 1;
  }
}
.p-process__number p span {
  display: block;
  font-family: "Oswald";
  color: #211710;
  font-weight: 200;
  font-size: 3.5rem;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .p-process__number p span {
    font-family: "Oswald";
    color: #211710;
    font-weight: 200;
    font-size: 2rem;
    line-height: 1;
  }
}
.p-process__number::before {
  content: "";
  width: 1px;
  height: 180px;
  background: #BECFC7;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-process__number::before {
    display: none;
  }
}
.p-process__number::after {
  content: "";
  display: block;
  position: relative;
  width: 100px;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .p-process__number::after {
    display: none;
  }
}
.p-process__head {
  line-height: 1.6;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .p-process__head {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-process__head {
    margin-left: 45px;
  }
}
.p-process__movie-link {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
}
.p-process__img, .p-process__movie, .p-process__movie video {
  width: 320px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .p-process__img, .p-process__movie, .p-process__movie video {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .p-process__img img, .p-process__movie img, .p-process__movie video img {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .c-title__id-head ~ .p-process__content {
    position: relative;
    width: calc(100% - 45px);
    margin-left: auto;
    margin-right: 0;
  }
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.video-modal.is-active {
  display: block;
  opacity: 1;
}
.video-modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  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;
}
.video-modal__close {
  position: absolute;
  top: -80px;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
@media only screen and (max-width: 767px) {
  .video-modal__close {
    font-size: 30px;
    top: -60px;
  }
}
.video-modal__wrapper {
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-modal__wrapper iframe {
  width: 100%;
  height: 100%;
}

.p-delivery__content {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-delivery__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-delivery__area {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1440px) {
  .p-delivery__area {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .p-delivery__area {
    margin-bottom: 30px;
  }
}
.p-delivery-area__content {
  position: relative;
}
.p-delivery-area__img {
  margin-right: 0;
  margin-left: auto;
  width: 850px;
}
@media only screen and (max-width: 1440px) {
  .p-delivery-area__img {
    right: -100px;
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .p-delivery-area__img {
    right: -120px;
    width: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .p-delivery-area__img {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 170%;
    padding-right: 40px;
  }
}
.p-delivery-area__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
}
@media only screen and (max-width: 1440px) {
  .p-delivery-area__text {
    width: 550px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-delivery-area__text {
    width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .p-delivery-area__text {
    width: auto;
    left: unset;
    top: unset;
    position: relative;
    margin-bottom: 30px;
  }
}
.p-delivery-area__other {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 25px;
  border: 1px solid #BECFC7;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .p-delivery-area__other {
    max-width: 400px;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .p-delivery-area__other {
    left: unset;
    bottom: unset;
    position: relative;
    width: 100%;
  }
}
.p-delivery-area__other p {
  line-height: 1.7;
}
.p-delivery-inhouse__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 1023px) {
  .p-delivery-inhouse__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-delivery-inhouse__img {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 1023px) {
  .p-delivery-inhouse__img {
    width: 100%;
  }
}
.p-delivery-inhouse__text {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 1023px) {
  .p-delivery-inhouse__text {
    width: 100%;
  }
}
.p-delivery-inhouse__item {
  position: relative;
  margin-bottom: 30px;
}
.p-delivery-inhouse__box {
  border: 1px solid #BECFC7;
  padding: 25px;
}
.p-delivery-inhouse__box p {
  line-height: 1.7;
}

.p-quality__content {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-quality__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-quality__exp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-quality__exp__container {
    padding-bottom: 50px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-quality__exp__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-quality__exp__info {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .p-quality__exp__info {
    width: 100%;
  }
}
.p-quality__exp__img {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .p-quality__exp__img {
    width: 100%;
  }
}
.p-quality__exp__img img {
  width: 100%;
}
.p-quality__check__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: 25px;
  margin-right: 25px;
}
.p-quality__check__container:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .p-quality__check__container:last-of-type {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-quality__check__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 40px;
  }
}
.p-quality__check__number {
  padding-left: 13px;
  padding-right: 22px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-quality__check__number {
    padding-left: 12px;
    padding-right: 15px;
  }
}
.p-quality__check__number::before {
  content: "";
  left: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EEF5C6;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-quality__check__number::before {
    width: 35px;
    height: 35px;
  }
}
.p-quality__check__number span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #148307;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .p-quality__check__number span {
    font-size: 2rem;
  }
}
.p-quality__check__text {
  width: calc(100% - 220px);
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .p-quality__check__text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-quality__check__head {
  display: inline-block;
}
.p-quality__check__img {
  width: 180px;
  margin-right: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-quality__check__img {
    width: 280px;
    margin: 10px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-quality__facility .p-quality__content p {
  line-height: 1.7;
}
.p-quality__voice__head {
  position: relative;
  margin-left: 80px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .p-quality__voice__head {
    margin-left: 50px;
  }
}
.p-quality__voice__head i {
  position: absolute;
  font-size: 6.7rem;
  color: #acacac;
  left: -90px;
}
@media only screen and (max-width: 1023px) {
  .p-quality__voice__head i {
    font-size: 5rem;
    left: -65px;
    top: 5px;
  }
}
.p-quality__voice__user {
  font-size: 2rem;
  color: #acacac;
}
@media only screen and (max-width: 1023px) {
  .p-quality__voice__user {
    font-size: 1.6rem;
  }
}
.p-quality__voice__lead {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .p-quality__voice__lead {
    font-size: 1.8rem;
  }
}

.p-sustainability__content {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-sustainability__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-sustainability-outline__top {
  margin-left: calc(50% - 560px);
  width: calc(100% - (50% - 560px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
  margin-bottom: 0px;
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .p-sustainability-outline__top {
    margin-left: calc(50% - 480px);
    width: calc(100% - (50% - 480px));
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .p-sustainability-outline__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    width: 100%;
    margin: 0;
    gap: 25px;
  }
}
.p-sustainability-outline__img {
  width: 60%;
  max-width: 920px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1440px) {
  .p-sustainability-outline__img {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-sustainability-outline__img {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-sustainability-outline__img img {
  width: 100%;
}
.p-sustainability-outline__lead {
  width: 40%;
  max-width: 560px;
}
@media only screen and (max-width: 1440px) {
  .p-sustainability-outline__lead {
    width: 45%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-sustainability-outline__lead {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    max-width: none;
  }
}
.p-sustainability-logistics__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 40px 1fr;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  margin-bottom: 30px;
  padding: 30px 25px;
  border: 1px solid #BECFC7;
}
@media only screen and (max-width: 1023px) {
  .p-sustainability-logistics__container {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability-logistics__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 25px;
    padding: 15px 15px 5px;
  }
}
.p-sustainability-logistics__container:last-of-type {
  margin-bottom: 0;
}
.p-sustainability-logistics__container .p-page__text {
  margin-bottom: 0;
}
.p-sustainability-process__item {
  position: relative;
  margin-left: 30px;
}
.p-sustainability-process__item::before {
  font-size: 3.8rem;
  font-weight: 200;
  color: #148307;
  font-family: "Oswald";
  position: absolute;
  left: -30px;
}
.p-sustainability-process__item:nth-of-type(1)::before {
  content: "A";
}
.p-sustainability-process__item:nth-of-type(2)::before {
  content: "B";
}
.p-sustainability-process__item:nth-of-type(3)::before {
  content: "C";
}
.p-sustainability-process__item:nth-of-type(4)::before {
  content: "D";
}
.p-sustainability-support__top {
  margin-right: calc(50% - 560px);
  width: calc(100% - (50% - 560px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}
@media only screen and (max-width: 1440px) {
  .p-sustainability-support__top {
    margin-right: calc(50% - 480px);
    width: calc(100% - (50% - 480px));
  }
}
@media only screen and (max-width: 1023px) {
  .p-sustainability-support__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 25px;
  }
}
.p-sustainability-support__img {
  width: 60%;
  max-width: 890px;
}
@media only screen and (max-width: 1023px) {
  .p-sustainability-support__img {
    width: 100%;
  }
}
.p-sustainability-support__lead {
  width: 40%;
  max-width: 560px;
}
@media only screen and (max-width: 1023px) {
  .p-sustainability-support__lead {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    max-width: none;
  }
}

.p-company__content {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-company__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-company-outline__top {
  margin-left: calc(50% - 560px);
  width: calc(100% - (50% - 560px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}
@media only screen and (max-width: 1440px) {
  .p-company-outline__top {
    margin-left: calc(50% - 480px);
    width: calc(100% - (50% - 480px));
  }
}
@media only screen and (max-width: 1023px) {
  .p-company-outline__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    gap: 25px;
  }
}
.p-company-outline__img {
  width: 60%;
  max-width: 920px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1023px) {
  .p-company-outline__img {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-company-outline__img img {
  width: 100%;
}
.p-company-outline__lead {
  width: 40%;
  max-width: 560px;
}
@media only screen and (max-width: 1023px) {
  .p-company-outline__lead {
    width: calc(100% - 50px);
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.p-company-philosophy__top {
  padding: 120px 0;
  background: url(../images/pages/company/img_philo.jpg) no-repeat bottom/cover;
}
@media only screen and (max-width: 1023px) {
  .p-company-philosophy__top {
    padding: 50px 0;
  }
}
.p-company-philosophy__box {
  margin: 0 auto;
  width: 65%;
  padding: 50px 30px;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .p-company-philosophy__box {
    width: auto;
    padding: 20px;
  }
}
.p-company-greeting__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-company-greeting__container {
    gap: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .p-company-greeting__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company-greeting__head {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .p-company-greeting__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-company-greeting__text {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .p-company-greeting__text {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-company-greeting__img {
  width: 37%;
  max-width: 410px;
}
@media only screen and (max-width: 767px) {
  .p-company-greeting__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-company-greeting__name {
  margin-top: 50px;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .p-company-greeting__name {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-company-greeting__name {
    margin-top: 20px;
  }
}
.p-company-info__item {
  border-bottom: 1px solid #E0DDD3;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company-info__item:first-of-type {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .p-company-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-company-info__item:first-of-type {
    padding-top: 0;
  }
}
.p-company-info__head {
  font-weight: 600;
  width: 200px;
  padding-left: 25px;
}
@media only screen and (max-width: 1023px) {
  .p-company-info__head {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .p-company-info__head {
    padding-left: 0;
    color: #148307;
  }
}
.p-company-info__content {
  width: calc(100% - 225px);
}
@media only screen and (max-width: 1023px) {
  .p-company-info__content {
    width: calc(100% - 195px);
  }
}
@media only screen and (max-width: 767px) {
  .p-company-info__content {
    width: 100%;
  }
}
.p-company-info__list {
  width: calc(100% - 225px);
  list-style: disc;
  margin-left: 3em;
}
@media only screen and (max-width: 767px) {
  .p-company-info__list {
    width: calc(100% - 3em);
  }
}
.p-company-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company-history__head {
  font-weight: 600;
  width: 180px;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-right: 1px solid #E0DDD3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .p-company-history__head {
    padding-left: 0;
    padding-right: 15px;
    width: 115px;
  }
}
.p-company-history__head span {
  display: block;
  color: #BFA455;
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .p-company-history__head span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.4rem;
  }
}
.p-company-history__head::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #148307;
  position: absolute;
  right: -6px;
  top: 14px;
}
@media only screen and (max-width: 1023px) {
  .p-company-history__head::before {
    top: 10px;
  }
}
.p-company-history__head.pt30::before {
  top: 40px;
}
.p-company-history__content {
  width: calc(100% - 200px - 1.5em);
  margin-bottom: 15px;
  padding-left: 1.5em;
}
@media only screen and (max-width: 1023px) {
  .p-company-history__content {
    width: calc(100% - 115px - 15px);
    padding-left: 15px;
  }
}

.p-company-history__item:first-of-type .p-company-history__head {
  border-right: none;
  background-image: linear-gradient(to bottom, transparent 0px, transparent 15px, #E0DDD3 15px);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: right;
}

.p-company-history__item:last-of-type .p-company-history__head {
  border-right: none;
  background-image: linear-gradient(to top, transparent 0px, transparent 25px, #E0DDD3 25px);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: right;
}

.p-recruit__content {
  padding-top: 50px;
  padding-bottom: 200px;
}

.p-news__content {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-news__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-news__content__single-body {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-news__content__single-body p {
  margin-bottom: 0.8em;
}
.p-news__list {
  background: #FCFAF5;
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .p-news__list {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__list {
    padding-bottom: 20px;
  }
}
.p-news__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 0;
}
@media only screen and (max-width: 1023px) {
  .p-news__list__item {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__list__item {
    padding: 20px 20px 0;
  }
}
.p-news__list__item-date {
  color: #148307;
  font-weight: bold;
  width: 7em;
}
.p-news__list__item a {
  color: #391C0E;
  border-bottom: 1px solid #391C0E;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-news__list__item a:hover {
  opacity: 0.6;
}
.p-news__list__link {
  text-align: right;
  position: relative;
  z-index: 1;
}
.p-news__list__link a {
  font-size: 1.6rem;
  color: #391C0E;
  border-bottom: 1px solid #391C0E;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-news__list__link a:hover {
  opacity: 0.6;
}
.p-news__list__link i {
  font-size: 1.4rem;
  color: #391C0E;
  margin-left: 5px;
}

.pagination-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-old a,
.nav-new a {
  font-size: 1.6rem;
  color: #391C0E;
  border-bottom: 1px solid #391C0E;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.nav-old a:hover,
.nav-new a:hover {
  opacity: 0.6;
}
.nav-old i,
.nav-new i {
  font-size: 1.4rem;
  color: #391C0E;
  margin-left: 5px;
}

.nav-old {
  margin-left: auto;
}

.p-estimate input[type=text],
.p-estimate textarea,
.p-estimate select,
.p-estimate #input-user input {
  background-color: var(--_color-white);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  padding: 0.75rem 1rem;
  --_border-radius: var(--_global--border-radius);
  --_border-color: var(--_form-control-border-color);
  border: 1px solid var(--_border-color);
  border-radius: var(--_border-radius);
  outline: 0;
  --_transition-duration: var(--_global--transition-duration);
  --_transition-function-timing: var(--_global--transition-function-timing);
  --_transition-delay: var(--_global--transition-delay);
  -webkit-transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay);
  transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay);
}
.p-estimate {
  /* --------------------------------------------------
     quote-pallet.php 送信ボタンエリアの改修
     Snow Monkey Formsのデザインに合わせる
  -------------------------------------------------- */
}
.p-estimate #btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* ボタンを横並び・中央寄せにしやすくする */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 中央寄せ */
  gap: 20px;
  /* ボタン同士の間隔 */
  margin: 40px 0 60px;
  /* 上の余白 */
  /* 既存のレイアウト崩れ防止 */
}
.p-estimate #btn-box::after {
  display: none;
}
.p-estimate #btn-box {
  /* clearfix解除 */
  /* 個別のボタンを囲むdivのリセット */
}
.p-estimate #btn-box #change,
.p-estimate #btn-box #confirm {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.p-estimate #btn-box {
  /* * ボタン本体の共通スタイル 
  * (Snow Monkey Formsのスタイルを移植)
  */
}
.p-estimate #btn-box input[type=submit],
.p-estimate #btn-box input[type=button].autoConfirmBack {
  /* ブラウザ標準の見た目をリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* ベースデザイン */
  display: inline-block;
  background-color: #333;
  /* var.$color-black の代わり（適宜変更可） */
  color: #fff;
  /* var.$color-white の代わり */
  font-size: 2rem;
  letter-spacing: 0.15rem;
  font-weight: 500;
  padding: 15px 60px;
  /* 大きさ調整 */
  border: none;
  border-radius: 0;
  /* 角丸なし */
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}
.p-estimate #btn-box input[type=submit]:hover,
.p-estimate #btn-box input[type=button].autoConfirmBack:hover {
  opacity: 0.7;
}
.p-estimate #btn-box {
  /* * 送信ボタン（緑色にする場合）
  * Snow Monkeyの button[data-action="complete"] 相当
  */
}
.p-estimate #btn-box input[type=submit] {
  background-color: #211710;
  /* var.$color-green の代わり（適宜変更可） */
}
.p-estimate #btn-box {
  /* * 戻るボタン（黒またはグレー）
  */
}
.p-estimate #btn-box input[type=button].autoConfirmBack {
  background-color: #666;
  /* 少し色を変えて区別する場合 */
}
.p-estimate {
  /* レスポンシブ対応（スマホで縦並びにする場合） */
}
@media screen and (max-width: 768px) {
  .p-estimate #btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    /* 戻るボタンを下にするなど */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-estimate #btn-box input[type=submit],
  .p-estimate #btn-box input[type=button].autoConfirmBack {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
.p-estimate #quote-step ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 30px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.p-estimate #quote-step ol#step1 li:nth-of-type(1),
.p-estimate #quote-step ol#step1 li:nth-of-type(1) span {
  color: #148307;
}
.p-estimate #quote-step ol#step2 li:nth-of-type(2),
.p-estimate #quote-step ol#step2 li:nth-of-type(2) span {
  color: #148307;
}
.p-estimate #quote-step ol#step3 li:nth-of-type(3),
.p-estimate #quote-step ol#step3 li:nth-of-type(3) span {
  color: #148307;
}
.p-estimate #quote-step ol#step4 li:nth-of-type(4),
.p-estimate #quote-step ol#step4 li:nth-of-type(4) span {
  color: #148307;
}
.p-estimate #quote-step li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  position: relative;
  width: 25%;
  color: var(--_light-color-gray);
}
.p-estimate #quote-step li span {
  display: block;
  font-family: "Oswald";
  color: var(--_light-color-gray);
  font-weight: 200;
  font-size: 3.5rem;
  line-height: 1;
  background: #fff;
  padding: 0 5px;
  z-index: 1;
  margin-bottom: 5px;
}
.p-estimate #quote-step li::before, .p-estimate #quote-step li::after {
  content: "";
  position: absolute;
  top: 18px;
  display: block;
  height: 1px;
  background-color: var(--_light-color-gray);
}
.p-estimate #quote-step li::before {
  right: 50%;
  left: 0;
}
.p-estimate #quote-step li::after {
  left: 50%;
  right: 0;
}
.p-estimate #quote-step li:first-of-type::before {
  display: none;
}
.p-estimate #quote-step li:last-of-type::after {
  display: none;
}
.p-estimate #privacy-policy-area {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.p-estimate #privacy-policy-area label {
  position: relative;
}
.p-estimate #privacy-policy-area .privacy-required {
  background-color: #E61E1E;
  color: #ffffff;
  font-size: 14px;
  display: block;
  line-height: 1.5;
  padding: 4px 8px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -55px;
}
.p-estimate #privacy-policy-area a {
  text-decoration: underline;
  color: #211710;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-estimate #privacy-policy-area a:hover {
  color: #148307;
}
.p-estimate #quote-input-inner {
  padding: 30px 0 0;
}
.p-estimate #product-type.radio-horizon dt {
  float: none;
  display: table-cell;
  vertical-align: baseline;
}
.p-estimate #product-type.radio-horizon dd {
  margin: 0;
  display: table-cell;
  padding: 0 0 0 20px;
}
.p-estimate #product-type.radio-horizon .fleft div {
  float: none;
}
.p-estimate #product-type.radio-horizon .fright p a {
  display: block;
  width: 155px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.p-estimate #product-type.radio-horizon .fright p a:hover {
  background-position: 0 -40px;
}
.p-estimate .radio-horizon {
  /* --------------------------------------------------
  フォーム部品（ラジオ・チェックボックス）スタイル----------- */
}
.p-estimate .radio-horizon input[type=checkbox], .p-estimate .radio-horizon input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-estimate .radio-horizon input[type=radio] {
  border-radius: 50%;
}
.p-estimate .radio-horizon input[type=radio]:checked {
  border-color: #3A87FD;
}
.p-estimate .radio-horizon input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #3A87FD;
  border-radius: 50%;
}
.p-estimate .radio-horizon input[type=checkbox] {
  border-radius: 2px;
}
.p-estimate .radio-horizon input[type=checkbox]:checked {
  background-color: #3A87FD;
  border-color: #3A87FD;
}
.p-estimate .radio-horizon input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-estimate .radio-horizon #survey li {
  margin-bottom: 10px;
}
.p-estimate .radio-horizon #survey li input[type=checkbox]:checked {
  background-color: #3A87FD !important;
  border-color: #3A87FD !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.p-estimate .radio-horizon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-estimate .radio-horizon__item div {
  margin-right: 1em;
}
.p-estimate .radio-horizon__item-link {
  margin-top: 5px;
}
.p-estimate .radio-horizon__item-link a {
  text-decoration: underline;
  color: #211710;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-estimate .radio-horizon__item-link a:hover {
  color: #148307;
}
.p-estimate .cotact-textarea .detail {
  width: 100%;
  height: 7em;
}
.p-estimate .input-quote-data,
.p-estimate #input-user {
  padding: 10px 0;
  margin: 0 0 50px;
}
.p-estimate .input-quote-data dl,
.p-estimate #input-user dl {
  overflow: hidden;
  zoom: 1;
  padding: 30px 25px;
  margin-bottom: 1px;
  background: #ffffff;
  border-top: 1px solid #E0DDD3;
}
.p-estimate .input-quote-data dl:last-of-type,
.p-estimate #input-user dl:last-of-type {
  border-bottom: 1px solid #E0DDD3;
}
.p-estimate .input-quote-data dt,
.p-estimate #input-user dt {
  float: left;
  width: 200px;
  color: #211710;
  font-weight: normal;
  overflow: hidden;
  zoom: 1;
  position: relative;
  line-height: 1.5;
  padding: 5px 0;
}
.p-estimate .input-quote-data dt span,
.p-estimate #input-user dt span {
  background-color: #E61E1E;
  color: #ffffff;
  font-size: 14px;
  display: block;
  line-height: 1.5;
  padding: 4px 8px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.p-estimate .input-quote-data dd,
.p-estimate #input-user dd {
  margin-left: 220px;
  position: relative;
}
.p-estimate .input-quote-data dd span.notice,
.p-estimate #input-user dd span.notice {
  display: block;
  font-size: 14px;
  padding: 5px 0 0;
  color: #888888;
}
.p-estimate #input-user dd input.quotationname {
  width: 150px;
}
.p-estimate #input-user dd input.company {
  width: 300px;
}
.p-estimate #input-user dd input.zip1 {
  width: 55px;
  margin: 0 0 8px;
}
.p-estimate #input-user dd input.zip2 {
  width: 75px;
  margin: 0 0 8px;
}
.p-estimate #input-user dd input.address {
  width: 470px;
}
.p-estimate #input-user dd input.tell {
  width: 200px;
}
.p-estimate #input-user dd input.fax {
  width: 200px;
}
.p-estimate #input-user dd input.email {
  width: 280px;
}
.p-estimate #input-user dd textarea.detail {
  width: 550px;
  border: 1px solid #bbbbbb;
  padding: 2px 5px;
  height: 200px;
}
.p-estimate #input-user dd span.notice {
  display: block;
  font-size: 14px;
  padding: 5px 0 0;
  color: #888888;
}
.p-estimate #input-user dd li {
  display: inline-block;
}
.p-estimate #input-user dd li label {
  padding: 0 15px 0 3px;
}
.p-estimate #input-user dd li .autoConfirmVal {
  padding: 0 10px 0 0;
}
.p-estimate .quote-sample {
  background: #ffffff;
  position: relative;
  margin-bottom: 1px;
  padding: 10px 0 0;
}
.p-estimate .quote-sample input {
  width: 100px;
  text-align: right;
}
.p-estimate .quote-sample .sample-image {
  background: #ffffff;
}
.p-estimate .quote-sample span {
  color: #211710;
}
.p-estimate .quote-sample span.notice {
  font-weight: normal;
  display: block;
  padding: 3px 0 0 2.5em;
  font-size: 14px;
  color: #000000;
}
.p-estimate .quote-sample label.error {
  position: relative !important;
}
.p-estimate .sample-name {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #211710;
  font-weight: 500;
  font-size: 20px;
}
.p-estimate .sample-w,
.p-estimate .sample-d,
.p-estimate .sample-h {
  position: absolute;
  top: 0;
  left: 0;
}
.p-estimate .sample-w .autoConfirmVal,
.p-estimate .sample-d .autoConfirmVal,
.p-estimate .sample-h .autoConfirmVal {
  color: #333333;
  font-weight: normal;
}
.p-estimate #pallet-sample .sample-image {
  display: table-cell;
  vertical-align: middle;
  height: 360px;
  padding: 0 0 0 180px;
}
.p-estimate #pallet-sample .sample-w {
  top: 50px;
  left: 520px;
}
.p-estimate #pallet-sample .sample-d {
  top: 70px;
  left: 90px;
}
.p-estimate #pallet-sample .sample-h {
  top: 150px;
  left: 610px;
}
.p-estimate #kibako-sample .sample-image {
  display: table-cell;
  vertical-align: middle;
  height: 360px;
  padding: 0 0 0 280px;
}
.p-estimate #kibako-sample .sample-w {
  top: 40px;
  left: 570px;
}
.p-estimate #kibako-sample .sample-d {
  top: 50px;
  left: 160px;
}
.p-estimate #kibako-sample .sample-h {
  top: 150px;
  left: 640px;
}
.p-estimate #buzai-sample .sample-image {
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  padding: 0 0 0 290px;
}
.p-estimate #buzai-sample .sample-w {
  top: 95px;
  left: 470px;
}
.p-estimate #buzai-sample .sample-d {
  top: 55px;
  left: 130px;
}
.p-estimate #buzai-sample .sample-h {
  top: 190px;
  left: 600px;
}
.p-estimate #ps .disabled {
  color: #aaaaaa;
}
.p-estimate #way4 .disabled {
  color: #aaaaaa;
}
.p-estimate.confirm-mode .radio-horizon dd div:not(:has(span)) {
  display: none;
}
.p-estimate.confirm-mode .radio-horizon__item div {
  margin-right: 0;
}
.p-estimate.confirm-mode .input-quote-data dl {
  background: #f9f9f9;
  border-left: 4px solid #148307;
}
.p-estimate.confirm-mode .input-quote-data dt {
  color: #148307;
  font-weight: bold;
}
.p-estimate.confirm-mode .input-quote-data .autoConfirmVal {
  color: #333;
  font-weight: normal;
  padding: 5px 0;
  display: block;
}
.p-estimate.confirm-mode #input-user dl {
  background: #f9f9f9;
  border-left: 4px solid #148307;
}
.p-estimate.confirm-mode #input-user dt {
  color: #148307;
  font-weight: bold;
}
.p-estimate.confirm-mode #input-user .autoConfirmVal {
  color: #333;
  font-weight: normal;
  padding: 5px 0;
  display: block;
}
.p-estimate .is-confirm-hidden {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .p-privacy-policy .c-title__page span {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.2rem;
  }
}

.p-privacy__content {
  padding-bottom: 0;
}
.p-privacy__inner {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-privacy__inner {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.p-privacy__lead {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .p-privacy__lead {
    margin-bottom: 30px;
  }
}
.p-privacy__section {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .p-privacy__section {
    margin-bottom: 30px;
  }
}
.p-privacy__section:last-of-type {
  margin-bottom: 0;
}
.p-privacy__section__title {
  font-family: "Noto Serif JP";
  font-weight: 300;
  font-size: 2.2rem;
  color: #148307;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BECFC7;
}
@media only screen and (max-width: 1023px) {
  .p-privacy__section__title {
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.p-privacy__contact {
  margin-top: 20px;
  padding: 25px 30px;
  background: #FCFAF5;
  border: 1px solid #E0DDD3;
}
@media only screen and (max-width: 1023px) {
  .p-privacy__contact {
    padding: 15px 20px;
  }
}
.p-privacy__contact p {
  line-height: 1.8;
}
.p-privacy__date {
  margin-top: 60px;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .p-privacy__date {
    margin-top: 30px;
  }
}