@charset "UTF-8";
:root {
  --pc-header: 0;
  --sp-header: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  letter-spacing: .08em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4d4032;
  font-size: 1.6rem;
  background: url(../img/bg-pattern01.png) center top/12.8rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: 500;
}

p {
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.875;
  }
}

.ft_e {
  font-family: "Rubik", sans-serif;
}

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

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

em, b, i, span, strong, small {
  letter-spacing: inherit;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6.7rem;
  }
}

.c_btn a {
  background: #128249;
  width: 34rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .6em;
  height: 8rem;
  border-radius: 3em;
  letter-spacing: .08em;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  box-shadow: 0 .4rem #0a5d33;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    font-size: 1.86rem;
    height: 6.7rem;
    width: 26.8rem;
  }
}

.c_btn a:before {
  content: '';
  position: absolute;
  height: 100%;
  right: 2rem;
  width: 1.1rem;
  background: url(../img/arw-right02.svg) no-repeat 50%/contain;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c_btn a:before {
    width: .9rem;
  }
}

.c_back {
  text-align: center;
}

.c_back a {
  display: block;
  background: url(../img/arrow-left01.svg) no-repeat 2em center/1.5rem;
  color: #128249;
  line-height: 7rem;
  border: solid 1px #128249;
}

.c_cta {
  position: relative;
}

.c_cta .bg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c_cta .bg {
    height: 75rem;
    object-fit: cover;
  }
}

.c_cta .box {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c_cta .box {
    position: relative;
    background: #128249;
    padding: 4rem 2.7rem 9rem;
  }
  .c_cta .box:before {
    content: '';
    position: absolute;
    background: url(../img/f-contact-circle-sp.svg) no-repeat center bottom/100%;
    height: 9.7rem;
    width: 100%;
    top: -9.6rem;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .c_cta .box {
    width: 95.8rem;
    height: 100%;
    padding-top: 11rem;
    background: url(../img/f-contact-circle.svg) no-repeat center top/contain;
    position: absolute;
    left: 50%;
    translate: -50% 0;
    top: 0;
  }
}

.c_cta .ttl {
  margin-bottom: 4rem;
}

.c_cta .ttl img {
  width: 64.4rem;
}

.c_cta .lead {
  color: #fff;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: bold;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .c_cta .lead {
    font-size: 1.867rem;
    line-height: 1.62;
  }
}

.c_cta .c_btn {
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .c_cta .c_btn {
    margin-top: 3rem;
  }
}

