@charset "UTF-8";
/* ============================================================================
page
============================================================================ */
/* common
=========================================================================== */
/* footer
================================================== */
#about footer,
#producer footer,
#restaurant footer,
#company footer,
#contact footer {
  background-color: #f2f1e6;
}

/* fv
================================================== */
.fv {
  margin: 0 auto 6.25rem;
  padding-top: 12.5rem;
  text-align: center;
}
.fv .c-heading {
  margin-bottom: 3rem;
}
.fv .catchcopy {
  min-height: 4.625rem;
  margin-bottom: 2.5rem;
  padding: 1rem 0;
  background-image: url(../img/page_fv.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .catchcopy em {
  font-size: 1.5rem;
  line-height: 1.6;
}
.fv .leadcopy {
  margin-bottom: 3.75rem;
}
.fv .leadcopy p {
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .fv {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 959px) {
  .fv {
    margin: 0 auto 3.75rem;
  }
  .fv .c-heading {
    margin-bottom: 2.5rem;
  }
  .fv .catchcopy {
    min-height: 4rem;
    margin-bottom: 1.875rem;
  }
  .fv .catchcopy em {
    font-size: 1.125rem;
  }
  .fv .leadcopy {
    margin-bottom: 1.875rem;
  }
  .fv .leadcopy p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 599px) {
  .fv .leadcopy {
    text-align: left;
  }
}
/* double
================================================== */
.double {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 3.125rem 0;
  border: 1px double rgba(17, 17, 17, 0.2);
}
.double::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: calc(100% - 0.375rem);
  height: calc(100% - 0.375rem);
  border: 1px double rgba(17, 17, 17, 0.2);
}
.double h2 {
  position: relative;
  margin-bottom: 2.75rem;
  font-size: 1.375rem;
  line-height: 1.6;
}
.double h2::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.125rem;
  height: 0.125rem;
  background-color: #e8da38;
}

@media screen and (max-width: 959px) {
  .double {
    padding: 2.5rem 1.25rem;
  }
  .double h2 {
    font-size: 1.125rem;
  }
}
/* about
=========================================================================== */
/* feature
================================================== */
#about .feature {
  position: relative;
  margin-bottom: 8.75rem;
  padding: 7.5rem 0 8.125rem;
}
#about .feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% + 15rem);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f2f1e6;
}
#about .feature .l-container {
  padding-left: 5rem;
}
#about .feature li {
  display: grid;
  grid-template-columns: 52% 43%;
  gap: 5%;
  place-items: center;
}
#about .feature li:first-child {
  margin-bottom: 4.5rem;
}
#about .feature li img {
  height: 22.5rem;
  object-fit: cover;
}
#about .feature li h2 {
  position: relative;
  margin-bottom: 1.875rem;
  padding-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
#about .feature li h2::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #cfcdb2;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  --spacing: 0;
}
#about .feature li h2::after {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 2.625rem;
  width: 2.125rem;
  height: 0.0625rem;
  background-color: #cfcdb2;
}
#about .feature .promise h2::before {
  content: "01";
}
#about .feature .pursuit h2::before {
  content: "02";
}

@media screen and (max-width: 959px) {
  #about .feature {
    margin-bottom: 5rem;
    padding: 3.75rem 0 4.375rem;
  }
  #about .feature::before {
    right: 40%;
  }
  #about .feature .l-container {
    padding-left: 0;
  }
  #about .feature li {
    grid-template-columns: initial;
    gap: 1.875rem;
  }
  #about .feature li:first-child {
    margin-bottom: 3.125rem;
  }
  #about .feature li .frame {
    position: relative;
    left: -5vw;
    width: 95vw;
  }
  #about .feature li .frame img {
    width: 100%;
    height: auto;
    max-height: 21.25rem;
  }
  #about .feature li h2 {
    display: inline-block;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
  #about .feature li h2::after {
    left: 2.25rem;
  }
}
/* role
================================================== */
.role {
  margin-bottom: 10rem;
}
.role .heading {
  margin-bottom: 3rem;
  text-align: center;
}
.role h2 {
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.6;
}
.role h2::before, .role h2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.875rem;
  height: 2.25rem;
}
.role h2::before {
  left: -2.875rem;
  background-image: url(../img/double_left.svg);
}
.role h2::after {
  right: -2.875rem;
  background-image: url(../img/double_right.svg);
}

