@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --container-width: 1200px;
  --breakout-size: calc((100vw - var(--container-width)) / 2);
}

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

html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
  font-size: 0.9375rem;
  line-height: 1.8;
}
body.is-fixed {
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 1.25rem;
  }
}

.wrap-narrow {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .wrap-narrow {
    padding: 0 1.25rem;
  }
}

.wrap-wide {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .wrap-wide {
    padding: 0 1.25rem;
  }
}

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

.mt0 {
  margin-top: 0 !important;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  color: #221815;
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .section-title h2 {
    font-size: 1.5rem;
  }
}
.section-title h2 span {
  display: block;
  margin-bottom: 0.9375rem;
  color: #3D5D30;
  font-size: 0.75rem;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
}

/* Header
--------------------------------------------- */
#header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

#global_menu {
  position: relative !important;
}
#global_menu ul li a {
  font-family: "Noto Serif JP", serif;
}

.header-contact {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.9375rem;
  margin-right: 2.5rem;
  padding: 1.25rem 0;
}
@media screen and (max-width: 1280px) {
  .header-contact {
    display: none;
  }
}
.header-contact__item .link-btn {
  padding: 0.625rem 1rem;
  border-radius: 50px;
  color: #FFFFFF !important;
  font-size: 1rem;
}
.header-contact__item .link-btn.tel::before, .header-contact__item .link-btn.mail::before {
  width: 18px;
  height: 18px;
  vertical-align: -2px;
}
.header-contact__item p {
  margin: 0;
  color: #3D5D30;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}

/* Footer
--------------------------------------------- */
#footer {
  padding-bottom: 0 !important;
  background-color: #FFFFFF;
}
#footer_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem 6rem;
  width: 100% !important;
}
@media screen and (max-width: 960px) {
  #footer_inner {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1.25rem !important;
  }
}
#footer_info {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 960px) {
  #footer_info {
    width: 100%;
  }
}
#footer_info #footer_logo {
  width: 100%;
  max-width: 234px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #footer_info #footer_logo {
    max-width: 168px;
    margin: 0 auto;
  }
}
#footer_info #footer_logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer_info #footer_information {
  margin: 1.25rem 0;
}
#footer_info #footer_information p {
  color: #221815;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.6;
}
#footer_info #footer_social_link {
  text-align: left;
}
@media screen and (max-width: 960px) {
  #footer_info #footer_social_link {
    text-align: center;
  }
}
#footer_info #footer_social_link li {
  margin: 0 10px 0 0;
}
#footer_info #footer_social_link li a {
  width: 40px;
  height: 40px;
}
#footer_info #footer_social_link li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer_info #footer_social_link li.insta a::before {
  content: "";
  display: none;
}
#footer_map {
  width: calc(50% - 3rem);
  aspect-ratio: 16/9;
}
@media screen and (max-width: 960px) {
  #footer_map {
    width: 100%;
  }
}
#footer_map iframe {
  width: 100%;
  height: 100%;
}
#footer_menu {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 960px) {
  #footer_menu {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 960px) {
  #footer_menu ul {
    padding: 0;
  }
}
#footer_menu li a {
  font-family: "Noto Serif JP", serif;
}

/* copyright
--------------------------------------------- */
#copyright {
  height: auto !important;
  padding: 0.625rem;
  font-size: 0.75rem;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #copyright {
    font-size: 0.625rem;
    line-height: 1.8 !important;
  }
}

/* return top
--------------------------------------------- */
#return_top {
  padding-bottom: 0 !important;
}
#return_top.active {
  transform: translate3d(0, 0, 0) !important;
}
#return_top a {
  width: 44px !important;
  height: 44px !important;
  line-height: 40px !important;
}
@media screen and (max-width: 960px) {
  #return_top a {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
  }
}

/* drawer menu
--------------------------------------------- */
#drawer_menu {
  box-shadow: none !important;
  background-color: #D8ECF4 !important;
}
#drawer_menu .closeBtn {
  color: #3D5D30;
}
#drawer_menu #mobile_menu li:first-of-type a {
  border-top: 1px dashed #221815;
}
#drawer_menu #mobile_menu li a {
  border-bottom: 1px dashed #221815;
  background-color: transparent;
  color: #3D5D30;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#drawer_menu #footer_social_link {
  margin: 2.5rem auto 0;
  text-align: center;
}
#drawer_menu #footer_social_link li {
  margin: 0 10px 0 0;
}
#drawer_menu #footer_social_link li a {
  width: 40px;
  height: 40px;
}
#drawer_menu #footer_social_link li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#drawer_menu #footer_social_link li.insta a::before {
  content: "";
  display: none;
}
#drawer_menu .footer-contact {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin: 1.25rem auto 0;
  padding: 1.25rem;
}
#drawer_menu .footer-contact__item .link-btn {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 0.625rem 1rem;
  border-radius: 50px;
  color: #FFFFFF !important;
  font-size: 1rem;
}
#drawer_menu .footer-contact__item .link-btn.tel::before, #drawer_menu .footer-contact__item .link-btn.mail::before {
  width: 18px;
  height: 18px;
  vertical-align: -2px;
}
#drawer_menu .footer-contact__item p {
  margin: 0;
  color: #221815;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}

/* post content
--------------------------------------------- */
.p-main-content {
  position: relative;
}
.p-main-content__inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  .p-main-content__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.p-main-content .blog-list {
  list-style: none !important;
}

/* page header
--------------------------------------------- */
#page_header {
  height: 400px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 1050px) {
  #page_header {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  #page_header {
    height: 240px;
  }
}
#page_header_catch .catch {
  font-size: 2.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #page_header_catch .catch {
    font-size: 1.75rem;
  }
}
#page_header_catch .desc {
  color: #D8ECF4;
  font-size: 1.125rem;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  #page_header_catch .desc {
    font-size: 1rem;
  }
}

/* page contents
--------------------------------------------- */
#page_contents {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  #page_contents {
    padding-bottom: 3.75rem;
  }
}
#page_contents .style2a {
  border-bottom: none !important;
  color: #3D5D30 !important;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
#page_contents .style2b {
  font-family: "Noto Serif JP", serif;
}

/* post content
--------------------------------------------- */
.post_content p {
  line-height: 1.8;
}
.post_content li,
.post_content dt,
.post_content dd {
  line-height: 1.8;
}

/* single content
--------------------------------------------- */
.s-main-content {
  position: relative;
}
.s-main-content .entry-title {
  color: #221815;
  font-size: 1.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .s-main-content .entry-title {
    font-size: 1.625rem;
  }
}
.s-main-content__thumb {
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .s-main-content__thumb {
    margin: 1.5rem 0;
  }
}
.s-main-content__thumb img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
.s-main-content h2 {
  position: relative;
  margin-top: 3.75rem;
  color: #3D5D30;
  font-size: 1.875rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 600px) {
  .s-main-content h2 {
    font-size: 1.625rem;
  }
}
.s-main-content h3 {
  position: relative;
  margin-top: 3.75rem;
  padding: 1.25rem 0.9325rem;
  border-top: 1px solid #221815;
  border-bottom: 1px solid #221815;
  color: #221815;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .s-main-content h3 {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}
.s-main-content h4 {
  margin-top: 2.5rem;
  padding: 10px 0.9325rem;
  border-left: 5px solid #3D5D30;
  color: #221815;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .s-main-content h4 {
    margin-top: 2.4rem;
    font-size: 1.25rem;
  }
}
.s-main-content p {
  margin-top: 1.875rem;
  color: #221815;
  font-size: 0.9325rem;
  line-height: 1.8;
}
.s-main-content p + h2 {
  margin-top: 0.625rem;
}
@media screen and (max-width: 600px) {
  .s-main-content p {
    margin-top: 1.25rem;
  }
}
.s-main-content a {
  color: #221815;
  text-decoration: underline;
}
.s-main-content a:hover {
  opacity: 0.75;
  filter: opacity(75%);
}
.s-main-content img {
  margin-top: 1.875rem;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .s-main-content img {
    margin-top: 1.25rem;
  }
}
.s-main-content ul {
  margin-top: 1.875rem;
  font-size: 0.9325rem;
}
@media screen and (max-width: 600px) {
  .s-main-content ul {
    margin-top: 1.25rem;
  }
}
.s-main-content ul li {
  margin: 0 0.5rem;
  color: #221815;
}
.s-main-content ul li::marker {
  background-color: #2D4760;
  color: #2D4760;
}
.s-main-content ol {
  margin-top: 1.875rem;
  font-size: 0.9325rem;
}
@media screen and (max-width: 600px) {
  .s-main-content ol {
    margin-top: 1.25rem;
  }
}
.s-main-content ol li {
  position: relative;
  margin: 0 0.5rem;
  color: #221815;
}
.s-main-content ol li::marker {
  color: #2D4760;
}
.s-main-content table {
  width: 100%;
  margin: 1.875rem auto 0;
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  .s-main-content table {
    margin-top: 1.25rem;
  }
}
.s-main-content table thead {
  border: none;
}
.s-main-content table thead th {
  padding: 0.5rem 1rem;
  border: 1px solid #221815;
  background-color: #3D5D30;
  color: #FFFFFF;
  font-size: 0.9325rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .s-main-content table thead th {
    padding: 0.25rem 1rem;
  }
}
.s-main-content table tbody th {
  padding: 0.8rem 1rem;
  border: 1px solid #221815;
  background-color: #F7F7F7;
  color: #221815;
  font-size: 0.9325rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .s-main-content table tbody th {
    padding: 0.25rem 1rem;
  }
}
.s-main-content table tbody td {
  padding: 0.8rem 1rem;
  border: 1px solid #221815;
  color: #221815;
  font-size: 0.9325rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .s-main-content table tbody td {
    padding: 0.25rem 1rem;
  }
}
.s-main-content blockquote {
  width: 100%;
  margin-top: 1.875rem;
  padding: 2.4rem;
  border: none !important;
  background-color: #D8ECF4;
}
@media screen and (max-width: 600px) {
  .s-main-content blockquote {
    margin-top: 1.25rem;
    padding: 1rem;
  }
}
.s-main-content blockquote cite {
  color: #221815;
}