.c_cta .c_btn li {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c_cta .c_btn li {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c_cta .c_btn a {
    width: 100%;
    height: 8rem;
    font-size: 2.2rem;
  }
  .c_cta .c_btn a:before {
    width: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .c_cta .c_btn a {
    width: 54rem;
    font-size: 2.6rem;
  }
  .c_cta .c_btn a:before {
    right: 3.5rem;
    width: 1.3rem;
  }
}

.c_cta .c_btn .a {
  background: #bea321;
  box-shadow: 0 .4rem #817023;
}

@media screen and (max-width: 767px) {
  .c_cta .c_btn .a {
    box-shadow: 0 .7rem #817023;
  }
}

.c_cta .c_btn .a img {
  width: 3rem;
}

@media screen and (max-width: 767px) {
  .c_cta .c_btn .a img {
    width: 2.5rem;
  }
}

.c_cta .c_btn .b {
  color: #128249;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c_cta .c_btn .b {
    box-shadow: 0 .7rem #0a5d33;
  }
}

.c_cta .c_btn .b img {
  width: 3.1rem;
}

@media screen and (max-width: 767px) {
  .c_cta .c_btn .b img {
    width: 2.7rem;
  }
}

.c_cta .c_btn .b:before {
  background-image: url(../img/arw-right05.svg);
}

.u_inner {
  width: 120rem;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .u_inner {
    width: auto;
    margin: 0 2.7rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  html {
    font-size: calc(100vw * 10 / 1380);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 500);
  }
}

@media screen and (min-width: 768px) {
  .u_tel {
    pointer-events: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 11rem;
  background: #f6f6f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #header {
    box-shadow: 0px 10px 20px 0px rgba(1, 59, 108, 0.05);
    padding: 0 3rem;
    border-radius: 0 0 3rem 3rem;
    border: solid .5rem #ecdfc2;
    border-top: none;
    width: 140rem;
    left: 50%;
    translate: -50% 0;
    max-width: calc(100% - 4rem);
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6.7rem;
    box-shadow: 0px 7px 13px 0px rgba(1, 59, 108, 0.05);
    border-bottom: solid .4rem #ecdfc2;
    padding: 0 1.2rem;
    justify-content: flex-end;
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    left: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .h_logo {
    padding-top: .2rem;
  }
}

.h_logo img {
  width: 13rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 8.7rem;
  }
}

.h_mail {
  text-align: center;
}

.h_mail a {
  background: #128249 url(../img/arw-right01.svg) no-repeat calc(100% - 2rem) center/0.4em;
  color: #fff;
  border-radius: 3em;
  font-size: 2rem;
  height: 7rem;
  font-size: 1.8rem;
  padding-right: .8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  font-weight: bold;
  letter-spacing: .08em;
  width: 20.6rem;
}

@media screen and (max-width: 767px) {
  .h_mail a {
    height: 4.7rem;
    font-size: 1.2rem;
    width: 13.8rem;
    background-position: calc(100% - 1em);
  }
}

.h_mail img {
  width: 1.27em;
}

.h_nav {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
  }
  .h_nav a {
    letter-spacing: .08em;
    height: 6.3rem;
    font-weight: bold;
    padding: 0 3.3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  .h_nav a {
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav li {
    border-right: dotted 2px #4d4032;
  }
  .h_nav li:first-child {
    border-left: dotted 2px #4d4032;
  }
  .h_nav img {
    display: block;
    margin: 0 auto;
    height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav a {
    padding: 1em 5rem;
    display: block;
    font-size: 2rem;
    background: url(../img/arw-right06.svg) no-repeat calc(100% - 1rem) center/0.8rem;
    position: relative;
  }
  .h_nav li {
    border-bottom: dotted 2px #4d4032;
  }
  .h_nav img {
    height: 2.6rem;
    position: absolute;
    left: 0;
    object-fit: contain;
    width: 3.2rem;
  }
}

.h_nav a:hover {
  color: inherit;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    width: 10.5rem;
    height: 4.7rem;
    cursor: pointer;
    background: #4d4032;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    border-radius: 3em;
  }
  .h_menu img {
    width: 1.7rem;
  }
  .h_menu .close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  body.open .h_menu .close {
    opacity: 1;
  }
  .h_menu .close img {
    width: 1.3rem;
  }
  .h_menu i {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity .3s;
  }
  body.open .h_menu .open {
    opacity: 0;
  }
  body.open .h_menu .close {
    opacity: 1;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 6.7rem;
    background: #f5eede;
    box-shadow: 0px 7px 13px 0px rgba(1, 59, 108, 0.05);
    padding: 2rem 2.7rem 5rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

#gototop {
  position: absolute;
  top: -5.5rem;
  right: 5rem;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  #gototop {
    right: 1rem;
    top: -3.8rem;
  }
}

#gototop img {
  width: 10.6rem;
}

@media screen and (max-width: 767px) {
  #gototop img {
    width: 8.2rem;
  }
}

#footer {
  padding: 10rem 0;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 6rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
  }
  .f_row:nth-child(1) {
    margin-bottom: 8.5rem;
  }
  .f_row:nth-child(2) {
    flex-direction: row-reverse;
  }
  .f_row .right {
    width: 72rem;
    justify-content: space-between;
    display: flex;
  }
}

.f_logo {
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 3rem;
  }
}

.f_logo img {
  width: 16rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 13.5rem;
  }
}

.f_info {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .f_info {
    line-height: 1.65;
    margin-bottom: 5rem;
  }
}

.f_info img {
  width: 3.1rem;
  position: relative;
  top: -.15em;
  left: .5em;
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin-top: 4rem;
  }
}

.f_nav p {
  color: #9a8d7f;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.f_nav li {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .f_nav li {
    margin-top: .8em;
  }
}

.f_nav a {
  display: inline-block;
  position: relative;
  background: url(../img/arw-right06.svg) no-repeat left center/0.9rem;
  padding-left: 1.3em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .f_nav a {
    background-size: .8rem;
  }
}