@media screen and (max-width: 959px) {
  .role {
    margin-bottom: 5rem;
  }
  .role .heading {
    margin-bottom: 1.25rem;
  }
  .role h2 {
    font-size: 1.25rem;
  }
  .role h2::before, .role h2::after {
    top: 0.25rem;
    width: 1.125rem;
    height: 1.375rem;
    background-size: contain;
  }
  .role h2::before {
    left: -1.75rem;
  }
  .role h2::after {
    right: -1.75rem;
  }
}
@media screen and (max-width: 599px) {
  .role .contents {
    text-align: center;
  }
}
/* greeting
================================================== */
.greeting {
  position: relative;
  padding-bottom: 10rem;
}
.greeting::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 8rem);
  background-color: #f2f1e6;
}
.greeting h2 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  line-height: 1.6;
}

.greeting__contents {
  display: grid;
  grid-template-columns: 42.2% 53.3%;
  gap: 4.5%;
  align-items: end;
}
.greeting__contents img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.greeting__contents .text {
  margin-bottom: 1.875rem;
}
.greeting__contents .text .catchcopy {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.6;
}
.greeting__contents .text .message {
  margin-bottom: 1.875rem;
  font-size: 0.9375rem;
  line-height: 2;
}
.greeting__contents .text .name {
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .greeting {
    padding-bottom: 6.25rem;
  }
  .greeting::before {
    top: 8.875rem;
    height: calc(100% - 8.875rem);
  }
  .greeting h2 {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    text-align: center;
  }
  .greeting__contents {
    grid-template-columns: initial;
    gap: 1.5rem;
    align-items: initial;
  }
  .greeting__contents img {
    height: 100%;
    max-height: 20rem;
    min-height: 16.25rem;
  }
  .greeting__contents .text {
    margin-bottom: 0;
  }
  .greeting__contents .text .catchcopy {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
  }
  .greeting__contents .text .message {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
  }
}
/* producer
=========================================================================== */
/* feature
================================================== */
#producer .feature {
  margin-bottom: 8.75rem;
  padding: 8.75rem 0 10rem;
  background-color: #f2f1e6;
}
#producer .feature .protect {
  display: flex;
  position: relative;
  right: -3.75rem;
  width: 90%;
  max-width: 64.375rem;
  flex-direction: row-reverse;
  margin: 0 auto 7.5rem;
}
#producer .feature .protect h2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  font-size: 1.5rem;
  line-height: 1;
}
#producer .feature .protect h2 span {
  padding: 1.25rem 1rem;
  background-color: #fff;
  writing-mode: vertical-rl;
}
#producer .feature .protect h2 span:last-child {
  position: relative;
  right: -0.625rem;
}
#producer .feature .protect .gallery {
  display: flex;
}
#producer .feature .protect .frame {
  width: 100%;
  max-width: 26.25rem;
  height: 35rem;
  margin-right: 2.5rem;
}
#producer .feature .protect .frame img {
  height: 100%;
  object-fit: cover;
}
#producer .feature .protect .box {
  align-self: flex-end;
  max-width: 25rem;
  margin-right: 3.5rem;
}
#producer .feature .protect .box p {
  margin-top: 1.25rem;
}
#producer .feature .frontier {
  display: flex;
  width: 90%;
  max-width: 64.375rem;
  margin: 0 auto;
}
#producer .feature .frontier h2 {
  font-size: 1.5rem;
  line-height: 1;
}
#producer .feature .frontier h2 span {
  padding: 1.25rem 1rem;
  background-color: #fff;
  writing-mode: vertical-rl;
}
#producer .feature .frontier .gallery {
  display: flex;
  flex-direction: row-reverse;
}
#producer .feature .frontier .frame {
  width: 100%;
  max-width: 26.25rem;
  height: 35rem;
  margin-left: 2.5rem;
}
#producer .feature .frontier .frame img {
  height: 100%;
  object-fit: cover;
}
#producer .feature .frontier .box {
  align-self: flex-end;
  max-width: 25rem;
  margin-left: 4.125rem;
}
#producer .feature .frontier .box p {
  margin-top: 1.25rem;
}