/* sidebar
--------------------------------------------- */
#side_contents {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 2.5rem;
  width: 100%;
  margin: 6.25rem 0 0 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #side_contents {
    grid-template-columns: 1fr;
  }
}
#side_contents .widget_block {
  width: 100%;
  list-style-type: none;
}
#side_contents .widget_block .wp-block-heading {
  position: relative;
  padding: 1.25rem 0.9325rem;
  border-top: 1px solid #221815;
  border-bottom: 1px solid #221815;
  color: #3D5D30;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 600px) {
  #side_contents .widget_block .wp-block-heading {
    font-size: 1.125rem;
  }
}
#side_contents .wp-block-latest-posts {
  width: 100%;
}
#side_contents .wp-block-latest-posts li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.625rem;
}
#side_contents .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  position: relative;
  overflow: hidden;
  width: 108px;
  height: auto;
  aspect-ratio: 16/9;
}
#side_contents .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#side_contents .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  width: calc(100% - 118px);
  line-height: 1.5;
}
#side_contents .wp-block-latest-posts li .wp-block-latest-posts__post-title:hover {
  color: #3D5D30;
}
#side_contents .wp-block-categories-list {
  width: 100%;
}
#side_contents .wp-block-categories-list .cat-item {
  width: 100%;
  margin-top: 0.5rem;
  list-style-type: none;
}
#side_contents .wp-block-categories-list .cat-item a {
  display: block;
  position: relative;
  color: #221815;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#side_contents .wp-block-categories-list .cat-item a:hover {
  color: #3D5D30;
  text-decoration: underline;
}
#side_contents .wp-block-categories-list .cat-item a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 8px;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #221815;
  vertical-align: 3px;
  transition: all 0.3s ease-in-out;
}
#side_contents .wpp-list {
  width: 100%;
  margin-top: 1.5rem;
}
#side_contents .wpp-list li {
  list-style-type: none;
}
#side_contents .wpp-list li img {
  border-radius: 5px;
}
#side_contents .wpp-list li a {
  color: #221815;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#side_contents .wpp-list li a:hover {
  opacity: 0.7;
  filter: opacity(70%);
}

/* 404 Not found
--------------------------------------------- */
.notfound__content {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 1280px) {
  .notfound__content {
    margin-top: 3.75rem;
  }
}
.notfound__content .entry-header h2 {
  position: relative;
  color: #221815;
  font-size: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .notfound__content .entry-header h2 {
    font-size: 1.25rem;
  }
}
.notfound__content .entry-content p {
  margin-top: 1.875rem;
  color: #221815;
  font-size: 0.9325rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .notfound__content .entry-content p {
    margin-top: 1.25rem;
    text-align: left;
  }
}
.notfound__link {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .notfound__link {
    margin-top: 1.875rem;
  }
}

/* blog list
--------------------------------------------- */
.blog-list {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 2.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .blog-list {
    grid-template-columns: 1fr;
  }
}

/* blog item
--------------------------------------------- */
.blog-item__thumb {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 5/4;
}
.blog-item__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  transition: all 0.3s ease-in-out;
}
.blog-item__thumb img:hover {
  transform: scale(1.1);
}
.blog-item__title {
  width: 100%;
  margin-top: 0.9375rem;
}
.blog-item__title h3 {
  margin: 0;
  color: #221815;
  font-size: 0.8375rem;
  font-weight: 500;
  line-height: 1.5;
}
.blog-item__title a {
  color: #221815;
  text-decoration: none;
}
.blog-item__link a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem 0 0 auto;
  padding: 0.5rem;
  border: 1px solid #3D5D30;
  border-radius: 4px;
  color: #3D5D30;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
.blog-item__link a:hover {
  background-color: #3D5D30;
  color: #FFFFFF;
}

.breadcrumbs {
  width: 100%;
  margin: 0.25rem 0 0;
}
.breadcrumbs span {
  margin: 0 0.25rem;
  color: #221815;
  font-size: 0.9325rem;
}
.breadcrumbs span a {
  color: #221815;
  font-size: 0.9325rem;
  text-decoration: none;
}

/* Button
--------------------------------------------- */
.link-btn {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.9375rem 2.5rem;
  border-radius: 10px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .link-btn {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
}
.link-btn.btn-primary {
  background-color: #3D5D30;
  color: #FFFFFF;
}
.link-btn.btn-primary:hover {
  background-color: #304A26;
}
.link-btn.btn-accent {
  background-color: #EB5F44;
  color: #FFFFFF;
}
.link-btn.btn-accent:hover {
  background-color: #BC4C36;
}
.link-btn.btn-white {
  border: 1px solid #221815;
  background-color: #FFFFFF;
  color: #221815;
}
.link-btn.btn-white:hover {
  background-color: #221815;
  color: #FFFFFF;
}
.link-btn.btn-white:hover::before {
  background-color: #FFFFFF;
}
.link-btn.btn-white::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 8px;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #221815;
  vertical-align: 3px;
  transition: all 0.3s ease-in-out;
}
.link-btn.btn-black {
  border: 1px solid #221815;
  background-color: #221815;
  color: #FFFFFF;
}
.link-btn.btn-black:hover {
  background-color: #FFFFFF;
  color: #221815;
}
.link-btn.btn-black:hover::before {
  background-color: #221815;
}
.link-btn.btn-black::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 8px;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  vertical-align: 3px;
  transition: all 0.3s ease-in-out;
}
.link-btn.tel::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 0.625rem;
  background-image: url("../img/common/icon_tel.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -5px;
}
@media screen and (max-width: 600px) {
  .link-btn.tel::before {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
  }
}
.link-btn.mail::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 0.625rem;
  background-image: url("../img/common/icon_mail.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -5px;
}
@media screen and (max-width: 600px) {
  .link-btn.mail::before {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
  }
}