.f_nav a[target="_blank"]:after {
  content: '';
  position: absolute;
  background: url(../img/ico-blank.png) no-repeat right center/contain;
  width: 1.4rem;
  height: 100%;
  top: 0;
  margin-left: .3em;
}

.f_nav a:hover {
  color: inherit;
}

.f_link {
  display: flex;
  gap: 2em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .f_link {
    margin-top: 4rem;
  }
}

.f_link a {
  text-decoration: underline;
}

.f_copy {
  font-size: 1.2rem;
  color: #c7b9aa;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 1.3rem;
    margin-top: 6.5rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
  margin-bottom: 18rem;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 6.7rem;
    margin-bottom: 12.3rem;
  }
}

.top_main .img {
  position: absolute;
  bottom: -2.6rem;
}

@media screen and (max-width: 767px) {
  .top_main .img {
    bottom: -1.8rem;
  }
}

.top_main .left {
  width: 59.6rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .top_main .left {
    width: 21.2rem;
  }
}

.top_main .right {
  width: 59.3rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .top_main .right {
    width: 23.4rem;
  }
}

.top_main .catch img {
  width: 135.4rem;
}

@media screen and (max-width: 767px) {
  .top_main .catch img {
    width: 44.4rem;
  }
}

.top_main .bg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_main .bg {
    height: 100vh;
    min-height: 68rem;
    object-fit: cover;
  }
}