@media screen and (max-width: 1279px) {
  #producer .feature .protect {
    right: initial;
    margin: 0 5% 7.5rem auto;
  }
}
@media screen and (max-width: 959px) {
  #producer .feature {
    margin-bottom: 4rem;
    padding: 3rem 0 5rem;
  }
  #producer .feature .protect {
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
    margin: 0 auto 3.75rem;
  }
  #producer .feature .protect h2 {
    font-size: 1.25rem;
  }
  #producer .feature .protect h2 span {
    padding: 1rem 0.75rem;
  }
  #producer .feature .protect .gallery {
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }
  #producer .feature .protect .frame {
    max-width: initial;
    height: 100%;
    margin-right: initial;
  }
  #producer .feature .protect .frame img {
    width: 100%;
    max-height: 25rem;
    min-height: 16.25rem;
    object-fit: cover;
    aspect-ratio: 6/5;
  }
  #producer .feature .protect .box {
    align-self: initial;
    width: 100%;
    max-width: initial;
    margin-right: initial;
  }
  #producer .feature .protect .box img {
    width: 100%;
    max-height: 25rem;
    min-height: 11.25rem;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  #producer .feature .frontier {
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
  }
  #producer .feature .frontier h2 {
    font-size: 1.25rem;
  }
  #producer .feature .frontier h2 span {
    padding: 1rem 0.75rem;
  }
  #producer .feature .frontier .gallery {
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }
  #producer .feature .frontier .frame {
    max-width: initial;
    height: 100%;
    margin-left: initial;
  }
  #producer .feature .frontier .frame img {
    width: 100%;
    max-height: 25rem;
    min-height: 16.25rem;
    object-fit: cover;
    aspect-ratio: 6/5;
  }
  #producer .feature .frontier .box {
    align-self: initial;
    width: 100%;
    max-width: initial;
    margin-left: initial;
  }
  #producer .feature .frontier .box img {
    width: 100%;
    max-height: 25rem;
    min-height: 11.25rem;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