.link-txt {
  display: block;
  position: relative;
  color: #3D5D30;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .link-txt {
    font-size: 1rem;
  }
}
.link-txt:hover {
  opacity: 0.7;
  filter: opacity(70%);
}
.link-txt::after {
  content: "\f35a";
  display: inline-block;
  margin-left: 0.5rem;
  color: #3D5D30;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

/* cta
--------------------------------------------- */
.c-cta {
  position: relative;
  padding: 0 2.5rem;
}
@media screen and (max-width: 600px) {
  .c-cta {
    padding: 0 1.25rem;
  }
}
.c-cta-wrap {
  width: 100%;
  padding: 5rem 2.5rem;
  border-radius: 40px;
  background-color: #D8ECF4;
}
@media screen and (max-width: 600px) {
  .c-cta-wrap {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 480px) {
  .c-cta-wrap {
    padding: 3.75rem 0;
  }
}
.c-cta-wrap__content {
  width: 100%;
  margin-top: 2.5rem;
}
.c-cta-wrap__content .request-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem 1rem;
}
@media screen and (max-width: 960px) {
  .c-cta-wrap__content .request-list {
    flex-wrap: wrap;
  }
}
.c-cta-wrap__content .request-list li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  border: 1px solid #2D4760;
  border-radius: 8px;
  background-color: #D8ECF4;
  color: #2D4760;
  font-weight: 500;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .c-cta-wrap__content .request-list li {
    width: 100%;
  }
}
.c-cta-wrap__content p {
  margin-top: 1.875rem;
  color: #221815;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  line-height: 2;
}
.c-cta-wrap__content .line {
  width: 100%;
  max-width: 800px;
  margin: 1.875rem auto;
  border: none;
  border-top: 1px dotted #221815;
}
.c-cta-wrap__links {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 1.5rem 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-cta-wrap__links {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .c-cta-wrap__links {
    width: 100%;
  }
}
.c-cta-wrap__link {
  width: 100%;
}
.c-cta-wrap__link .link-btn {
  width: 345px;
}
@media screen and (max-width: 480px) {
  .c-cta-wrap__link .link-btn {
    width: 100%;
    max-width: 345px;
  }
}
.c-cta-wrap__link p {
  margin-top: 0.5rem;
  color: #221815;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-cta-wrap__link p {
    font-size: 0.875rem;
  }
}

/* flow
--------------------------------------------- */
.l-flow {
  padding: 7.5rem 0;
  background-color: #FFFFFF;
  border-radius: 60px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-flow {
    padding: 3.75rem 0;
    border-radius: 30px;
  }
}
.l-flow__list {
  margin: 3.75rem 0 0 0 !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 960px) {
  .l-flow__list {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
.l-flow__item {
  background-color: #F7F7F7;
  border-radius: 10px;
  border: 1px solid #221815;
  padding: 1.25rem 1.25rem 1.5625rem;
  max-width: 255px;
  width: 100%;
  position: relative;
  list-style: none;
}
.l-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../img/common/flow-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .l-flow__item:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
.l-flow__stepWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-flow__step {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Michroma", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  width: 2.1875rem;
  aspect-ratio: 1/1;
  background-color: #3D5D30;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
}
.l-flow__iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
}
.l-flow__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-flow__icon--01 {
  width: 52px;
  aspect-ratio: 52/35;
}
.l-flow__icon--02 {
  width: 60px;
  aspect-ratio: 60/49;
}
.l-flow__icon--03 {
  width: 70px;
  aspect-ratio: 70/46;
}
.l-flow__icon--04 {
  width: 76px;
  aspect-ratio: 76/50;
}
.l-flow h3.l-flow__title {
  margin-top: 0 !important;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #3D5D30;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.l-flow p.l-flow__text {
  margin: 0.75rem 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #221815;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* contact form 7
--------------------------------------------- */
.wpcf7 {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .wpcf7 {
    margin-top: 1.5rem;
  }
}
.wpcf7 .cf-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DEDEDE;
}
.wpcf7 .cf-item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .wpcf7 .cf-item {
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.wpcf7 .cf-item dt {
  display: block;
  width: 160px;
  color: #221815;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .wpcf7 .cf-item dt {
    width: 100%;
  }
}
.wpcf7 .cf-item dt span {
  display: block;
  color: #2D4760;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .wpcf7 .cf-item dt span {
    display: inline-block;
    margin-left: 0.5rem;
  }
}
.wpcf7 .cf-item dd {
  width: calc(100% - 160px);
  color: #221815;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .wpcf7 .cf-item dd {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.wpcf7 .cf-item dd .wpcf7-radio .wpcf7-list-item {
  margin: 0 1rem 0 0;
}
.wpcf7 .cf-item dd input[type=text],
.wpcf7 .cf-item dd input[type=tel],
.wpcf7 .cf-item dd input[type=email] {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #221815;
  font-size: 1rem;
}
.wpcf7 .cf-item dd textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #221815;
  font-size: 1rem;
}
.wpcf7 .cf-item dd select {
  padding: 0.75rem 1rem;
  border: 1px solid #DEDEDE;
  background-color: #FFFFFF;
  color: #221815;
  font-size: 1rem;
}
.wpcf7 .cf-item dd input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border: 2px solid #DEDEDE;
  border-radius: 50%;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .cf-item dd input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #221815;
  transform: translate(-50%, -50%);
}
.wpcf7 .cf-item dd .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #2D4760;
  font-size: 12px;
}
.wpcf7 .cf-link-btn {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .wpcf7 .cf-link-btn {
    margin-top: 1.5rem;
  }
}
.wpcf7 .cf-link-btn .submit-btn {
  margin: 0 auto;
}
.wpcf7 .cf-link-btn .back-btn {
  background-color: #F7F7F7;
  color: #221815;
}

/* snow monkery form
--------------------------------------------- */
.snow-monkey-form {
  width: 100%;
  max-width: 800px;
  margin: 1.25rem auto;
}
.snow-monkey-form .smf-item {
  border-bottom: 1px dotted #221815;
}
@media screen and (max-width: 600px) {
  .snow-monkey-form .smf-item__col--label {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    padding-bottom: 0 !important;
  }
}
.snow-monkey-form .smf-item__label {
  color: #221815;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
.snow-monkey-form .smf-item__description {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0 !important;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #B50000;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: 1px;
}
@media screen and (max-width: 600px) {
  .snow-monkey-form .smf-item__description {
    margin: 0 !important;
  }
}
.snow-monkey-form .smf-item__controls {
  color: #221815;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .snow-monkey-form .smf-item__controls {
    display: block;
    width: 100%;
    margin-top: 6px;
  }
}
.snow-monkey-form .smf-item__controls input[type=text],
.snow-monkey-form .smf-item__controls input[type=email],
.snow-monkey-form .smf-item__controls input[type=tel] {
  width: 100%;
  padding: 0.9325rem 1rem;
  border-radius: 4px;
  color: #221815;
  font-size: 1rem;
}
.snow-monkey-form .smf-item__controls .smf-textarea-control__control {
  width: 100%;
  padding: 0.9325rem 1rem;
  border-radius: 4px;
  color: #221815;
  font-size: 1rem;
}
.snow-monkey-form .smf-item__controls .smf-radio-button-control,
.snow-monkey-form .smf-item__controls .smf-checkbox-control {
  align-items: center !important;
}
.snow-monkey-form .smf-item__controls input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 0 !important;
  border-radius: 50%;
  vertical-align: -10px;
}
.snow-monkey-form .smf-item__controls input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3D5D30;
  transform: translate(-50%, -50%);
}
.snow-monkey-form .smf-item__controls input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  vertical-align: -6px;
}
.snow-monkey-form .smf-item__controls input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #3D5D30;
  border-bottom: 2px solid #3D5D30;
  transform: rotate(40deg) skewY(10deg) translateY(-50%);
  transform-origin: center right;
}
.snow-monkey-form .smf-item__controls .smf-select-control__control {
  width: 100%;
  padding: 0.9325rem 1.5rem;
  border-radius: 4px;
  color: #221815;
  font-size: 1rem;
}
.snow-monkey-form .smf-item__controls .wp-block-group {
  margin-bottom: 10px;
}
.snow-monkey-form .smf-item__controls .wp-block-group p {
  margin-top: 0 !important;
}

.smf-action .smf-button-control__control {
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0.9325rem 0 1rem 0;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.smf-action .smf-button-control__control[data-action=confirm], .smf-action .smf-button-control__control[data-action=complete] {
  border: 2px solid #3D5D30;
  background: #3D5D30;
  color: #FFFFFF;
}
.smf-action .smf-button-control__control[data-action=confirm]:hover, .smf-action .smf-button-control__control[data-action=complete]:hover {
  border: 2px solid #304A26;
  background-color: #304A26;
  color: #FFFFFF;
}

/* news list
--------------------------------------------- */
/* news item
--------------------------------------------- */
.news-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.25rem 40px;
  position: relative;
  width: 100%;
  margin-top: 0.9325rem;
  padding-bottom: 0.9325rem;
  border-bottom: 1px dotted #221815;
}
@media screen and (max-width: 600px) {
  .news-item {
    flex-wrap: wrap;
  }
}
.news-item time {
  width: 6em;
  color: #3D5D30;
  font-size: 0.9325rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .news-item time {
    display: block;
    width: 100%;
  }
}
.news-item a {
  width: calc(100% - 6em);
  color: #221815;
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .news-item a {
    display: block;
    width: 100%;
  }
}
.news-item a:hover {
  text-decoration: underline;
}