.top_main .box {
  padding-top: 10rem;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .top_main .box {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
}

@media screen and (max-width: 767px) {
  .top_main .box {
    padding-top: 11rem;
  }
}

.top_main ul {
  display: flex;
  margin-top: 9.5rem;
  gap: 3rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_main ul {
    margin-top: 6.6rem;
    gap: 2rem;
  }
}

.top_main li img {
  width: 23rem;
}

@media screen and (max-width: 767px) {
  .top_main li img {
    width: 16.7rem;
  }
}

.top_info {
  margin-bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .top_info {
    margin-bottom: 7.5rem;
  }
}

.top_info dl {
  border: solid 1px #fff;
  border-radius: 3em;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  padding: 3rem 5rem;
  align-items: center;
  margin-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .top_info dl {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 1rem;
    padding: 3rem 3rem;
    margin-bottom: 7.5rem;
  }
}

.top_info dl:before {
  content: '';
  position: absolute;
  inset: .9rem;
  background: #fff;
  border-radius: inherit;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_info dl:before {
    inset: .7rem;
  }
}

@media screen and (max-width: 767px) {
  .top_info dt {
    margin-bottom: 1.8rem;
  }
}

.top_info dt img {
  width: 16.3rem;
}

@media screen and (max-width: 767px) {
  .top_info dt img {
    width: 12.4rem;
  }
}

.top_info dd {
  font-size: 1.8rem;
}

.top_info dd time {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.top_info dd a {
  display: flex;
  gap: 0 2rem;
}

@media screen and (max-width: 767px) {
  .top_info dd a {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .top_info dd {
    width: calc(100% - 20rem);
  }
}

.top_info .slider {
  display: flex;
  overflow: hidden;
}

.top_info .slider p {
  animation: scroll-left 70s infinite linear .5s both;
  white-space: nowrap;
  padding-right: 8.5rem;
}

@media screen and (max-width: 767px) {
  .top_info .slider p {
    padding-right: 5rem;
  }
}

.top_info .slider img {
  height: 10.7rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .top_info .slider img {
    height: 7.3rem;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.top_about {
  margin-bottom: -24rem;
}

@media screen and (max-width: 767px) {
  .top_about {
    margin-bottom: -16.75rem;
  }
}

.top_about .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .top_about .row {
    flex-direction: column;
    gap: 5.2rem;
    margin-bottom: 10rem;
  }
}

.top_about figure {
  border: solid 1.4rem #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .top_about figure {
    width: 20.8rem;
    margin: 0 auto;
    border-radius: 2rem;
    border-width: .9rem;
  }
}

.top_about figure img {
  border-radius: 1.8rem;
}

@media screen and (max-width: 767px) {
  .top_about figure img {
    border-radius: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about figure {
    width: 31rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about .desc {
    width: calc(100% - 41rem);
  }
}

@media screen and (max-width: 767px) {
  .top_about .ttl {
    margin-bottom: 3.5rem;
  }
}

.top_about p {
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .04em;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .top_about p {
    font-size: 1.87rem;
    line-height: 1.77;
  }
}

.top_about .sign {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1.4em;
}

@media screen and (max-width: 767px) {
  .top_about .sign {
    font-size: 1.5rem;
  }
}

.top_about .sign em {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .top_about .sign em {
    font-size: 2.1rem;
  }
}

.top_about .slider {
  display: flex;
  overflow: hidden;
}

.top_about .slider p {
  animation: scroll-left 200s infinite linear .5s both;
  white-space: nowrap;
  display: flex;
  padding-right: 2rem;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .top_about .slider p {
    padding-right: 1.4rem;
    gap: 1.4rem;
  }
}

.top_about .slider img {
  height: 50rem;
  max-width: none;
  border-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .top_about .slider img {
    height: 33.5rem;
    border-radius: 2rem;
  }
}

.top_where {
  background: url(../img/sec-bg01.jpg) no-repeat 50%/cover;
  padding: 40rem 0 20rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_where {
    background-image: url(../img/sec-bg01-sp.jpg);
    padding: 27rem 0 10rem;
  }
}

@media screen and (min-width: 768px) {
  .top_where .u_inner {
    width: 86rem;
  }
}

.top_where .ttl {
  margin-bottom: 3rem;
}

.top_where .lead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .top_where .lead {
    font-size: 1.87rem;
    line-height: 1.77;
  }
}

.top_where .map {
  border-radius: 3rem;
  background: #fff;
  padding: 1.5rem;
  height: 46rem;
  position: relative;
  margin: 5.5rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .top_where .map {
    margin: 5.5rem 0;
    border-radius: 2rem;
    padding: .9rem;
    height: 24rem;
  }
}

.top_where .chara {
  position: absolute;
  z-index: 2;
  width: 18.3rem;
  right: -6rem;
  bottom: -4rem;
}

@media screen and (max-width: 767px) {
  .top_where .chara {
    width: 12.2rem;
    right: -2rem;
    bottom: -3.6rem;
  }
}

.top_where iframe {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2.2rem;
}

@media screen and (max-width: 767px) {
  .top_where iframe {
    border-right: 1.3rem;
  }
}

.top_where .ttl2 {
  text-align: center;
  border: solid 1px #fff;
  border-radius: 3em;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: .4em 0;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .top_where .ttl2 {
    font-size: 1.33rem;
    margin-bottom: 1.5rem;
  }
}

.top_where .ttl2 img {
  width: 1em;
}

.top_where .row {
  display: flex;
}

@media screen and (max-width: 767px) {
  .top_where .row {
    flex-direction: column;
  }
}

.top_where dl {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .top_where dl + dl {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  .top_where dl + dl dt {
    padding-left: 3em;
  }
}

.top_where dt {
  width: 12.7em;
  position: relative;
}

.top_where dt:after {
  content: '：';
  position: absolute;
  right: 0;
}

@media screen and (max-width: 767px) {
  .top_where dt {
    margin-top: .4em;
  }
}

.top_where dd {
  width: calc(100% - 12.7em);
  padding-left: 2em;
}

@media screen and (max-width: 767px) {
  .top_where dd {
    margin-top: .4em;
  }
}

.c_mask {
  position: relative;
}

.c_mask:before {
  content: '';
  position: absolute;
  width: 100%;
  background: inherit;
  height: 4.8rem;
  mask: url(../img/repeat-mask.png) repeat-x center top/auto 100%;
  top: -4.8rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c_mask:before {
    height: 1.5rem;
    top: -1.5rem;
  }
}

.top_our {
  background: url(../img/bg-pattern02.png) center top/12.8rem;
  padding: 13rem 0 20rem;
}

@media screen and (max-width: 767px) {
  .top_our {
    padding: 6.5rem 0 12rem;
  }
}

.top_our .ttl {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_our .ttl {
    margin: 0 -2.7rem 5.5rem;
  }
}

.top_our ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 3.5rem;
}

@media screen and (max-width: 767px) {
  .top_our ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 3rem;
  }
}

.top_our li {
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(244, 226, 201, 0.2);
  padding: 4.4rem 4rem 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_our li {
    padding: 5rem 3rem 3.5rem;
  }
}

.top_our li:nth-child(2) i {
  background-image: url(../img/num-bg02.svg);
}

.top_our li:nth-child(2) figure {
  border-color: #74bd71;
}

.top_our li:nth-child(2) dt em {
  color: #74bd71;
}

.top_our li:nth-child(3) i {
  background-image: url(../img/num-bg03.svg);
}

.top_our li:nth-child(3) figure {
  border-color: #04522a;
}

.top_our li:nth-child(3) dt em {
  color: #04522a;
}

.top_our li i {
  background: url(../img/num-bg01.svg) no-repeat center top/contain;
  height: 4.8rem;
  width: 4rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}

.top_our figure {
  width: 28rem;
  border-radius: 50%;
  border: solid 1rem #12824a;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_our figure {
    width: 21.8rem;
    margin: 0 auto;
    border-width: .8rem;
  }
}

.top_our dt {
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.29;
  margin: .8em 0 .5em;
}

@media screen and (max-width: 767px) {
  .top_our dt {
    font-size: 2.8rem;
  }
}

.top_our dt em {
  color: #12824a;
}

.top_our dd {
  font-size: 2rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .top_our dd {
    font-size: 1.87rem;
    line-height: 1.55;
  }
}

.top_report {
  background: url(../img/bg-pattern01.png) center top/12.8rem;
  padding: 16rem 0 14rem;
}

@media screen and (max-width: 767px) {
  .top_report {
    padding: 8rem 0 12rem;
  }
}

.top_report ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.5rem 6rem;
}

@media screen and (max-width: 767px) {
  .top_report ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin: 2rem 0 4rem;
  }
}