/* buyer
================================================== */
.buyer {
  display: grid;
  grid-template-columns: 51.1% 43.4%;
  column-gap: 5.5%;
  margin-bottom: 7.5rem;
}
.buyer h2 {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: self-end;
  position: relative;
  margin-bottom: 1.875rem;
  padding-left: 3.375rem;
  font-size: 1.375rem;
  line-height: 1;
}
.buyer h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.125rem;
  height: 0.125rem;
  background-color: #e8da38;
}
.buyer .frame {
  grid-column: 1/2;
  grid-row: 1/3;
}
.buyer .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buyer .textbox {
  grid-column: 2/3;
  grid-row: 2/3;
  line-height: 1.8;
}
.buyer .textbox .catchcopy {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.buyer .textbox .name {
  margin-bottom: 1.25rem;
}
.buyer .textbox .message {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

@media screen and (max-width: 959px) {
  .buyer {
    grid-template-columns: initial;
    column-gap: 5.5%;
    margin-bottom: 3rem;
  }
  .buyer h2 {
    grid-column: initial;
    grid-row: initial;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .buyer .frame {
    grid-column: initial;
    grid-row: initial;
    margin-bottom: 1.25rem;
  }
  .buyer .frame img {
    max-height: 25rem;
    min-height: 12.5rem;
    aspect-ratio: 16/9;
  }
  .buyer .textbox {
    grid-column: initial;
    grid-row: initial;
  }
  .buyer .textbox .catchcopy {
    font-size: 1rem;
  }
  .buyer .textbox .name {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
/* products
================================================== */
.products {
  margin-bottom: 8.75rem;
}

.products__item {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 0.625rem;
  line-height: 1.6;
}
.products__item:last-child {
  margin-bottom: 0;
}
.products__item dt {
  font-size: 1.125rem;
}
.products__item dd {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
}

@media screen and (max-width: 959px) {
  .products {
    margin-bottom: 5rem;
  }
  .products__item {
    flex-direction: column;
    gap: 0.5rem;
    align-items: start;
    margin-bottom: 1.25rem;
  }
  .products__item dt {
    font-size: 0.9375rem;
  }
  .products__item dd {
    font-size: 0.8125rem;
  }
}
/* voice
================================================== */
/* voice
================================================== */
.voice {
  padding: 7.5rem 0 10rem;
  background-color: #f2f1e6;
}
.voice .heading {
  text-align: center;
}
.voice .c-sub-heading {
  margin-bottom: 3rem;
}
.voice .card {
  display: grid;
  grid-template-columns: 52% 48%;
  height: 18.75rem;
  margin-bottom: 1.5rem;
}
.voice .card .frame img {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
}
.voice .card .textbox {
  display: grid;
  place-items: center;
  position: relative;
  padding: 2.5rem 3.125rem;
  background-color: #fff;
  line-height: 1.6;
}
.voice .card .catchcopy {
  align-self: end;
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
}
.voice .card .catchcopy::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 2.125rem;
  height: 0.125rem;
  background-color: #e8da38;
}
.voice .card .name {
  align-self: start;
}
.voice .message {
  margin-bottom: 2rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
}
.voice .gallery {
  width: 90%;
  max-width: 72.5rem;
  margin: 0 auto 2rem;
}
.voice .movie {
  width: 90%;
  max-width: 40rem;
  aspect-ratio: 16/9;
  margin: 0 auto 3.75rem;
}
.voice .btn {
  text-align: center;
}
.voice .btn a {
  width: 90%;
  max-width: 25rem;
  padding: 1.5rem 0;
  background-color: #e8da38;
  font-size: 1.125rem;
  transition-duration: 0.3s;
}
.voice .btn a:hover {
  background-color: rgba(232, 218, 56, 0.7);
}

@media screen and (max-width: 959px) {
  .voice {
    padding: 4rem 0 6.25rem;
  }
  .voice .c-sub-heading {
    margin-bottom: 1.5rem;
  }
  .voice .card {
    grid-template-columns: initial;
    height: initial;
  }
  .voice .card .frame img {
    height: 16.25rem;
  }
  .voice .card .textbox {
    place-items: initial;
    padding: 2rem;
  }
  .voice .card .catchcopy {
    align-self: initial;
    font-size: 1.125rem;
  }
  .voice .card .name {
    align-self: initial;
  }
  .voice .message {
    margin-bottom: 2rem;
  }
  .voice .gallery {
    width: 100%;
    margin: 0 auto 3.75rem;
  }
  .voice .gallery img {
    width: 100%;
  }
  .voice .btn {
    text-align: center;
  }
  .voice .btn a {
    padding: 1rem 0;
    font-size: 0.9375rem;
    transition-duration: initial;
  }
  .voice .btn a:hover {
    background-color: initial;
  }
}
@media screen and (max-width: 599px) {
  .voice .card .frame img {
    height: 13.75rem;
  }
}
/* restaurant
=========================================================================== */
/* feature
================================================== */
#restaurant .feature {
  margin-bottom: 8.75rem;
}
#restaurant .feature ul {
  display: grid;
  gap: 7.5rem;
}
#restaurant .feature li {
  position: relative;
  min-height: 30rem; /*  beforeの余白と高さ */
}
#restaurant .feature li::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  z-index: -1;
  width: 55%;
  height: 27.5rem;
  background-color: #fff;
}
#restaurant .feature li:first-child::before {
  right: 0;
}
#restaurant .feature li:nth-child(2)::before {
  left: 0;
}
#restaurant .feature li .frame {
  position: relative;
  width: 48%;
  min-width: 40rem;
  max-width: 50rem;
  aspect-ratio: 3/2;
}
#restaurant .feature li .frame img {
  height: 100%;
}
#restaurant .feature li:first-child .frame {
  margin: 0 auto 0 5%;
}
#restaurant .feature li:nth-child(2) .frame {
  margin: 0 5% 0 auto;
}
#restaurant .feature li .textbox {
  position: absolute;
  top: 6.25rem;
  width: 100%;
}
#restaurant .feature li .textbox .inner {
  width: 30rem;
}
#restaurant .feature li .textbox .inner p {
  line-height: 2;
  margin-bottom: 0.75rem;
}
#restaurant .feature li .textbox .inner p:last-child {
  margin-bottom: 0;
}
#restaurant .feature li:first-child .container {
  display: flex;
  justify-content: end;
}
#restaurant .feature li h2 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 2.25rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
#restaurant .feature li h2::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #cfcdb2;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  --spacing: 0;
}
#restaurant .feature li h2::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 2.625rem;
  width: 2.125rem;
  height: 0.0625rem;
  background-color: #cfcdb2;
}
#restaurant .feature li:first-child h2::before {
  content: "01";
}
#restaurant .feature li:nth-child(2) h2::before {
  content: "02";
}