/* kakomi
--------------------------------------------- */
.kakomi {
  gap: 0;
  margin: 1.875rem auto 0;
  padding: 1.875rem;
  background-color: #D8ECF4;
}
@media screen and (max-width: 600px) {
  .kakomi {
    padding: 1.25rem;
  }
}
.kakomi ul {
  margin: 0.9325rem 0 0 0.9325rem !important;
}
.kakomi ul li {
  list-style: disc;
}
.kakomi ul li::marker {
  color: #3D5D30;
  font-size: 1.125rem;
}
.kakomi ol {
  margin: 0.9325rem 0 0 0.9325rem !important;
}
.kakomi ol li {
  list-style: decimal;
}
.kakomi ol li::marker {
  color: #3D5D30;
  font-size: 1.125rem;
}
.kakomi p {
  margin: 0.9325rem 0 0 0 !important;
}
.kakomi.kakomi_with_title {
  position: relative;
}
.kakomi.kakomi_with_title .title {
  margin: 0 !important;
  color: #3D5D30;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.kakomi.no_title p:first-of-type {
  margin-top: 0 !important;
}
.kakomi.no_title ul:first-of-type,
.kakomi.no_title ol:first-of-type {
  margin-top: 0 !important;
}

/* related
--------------------------------------------- */
.related {
  position: relative;
  margin: 1.875rem 0 0;
  padding: 1.875rem;
  border: 2px solid #3D5D30;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .related {
    margin-top: 1.25rem;
    padding: 1.25rem;
  }
}
.related .title,
.related .related_title {
  margin: 0 !important;
  color: #3D5D30;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.related p {
  position: relative;
  margin: 0.9325rem 0 0 0 !important;
}
.related ul {
  margin: 0.9325rem 0 0 0 !important;
}
.related ul li {
  margin: 0 !important;
  padding: 0.625em 0;
  border-bottom: 1px dotted #221815;
  list-style-type: none;
}
.related ul li:first-child {
  border-top: 1px dotted #221815;
}
.related ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.9325rem;
  text-decoration: none !important;
}
.related ul li a .thumbnail {
  position: relative;
  overflow: hidden;
  width: 144px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 600px) {
  .related ul li a .thumbnail {
    width: 100px;
  }
}
.related ul li a .thumbnail img {
  margin: 0 !important;
}
.related ul li a .post_title {
  width: calc(100% - 168px);
  margin-top: 0 !important;
  color: #221815;
  font-size: 0.9325rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .related ul li a .post_title {
    width: calc(100% - 116px);
  }
}

/* cv btn
--------------------------------------------- */
.cvbtn {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  margin: 1.875rem 0;
  padding: 0.9375rem 2.5rem;
  border-radius: 10px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .cvbtn {
    font-size: 1rem;
  }
}
.cvbtn.cvbtn_1 {
  background-color: #3D5D30;
  color: #FFFFFF !important;
}
.cvbtn.cvbtn_1:hover {
  opacity: 0.7;
  filter: opacity(70%);
}
.cvbtn.cvbtn_2 {
  border: 2px solid #221815;
  background: #FFFFFF;
  color: #221815;
}
.cvbtn.cvbtn_2:hover {
  opacity: 1;
  filter: opacity(100%);
  border: 2px solid #3D5D30;
  background-color: #FFFFFF;
  color: #3D5D30;
}
.cvbtn.cvbtn_2::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 8px;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #221815;
  vertical-align: 3px;
  transition: all 0.3s ease-in-out;
}

.txtlink {
  position: relative;
  color: #2D4760 !important;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.txtlink::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 0.625rem;
  background-image: url("../img/common/flow-arrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -1px;
}

/* table wrap
--------------------------------------------- */
.table-wrap table {
  overflow-x: scroll;
  white-space: nowrap;
}

.wp-block-search {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 640px;
  margin: 1.875rem auto;
  border: 1px solid #221815;
  border-radius: 8px;
}
.wp-block-search__input {
  width: calc(100% - 80px);
  padding: 10px 1rem;
  border: none;
  background-color: transparent;
  font-size: 0.9325rem;
}
.wp-block-search__input:focus {
  outline: none;
}
.wp-block-search__button {
  width: 80px;
  padding: 1rem 10px;
  border: none;
  border-radius: 0 8px 8px 0;
  background-color: #221815;
  color: #FFFFFF;
  font-size: 0.9325rem;
  text-align: center;
}

/* staff
--------------------------------------------- */
.post_content .staff-card {
  position: relative;
  width: 100%;
  max-width: 320px;
}
.post_content .staff-card:nth-child(2n) {
  margin-top: 2.5rem;
}
.post_content .staff-card__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 320/420;
}
.post_content .staff-card__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.post_content .staff-card__text {
  width: 100%;
  margin-top: 0.625rem;
  padding: 1.875rem 1.25rem;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.post_content .staff-card__text h3 {
  margin: 10px 0 !important;
  padding: 0;
  color: #221815;
  font-size: 1.625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.post_content .staff-card__text h4 {
  margin: 1.25rem 0 0 0 !important;
  color: #3D5D30;
  font-size: 1rem;
  font-weight: 700;
}
.post_content .staff-card__text p {
  margin: 0.625rem 0 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
.post_content .staff-card__text-eng {
  margin: 0 0 0.625rem 0 !important;
  color: #3D5D30;
  font-size: 0.75rem !important;
  font-family: "Michroma", sans-serif;
}
.post_content .staff-card__text-position {
  color: #3D5D30;
  font-family: "Michroma", sans-serif;
}

/* table of contents
--------------------------------------------- */
#toc_container {
  width: 100%;
  margin-top: 2.5rem;
  padding: 1.875rem;
  border: none;
  border: 1px solid #221815;
  background-color: #FFFFFF !important;
}
@media screen and (max-width: 600px) {
  #toc_container {
    margin-top: 1.875rem;
    padding: 1.25rem;
  }
}
#toc_container .toc_title {
  color: #221815;
  font-size: 1.25rem;
  font-weight: 700;
}
#toc_container .toc_title span {
  color: #221815;
  font-weight: 400;
}
#toc_container .toc_list {
  margin: 0;
  padding: 0;
}
#toc_container .toc_list > li {
  margin: 0;
  list-style-type: none;
}
#toc_container .toc_list > li > a {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
  color: #221815;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
#toc_container .toc_list ul {
  margin: 0.5rem 0 0 1rem;
}
#toc_container .toc_list ul li a {
  color: #221815;
  font-size: 0.9325rem;
  font-weight: 400;
  text-decoration: none;
}
#toc_container .toc_list ul ul {
  margin: 0;
  padding: 0;
}

/* main-visual
--------------------------------------------- */
.f-mv {
  position: relative;
  padding: 0 1.25rem;
}
.f-mv__inner {
  display: -moz-grid;
  display: grid;
  grid-template-columns: 30% calc(40% - 60px) 30%;
  grid-template-rows: 1fr;
  gap: 30px;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1050px) {
  .f-mv__inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .f-mv__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px 15px;
    padding-top: 5rem;
  }
}
.f-mv-text {
  order: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3.75rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .f-mv-text {
    order: 1;
    grid-column: 1/3;
  }
}
.f-mv-text h1 {
  position: relative;
  z-index: 1;
  color: #221815;
  font-size: 2.6vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 600px) {
  .f-mv-text h1 {
    font-size: 1.875rem;
  }
}
.f-mv-text .mv-logo {
  display: block;
  width: 180px;
  height: auto;
  margin-inline: auto;
}
.f-mv-text .mv-hokkaido {
  display: inline-block;
  position: absolute;
  top: 3.25%;
  left: 50%;
  z-index: 0;
  width: 73.75%;
  height: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .f-mv-text .mv-hokkaido {
    top: -50px;
    width: 240px;
  }
}
.f-mv-image.block01 {
  order: 1;
}
@media screen and (max-width: 600px) {
  .f-mv-image.block01 {
    order: 2;
  }
}
.f-mv-image.block01 .img02 {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .f-mv-image.block01 .img02 {
    margin-top: 15px;
  }
}
.f-mv-image.block02 {
  order: 3;
}
.f-mv-image.block02 .img04 {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .f-mv-image.block02 .img04 {
    gap: 15px;
    width: 100%;
    margin: 15px 0;
  }
}
.f-mv-image figure {
  line-height: 0;
}
.f-mv-image figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