@media screen and (max-width: 767px) {
  .top_report li {
    border-bottom: dotted 1px #827464;
  }
}

.top_report li figure {
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
  .top_report li figure {
    width: 16.1rem;
    margin: 0;
  }
}

.top_report li figure img {
  border-radius: 2rem;
  aspect-ratio: 400 / 267;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_report li figure img {
    border-radius: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_report li a {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
  }
}

.top_report li a:hover {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .top_report li .desc {
    width: calc(100% - 18rem);
  }
}

.top_report li p + p {
  font-size: 2.6rem;
  letter-spacing: .04em;
  line-height: 1.53;
  margin-top: .2em;
}

@media screen and (max-width: 767px) {
  .top_report li p + p {
    font-size: 2.2rem;
  }
}

.top_report li p:has(time) {
  display: flex;
  gap: 1em;
  align-items: center;
}

.top_report li p time {
  font-family: "Rubik", sans-serif;
  color: #3d9b6b;
  font-weight: 400;
}

.top_report li i {
  background: #3d9b6b;
  color: #bbddcc;
  border-radius: 3em;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 .8em;
  min-width: 6em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_report .c_btn {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .top_report .c_btn a {
    width: 21rem;
  }
}

@media screen and (min-width: 768px) {
  .top_report .row {
    display: flex;
    justify-content: space-between;
  }
  .top_report .ttl {
    position: relative;
    margin-left: -7rem;
    width: 34.6rem;
    margin-bottom: 6.5rem;
  }
  .top_report ul {
    width: 86.2rem;
  }
}

.top_insta {
  text-align: center;
  background: #fff;
  border-radius: 30rem;
  border: solid 1.2rem #faf4e9;
  padding: 6rem 0 8rem;
  margin-bottom: -19rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_insta {
    border-radius: 18rem;
    border-width: .8rem;
    padding: 8rem 0;
    margin-bottom: -15rem;
  }
}

.top_insta em {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: .06em;
  gap: .5em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .top_insta em {
    font-size: 3.4rem;
  }
}

.top_insta em img {
  width: 1.09em;
}

.top_insta small {
  display: block;
  color: #128249;
  font-size: 2.2rem;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .top_insta small {
    font-size: 2rem;
  }
}

.top_insta .c_btn {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top_insta .c_btn {
    margin-top: 1.5rem;
  }
}

.top_insta .c_btn a {
  background-image: -moz-linear-gradient(0deg, #802ef7 0%, #ab0ef0 47%, #ff0b53 100%);
  background-image: -webkit-linear-gradient(0deg, #802ef7 0%, #ab0ef0 47%, #ff0b53 100%);
  background-image: -ms-linear-gradient(0deg, #802ef7 0%, #ab0ef0 47%, #ff0b53 100%);
  box-shadow: 0 .4rem #e4ddcf;
  width: 36rem;
}

@media screen and (max-width: 767px) {
  .top_insta .c_btn a {
    width: 32rem;
  }
}

.top_img img {
  width: 100%;
}

.farmer_list li {
  background: #fff;
  border-radius: 2rem;
  padding: 0 4rem 4rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .farmer_list li {
    border-radius: 1.3rem;
    padding: 0 2.7rem 3.5rem;
  }
}

.farmer_list figure {
  position: relative;
  overflow: hidden;
  margin: 0 -4rem;
}

.farmer_list figure img {
  width: 100%;
  aspect-ratio: 580 / 353;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .farmer_list figure {
    margin: 0 -2.7rem .5rem;
  }
}

.farmer_list figure:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 101%;
  height: 7.2rem;
  background: #fff;
  border-radius: 100%;
  bottom: -3.1rem;
}

@media screen and (max-width: 767px) {
  .farmer_list figure:before {
    height: 6rem;
    bottom: -3rem;
    width: 105%;
  }
}

.farmer_list .name {
  text-align: center;
  color: #128249;
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: dashed 2px #ccc5bd;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .farmer_list .name {
    font-size: 2.66rem;
    margin-bottom: 2.4rem;
    padding-bottom: 3rem;
  }
}

.farmer_list .name i {
  background: #3e9c4d;
  border-radius: 3em;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  padding: .1em 1.5em;
  text-align: center;
  min-width: 9em;
}

@media screen and (max-width: 767px) {
  .farmer_list .name i {
    font-size: 1.7rem;
  }
}

.farmer_list .msg {
  color: #128249;
  margin: 2em 0 .8em;
}

@media screen and (max-width: 767px) {
  .farmer_list .msg {
    font-size: 1.5rem;
    margin: 1.5em 0 .5em;
  }
}

.farmer_list dl {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .farmer_list dl {
    display: flex;
    flex-wrap: wrap;
  }
}

.farmer_list dt {
  color: #90857a;
}

@media screen and (max-width: 767px) {
  .farmer_list dt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .farmer_list dt {
    width: 9em;
    line-height: 1.77;
  }
}

@media screen and (max-width: 767px) {
  .farmer_list dd + dt {
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .farmer_list dd {
    width: calc(100% - 9em);
    line-height: 1.77;
  }
}

.farmer_list dd a {
  text-decoration: underline;
  word-break: break-all;
}

.farmer_list p {
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: .02em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .farmer_list p {
    line-height: 1.5;
  }
}

.top_farmer {
  background: url(../img/sec-bg03.jpg) center top/cover;
  padding: 17rem 0 22rem;
}

@media screen and (max-width: 767px) {
  .top_farmer {
    background-image: url(../img/sec-bg03-sp.jpg);
    padding: 10rem 0 12rem;
  }
}

.top_farmer .lead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.9;
  color: #fff;
  margin: -7.5rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .top_farmer .lead {
    margin: 2.5rem 0 4.5rem;
    font-size: 1.867rem;
    line-height: 1.62;
  }
}

.top_farmer .wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_farmer .wrap {
    margin: 0 auto 4rem;
  }
}

.top_farmer .slide {
  margin-bottom: 8rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_farmer .slide {
    width: 38.8rem;
    margin: 0 auto;
  }
}

.top_farmer .swiper-slide {
  width: 58rem;
  margin-right: 4rem;
  border-radius: 2rem;
  background: #fff;
  overflow: hidden;
  height: auto;
}

@media screen and (max-width: 767px) {
  .top_farmer .swiper-slide {
    width: 38.8rem;
  }
}

.top_farmer .c_btn {
  text-align: center;
}

.top_farmer .c_btn a {
  background: #fff;
  color: #128249;
}

.top_farmer .c_btn a:before {
  background-image: url(../img/arw-right03.svg);
}

.top_farmer .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 7rem;
  height: 100%;
  background: url(../img/btn-prev.svg) no-repeat 50%/contain;
}

@media screen and (max-width: 767px) {
  .top_farmer .btn i {
    width: 6.2rem;
  }
}

.top_farmer .btn .prev {
  left: -10rem;
}

@media screen and (max-width: 767px) {
  .top_farmer .btn .prev {
    background-image: url(../img/btn-prev-sp.svg);
    left: -1.5rem;
  }
}

.top_farmer .btn .next {
  background-image: url(../img/btn-next.svg);
  right: -10rem;
}

@media screen and (max-width: 767px) {
  .top_farmer .btn .next {
    background-image: url(../img/btn-next-sp.svg);
  }
}

@media screen and (max-width: 767px) {
  .top_farmer .btn .next {
    right: -1.5rem;
  }
}

.top_shop {
  background: url(../img/bg-pattern02.png) center top/12.8rem;
  padding: 15rem 0 16rem;
}

@media screen and (max-width: 767px) {
  .top_shop {
    padding: 8rem 0  11rem;
  }
}

.top_shop.open li:nth-child(n + 4) {
  display: block;
}

.top_shop.open .c_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_shop .ttl {
    margin: 0 -2.7rem;
  }
}