@media screen and (max-width: 1279px) {
  #restaurant .feature li::before {
    width: 50%;
  }
  #restaurant .feature li .frame {
    width: 48%;
    min-width: 25rem;
    max-width: 40rem;
    aspect-ratio: 3/2;
  }
  #restaurant .feature li .frame img {
    height: 100%;
  }
  #restaurant .feature li .textbox .inner {
    width: 40%;
  }
  #restaurant .feature li:first-child .container {
    display: flex;
    justify-content: end;
  }
}
@media screen and (max-width: 959px) {
  #restaurant .feature {
    margin-bottom: 3.75rem;
  }
  #restaurant .feature ul {
    gap: 3.75rem;
  }
  #restaurant .feature li {
    display: grid;
    gap: 1.875rem;
    min-height: initial;
    padding-bottom: 2.5rem;
  }
  #restaurant .feature li::before {
    top: initial;
    bottom: 0;
    width: 100%;
    height: calc(100% - 6.875rem);
  }
  #restaurant .feature li .frame {
    position: relative;
    width: 90%;
    min-width: initial;
    max-width: initial;
    margin: 0 auto;
  }
  #restaurant .feature li .textbox {
    position: initial;
    top: initial;
  }
  #restaurant .feature li .textbox .inner {
    width: 100%;
  }
  #restaurant .feature li h2 {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
  #restaurant .feature li h2::after {
    top: 1rem;
    left: 2.25rem;
  }
}
/* partners
================================================== */
.partners {
  margin-bottom: 8.75rem;
}
.partners ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 37.5rem;
}
.partners ul li {
  display: inline-block;
  position: relative;
  padding: 0 0.75rem;
  font-size: 1.125rem;
  line-height: 2;
}
.partners ul li::before {
  content: "/";
  position: absolute;
  right: -0.25rem;
}
.partners ul li:last-child {
  padding-right: 2.25rem;
}
.partners ul li:last-child::before {
  content: "など";
}

@media screen and (max-width: 959px) {
  .partners {
    margin-bottom: 5rem;
  }
  .partners ul li {
    padding: 0 0.625rem;
    font-size: 0.9375rem;
  }
}
/* voice
================================================== */
@media screen and (max-width: 959px) {
  #restaurant .voice img {
    object-position: 0 40%;
  }
}
/* company
=========================================================================== */
/* fv
================================================== */
#company .fv {
  margin-bottom: 8.75rem;
}
#company .fv .catchcopy {
  margin-bottom: 3.75rem;
}
#company .fv .overview {
  margin-bottom: 5rem;
}
#company .fv .eyecatch {
  margin: 0 auto 3.75rem;
}
#company .fv .eyecatch img {
  width: 100%;
  min-width: 20rem;
  max-width: 43.75rem;
  height: 100%;
  min-height: 12.5rem;
  max-height: 25rem;
  border-radius: 12.5rem;
}
#company .fv::before {
  display: none;
}
#company .fv dl {
  border-top: 1px solid #e1e1df;
  line-height: 1.8;
  text-align: left;
}
#company .fv dl div {
  display: grid;
  grid-template-columns: 25% 75%;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e1e1df;
}
#company .fv dl dd {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
#company .fv .factory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
  text-align: left;
}
#company .fv .factory h2 {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-left: 3.375rem; /* ::beforeの幅 + 余白 */
  font-size: 1.375rem;
  line-height: 1;
}
#company .fv .factory h2::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 2.125rem;
  height: 0.125rem;
  background-color: #e8da38;
}
#company .fv .factory address {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
#company .fv .factory .frame img {
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  max-height: 16.25rem;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  #company .fv {
    margin-bottom: 5rem;
  }
  #company .fv .overview {
    margin-bottom: 3.75rem;
  }
  #company .fv .catchcopy {
    margin-bottom: 2.5rem;
  }
  #company .fv .eyecatch {
    margin: 0 auto 3.75rem;
  }
  #company .fv dl div {
    grid-template-columns: 30% 70%;
    padding: 1rem 0;
  }
  #company .fv dl dt {
    font-size: 0.875rem;
  }
  #company .fv dl dd {
    font-size: 0.8125rem;
  }
  #company .fv .factory {
    grid-template-columns: initial;
    gap: 2.5rem;
  }
  #company .fv .factory h2 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
  #company .fv .factory .frame img {
    max-height: 20rem;
    aspect-ratio: 16/9;
  }
}
/* business
================================================== */
.business {
  padding: 7.5rem 0;
  background-color: #f2f1e6;
}

.business__head {
  display: grid;
  grid-template-columns: 51.7% 43.1%;
  gap: 5.2%;
  place-items: center;
  /* business__footが非表示解除で適用させる
  margin-bottom: f.rem(60);
  */
  margin-bottom: 7.5rem;
}
.business__head .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business__head h2 {
  position: relative;
  margin-bottom: 2.75rem; /* ::beforeの高さ+余白 */
  font-size: 1.625rem;
  line-height: 1.6;
}
.business__head h2::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 2.125rem;
  height: 0.125rem;
  background-color: #e8da38;
}
.business__head .catchcopy {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 2;
}
.business__head .text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
}

.business__foot h3 {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
.business__foot ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.business__foot li img {
  margin-bottom: 1rem;
}
.business__foot li p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

@media screen and (max-width: 959px) {
  .business {
    padding: 3.75rem 0 5rem;
  }
  .business__head {
    grid-template-columns: initial;
    gap: 1.5rem;
    place-items: center;
    /* business__footが非表示解除で適用させる
    margin-bottom: f.rem(48);
    */
    margin-bottom: 5rem;
  }
  .business__head .frame {
    width: 100%;
    grid-row: 2/3;
  }
  .business__head .frame img {
    width: 100%;
    max-height: 25rem;
    object-fit: cover;
  }
  .business__head .textbox {
    grid-row: 1/2;
  }
  .business__head h2 {
    font-size: 1.375rem;
  }
  .business__head .catchcopy {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .business__foot h3 {
    font-size: 1.125rem;
  }
  .business__foot ul {
    grid-template-columns: initial;
    gap: 1.875rem;
  }
  .business__foot li img {
    width: 100%;
    max-height: 20rem;
    margin-bottom: 0.75rem;
    aspect-ratio: 16/9;
  }
}
/* office
================================================== */
.office {
  background-color: #f2f1e6;
}
.office iframe {
  width: 100%;
  height: 26.25rem;
}

.office__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.office__head h2 {
  position: relative;
  padding-left: 3.375rem; /* ::beforeの幅 + 余白 */
  font-size: 1.375rem;
  line-height: 1;
}
.office__head h2::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 2.125rem;
  height: 0.125rem;
  background-color: #e8da38;
}
.office__head address {
  font-size: 0.875rem;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .office iframe {
    height: 100%;
    max-height: 20rem;
    min-height: 12.5rem;
    aspect-ratio: 16/9;
  }
  .office__head {
    justify-content: initial;
    flex-direction: column;
    gap: 1.25rem;
  }
  .office__head h2 {
    font-size: 1.25rem;
  }
}
/* keikaku
================================================== */
.keikaku{
  text-align: center;
  margin-top: 7.5rem;
  background-color: #FAF9F2;
  padding: 4rem 2rem;
}
.keikaku h2{
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
.keikaku p{
  font-size: 1rem;
  margin-bottom: 4rem;
}
.keikaku dl {
  border-top: 1px solid #e1e1df;
  line-height: 1.8;
  text-align: left;
}
.keikaku dl div {
  display: grid;
  grid-template-columns: 25% 75%;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e1e1df;
  /* align-items: center; */
}
.keikaku dl dd {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.keikaku dl dd span.ttl{
  font-weight: 600;
}
.keikaku dl dd span.txt{
  font-size: 0.875rem;
}
@media screen and (max-width: 959px){
  .keikaku dl dt {
    font-size: 0.875rem;
  }
  .keikaku dl dd {
    font-size: 0.8125rem;
  }
  .keikaku dl div {
    grid-template-columns: 30% 70%;
    padding: 1rem 0;
  }
}




/* contact
=========================================================================== */
/* number
================================================== */
#contact .number {
  position: relative;
  padding-bottom: 7.5rem;
}
#contact .number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 13.125rem;
  background-color: #f2f1e6;
}
#contact .number .contants {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
#contact .number .card {
  padding: 3.125rem 0;
  text-align: center;
  background-color: #fff;
}
#contact .number .card h2 {
  position: relative;
  margin-bottom: 2.375rem;
  font-size: 1.25rem;
}
#contact .number .card h2::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.125rem;
  height: 0.125rem;
  background-color: #e8da38;
}
#contact .number .card .tel,
#contact .number .card .fax {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.6;
  --spacing: 1;
}
#contact .number .card small {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
}