/* concept
--------------------------------------------- */
.f-concept {
  position: relative;
  z-index: 3;
  border-radius: 60px;
  background-color: #F7F7F7;
  background-image: url("../img/front/about_bg.svg");
  background-position: center;
  background-size: 90% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .f-concept {
    background-size: cover;
  }
}
.f-concept__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1.5rem 2.5rem;
  padding-top: 6.75rem;
  padding-bottom: 7.75rem;
}
@media screen and (max-width: 960px) {
  .f-concept__inner {
    flex-wrap: wrap;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.f-concept-text {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .f-concept-text {
    width: 100%;
  }
}
.f-concept-text .section-title h2 {
  color: #3D5D30;
  text-align: center;
}
.f-concept-text p {
  margin-top: 1.5rem;
  color: #221815;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .f-concept-text p {
    text-align: left;
  }
}
.f-concept-text p:first-of-type {
  margin-top: 2.5rem;
}
@media screen and (max-width: 600px) {
  .f-concept-text p:first-of-type {
    margin-top: 1.875rem;
  }
}
.f-concept-image.block01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(25% - 1.875rem);
}
@media screen and (max-width: 960px) {
  .f-concept-image.block01 {
    width: 100%;
    flex-direction: row;
  }
}
.f-concept-image.block01 .img01 {
  position: relative;
  align-self: flex-start;
  width: 68.75%;
}
@media screen and (max-width: 960px) {
  .f-concept-image.block01 .img01 {
    top: -1rem;
    width: 43.75%;
  }
}
.f-concept-image.block01 .img02 {
  align-self: flex-end;
  width: 93.75%;
}
@media screen and (max-width: 960px) {
  .f-concept-image.block01 .img02 {
    width: 47.75%;
  }
}
.f-concept-image.block02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(25% - 1.875rem);
}
@media screen and (max-width: 960px) {
  .f-concept-image.block02 {
    width: 100%;
    flex-direction: row;
  }
}
.f-concept-image.block02 .img03 {
  position: relative;
  top: 24.25%;
  right: -5%;
  align-self: flex-end;
  width: 103.125%;
}
@media screen and (max-width: 960px) {
  .f-concept-image.block02 .img03 {
    top: -0.625rem;
    right: 0;
    left: 2.5%;
    align-self: flex-start;
    width: 48.25%;
  }
}
.f-concept-image.block02 .img04 {
  position: relative;
  bottom: -10.25%;
  align-self: flex-start;
  width: 75.93%;
}
@media screen and (max-width: 960px) {
  .f-concept-image.block02 .img04 {
    bottom: -1.25rem;
    align-items: flex-end;
    align-self: flex-end;
    width: 38.25%;
  }
}
.f-concept-image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

/* message
--------------------------------------------- */
.f-message {
  position: relative;
  top: -5rem;
  z-index: 0;
  background-image: url("../img/front/bg_logo1.svg");
  background-position: top 0 left 5%;
  background-size: 59.16% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .f-message {
    top: -2.5rem;
    background: none;
    background-image: none;
  }
}
.f-message__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem 5rem;
  padding-top: 11.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 600px) {
  .f-message__inner {
    flex-wrap: wrap;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.f-message__inner .section-title {
  width: 100%;
}
.f-message__inner .section-title h2 {
  color: #2D4760;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .f-message__inner .section-title h2 {
    text-align: center;
  }
}
.f-message__thumb {
  width: 40.41%;
}
@media screen and (max-width: 600px) {
  .f-message__thumb {
    width: 100%;
  }
}
.f-message__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.f-message__text {
  width: 46.25%;
}
@media screen and (max-width: 600px) {
  .f-message__text {
    width: 100%;
  }
}
.f-message__text p {
  margin-top: 1.5rem;
  color: #221815;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .f-message__text p:first-of-type {
    margin-top: 0;
  }
}
.f-message__link {
  margin-top: 1.875rem;
}
@media screen and (max-width: 600px) {
  .f-message__link {
    margin-top: 1.25rem;
  }
}
.f-message__link .link-btn {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .f-message__link .link-btn {
    margin-inline: auto;
  }
}

/* business
--------------------------------------------- */
.f-business {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -5rem;
  border-radius: 60px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 600px) {
  .f-business {
    margin-top: -2.5rem;
    border-radius: 30px;
  }
}
.f-business__inner {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  .f-business__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.f-business-text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 600px) {
  .f-business-text {
    margin-top: 1.25rem;
  }
}
.f-business-text p {
  color: #221815;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .f-business-text p {
    text-align: left;
  }
}
.f-business-wrap__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1.5rem 5rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 600px) {
  .f-business-wrap__item {
    flex-wrap: wrap;
    margin-top: 3.75rem;
  }
}
.f-business-wrap__item:first-of-type {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .f-business-wrap__item:first-of-type {
    margin-top: 2.5rem;
  }
}
.f-business-wrap__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .f-business-wrap__item:nth-of-type(odd) {
    flex-direction: row;
  }
}
.f-business-wrap__item-thumb {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .f-business-wrap__item-thumb {
    width: 100%;
  }
}
.f-business-wrap__item-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.f-business-wrap__item-text {
  width: 33.33%;
}
@media screen and (max-width: 600px) {
  .f-business-wrap__item-text {
    width: 100%;
  }
}
.f-business-wrap__item-text h3 {
  color: #3D5D30;
  font-size: 1.625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .f-business-wrap__item-text h3 {
    font-size: 1.25rem;
  }
}
.f-business-wrap__item-text p {
  margin-top: 1.5rem;
  color: #221815;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .f-business-wrap__item-text p {
    margin-top: 1.25rem;
  }
}
.f-business-wrap__item-link {
  margin-top: 1.875rem;
}
@media screen and (max-width: 600px) {
  .f-business-wrap__item-link {
    margin-top: 1.25rem;
  }
}
.f-business-wrap__item-link .link-btn {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .f-business-wrap__item-link .link-btn {
    margin-inline: auto;
  }
}

/* hokkaido
--------------------------------------------- */
.f-hokkaido {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -5rem;
}
@media screen and (max-width: 600px) {
  .f-hokkaido {
    margin-top: -2.5rem;
  }
}
.f-hokkaido img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  object-fit: contain;
}

/* Instagram
--------------------------------------------- */
.f-instagram {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -5rem;
  border-radius: 60px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  .f-instagram {
    margin-top: -2.5rem;
    border-radius: 30px;
  }
}
.f-instagram__inner {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  .f-instagram__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.f-instagram-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 600px) {
  .f-instagram-wrap {
    margin-top: 1.25rem;
  }
}

/* news
--------------------------------------------- */
.f-news {
  position: relative;
  z-index: 0;
  margin-top: -5rem;
  background-color: #F7F7F7;
}
@media screen and (max-width: 600px) {
  .f-news {
    margin-top: -2.5rem;
  }
}
.f-news__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 11.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  .f-news__inner {
    flex-wrap: wrap;
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}
.f-news-title {
  text-align: left;
}
.f-news-title h2 {
  text-align: left;
}
.f-news-list {
  width: 68%;
}
@media screen and (max-width: 600px) {
  .f-news-list {
    width: 100%;
  }
}
.f-news__link {
  margin-top: 1.875rem;
}
@media screen and (max-width: 600px) {
  .f-news__link {
    margin-top: 1.25rem;
  }
}
.f-news__link .news-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  background-color: #221815;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .f-news__link .news-btn {
    margin-inline-start: auto;
    margin-inline-end: 0;
  }
}
.f-news__link .news-btn:hover {
  opacity: 0.7;
  filter: opacity(70%);
}