.top_shop .lead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.9;
  margin: -7.5rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .top_shop .lead {
    margin: 2.5rem 0 4.5rem;
    font-size: 1.867rem;
    line-height: 1.62;
  }
}

.top_shop ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6rem 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .top_shop ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 2.7rem;
  }
}

.top_shop li {
  padding: 0 3rem 3.5rem;
  overflow: hidden;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(244, 226, 201, 0.2);
}

.top_shop li:nth-child(n + 4) {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_shop li {
    border-radius: 1.3rem;
    padding: 0 2.5rem 2.5rem;
  }
}

.top_shop li p {
  font-size: 1.8rem;
  line-height: 1.66;
  font-weight: 400;
}

.top_shop address {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: dashed 2px #ccc5bd;
  font-size: 1.5rem;
  color: #938576;
  letter-spacing: -.02em;
}

@media screen and (max-width: 767px) {
  .top_shop address {
    font-size: 1.6rem;
  }
}

.top_shop figure {
  margin: 0 -3rem 3rem;
}

@media screen and (max-width: 767px) {
  .top_shop figure {
    margin: 0 -2.5rem 2.3rem;
  }
}

.top_shop figure img {
  width: 100%;
  aspect-ratio: 380 / 235;
  object-fit: cover;
}

.top_shop .name {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .top_shop .name {
    font-size: 2.4rem;
  }
}

.top_shop .btn {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top_shop .btn {
    margin-top: 1rem;
  }
}

.top_shop .btn a {
  display: inline-flex;
  align-items: center;
  gap: .8em;
  text-decoration: underline;
  font-size: 1.8rem;
  margin-top: .4em;
}

.top_shop .btn img {
  width: 1.11em;
}

.top_shop .c_btn {
  text-align: center;
}

.top_shop .c_btn a:before {
  background-image: url(../img/arw-down01.svg);
  width: 1.3rem;
  right: 2.5rem;
}

.low_header {
  background: url(../img/farmers-bg.jpg) no-repeat 50%/cover;
  height: 56rem;
  padding-top: 7rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    height: 27rem;
    margin-top: 6.7rem;
    padding-top: 5.5rem;
  }
}

.low_header .low_inner {
  height: 100%;
}

.low_header .ttl {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 3.6rem;
  }
}

.low_header .ttl i {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .low_header .ttl i {
    font-size: 1.3rem;
    margin-bottom: .3em;
  }
}

.low_header .head {
  padding-top: 13rem;
}

@media screen and (max-width: 767px) {
  .low_header .head {
    padding-top: 0;
  }
}

.low_header .lead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.9;
  color: #fff;
  margin: -5rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .low_header .lead {
    margin: 2.5rem 0 4.5rem;
    font-size: 1.6rem;
    line-height: 1.62;
  }
}

.farmers_body {
  background: url(../img/bg-pattern01.png) center top/12.8rem;
  padding: 12rem 0 16rem;
}

@media screen and (max-width: 767px) {
  .farmers_body {
    padding: 8rem 0 10rem;
  }
}

.farmers_body ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .farmers_body ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    padding: 0 2.7rem;
  }
}

/*# sourceMappingURL=style.css.map */