@media screen and (max-width: 959px) {
  #contact .number {
    padding-bottom: 5rem;
  }
  #contact .number::before {
    height: 20.875rem;
  }
  #contact .number .contants {
    grid-template-columns: initial;
    gap: 1.5rem;
  }
  #contact .number .card {
    padding: 2rem 0;
  }
  #contact .number .card h2 {
    font-size: 1rem;
  }
  #contact .number .card .tel,
  #contact .number .card .fax {
    align-items: center;
    gap: 0.375rem;
    font-size: 1.625rem;
  }
  #contact .number .card .tel img,
  #contact .number .card .fax img {
    width: 1.25rem;
    height: 1.25rem;
  }
  #contact .number .card small {
    font-size: 0.8125rem;
  }
}
/* form
================================================== */
.form {
  padding-bottom: 10rem;
  background-color: #f2f1e6;
}
.form hgroup {
  margin-bottom: 2.5rem;
  text-align: center;
}
.form hgroup h2 {
  margin-bottom: 0.375rem;
  font-size: 1.625rem;
  line-height: 1.6;
}
.form hgroup p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
}
.form form {
  padding: 3.75rem 3.75rem 5rem;
  background-color: #fff;
}
.form form dl {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}
.form form .form__item {
  display: grid;
  grid-template-columns: 23% 70%;
  gap: 7%;
  place-items: start;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
.form form .form__item:first-child dd {
  display: grid;
  gap: 1rem;
}
.form form dt {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.form form dt label {
  font-family: 1rem;
  line-height: 1;
}
.form form dt span {
  color: #f00;
  font-size: 0.625rem;
  line-height: 1;
}
.form form dd {
  width: 100%;
}
.form form dd .radio {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.form form dd input[type=radio] {
  position: relative;
  height: 1rem;
  width: 1rem;
  padding: 0;
  border: 1.5px solid #cfcdb2;
  border-radius: 50%;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
}
.form form dd input[type=radio]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  transform: scale(0);
  transition: all ease-out 250ms;
}
.form form dd input[type=radio]:checked::before {
  transform: scale(1);
  background: #e8da38;
}
.form form dd input[type=text],
.form form dd input[type=tel],
.form form dd input[type=email],
.form form dd textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 4px;
  background-color: #f4f4f4;
}
.form form dd textarea {
  height: 13rem;
}
.form .form__btn {
  text-align: center;
}
.form .form__btn input[type=submit] {
  width: 100%;
  max-width: 25rem;
  padding: 1.5rem 0;
  background-color: #262626;
  color: #fff;
  transition-duration: 0.3s;
}
.form .form__btn input[type=submit]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959px) {
  .form {
    padding-bottom: 7.5rem;
  }
  .form hgroup {
    margin-bottom: 1.5rem;
  }
  .form hgroup h2 {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
  }
  .form hgroup p {
    font-size: 0.8125rem;
  }
  .form .l-container--s {
    width: 100%;
  }
  .form form {
    padding: 3.125rem 0 5rem;
  }
  .form form dl {
    gap: 1.5rem;
    width: 90%;
    margin: 0 auto 2.5rem;
  }
  .form form .form__item {
    grid-template-columns: initial;
    gap: 0.75rem;
  }
  .form form .form__item:first-child dd {
    gap: 1.125rem;
    margin-bottom: 1rem;
  }
  .form form dd input[type=text],
  .form form dd input[type=tel],
  .form form dd input[type=email],
  .form form dd textarea {
    padding: 0.5rem;
  }
  .form .form__btn input[type=submit] {
    width: 90%;
    padding: 1rem 0;
    transition-duration: initial;
  }
  .form .form__btn input[type=submit]:hover {
    opacity: initial;
  }
}
/* confirm
=========================================================================== */
.confirm {
  margin-bottom: 10rem;
  padding: 3.75rem 3.75rem 5rem;
  background-color: #fff;
}
.confirm table {
  width: 100%;
  margin-bottom: 3.75rem;
}
.confirm table th,
.confirm table td {
  padding: 1rem 0;
}
.confirm .btns {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.confirm .btns .back,
.confirm .btns .send {
  width: 100%;
  max-width: 25rem;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.125rem;
  transition-duration: 0.3s;
}
.confirm .btns .back {
  border: 1px solid #262626;
}
.confirm .btns .back:hover {
  background-color: #262626;
  color: #fff;
}
.confirm .btns .send {
  background-color: #262626;
  color: #fff;
}
.confirm .btns .send:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959px) {
  .confirm {
    margin-bottom: 7.5rem;
    padding: 3.125rem 0 5rem;
  }
  .confirm table {
    margin-bottom: 2.5rem;
  }
  .confirm .btns {
    gap: 2.5rem;
  }
  .confirm .btns .back,
  .confirm .btns .send {
    max-width: 25rem;
    padding: 1rem 0;
    font-size: 0.9375rem;
    transition-duration: initial;
  }
  .confirm .btns .back:hover {
    background-color: initial;
    color: initial;
  }
  .confirm .btns .send:hover {
    opacity: initial;
  }
}
/* thanks
=========================================================================== */
#thanks .center {
  display: flex;
  justify-content: center;
}

/* privacypolicy
=========================================================================== */
#privacypolicy article {
  margin-bottom: 10rem;
}
#privacypolicy article .heading {
  margin-bottom: 5rem;
  padding-top: 12.5rem;
}
#privacypolicy article .heading h1 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.75rem;
}
#privacypolicy article .heading p {
  font-size: 1.125rem;
  line-height: 2;
}
#privacypolicy article section {
  margin-bottom: 2.5rem;
}
#privacypolicy article section h2 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
#privacypolicy article section p,
#privacypolicy article section li {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
}

@media screen and (max-width: 1279px) {
  #privacypolicy article .heading {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 959px) {
  #privacypolicy article {
    margin-bottom: 7.5rem;
  }
  #privacypolicy article .heading {
    margin-bottom: 2.5rem;
  }
  #privacypolicy article .heading h1 {
    margin-bottom: 2.5rem;
    font-size: 1.375rem;
  }
  #privacypolicy article .heading p {
    font-size: 0.9375rem;
  }
  #privacypolicy article section h2 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
  #privacypolicy article section p,
  #privacypolicy article section li {
    line-height: 2;
  }
}