/* blog
--------------------------------------------- */
.f-blog {
  position: relative;
  background-image: url("../img/front/bg_logo2.svg");
  background-position: top -2% right 0;
  background-size: 38% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .f-blog {
    background-size: 54.75% auto;
  }
}
.f-blog__inner {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  .f-blog__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.f-blog .blog-list {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .f-blog .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .f-blog .blog-list {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .f-blog .blog-list {
    grid-template-columns: 1fr;
  }
}
.f-blog__link {
  margin-top: 2.5rem;
}
@media screen and (max-width: 600px) {
  .f-blog__link {
    margin-top: 1.25rem;
  }
}

/* concept
--------------------------------------------- */
.l-about-concept {
  position: relative;
  z-index: 3;
  border-radius: 0 0 60px 60px;
  background-color: #FFFFFF;
  background-image: url("../img/about/concept_bg.png");
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .l-about-concept {
    border-radius: 0 0 30px 30px;
    background: none;
  }
}
.l-about-concept__inner {
  padding-top: 7.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 600px) {
  .l-about-concept__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.l-about-concept__inner figure {
  width: 100%;
  max-width: 600px;
  margin: 2.5rem auto 0;
}
.l-about-concept__inner p {
  color: #221815;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .l-about-concept__inner p {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.l-about-concept__inner p.sub-title {
  margin-top: 2.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .l-about-concept__inner p.sub-title {
    font-size: 1.25rem;
  }
}

/* strategy
--------------------------------------------- */
.l-about-strategy {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: -5rem;
  background-image: url("../img/about/strategy_01.webp");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .l-about-strategy {
    margin-top: -2.5rem;
  }
}
.l-about-strategy__inner {
  padding-top: 15rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 600px) {
  .l-about-strategy__inner {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}
.l-about-strategy__inner .section-title {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 600px) {
  .l-about-strategy__inner .section-title {
    margin-bottom: 2.5rem;
  }
}
.l-about-strategy__inner .section-title h2 {
  color: #FFFFFF;
}
.l-about-strategy__inner .section-title h2 span {
  color: #FFFFFF;
}
.l-about-strategy__inner p {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .l-about-strategy__inner p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* commit
--------------------------------------------- */
.l-about-commit {
  position: relative;
  width: 100%;
  background-image: url("../img/about/strategy_02.webp");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-about-commit__inner {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2.5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 600px) {
  .l-about-commit__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.l-about-commit__item {
  width: 100%;
  padding: 2rem 2.5rem;
  border: 1px solid #FFFFFF;
  background-color: rgba(34, 24, 21, 0.15);
}
.l-about-commit__item h3 {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .l-about-commit__item h3 {
    font-size: 1.25rem;
  }
}
.l-about-commit__item p {
  margin-top: 1.25rem;
  margin-bottom: 0 !important;
  color: #FFFFFF;
  font-size: 0.9325rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.8 !important;
  letter-spacing: 0.05em;
}

/* message
--------------------------------------------- */
.l-about-message {
  position: relative;
  background-image: url("../img/about/ceo_bg.webp");
  background-position: top 4.25% left 12.25%;
  background-size: 48.15% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .l-about-message {
    background-position: top 18.25% left 12.25%;
    background-size: 150% auto;
  }
}
.l-about-message__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10rem;
}
@media screen and (max-width: 960px) {
  .l-about-message__inner {
    flex-wrap: wrap;
    width: 100%;
    left: auto;
  }
}
.l-about-message__inner .section-title {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .l-about-message__inner .section-title {
    margin: 0 auto 2.5rem;
    text-align: center;
  }
}
.l-about-message__thumb {
  position: relative;
  width: calc(44.44vw + var(--breakout-size));
  left: calc(-1 * var(--breakout-size));
}
@media screen and (max-width: 1280px) {
  .l-about-message__thumb {
    width: 44.44vw;
    left: -2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-about-message__thumb {
    width: calc(100% + 2.5rem);
    left: -2.5rem;
  }
}
.l-about-message__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 10px 10px 0;
}
.l-about-message__text {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .l-about-message__text {
    width: 100%;
  }
}
.l-about-message__text p {
  margin-top: 1.25rem;
  color: #221815;
  font-size: 0.9325rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.l-about-message__text-name p {
  color: #221815;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  text-align: right;
}

/* photo
--------------------------------------------- */
.l-about-photo {
  display: block;
  position: relative;
  width: 100%;
  margin: 5rem 0;
}

/* policy
--------------------------------------------- */
.l-about-policy {
  position: relative;
  width: 100%;
}
.l-about-policy__inner {
  width: calc(100% - 2.5rem);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  border-top: 1px solid #221815;
}
@media screen and (max-width: 600px) {
  .l-about-policy__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.l-about-policy__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .l-about-policy__item {
    flex-direction: column;
  }
}
.l-about-policy__item-title {
  width: 25%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .l-about-policy__item-title {
    width: 100%;
  }
}
.l-about-policy__item-title h3 {
  color: #221815;
  font-size: 1.625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .l-about-policy__item-title h3 {
    font-size: 1.25rem;
  }
}
.l-about-policy__item-title h3 span {
  display: block;
  margin-top: 0.9375rem;
  color: #3D5D30;
  font-size: 0.75rem;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
}
.l-about-policy__item-text {
  width: 75%;
}
@media screen and (max-width: 600px) {
  .l-about-policy__item-text {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.l-about-policy__item-text p {
  color: #221815;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 600px) {
  .l-about-policy__item-text p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.l-about-policy__item-text ol li {
  color: #221815;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 600px) {
  .l-about-policy__item-text ol li {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

/* staff
--------------------------------------------- */
.l-about-staff {
  position: relative;
  width: 100%;
  background-color: #F7F7F7;
}
.l-about-staff__inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  .l-about-staff__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.l-about-staff__wrap {
  margin-top: 2.5rem;
}

/* company
--------------------------------------------- */
.l-about-company {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
  background-color: #F7F7F7;
}
.l-about-company__inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  .l-about-company__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.l-about-company__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  margin-top: 1.125rem;
  margin-bottom: 0 !important;
  padding-bottom: 1.125rem;
  border-bottom: 1px dotted #DEDEDE;
}
@media screen and (max-width: 600px) {
  .l-about-company__item {
    margin-top: 0.9325rem;
    padding-bottom: 0.9325rem;
  }
}
.l-about-company__item:first-of-type {
  margin-top: 2.5rem;
}
.l-about-company__item dt {
  width: 10rem;
  padding-left: 0.625rem;
  color: #221815;
  font-size: 0.9325rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .l-about-company__item dt {
    width: 6.25rem;
  }
}
.l-about-company__item dd {
  width: calc(100% - 10rem);
  margin: 0 !important;
  color: #221815;
  font-size: 0.9325rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .l-about-company__item dd {
    width: calc(100% - 6.25rem);
  }
}

/* sale
--------------------------------------------- */
.l-sale-message {
  background-color: #F7F7F7;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 600px) {
  .l-sale-message {
    border-radius: 0 0 30px 30px;
  }
}
.l-sale-message__inner {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.l-sale-message__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #221815;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .l-sale-message__text {
    font-size: 1rem;
    text-align: left;
  }
}
.l-sale-message__categories {
  margin-top: 5rem;
}
.l-sale-message__grid {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 6.25rem;
}
@media screen and (max-width: 1280px) {
  .l-sale-message__grid {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 600px) {
  .l-sale-message__grid {
    grid-template-columns: 1fr;
  }
}
.l-sale-message__image {
  aspect-ratio: 550/400;
  max-width: 550px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 600px) {
  .l-sale-message__image {
    max-width: 100%;
  }
}
.l-sale-message h2.l-sale-message__item-title {
  margin-top: 6.25rem !important;
  padding: 0 !important;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #3D5D30;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-sale-message h2.l-sale-message__item-title {
    margin-top: 5rem !important;
    font-size: 1.25rem;
  }
}
.l-sale-message h2.l-sale-message__item-title::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 3.75rem;
  background-color: #221815;
}
@media screen and (max-width: 600px) {
  .l-sale-message h2.l-sale-message__item-title::before {
    top: -3.75rem;
    height: 2.5rem;
  }
}
.l-sale-message__item-text {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: 0 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #221815;
}
.l-sale-message__button {
  margin-top: 3.75rem;
}

.l-strength__inner {
  padding-top: 7.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  .l-strength__inner {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}
.l-strength__grid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 5rem;
  flex-direction: column;
  gap: 6.25rem;
}
@media screen and (max-width: 600px) {
  .l-strength__grid {
    gap: 3.75rem;
  }
}
.l-strength__item {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5rem;
  text-align: left;
  overflow: visible;
}
@media screen and (max-width: 960px) {
  .l-strength__item {
    gap: 2.5rem 3.75rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .l-strength__item {
    gap: 1.25rem;
  }
}
.l-strength__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-strength__item:nth-child(1)::before {
  background-image: url("../img/lower/sale/strength1_bg.png");
  aspect-ratio: 781/365;
  max-width: 781px;
  top: -6.875rem;
  right: calc(50% - 50vw);
}
.l-strength__item:nth-child(2)::before {
  background-image: url("../img/lower/sale/strength2_bg.png");
  aspect-ratio: 341/243;
  max-width: 341px;
  top: -4.375rem;
  left: calc(50% - 50vw);
}
.l-strength__item:nth-child(3)::before {
  background-image: url("../img/lower/sale/strength3_bg.png");
  aspect-ratio: 616/270;
  max-width: 616px;
  bottom: -24.25rem;
  right: -3rem;
}
@media screen and (max-width: 960px) {
  .l-strength__item:nth-child(3)::before {
    bottom: -14.25rem;
  }
}
@media screen and (max-width: 600px) {
  .l-strength__item:nth-child(3)::before {
    bottom: -10.25rem;
  }
}
.l-strength__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .l-strength__item--reverse {
    flex-direction: column;
  }
}
.l-strength__image {
  width: 60%;
  aspect-ratio: 720/500;
  max-width: 720;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 960px) {
  .l-strength__image {
    max-width: 100%;
    width: 100%;
  }
}
.l-strength__body {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  width: 40%;
}
@media screen and (max-width: 960px) {
  .l-strength__body {
    max-width: 100%;
    width: 100%;
  }
}
.l-strength h2.l-strength__title {
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3D5D30;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 600px) {
  .l-strength h2.l-strength__title {
    font-size: 1.25rem;
  }
}
.l-strength__text {
  margin-top: 1.125rem;
}
.l-strength__text p {
  margin-bottom: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #221815;
  text-align: left;
}
.l-strength__text p + .l-strength__text p {
  margin-top: 1.5rem;
}

.l-fullimage {
  width: 100vw;
}
.l-fullimage__bg {
  width: 100%;
  position: relative;
}
.l-fullimage__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-sectionGroup {
  position: relative;
  background-color: #F7F7F7;
  border-radius: 60px;
  margin-top: -5rem;
}
@media screen and (max-width: 600px) {
  .l-sectionGroup {
    margin-bottom: -2.5rem;
    border-radius: 30px;
  }
}

.l-clients {
  padding-top: 7.5rem;
}
@media screen and (max-width: 600px) {
  .l-clients {
    padding-top: 3.75rem;
  }
}
.l-clients__list {
  margin: 5rem 0 0 0 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.125rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 960px) {
  .l-clients__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.125rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-clients__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.l-clients__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.l-clients__name {
  margin: 0 !important;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #221815;
}
.l-clients__image {
  margin-top: 0.625rem;
  aspect-ratio: 280/160;
  max-width: 280px;
  height: auto;
}
.l-clients a.l-clients__link {
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #3D5D30;
  text-decoration: underline;
}
.l-clients__link-icon {
  margin-left: 0.625rem;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  display: inline-block;
}

.l-requirements {
  margin-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 600px) {
  .l-requirements {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
.l-requirements__wrap {
  margin-top: 2.5rem;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 3.75rem 3.125rem;
}
@media screen and (max-width: 600px) {
  .l-requirements__wrap {
    padding: 1.875rem 1.25rem;
  }
}
.l-requirements__item {
  margin-top: 3.75rem;
}
.l-requirements__item:first-of-type {
  margin-top: 0;
}
.l-requirements__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #3D5D30;
  text-align: center;
}
.l-requirements__contents {
  margin-top: 1rem;
  border-radius: 20px;
  background-color: #F7F7F7;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 600px) {
  .l-requirements__contents {
    padding: 1.25rem 1.5rem;
  }
}
.l-requirements__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #221815;
}
.l-requirements__details {
  margin: 1.875rem 0 0 0 !important;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 1.875rem;
  list-style: none !important;
}
@media screen and (max-width: 600px) {
  .l-requirements__details {
    padding: 1.25rem;
  }
}
.l-requirements__detail.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem 2.5rem;
}
@media screen and (max-width: 600px) {
  .l-requirements__detail.flex {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.l-requirements__detail-text {
  width: calc(100% - 200px - 2.5rem);
}
@media screen and (max-width: 600px) {
  .l-requirements__detail-text {
    width: 100%;
  }
}
.l-requirements__detail-img {
  width: 200px;
}
@media screen and (max-width: 600px) {
  .l-requirements__detail-img {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }
}
.l-requirements__title {
  margin: 1.25rem 0 0 0 !important;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1;
  line-height: 1;
  color: #2D4760;
}
.l-requirements__title:first-of-type {
  margin-top: 0 !important;
}
.l-requirements .l-requirements__desc {
  margin: 0.625rem 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #221815;
}

/* producer
--------------------------------------------- */
.l-producer-message {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../img/producer/message.webp");
  aspect-ratio: 1440/800;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .l-producer-message {
    aspect-ratio: auto;
  }
}
.l-producer-message__inner {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .l-producer-message__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.l-producer-message__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-producer-message__text p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .l-producer-message__text p {
    font-size: 1rem;
  }
}
.l-producer-message__text p:last-of-type {
  margin-bottom: 0 !important;
}
.l-producer-message__text p + .l-producer-message__text p {
  margin-top: 1.5rem;
}

.l-producer-value {
  margin-top: 7.5rem;
}
.l-producer-value .section-title {
  margin: 0;
  text-align: left;
}
.l-producer-value__list {
  margin: 0 !important;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
.l-producer-value__item {
  padding: 3.75rem 0 0;
  margin-right: calc(50% - 50vw);
  width: 100%;
  margin-left: auto;
  list-style: none !important;
}
@media screen and (max-width: 1280px) {
  .l-producer-value__item {
    width: 100%;
    max-width: 1060px;
  }
}
.l-producer-value__item--left {
  margin-left: calc(50% - 50vw);
  margin-right: auto;
}
.l-producer-value__item--left .l-producer-value__title {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-producer-value__item--left .l-producer-value__title {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
.l-producer-value__item--left .l-producer-value__text {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-producer-value__item--left .l-producer-value__text {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
.l-producer-value__item--left .l-producer-value__img img {
  border-radius: 0 10px 10px 0;
}
.l-producer-value__item--right {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
.l-producer-value__item--right .l-producer-value__title {
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .l-producer-value__item--right .l-producer-value__title {
    padding-right: 1.5rem;
    padding-left: 0;
  }
}
.l-producer-value__item--right .l-producer-value__text {
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .l-producer-value__item--right .l-producer-value__text {
    padding-right: 1.5rem;
    padding-left: 0;
  }
}
.l-producer-value__item--right .l-producer-value__img img {
  border-radius: 10px 0 0 10px;
}
.l-producer-value__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #3D5D30;
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-producer-value__title {
    padding-right: 1.5rem;
  }
}
.l-producer-value__text {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #221815;
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-producer-value__text {
    padding-right: 1.5rem;
  }
}
.l-producer-value__img {
  margin-top: 1.875rem;
}
.l-producer-value__img img {
  aspect-ratio: 1060/340;
  max-width: 1060px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .l-producer-value__img img {
    aspect-ratio: auto;
  }
}

.l-producer-fullimage {
  width: 100vw;
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .l-producer-fullimage {
    margin-top: 5rem;
  }
}
.l-producer-fullimage__bg {
  width: 100%;
  position: relative;
}
.l-producer-fullimage__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-producer-introduction {
  padding-top: 8.75rem;
  padding-bottom: 5rem;
}
.l-producer-introduction__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 960px) {
  .l-producer-introduction__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .l-producer-introduction__list {
    grid-template-columns: 1fr;
  }
}
.l-producer-introduction__button {
  margin-top: 3.75rem;
}

.l-producer-card {
  padding: 2.5rem 2.5rem;
  border-left: 0.5px solid #969696;
  border-right: 0.5px solid #969696;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .l-producer-card {
    padding: 1.875rem 1.25rem;
  }
}
.l-producer-card::before, .l-producer-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 0.5px;
  background-color: #969696;
}
.l-producer-card::before {
  top: 0;
  display: none;
}
.l-producer-card:nth-child(-n+3)::before {
  display: block;
}
@media screen and (max-width: 1280px) {
  .l-producer-card:nth-child(-n+3)::before {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .l-producer-card:nth-child(-n+2)::before {
    top: 0;
    display: block;
  }
}
@media screen and (max-width: 1280px) and (max-width: 600px) {
  .l-producer-card:nth-child(-n+2)::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .l-producer-card:nth-child(1)::before {
    top: 0;
    display: block;
  }
}
.l-producer-card::after {
  bottom: 0;
}
.l-producer-card__farm {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #3D5D30;
  display: flex;
  align-items: flex-end;
  margin: 0 !important;
  height: 2.4em;
}
.l-producer-card__area {
  margin: 0.625rem 0 0 0 !important;
  display: inline-block;
  padding: 4.5px 10px;
  background-color: #3D5D30;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FFFFFF;
}
.l-producer-card__image-wrapper {
  position: relative;
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-producer-card__image.-main {
  z-index: 2;
}
.l-producer-card__image.-main img {
  width: 250px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
}
.l-producer-card__image.-left, .l-producer-card__image.-right {
  position: absolute;
  bottom: 0;
  width: 95px;
  height: 95px;
  z-index: 3;
}
.l-producer-card__image.-left img, .l-producer-card__image.-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.l-producer-card__image.-left {
  left: 0;
}
@media screen and (max-width: 1280px) {
  .l-producer-card__image.-left {
    left: calc(50% - min(20vw, 10rem));
  }
}
@media screen and (max-width: 600px) {
  .l-producer-card__image.-left {
    left: 0;
  }
}
.l-producer-card__image.-right {
  right: 0;
}
@media screen and (max-width: 1280px) {
  .l-producer-card__image.-right {
    right: calc(50% - min(20vw, 10rem));
  }
}
@media screen and (max-width: 600px) {
  .l-producer-card__image.-right {
    right: 0;
  }
}
.l-producer-card__body {
  margin-top: 1.25rem;
}
.l-producer-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #221815;
  text-align: center;
}
.l-producer-card__title {
  height: 3em;
  margin: 0 0 0.9325rem 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #3D5D30;
}
@media screen and (max-width: 600px) {
  .l-producer-card__title {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.l-producer-card__text {
  margin-top: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #221815;
}
.l-producer-card__btn {
  margin-top: 1.875rem;
}

/* food
--------------------------------------------- */
.l-food-message {
  position: relative;
  background-color: #F7F7F7;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 600px) {
  .l-food-message {
    border-radius: 0 0 30px 30px;
  }
}
.l-food-message::after {
  content: "";
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
  aspect-ratio: 620/458;
  width: 42.66%;
  height: auto;
  background-image: url("../img/food/product-message_bg.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.l-food-message__inner {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.75rem;
}
@media screen and (max-width: 600px) {
  .l-food-message__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.l-food-message__content {
  position: relative;
  z-index: 1;
}
.l-food-message__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 6.25rem;
}
@media screen and (max-width: 960px) {
  .l-food-message__item {
    gap: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .l-food-message__item {
    flex-direction: column;
    gap: 1.25rem 2.25rem;
  }
}
.l-food-message__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .l-food-message__item--reverse {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.l-food-message__body {
  padding-left: 6.25rem;
  width: 46.7%;
}
@media screen and (max-width: 960px) {
  .l-food-message__body {
    padding-left: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .l-food-message__body {
    padding-left: 2.25rem;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .l-food-message__body {
    padding-left: 0;
  }
}
.l-food-message__body--right {
  padding-left: 0;
  padding-right: 6.25rem;
}
@media screen and (max-width: 960px) {
  .l-food-message__body--right {
    padding-right: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .l-food-message__body--right {
    padding-right: 2.25rem;
  }
}
@media screen and (max-width: 480px) {
  .l-food-message__body--right {
    padding-right: 0;
  }
}
.l-food-message__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #3D5D30;
}
.l-food-message__text {
  margin-top: 1.25rem;
}
.l-food-message__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #221815;
}
.l-food-message__text p + .l-food-message__text p {
  margin-top: 1.5rem;
}
.l-food-message__button {
  margin-top: 1.875rem;
  margin-right: auto;
}
.l-food-message__button .link-btn {
  margin: 0;
}
.l-food-message__image {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 45%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-food-message__image {
    width: 100%;
  }
}
.l-food-message__image-text {
  position: absolute;
  bottom: 0;
  left: 5%;
  writing-mode: vertical-rl;
  font-size: 1.75rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1.1;
  background: #221815;
  padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
}
@media screen and (max-width: 960px) {
  .l-food-message__image-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .l-food-message__image-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .l-food-message__image-text {
    font-size: 1.125rem;
  }
}
.l-food-message__image-text--right {
  right: 5%;
  left: auto;
}
.l-food-message__image--left {
  justify-content: flex-start;
}
.l-food-message__image img {
  aspect-ratio: 540/360;
  max-width: 540px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.l-food-message__center-image {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.125rem;
  margin-bottom: 5rem;
  margin-inline: auto;
  left: -10%;
}
@media screen and (max-width: 600px) {
  .l-food-message__center-image {
    left: 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.l-food-message__center-image img {
  aspect-ratio: 320/220;
  max-width: 320px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.l-food-fullimage {
  width: 100vw;
  position: relative;
  z-index: -1;
  margin-top: -5rem;
}
@media screen and (max-width: 600px) {
  .l-food-fullimage {
    margin-top: -2.5rem;
  }
}
.l-food-fullimage__bg {
  width: 100%;
  position: relative;
}
.l-food-fullimage__bg img {
  aspect-ratio: 1440/830;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-food-season {
  margin-top: -5rem;
  padding-top: 6.875rem;
  padding-bottom: 7.5rem;
  border-radius: 60px 60px 0 0;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .l-food-season {
    margin-top: -2.5rem;
    border-radius: 30px 30px 0 0;
  }
}
.l-food-season__list {
  margin-top: 3.75rem;
}
.l-food-season__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  gap: 4.1785rem;
}
@media screen and (max-width: 1280px) {
  .l-food-season__item {
    gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-food-season__item {
    flex-direction: column;
    gap: 1rem;
  }
}
.l-food-season__item + .l-food-season__item {
  margin-top: 5rem;
}
.l-food-season__title {
  width: 9.3%;
  max-width: 93px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .l-food-season__title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto !important;
  }
}
.l-food-season__number {
  padding-bottom: 3.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 1;
  color: #221815;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.l-food-season__number::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #221815;
  top: 25%;
  left: 64%;
  transform: rotate(45deg);
}
.l-food-season__number--large {
  font-size: 2.875rem;
  font-weight: 400;
  margin-right: 0;
}
.l-food-season__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #221815;
  writing-mode: vertical-rl;
  margin-left: auto;
}
.l-food-season__content {
  width: 84%;
}
@media screen and (max-width: 600px) {
  .l-food-season__content {
    width: 100%;
  }
}
.l-food-season__images {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.875rem;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .l-food-season__images {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
.l-food-season__image {
  aspect-ratio: 260/220;
  width: calc(33.33% - 1.25rem);
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 600px) {
  .l-food-season__image {
    width: calc(66.66% - 1.25rem);
  }
}
.l-food-season p.l-food-season__description {
  margin: 1.1875rem 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  color: #221815;
}

/* contact
--------------------------------------------- */
.l-contact__text {
  margin-top: 1.875rem;
  margin-bottom: 0;
  color: #221815;
  font-size: 0.9325rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .l-contact__text {
    text-align: left;
  }
}

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

.sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
}

.xl {
  display: none;
}
@media screen and (max-width: 1280px) {
  .xl {
    display: block;
  }
}

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

.md {
  display: none;
}
@media screen and (max-width: 600px) {
  .md {
    display: block;
  }
}

.sm {
  display: none;
}
@media screen and (max-width: 480px) {
  .sm {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */