@charset "UTF-8";
body {
  margin: 0;
  background-color: #FFF;
  font-family: "dnp-shuei-gothic-kin-std", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2B554F;
}

.breadcrumbs {
  background-color: #FFF;
  padding: 10px 0;
}
.breadcrumbs__in {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto;
  text-align: right;
  color: #B1B1B1;
}
.breadcrumbs__in a {
  color: #B1B1B1;
}

section {
  padding: 120px 0 0;
}

.sec-wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.sec-head {
  margin: 0 0 40px;
}
.sec-head h2 {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(100px, 2.227rem + 7.52vw, 180px);
  line-height: 1.2;
  color: #00AD82;
}
@media screen and (max-width: 480px) {
  .sec-head h2 {
    font-size: 100px;
  }
}
.sec-head span {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #2B554F;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  line-height: 1.5;
}

h2 {
  font-size: clamp(28px, 0.744rem + 1.88vw, 48px);
  line-height: 1.2;
  color: #00AD82;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: clamp(26px, 1.146rem + 1.6vw, 32px);
  }
}

p {
  font-size: clamp(16px, 0.917rem + 0.28vw, 20px);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #231815;
  text-decoration: none;
}

.page-contents {
  padding: 100px 0 0;
}
.page-contents .page-head {
  width: 95%;
  margin: 0 auto 100px;
}
.page-contents .page-head h1 {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #00AD82;
  color: transparent;
  background-image: url(/wp-content/themes/ecoeat/assets/img/common/title_noise-cover.webp);
  background-size: auto;
  -webkit-background-clip: text;
  font-size: clamp(120px, 3.477rem + 7.52vw, 200px);
  line-height: 1;
}
@media screen and (max-width: 856px) {
  .page-contents .page-head h1 {
    font-size: clamp(70px, 0.386rem + 13.3vw, 120px);
  }
}
.page-contents .page-head h1 span {
  display: inline-block;
  color: transparent;
}
.page-contents .page-head span {
  color: #2B554F;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 856px) {
  .page-contents .page-head span {
    font-size: clamp(18px, 0.646rem + 1.6vw, 24px);
  }
}
.page-contents .page-wrapper {
  padding: 100px 0;
  background: linear-gradient(0deg, transparent 0%, #F8F8F8 100%);
  border-radius: 100px 0 0 0;
}

.page-container {
  max-width: 1080px;
  margin: 0 auto;
}

.slide-btn {
  width: fit-content;
}
.slide-btn a {
  padding: 16px 80px 16px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  font-size: 20px;
  z-index: 3;
  transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  .slide-btn a {
    font-size: 18px;
  }
}
.slide-btn a .btn-square {
  position: absolute;
  display: inline-block;
  width: 64px;
  height: 100%;
  border-radius: 10px;
  background-color: #FFF;
  right: 0;
  z-index: -1;
  transition: all 0.2s;
}
.slide-btn a .btn-square .circle {
  position: absolute;
  display: block;
  margin: auto 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00AD82;
  top: 0;
  bottom: 0;
  right: 30px;
  transition: all 0.2s;
}
.slide-btn a .btn-square .circle::before, .slide-btn a .btn-square .circle::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.slide-btn a:hover {
  color: #00AD82;
  padding-left: 14px;
}
.slide-btn a:hover .btn-square {
  width: 100%;
  border-radius: 20px;
}
.slide-btn a:hover .btn-square .circle {
  width: 36px;
  height: 36px;
  right: 18px;
}
.slide-btn a:hover .btn-square .circle::before, .slide-btn a:hover .btn-square .circle::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.slide-btn a:hover .btn-square .circle::before {
  width: 50%;
  height: 2px;
  background-color: #FFF;
  margin: auto;
  left: 0;
  right: 0;
}
.slide-btn a:hover .btn-square .circle::after {
  width: 25%;
  height: 25%;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  right: 30%;
}

.noise-back {
  background: linear-gradient(135deg, #B1E8DA 0%, #00AD82 50%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.noise-back::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/ecoeat/assets/img/common/noise_cover.webp);
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: overlay;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.delay1 {
  transition-delay: 0.2s;
}
.fade-up.delay2 {
  transition-delay: 0.4s;
}
.fade-up.delay3 {
  transition-delay: 0.6s;
}
.fade-up.delay4 {
  transition-delay: 0.8s;
}

.top .mv {
  padding: 40px 0 120px;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 0;
  background: linear-gradient(35deg, #E5EFB9 0%, #2FC59F 100%);
}
.top .mv__wrapper {
  max-width: 1824px;
  aspect-ratio: 1824/869;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.top .mv__main-image {
  width: 100%;
  border-radius: 36px;
  overflow: hidden;
}
@media screen and (max-width: 856px) {
  .top .mv__main-image {
    height: 80vh;
  }
}
@media screen and (max-width: 480px) {
  .top .mv__main-image {
    aspect-ratio: 377/562;
    height: auto;
  }
}
.top .mv__main-image img {
  width: 100%;
  height: 100%;
}
.top .mv__text-box {
  position: absolute;
  max-width: 1088px;
  width: 95%;
  margin: 0 auto;
  bottom: -8%;
  right: 0;
  left: 0;
}
.top .mv__text-box .sub {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: clamp(1.563rem, 1.229rem + 0.62vw, 2rem);
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .top .mv__text-box .sub {
    font-size: clamp(15px, 0.14rem + 2.66vw, 25px);
  }
}
.top .mv__text-box h1 img {
  width: 100%;
  height: auto;
}
.top__over-contents {
  background-color: #FFF;
  border-radius: 30px 30px 0 0;
  position: sticky;
  top: 0;
}
.top .top-about {
  padding: 80px 0 clamp(150px, 1.833rem + 14.1vw, 300px);
  margin-bottom: -1px;
  border-radius: 30px 30px 0 0;
  background: url(/wp-content/themes/ecoeat/assets/img/top_top-about-back.webp), linear-gradient(40deg, #9CE2D0 0%, #00AD82 46%);
  background-position: bottom -1px center, top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 856px) {
  .top .top-about {
    padding: clamp(40px, -0.691rem + 10.64vw, 80px) 0 clamp(60px, 0.559rem + 10.64vw, 100px);
  }
}
.top .top-about__wrapper {
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 20px 100px;
}
@media screen and (max-width: 856px) {
  .top .top-about__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 856px) {
  .top .top-about__head {
    margin-bottom: 0;
  }
}
.top .top-about__head h2 {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(6.25rem, -0.414rem + 12.46vw, 15rem);
  line-height: 1.2;
  color: #FFF9CB;
}
@media screen and (max-width: 856px) {
  .top .top-about__head h2 {
    font-size: clamp(6.25rem, 2.261rem + 13.3vw, 9.375rem);
  }
}
.top .top-about__head span {
  font-size: 20px;
  color: #FFF;
}
.top .top-about__container {
  max-width: 740px;
  width: 70%;
  margin: 80px 0 0;
  color: #FFF;
}
@media screen and (max-width: 856px) {
  .top .top-about__container {
    margin-top: 0;
    width: 100%;
  }
}
.top .top-about__container h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: clamp(32px, 1.195rem + 1.5vw, 48px);
  line-height: 1.5;
}
@media screen and (max-width: 856px) {
  .top .top-about__container h3 {
    font-size: clamp(23px, 0.719rem + 2.39vw, 32px);
  }
}
.top .top-about__container .text-box p {
  margin: 0 0 20px;
  font-size: clamp(1rem, 0.917rem + 0.28vw, 1.25rem);
}
@media screen and (max-width: 856px) {
  .top .top-about__btn {
    margin: 40px auto 0;
  }
}
.top .top-about__btn a {
  color: #FFF;
}
.top .top-about__btn a:hover {
  color: #00AD82;
}
.top .store {
  background-color: #FFF;
  overflow: hidden;
  padding-top: 80px;
}
.top .store__wrapper {
  margin: 0 auto 200px;
}
@media screen and (max-width: 856px) {
  .top .store__wrapper {
    margin-bottom: clamp(100px, -1.729rem + 26.6vw, 200px);
  }
}
.top .store__head {
  margin: 0 0 40px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.top .store__head .head-box {
  display: flex;
  gap: 10px;
  align-items: end;
}
.top .store__head .head-box .logo {
  max-width: 114px;
  width: 20%;
  aspect-ratio: 1/1;
}
.top .store__head .head-box .logo img {
  width: 100%;
  height: auto;
}
.top .store__head .head-box .head-text {
  color: #00AD82;
}
.top .store__head .head-box .head-text h2 {
  font-size: 88px;
  line-height: 1;
}
@media screen and (max-width: 856px) {
  .top .store__head .head-box .head-text h2 {
    font-size: clamp(40px, -1.33rem + 12.77vw, 88px);
  }
}
.top .store__head .head-box .head-text h2 .sub {
  display: block;
}
.top .store__head .head-box .head-text h2 .small {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 856px) {
  .top .store__head .head-box .head-text h2 .small {
    font-size: clamp(18px, 0.008rem + 3.72vw, 32px);
  }
}
.top .store__head .head-image {
  max-width: 347px;
  width: 30%;
  aspect-ratio: 347/220;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 856px) {
  .top .store__head .head-image {
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  .top .store__head .head-image {
    border-radius: 10px;
  }
}
.top .store__head .head-image img {
  width: 100%;
  height: auto;
}
.top .store__box {
  margin: 0 0 80px;
  display: flex;
  gap: 20px 40px;
}
@media screen and (max-width: 856px) {
  .top .store__box {
    margin: 0 0 40px;
    flex-direction: column;
    align-items: center;
  }
}
.top .store__box:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 856px) {
  .top .store__box:nth-child(2) {
    flex-direction: column;
  }
}
.top .store__image {
  max-width: 600px;
  width: 95%;
  aspect-ratio: 8/5;
  border-radius: 24px;
  background-color: #DDD;
  overflow: hidden;
}
.top .store__image img {
  width: 100%;
  height: auto;
}
.top .store__text {
  max-width: 600px;
  width: 95%;
}
.top .store__text p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 0.917rem + 0.28vw, 20px);
  margin: 0 0 16px;
  color: #2B554F;
  line-height: 1.8;
}
.top .store__btn {
  margin: 80px 0 0;
}
.top .store__btn a {
  color: #00AD82;
}
.top .store__btn a:hover {
  color: #FFF;
}
.top .store__btn a .btn-square {
  background-color: #00AD82;
}
.top .store__btn a .btn-square .circle {
  background-color: #FFF;
}
.top .store__btn a .btn-square .circle::before {
  background-color: #00AD82;
}
.top .store__btn a .btn-square .circle::after {
  border-color: #00AD82;
}
.top .store__slide {
  margin-bottom: 100px;
}
.top .store__slide .slide-container {
  display: flex;
  gap: 30px;
  animation: loop-slide 22s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.top .store__slide .slide-image {
  flex-shrink: 0;
  max-width: 525px;
  width: 40%;
  aspect-ratio: 525/488;
}
.top .store__slide .slide-image:nth-child(2n) {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .top .store__slide .slide-image {
    width: 70%;
  }
}
.top .store__slide .slide-image img {
  width: 100%;
  height: auto;
}
.top .post {
  position: relative;
  padding: clamp(50px, -4.417rem + 14.1vw, 200px) 0 120px;
  background: linear-gradient(0deg, #FDFFF5 0%, #E5F7F2 60%);
  border-radius: 0 80px 0 0;
  overflow: hidden;
}
.top .post::after {
  position: absolute;
  content: "news&report";
  color: #FFF;
  line-height: 0.2;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(100px, -0.789rem + 13.16vw, 240px);
  font-weight: bold;
  top: 0;
  left: 0;
}
@media screen and (max-width: 856px) {
  .top .post::after {
    font-size: clamp(48px, -1.149rem + 13.83vw, 100px);
  }
}
.top .post__wrapper {
  max-width: 1420px;
  padding: 40px 0;
  border-bottom: 1px solid #00AD82;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 856px) {
  .top .post__wrapper {
    flex-direction: column;
  }
}
.top .post__wrapper:last-child {
  border-bottom: unset;
}
.top .post__container {
  max-width: 700px;
  width: 95%;
}
@media screen and (max-width: 856px) {
  .top .post__container {
    max-width: 100%;
    width: 100%;
  }
}
.top .post__card {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 856px) {
  .top .post__card {
    border-radius: 16px;
  }
}
.top .post__card:last-child {
  margin-bottom: 0;
}
.top .post__card a {
  display: block;
}
.top .post__card .date {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #00AD82;
  font-size: 14px;
}
.top .post__card .cat {
  margin-left: 8px;
  padding: 2px 5px;
  background-color: #2B554F;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.top .post__card .title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 0.958rem + 0.14vw, 18px);
  color: #2B554F;
  line-height: 1.2;
}
.top .post__card.news-card .title {
  margin: 10px 0 0;
}
.top .post__card.report-card a {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .top .post__card.report-card a {
    flex-direction: column;
  }
}
.top .post__card.report-card .title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #2B554F;
}
.top .post__image {
  max-width: 180px;
  width: 95%;
  aspect-ratio: 100/67;
  background-color: #DDD;
  border-radius: 13px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .top .post__image {
    max-width: 100%;
    width: 100%;
  }
}
.top .post__image img {
  width: 100%;
  height: auto;
}
.top .post__text {
  width: 100%;
}
.top .post__btn a {
  color: #2B554F;
}
.top .post__btn a:hover {
  color: #FFF;
}
.top .post__btn a .btn-square {
  background-color: #2B554F;
}
.top .post__btn a .btn-square .circle {
  background-color: #FFF;
}
.top .post__btn a .btn-square .circle::before {
  background-color: #2B554F;
}
.top .post__btn a .btn-square .circle::after {
  border-color: #2B554F;
}

.header {
  display: block;
  width: 100%;
  color: #FFF;
  position: fixed;
  top: 0px;
  z-index: 999;
}
@media screen and (max-width: 856px) {
  .header {
    top: 0;
  }
}
.header.is-mv .header__left .logo img {
  content: url(/wp-content/themes/ecoeat/assets/img/logo_white.webp);
}
.header.is-mv .header__menu a {
  color: #FFF;
}
.header.is-mv .posts-menu::before, .header.is-mv .posts-menu::after {
  background-color: #FFF;
}
.header.is-mv .posts-menu .post-btn {
  color: #FFF;
}
.header.is-mv .posts-menu .sub-menu a {
  color: #2B554F;
}
.header.is-mv .SPmenu-btn .txt {
  color: #FFF;
}
.header.is-mv .SPmenu-btn span {
  background-color: #FFF;
}
.header__wrapper {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 856px) {
  .header__wrapper {
    display: none;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__left .logo {
  max-width: 104px;
  aspect-ratio: 1/1;
  width: 95%;
}
.header__left .logo a {
  display: block;
}
.header__left .logo img {
  width: 100%;
  height: auto;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__menu {
  display: flex;
}
.header__menu li {
  padding: 20px;
}
.header__menu a {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #2B554F;
}
.header__menu .posts-menu {
  position: relative;
  cursor: pointer;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.header__menu .posts-menu:hover::after {
  transform: rotate(0deg);
}
.header__menu .posts-menu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__menu .posts-menu:hover .sub-menu a:hover {
  text-decoration: underline;
}
.header__menu .posts-menu::before, .header__menu .posts-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  margin: auto 0;
  background-color: #2B554F;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s;
}
.header__menu .posts-menu::after {
  transform: rotate(90deg);
}
.header__menu .posts-menu .post-btn {
  color: #2B554F;
}
.header__menu .posts-menu .sub-menu {
  width: 100%;
  padding: 10px 0;
  background-color: #FFF;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.2s;
}
.header__menu .posts-menu .sub-menu li {
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}
.header__menu .posts-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.header__contact a {
  display: block;
  padding: 10px 20px;
  background-color: #00AD82;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
}
.header__SPwrapper {
  display: none;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 856px) {
  .header__SPwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__SPwrapper.open .SPlogo img {
  opacity: 0;
}
.header__SPwrapper.open .sp-right .shop-btn {
  opacity: 0;
}
.header__SPwrapper .SPlogo {
  max-width: 50px;
  aspect-ratio: 1/1;
  width: 95%;
}
.header__SPwrapper .SPlogo a {
  display: block;
}
.header__SPwrapper .SPlogo img {
  width: 100%;
  height: auto;
  transition: all 0.2s;
}
.header__SPwrapper .sp-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__SPwrapper .sp-right .shop-btn {
  font-size: 14px;
  background-color: #00AD82;
  color: #FFF;
  padding: 2px 8px;
  border-radius: 50px;
}
.header__SPwrapper .SPmenu-btn {
  width: 42px;
  height: 42px;
  position: relative;
}
.header__SPwrapper .SPmenu-btn .txt {
  color: #00AD82;
}
.header__SPwrapper .SPmenu-btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00AD82;
  border-radius: 50px;
  transition: all 0.2s;
}
.header__SPwrapper .SPmenu-btn span:first-child {
  top: 0;
}
.header__SPwrapper .SPmenu-btn span:last-child {
  bottom: 0;
}
.header__SPwrapper .SPmenu-btn.open .txt {
  color: #FFF;
}
.header__SPwrapper .SPmenu-btn.open span {
  background-color: #FFF;
  transform: rotate(30deg);
  bottom: 0;
}
.header__SPwrapper .SPmenu-btn.open span:last-child {
  transform: rotate(-30deg);
}
.header__SPmenu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 120px 0 60px;
  background-color: #00AD82;
  top: 0;
  right: -100%;
  transition: all 0.3s;
  z-index: 800;
}
@media screen and (max-width: 856px) {
  .header__SPmenu {
    display: block;
  }
}
.header__SPmenu.open {
  right: 0%;
}
.header__SPmenu .menu-box {
  width: 90%;
  margin: 0 auto;
}
.header__SPmenu .menu {
  margin: 0 0 60px;
}
.header__SPmenu .menu li {
  margin: 0 0 10px;
  font-size: 18px;
}
.header__SPmenu .menu li:last-child {
  margin: 0;
}
.header__SPmenu .menu li a {
  color: #FFF;
}
.header__SPmenu .menu li a .sub {
  display: block;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #FFF9CB;
}
.header__SPmenu .btm {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
}
.header__SPmenu .btm .sp-menu_logo {
  max-width: 86px;
  width: 95%;
  aspect-ratio: 1/1;
}
.header__SPmenu .btm .sp-menu_logo img {
  width: 100%;
  height: auto;
}
.header__SPmenu .btm .links {
  text-align: right;
}
.header__SPmenu .btm .links a {
  color: #FFF;
}
.header__SPmenu .btm .links ul {
  display: flex;
  gap: 10px;
}
.header__SPmenu .btm .links ul li a {
  font-size: 12px;
}
.header__SPmenu .btm .links .sp-menu_copyright {
  font-size: 10px;
}

.footer {
  padding: 80px 0 20px;
  border-radius: 80px 80px 0 0;
  color: #FFF;
}
.footer a {
  color: #FFF;
}
.footer__wrapper {
  max-width: 1700px;
  width: 95%;
  margin: 0 auto;
}
.footer__top {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 856px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo {
  max-width: 202px;
  width: 20%;
  aspect-ratio: 1/1;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__menu {
  display: flex;
  gap: 20px 40px;
}
.footer__menu li {
  margin: 0 0 16px;
}
.footer__menu li:last-child {
  margin: 0;
}
.footer__btm {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 856px) {
  .footer__btm {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.footer__btm .btm-menu {
  display: flex;
  gap: 10px;
}
.footer__btm .btm-menu li::after {
  content: "|";
  margin-left: 10px;
}
.footer__btm .btm-menu li:last-child::after {
  display: none;
}

.about__container {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
}
.about .concept {
  padding: 120px 0;
  border-radius: 80px 80px 0 0;
  background: url(/wp-content/themes/ecoeat/assets/img/about/concept_back.webp), linear-gradient(40deg, #67D2B7 0%, #00AD82 60%);
  background-position: bottom -1px center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 856px) {
  .about .concept {
    padding: clamp(60px, 2.744rem + 1.88vw, 80px) 0;
    border-radius: 40px 40px 0 0;
  }
}
.about .concept__container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 856px) {
  .about .concept__container {
    flex-direction: column;
  }
}
.about .concept__head {
  margin: 0 0 40px;
}
.about .concept__head span {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 0.823rem + 0.56vw, 24px);
  color: #FFF9CB;
}
.about .concept__head h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #FFF;
}
.about .concept__text {
  width: 50%;
  color: #FFF;
}
@media screen and (max-width: 856px) {
  .about .concept__text {
    width: 100%;
  }
}
.about .concept__text p {
  margin: 0 0 40px;
}
@media screen and (max-width: 856px) {
  .about .concept__text p {
    margin: 0 0 20px;
  }
}
.about .concept__text p:last-child {
  margin: 0;
}
.about .concept__image {
  max-width: 688px;
  width: 50%;
}
@media screen and (max-width: 856px) {
  .about .concept__image {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .about .concept__image {
    width: 100%;
  }
}
.about .concept__image img {
  width: 100%;
  height: auto;
}
.about .social {
  padding: 120px 0;
}
@media screen and (max-width: 856px) {
  .about .social {
    padding: clamp(60px, 2.744rem + 1.88vw, 80px) 0;
  }
}
.about .social__container {
  display: flex;
  gap: 20px 40px;
  align-items: center;
}
@media screen and (max-width: 856px) {
  .about .social__container {
    flex-direction: column;
  }
}
.about .social__text {
  width: 50%;
}
@media screen and (max-width: 856px) {
  .about .social__text {
    width: 100%;
  }
}
.about .social__text p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #00AD82;
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
}
.about .social__head {
  margin: 0 0 40px;
}
@media screen and (max-width: 856px) {
  .about .social__head {
    margin: 0 0 20px;
  }
}
.about .social__head::before {
  content: "";
  display: block;
  max-width: 109px;
  width: 10%;
  aspect-ratio: 109/128;
  background-image: url(/wp-content/themes/ecoeat/assets/img/about/social_deco.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.about .social__head span {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 0.823rem + 0.56vw, 24px);
  color: #00AD82;
}
.about .social__head h2 {
  color: #2B554F;
}
.about .social__image {
  max-width: 779px;
  width: 50%;
}
@media screen and (max-width: 856px) {
  .about .social__image {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .about .social__image {
    width: 100%;
  }
}
.about .social__image img {
  width: 100%;
  height: auto;
}
.about .rule {
  padding: 120px 0;
  border-radius: 0 120px 0 0;
  background: linear-gradient(0deg, transparent 0, #FCFCFC 10%, #F8F8F8);
}
@media screen and (max-width: 856px) {
  .about .rule {
    padding: clamp(60px, 2.744rem + 1.88vw, 80px) 0;
    border-radius: 0 40px 0 0;
  }
}
.about .rule .intro {
  margin: 0 0 120px;
  display: flex;
  gap: 40px 100px;
  align-items: center;
}
@media screen and (max-width: 856px) {
  .about .rule .intro {
    margin: 0 0 40px;
    flex-direction: column;
  }
}
.about .rule .intro .image {
  max-width: 816px;
  width: 50%;
  border-radius: 0 32px 32px 0;
  overflow: hidden;
}
@media screen and (max-width: 856px) {
  .about .rule .intro .image {
    width: 60%;
    margin: 0 auto;
    border-radius: 24px;
  }
}
@media screen and (max-width: 480px) {
  .about .rule .intro .image {
    width: 95%;
    border-radius: 24px;
  }
}
.about .rule .intro .image img {
  width: 100%;
  height: 100%;
}
.about .rule .intro .text-box {
  max-width: 694px;
  width: 50%;
}
@media screen and (max-width: 856px) {
  .about .rule .intro .text-box {
    width: 95%;
  }
}
.about .rule .intro .text-box .head {
  margin: 0 0 40px;
}
@media screen and (max-width: 856px) {
  .about .rule .intro .text-box .head {
    margin: 0 0 20px;
    text-align: center;
  }
}
.about .rule .intro .text-box .head .sub {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
  color: #00AD82;
}
@media screen and (max-width: 856px) {
  .about .rule .intro .text-box .head .sub {
    font-size: clamp(18px, 0.806rem + 1.06vw, 22px);
  }
}
.about .rule .intro .text-box .head h2 {
  color: #2B554F;
}
.about .rule .intro .text-box p {
  line-height: 1.8;
}
.about .rule .about {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #FFF;
  border-radius: 37px;
  box-shadow: 0 0 24px rgba(137, 180, 165, 0.16);
}
@media screen and (max-width: 856px) {
  .about .rule .about {
    padding: 40px 0;
  }
}
.about .rule .about .head {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .about .rule .about .head {
    margin: 0 0 20px;
  }
}
.about .rule .about .head .sub {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
  color: #00AD82;
}
@media screen and (max-width: 856px) {
  .about .rule .about .head .sub {
    font-size: clamp(18px, 0.806rem + 1.06vw, 22px);
  }
}
.about .rule .about .head h3 {
  font-size: clamp(28px, 0.744rem + 1.88vw, 48px);
}
.about .rule .about p {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .about .rule .about p {
    font-size: clamp(14px, 0.715rem + 0.53vw, 16px);
  }
}
.about .rule .about .image {
  max-width: 1088px;
  width: 90%;
  margin: 0 auto;
}
.about .rule .about .image img {
  width: 100%;
  height: auto;
}
.about .system {
  padding: 120px 0;
  background-color: #E5F7F2;
  background: linear-gradient(0deg, #F0FEF4 0%, #E5F7F2 100%);
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 856px) {
  .about .system {
    padding: clamp(60px, 2.744rem + 1.88vw, 80px) 0;
    border-radius: 40px 40px 0 0;
  }
}
.about .system__head {
  margin: 0 0 40px;
  text-align: center;
}
.about .system__head span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
  color: #00AD82;
}
@media screen and (max-width: 856px) {
  .about .system__head span {
    font-size: clamp(18px, 0.806rem + 1.06vw, 22px);
  }
}
.about .system__head h2 {
  color: #2B554F;
}
.about .system__top-text {
  margin: 0 0 40px;
  text-align: center;
}
.about .system__top-text span {
  display: inline-block;
}
.about .system__container {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 24px rgba(79, 177, 51, 0.2);
}
.about .system__contents {
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 100px 20px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 856px) {
  .about .system__contents {
    flex-direction: column;
  }
}
.about .system .maker-contents {
  max-width: 437px;
  width: 30%;
  padding: 32px 0 16px;
  background-color: #F8F8F8;
  border: 1px solid #E3E4E4;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .about .system .maker-contents {
    width: 100%;
  }
}
.about .system .maker-contents::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 159px;
  width: 35%;
  max-height: 100px;
  height: 50%;
  background-image: url(/wp-content/themes/ecoeat/assets/img/about/system_maker-arrow.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: -40%;
}
@media screen and (max-width: 856px) {
  .about .system .maker-contents::after {
    background-image: url(/wp-content/themes/ecoeat/assets/img/about/system_maker-arrow_sp.webp);
    max-width: 126px;
    width: 95%;
    max-height: 50px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: unset;
    bottom: -15%;
  }
}
.about .system .maker-contents .head {
  position: absolute;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 5px clamp(16px, 0.917rem + 0.28vw, 20px);
  background-color: #2B554F;
  border-radius: 50px;
  font-size: clamp(16px, 0.917rem + 0.28vw, 20px);
  color: #FFF;
  top: -20px;
  left: 0;
  right: 0;
}
.about .system .maker-contents .box {
  width: 95%;
  margin: 0 auto;
  padding: 16px 0;
  border-bottom: 1px solid #E3E4E4;
}
.about .system .maker-contents .box:last-child {
  border-bottom: none;
}
.about .system .maker-contents .box h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 0.823rem + 0.56vw, 24px);
  text-align: center;
  color: #00AD82;
  margin: 0 0 10px;
}
.about .system .maker-contents .box .flex {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.about .system .maker-contents .box .image {
  max-width: 46px;
  width: 30%;
  aspect-ratio: 1/1;
}
.about .system .maker-contents .box .image img {
  width: 100%;
  height: auto;
}
.about .system .maker-contents .box p {
  font-size: clamp(16px, 0.899rem + 0.19vw, 18px);
}
.about .system .ecoeat-contents {
  max-width: 346px;
  width: 25%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 856px) {
  .about .system .ecoeat-contents {
    width: 30%;
  }
}
.about .system .ecoeat-contents img {
  width: 100%;
  height: auto;
}
.about .system .user-contents {
  max-width: 437px;
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 40px 10px;
}
@media screen and (max-width: 856px) {
  .about .system .user-contents {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
  }
}
.about .system .user-contents .box {
  width: 100%;
  padding: 50px 0 20px;
  background-color: #F8F8F8;
  border: 1px solid #C4C4C4;
  border-radius: 16px;
  position: relative;
  aspect-ratio: 2/1;
}
.about .system .user-contents .box .head {
  width: fit-content;
  margin: 0 auto;
  padding: 5px clamp(16px, 0.917rem + 0.28vw, 20px);
  background-color: #00AD82;
  border-radius: 50px;
  position: absolute;
  font-size: clamp(16px, 0.917rem + 0.28vw, 20px);
  color: #FFF;
  top: -20px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 856px) {
  .about .system .user-contents .box .head {
    font-size: clamp(12px, 0.431rem + 1.06vw, 16px);
  }
}
.about .system .user-contents .box .head.blue {
  background-color: #119BA7;
}
.about .system .user-contents .box::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 173px;
  width: 40%;
  max-height: 110px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: -45%;
}
@media screen and (max-width: 856px) {
  .about .system .user-contents .box::after {
    max-width: 130px;
    width: 95%;
    max-height: 51px;
    top: -45%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.about .system .user-contents .box.nomal::after {
  background-image: url(/wp-content/themes/ecoeat/assets/img/about/system_ecoeat-arrow01.webp);
}
@media screen and (max-width: 856px) {
  .about .system .user-contents .box.nomal::after {
    max-width: 91px;
    background-image: url(/wp-content/themes/ecoeat/assets/img/about/system_ecoeat-arrow01_sp.webp);
  }
}
.about .system .user-contents .box.poverty::after {
  background-image: url(/wp-content/themes/ecoeat/assets/img/about/system_ecoeat-arrow02.webp);
}
@media screen and (max-width: 856px) {
  .about .system .user-contents .box.poverty::after {
    background-image: url(/wp-content/themes/ecoeat/assets/img/about/system_ecoeat-arrow02_sp.webp);
  }
}
.about .system .user-contents .box .image {
  max-width: 286px;
  width: 80%;
  margin: 0 auto;
}
.about .system .user-contents .box .image img {
  width: 100%;
  height: auto;
}
.about .shop {
  background: linear-gradient(0deg, transparent 0%, #FCFFF0 60%, #F0FEF4 100%);
  padding: 60px 0 120px;
}
.about .shop__container {
  max-width: 1660px;
  width: 100%;
  margin-left: auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 856px) {
  .about .shop__container {
    flex-direction: column;
  }
}
.about .shop .shop-head {
  display: flex;
  margin: 0 0 40px;
  gap: 10px;
  align-items: center;
  color: #00AD82;
  line-height: 1;
}
@media screen and (max-width: 856px) {
  .about .shop .shop-head {
    justify-content: center;
  }
}
.about .shop .shop-head .logo {
  max-width: 124px;
  width: 20%;
  aspect-ratio: 1/1;
}
.about .shop .shop-head .logo img {
  width: 100%;
  height: auto;
}
.about .shop .shop-head h2 {
  line-height: 1;
}
.about .shop .shop-head h2 .top {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.about .shop .shop-head h2 .name {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(60px, 1.516rem + 7.45vw, 88px);
}
.about .shop .shop-head h2 .small {
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
}
@media screen and (max-width: 856px) {
  .about .shop .shop-head h2 .small {
    font-size: clamp(18px, 0.806rem + 1.06vw, 22px);
  }
}
.about .shop .shop-text {
  width: 50%;
  padding-left: 16px;
}
@media screen and (max-width: 856px) {
  .about .shop .shop-text {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}
.about .shop .shop-text p {
  margin: 0 0 20px;
  line-height: 1.8;
}
.about .shop .shop-image {
  max-width: 816px;
  width: 40%;
  aspect-ratio: 408/455;
  border-radius: 32px 0 0 32px;
  overflow: hidden;
}
@media screen and (max-width: 856px) {
  .about .shop .shop-image {
    width: 100%;
  }
}
.about .shop .shop-image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .about .shop .shop-btn {
    margin: 0 auto;
  }
}
.about .shop .shop-btn a {
  color: #00AD82;
}
.about .shop .shop-btn a:hover {
  color: #FFF;
}
.about .shop .shop-btn a .btn-square {
  background-color: #00AD82;
}
.about .shop .shop-btn a .btn-square .circle {
  background-color: #FFF;
}
.about .shop .shop-btn a .btn-square .circle::before {
  background-color: #00AD82;
}
.about .shop .shop-btn a .btn-square .circle::after {
  border-color: #00AD82;
}
.about .collabo {
  padding: 120px 0;
}
@media screen and (max-width: 856px) {
  .about .collabo {
    padding: clamp(60px, 2.744rem + 1.88vw, 80px) 0;
  }
}
.about .collabo__wrapper {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto;
  padding: 100px 0 200px;
  background: linear-gradient(68deg, #BBEBDF 0%, #00AD82 30%);
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .about .collabo__wrapper {
    padding: clamp(60px, 2.744rem + 1.88vw, 80px) 0;
  }
}
.about .collabo__wrapper::after {
  content: "non profit organization";
  position: absolute;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(74px, 1.055rem + 6.67vw, 145px);
  bottom: -3%;
  right: 0;
  color: #FFF;
}
@media screen and (max-width: 856px) {
  .about .collabo__wrapper::after {
    font-size: clamp(30px, -1.636rem + 11.7vw, 74px);
    bottom: -1%;
  }
}
.about .collabo__head {
  margin: 0 0 40px;
  text-align: center;
}
.about .collabo__head h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #FFF;
}
.about .collabo__head h2 span {
  color: #FFF9CB;
}
.about .collabo__contents {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 856px) {
  .about .collabo__contents {
    flex-direction: column;
  }
}
.about .collabo__images {
  width: 50%;
  display: flex;
  gap: clamp(30px, 0.367rem + 2.82vw, 60px);
}
@media screen and (max-width: 856px) {
  .about .collabo__images {
    width: 100%;
    justify-content: space-around;
    gap: clamp(30px, -0.519rem + 7.98vw, 60px);
  }
}
.about .collabo__image {
  max-width: 304px;
  width: 48%;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .about .collabo__image {
    border-radius: 24px;
  }
}
.about .collabo__image:first-child::before, .about .collabo__image:first-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 16%;
  height: 2px;
  background-color: #FFF;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: -18%;
  transform: rotate(45deg);
}
@media screen and (max-width: 856px) {
  .about .collabo__image:first-child::before, .about .collabo__image:first-child::after {
    right: -17%;
  }
}
.about .collabo__image:first-child::after {
  transform: rotate(-45deg);
}
.about .collabo__image img {
  width: 80%;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.about .collabo__text {
  max-width: 708px;
  width: 50%;
  color: #FFF;
}
@media screen and (max-width: 856px) {
  .about .collabo__text {
    width: 100%;
  }
}
.about .collabo__text p {
  margin: 0 0 50px;
  line-height: 1.8;
}
@media screen and (max-width: 856px) {
  .about .collabo__text p {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 856px) {
  .about .collabo__btn {
    margin: 0 auto;
  }
}
.about .collabo__btn a {
  color: #FFF;
}
.about .collabo__btn a:hover {
  color: #00AD82;
}
.about .collabo__btn a .circle {
  color: #00AD82;
}
.about .message {
  padding: 120px 0;
}
@media screen and (max-width: 856px) {
  .about .message {
    padding: clamp(60px, 2.744rem + 1.88vw, 80px) 0;
  }
}
.about .message__container {
  max-width: 1660px;
  width: 100%;
  margin-right: auto;
  display: flex;
  gap: 20px 110px;
}
@media screen and (max-width: 856px) {
  .about .message__container {
    flex-direction: column;
  }
}
.about .message__image {
  max-width: 816px;
  width: 50%;
  border-radius: 0 32px 32px 0;
  overflow: hidden;
}
@media screen and (max-width: 856px) {
  .about .message__image {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .about .message__image {
    width: 100%;
  }
}
.about .message__image img {
  width: 100%;
  height: auto;
}
.about .message__text-box {
  max-width: 724px;
  width: 50%;
}
@media screen and (max-width: 856px) {
  .about .message__text-box {
    width: 95%;
    margin: 0 auto;
  }
}
.about .message__text-box h2 {
  margin: 0 0 40px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #00AD82;
}
.about .message__text {
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  .about .message__text {
    margin: 0 0 20px;
  }
}
.about .message__text p {
  margin: 0 0 20px;
  line-height: 1.8;
}
@media screen and (max-width: 856px) {
  .about .message__text p {
    line-height: 1.5;
  }
}
.about .message__name {
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
  text-align: right;
}
.about .message__name span {
  display: block;
  font-size: clamp(14px, 0.833rem + 0.14vw, 16px);
  color: #00AD82;
}
.about .message__name span.roma {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #E3E4E4;
}
.about__media {
  padding: 120px 0 200px;
  background-color: #E5F7F2;
  border-radius: 80px 0 0 0;
}
.about__media .media-head {
  margin: 0 0 40px;
  text-align: center;
}
.about__media .media-head span {
  color: #00AD82;
}
.about__media .media-top-text {
  margin: 0 0 40px;
  text-align: center;
}
.about__media .media-container {
  display: flex;
  gap: 16px;
}
.about__media .media-box {
  max-width: 342px;
  width: 25%;
  background-color: #FFF;
  border-radius: 13px;
  box-shadow: 0 2px 24px rgba(79, 177, 51, 0.2);
  overflow: hidden;
}
.about__media .media-image {
  width: 100%;
  margin: 0 0 16px;
  aspect-ratio: 171/94;
  background-color: #DDD;
  overflow: hidden;
}
.about__media .media-image img {
  width: 100%;
  height: auto;
}
.about__media .media-text {
  width: 95%;
  margin: 0 auto 16px;
}
.about__media .media-text h3 {
  margin: 0 0 10px;
}

.archive__container {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 40px 20px;
}
@media screen and (max-width: 856px) {
  .archive__container {
    flex-direction: column;
  }
}
.archive__contents {
  max-width: 1180px;
  width: 100%;
}
.archive__post-list {
  margin: 0 0 40px;
}
.archive__box {
  border-top: 1px solid #C4C4C4;
  padding: 10px 0;
  transition: all 0.2s;
}
.archive__box:last-child {
  border-bottom: 1px solid #C4C4C4;
}
.archive__box:hover {
  border-color: #00AD82;
}
.archive__box a {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  transition: all 0.2s;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .archive__box a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.archive__box a:hover {
  padding: 10px 15px;
  border-radius: 24px;
  background-color: #FFF;
}
.archive__box a:hover .date-box .cat {
  border-color: #2B554F;
}
.archive__image {
  max-width: 202px;
  width: 95%;
  height: 134px;
  background-color: #DDD;
  border-radius: 13px;
}
.archive__image img {
  width: 100%;
  height: auto;
}
.archive__text .date-box {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.archive__text .date-box .date {
  font-size: 14px;
  color: #00AD82;
}
.archive__text .date-box .cat {
  padding: 0 5px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  color: #2B554F;
}
.archive__text .title {
  color: #2B554F;
}

.shop-archive__container {
  max-width: 1740px;
  width: 95%;
}
.shop-archive__container .area-btns {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #B1B1B1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.shop-archive__container .area-btns li {
  max-width: 136px;
  width: 95%;
}
.shop-archive__container .area-btns li button {
  width: 100%;
  display: block;
  padding: 10px 14px;
  background-color: #FFF;
  border: 1px dashed #00AD82;
  border-radius: 50px;
  color: #00AD82;
  text-align: center;
  cursor: pointer;
}
.shop-archive__container .area-btns li button.is-disabled {
  border: 1px dashed #B1B1B1;
  color: #B1B1B1;
}
.shop-archive__container .area-btns li button.is-active {
  background-color: #00AD82;
  color: #FFF;
}
.shop-archive__container .area-container {
  display: none;
}
.shop-archive__container .area-container.is-active {
  display: block;
}
.shop-archive__container .area-container .area-header {
  margin: 0 0 20px;
}
.shop-archive__container .area-container .area-header span {
  color: #00AD82;
}
.shop-archive__container .area-container .area-header .area-head {
  color: #2B554F;
}
.shop-archive__container .area-container .pref-btns {
  margin: 0 0 40px;
  padding: 14px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-archive__container .area-container .pref-btns a {
  max-width: 136px;
  width: 25%;
  padding: 10px 14px;
  background-color: #FFF;
  border-radius: 50px;
  text-align: center;
  color: #2B554F;
}
@media screen and (max-width: 856px) {
  .shop-archive__container .area-container .pref-btns a {
    padding: 5px 10px;
  }
}
.shop-archive__container .area-container .pref-wrapper {
  margin: 0 0 40px;
}
.shop-archive__container .area-container .pref-head {
  margin: 0 0 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #00AD82;
  font-weight: bold;
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
}
.shop-archive__container .area-container .pref-shops {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 856px) {
  .shop-archive__container .area-container .pref-shops .shop-card {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .shop-archive__container .area-container .pref-shops .shop-card {
    width: 100%;
  }
}

.single {
  padding: 120px 0 0;
  background-color: #F8F8F8;
}
.single .breadcrumbs {
  background-color: #F8F8F8;
}
.single .breadcrumbs__in {
  max-width: 1410px;
}
.single__wrapper {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 40px 20px;
}
@media screen and (max-width: 856px) {
  .single__wrapper {
    flex-direction: column;
  }
}
.single__main {
  max-width: 1180px;
  width: 100%;
}
.single__container {
  margin: 0 0 40px;
  padding: 40px 0;
  background-color: #FFF;
  border-radius: 40px;
}
.single__box {
  width: 95%;
  margin: 0 auto;
}
.single__head {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #C4C4C4;
}
.single__head .date-box {
  margin: 0 0 40px;
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
}
.single__head .date-box .date {
  color: #00AD82;
}
.single__head .date-box .cat {
  padding: 2px 14px;
  border: 1px solid #2B554F;
  border-radius: 50px;
  color: #2B554F;
}
.single__head h1 {
  font-size: 40px;
}
.single__contents h2,
.single__contents h3,
.single__contents h4,
.single__contents p,
.single__contents table,
.single__contents img {
  margin: 0 0 20px;
}
.single__contents h2 {
  font-size: 32px;
  padding: 0 0 10px;
  border-bottom: 1px solid #2B554F;
}
.single__contents h3 {
  position: relative;
  padding-left: 16px;
  font-size: 24px;
}
.single__contents h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #00AD82;
  top: 0;
  left: 0;
}
.single__contents h4 {
  font-size: 18px;
  color: #00AD82;
}
.single__contents p {
  font-size: 16px;
}
.single__contents figure {
  width: fit-content;
  margin: 0 auto 20px;
}
.single__contents figure img {
  border-radius: 20px;
}
.single__contents a {
  color: #109BA7;
  text-decoration: underline;
  word-break: break-all;
}
.single__pager-btns {
  display: flex;
  justify-content: space-between;
}
.single__pager-btns .pager-btn {
  display: block;
  max-width: 143px;
  width: 100%;
  padding: 10px 0;
  background-color: #FFF;
  border: 1px solid #00AD82;
  border-radius: 50px;
  text-align: center;
  color: #00AD82;
  transition: all 0.2s;
}
.single__pager-btns .pager-btn:hover {
  background-color: #00AD82;
  color: #FFF;
}
.single__pager-btns .pager-btn.archive-btn {
  background-color: #00AD82;
  color: #FFF;
}
.single__pager-btns .pager-btn.archive-btn:hover {
  background-color: #FFF;
  color: #00AD82;
}
.single__pager-btns .pager-btn.is-disabled {
  border-color: #C4C4C4;
  color: #C4C4C4;
  cursor: default;
}
.single__pager-btns .pager-btn.is-disabled:hover {
  border-color: #C4C4C4;
  color: #C4C4C4;
  background-color: #FFF;
}
.single__topic-posts {
  padding: 100px 0;
  background-color: #E5F7F2;
  border-radius: 80px 80px 0 0;
}
.single__topic-posts .topic-wrapper {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
}
.single__topic-posts .topic-head {
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}
.single__topic-posts .topic-head .text span {
  font-size: 18px;
  font-weight: bold;
  color: #00AD82;
}
.single__topic-posts .topic-head .text .title {
  font-size: 40px;
  font-weight: bold;
}
.single__topic-posts .topic-head .slide-btn a {
  color: #2B554F;
}
.single__topic-posts .topic-head .slide-btn a:hover {
  color: #FFF;
}
.single__topic-posts .topic-head .slide-btn a .btn-square {
  background-color: #2B554F;
}
.single__topic-posts .topic-head .slide-btn a .btn-square::before {
  background-color: #FFF;
}
.single__topic-posts .topic-container {
  display: flex;
  gap: 16px;
}
.single__topic-posts .post-card {
  max-width: 342px;
  width: 24%;
  background-color: #FFF;
  border-radius: 13px;
  box-shadow: 0 2px 24px rgba(79, 177, 51, 0.2);
  overflow: hidden;
}
.single__topic-posts .post-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #2B554F;
}
.single__topic-posts .post-card .image {
  margin: 0 0 16px;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #DDD;
  flex-shrink: 0;
}
.single__topic-posts .post-card .image img {
  width: 100%;
  height: auto;
}
.single__topic-posts .post-card .text {
  width: 95%;
  margin: 0 auto 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.single__topic-posts .post-card .text .title {
  margin: 0 0 20px;
}
.single__topic-posts .post-card .text .date-box {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.single__topic-posts .post-card .text .date-box .cat {
  padding: 2px 10px;
  border: 1px solid #2B554F;
  border-radius: 8px;
}
.single__topic-posts .post-card .text .date-box .date {
  color: #00AD82;
}

.single-shop {
  padding: 200px 0 0;
}
@media screen and (max-width: 856px) {
  .single-shop {
    padding: 100px 0 0;
  }
}
.single-shop__head {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto 80px;
}
.single-shop__head .shop-tag {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-shop__head .shop-tag span {
  margin: 0 0 10px;
  padding: 10px 20px;
  color: #FFF;
  background-color: #00AD82;
  border-radius: 50px;
}
@media screen and (max-width: 856px) {
  .single-shop__head .shop-tag span {
    font-size: clamp(14px, 0.715rem + 0.53vw, 16px);
    padding: 5px 10px;
  }
}
.single-shop__head .shop-tag span.sport {
  background-color: #CEC056;
}
.single-shop__head h1 {
  font-size: clamp(48px, 2.195rem + 1.5vw, 64px);
}
@media screen and (max-width: 856px) {
  .single-shop__head h1 {
    font-size: clamp(32px, 0.723rem + 4.26vw, 48px);
  }
}
.single-shop .info {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto;
  padding: 0 0 80px;
}
.single-shop .info__container {
  margin: 0 0 80px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 856px) {
  .single-shop .info__container {
    flex-direction: column;
  }
}
.single-shop .info__left {
  width: 40%;
}
@media screen and (max-width: 856px) {
  .single-shop .info__left {
    width: 100%;
  }
}
.single-shop .info__left .shop-image {
  max-width: 840px;
  width: 100%;
  margin: 0 0 20px;
  aspect-ratio: 3/2;
  background-color: #DDD;
}
.single-shop .info__left .shop-image img {
  width: 100%;
  height: auto;
}
.single-shop .info__left .shop-map {
  width: 100%;
  aspect-ratio: 7/2;
}
.single-shop .info__left .shop-map iframe {
  width: 100%;
  height: 100%;
}
.single-shop .info__right {
  width: 60%;
}
@media screen and (max-width: 856px) {
  .single-shop .info__right {
    width: 100%;
  }
}
.single-shop .info__right .title {
  padding: 0 0 20px;
  border-bottom: 1px solid #B1B1B1;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #2B554F;
  font-size: clamp(22px, 1.333rem + 0.14vw, 24px);
}
.single-shop .info__right .info-table {
  width: 100%;
  border-collapse: collapse;
}
.single-shop .info__right .info-table th,
.single-shop .info__right .info-table td {
  padding: 20px 10px;
  border-bottom: 1px solid #B1B1B1;
  text-align: left;
}
.single-shop .info__right .info-table th {
  width: 30%;
}
.single-shop .info__right .info-table td {
  width: 70%;
}
.single-shop .info__manager {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
  padding: 10px;
  border: 1px dashed #2B554F;
  border-radius: 15px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 856px) {
  .single-shop .info__manager {
    flex-direction: column;
  }
}
.single-shop .info__manager .image {
  max-width: 300px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #DDD;
  border-radius: 10px;
}
@media screen and (max-width: 856px) {
  .single-shop .info__manager .image {
    margin: 0 auto;
  }
}
.single-shop .info__manager .image img {
  width: 100%;
  height: auto;
}
.single-shop .info__manager .text-box .text-head {
  margin: 0 0 20px;
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
  font-weight: bold;
  line-height: 1.5;
}
.single-shop .info__manager .text-box .text-head span {
  display: block;
  color: #00AD82;
  font-size: clamp(18px, 0.646rem + 1.6vw, 24px);
}
.single-shop .about {
  padding: 100px 0;
  background: linear-gradient(#E5F7F2 0%, #F8FDF3 100%);
}
.single-shop .about__wrapper {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
}
.single-shop .about__head {
  margin: 0 0 40px;
  text-align: center;
}
.single-shop .about__head span {
  color: #00AD82;
}
.single-shop .about__head h2 {
  color: #2B554F;
}
.single-shop .about__top-text {
  margin: 0 0 40px;
  text-align: center;
}
.single-shop .about__top-text h3 {
  margin: 0 0 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
  color: #00AD82;
}
.single-shop .about__container {
  padding: 20px 0;
  background-color: #FFF;
  border-radius: 17px;
}
.single-shop .about__container .title {
  width: 95%;
  margin: 0 auto 40px;
  padding: 16px;
  border-radius: 20px;
  text-align: center;
  font-size: 32px;
  color: #FFF;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 856px) {
  .single-shop .about__container .title {
    font-size: clamp(19px, 0.15rem + 3.46vw, 32px);
  }
}
.single-shop .about__container .title span {
  color: #FFF9CB;
}
.single-shop .about__container .title.gray {
  background-color: #F4F4F4;
  font-size: 24px;
  color: #F86060;
}
@media screen and (max-width: 856px) {
  .single-shop .about__container .title.gray {
    font-size: clamp(1.125rem, 0.646rem + 1.6vw, 1.5rem);
  }
}
.single-shop .about__main-boxs {
  width: 95%;
  margin: 0 auto 40px;
  display: flex;
  gap: 16px 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .single-shop .about__main-boxs {
    flex-direction: column;
  }
}
.single-shop .about__main-boxs .box {
  max-width: 336px;
  width: 30%;
}
@media screen and (max-width: 480px) {
  .single-shop .about__main-boxs .box {
    width: 80%;
  }
}
.single-shop .about__main-boxs .box .image {
  width: 100%;
  aspect-ratio: 1/1;
}
.single-shop .about__main-boxs .box .image img {
  width: 100%;
  height: auto;
  align-self: start;
}
.single-shop .about__main-boxs .box p {
  font-size: 16px;
  text-align: center;
}
.single-shop .about__main-boxs .box p span {
  color: #F86060;
}
.single-shop .about .doc-text {
  margin: 0 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.single-shop .about .doc-text span {
  color: #F86060;
}
.single-shop .about__document-boxs {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 16px;
  justify-content: center;
}
.single-shop .about__document-boxs .box {
  max-width: 324px;
  width: 23%;
  padding: 20px 16px;
  background-color: #FFF;
  border: 1px solid #E3E4E4;
  border-radius: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 1232px) {
  .single-shop .about__document-boxs .box {
    width: 32%;
  }
}
@media screen and (max-width: 856px) {
  .single-shop .about__document-boxs .box {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .single-shop .about__document-boxs .box {
    width: 100%;
  }
}
.single-shop .about__document-boxs .box p {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.single-shop .about__document-boxs .box p span {
  font-size: 14px;
}
.single-shop .about__document-boxs .box .image {
  width: fit-content;
  margin: 0 auto;
}
.single-shop .about__document-boxs .box .image img {
  width: 100%;
  height: auto;
}
.single-shop .faq {
  padding: 100px 0;
}
.single-shop .faq__head {
  margin: 0 0 40px;
  text-align: center;
}
.single-shop .faq__head span {
  color: #00AD82;
}
.single-shop .faq__container {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.single-shop .faq__box {
  background-color: #FFF;
  border: 1px solid #00AD82;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 20px;
}
.single-shop .faq__question {
  padding: 16px;
  padding-right: 36px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: clamp(22px, 1.274rem + 0.19vw, 24px);
  font-weight: bold;
  color: #00AD82;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
@media screen and (max-width: 856px) {
  .single-shop .faq__question {
    font-size: clamp(16px, 0.521rem + 1.6vw, 22px);
  }
}
.single-shop .faq__question::before, .single-shop .faq__question::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #00AD82;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 16px;
  transition: all 0.2s;
}
.single-shop .faq__question::after {
  transform: rotate(90deg);
}
.single-shop .faq__question .icon {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.5em;
  background-color: #00AD82;
  border-radius: 50%;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  position: relative;
  flex-shrink: 0;
}
.single-shop .faq__question .icon::before {
  content: "Q";
  line-height: 1.7em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.single-shop .faq__question.active {
  background-color: #00AD82;
  color: #FFF;
}
.single-shop .faq__question.active::before, .single-shop .faq__question.active::after {
  background-color: #FFF;
}
.single-shop .faq__question.active::after {
  transform: rotate(180deg);
}
.single-shop .faq__question.active .icon {
  background-color: #FFF;
  color: #00AD82;
}
.single-shop .faq__answer {
  display: none;
  padding: 16px 32px;
}
@media screen and (max-width: 856px) {
  .single-shop .faq__answer {
    padding: 16px;
  }
}

.property__sec-head {
  margin: 0 0 40px;
  text-align: center;
}
.property__sec-head .sub {
  font-size: 24px;
  color: #00AD82;
}
.property .about {
  padding: 100px 0;
  max-width: 1740px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.property .about__text-box {
  max-width: 760px;
  width: 50%;
}
.property .about__text-box h2 {
  margin: 0 0 40px;
  font-size: 32px;
  color: #00AD82;
}
.property .about__text-box p {
  margin: 0 0 40px;
  font-size: 18px;
}
.property .about__text-box p:last-child {
  margin: 0;
}
.property .about__image {
  max-width: 820px;
  width: 50%;
}
.property .models {
  max-width: 1740px;
  width: 95%;
  padding: 100px 0;
  margin: 0 auto;
  border-radius: 24px;
}
.property .models__head {
  position: relative;
}
.property .models__head span {
  color: #FFF;
}
.property .models__head h2 {
  color: #FFF;
}
.property .models__container {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  position: relative;
}
.property .models__box {
  max-width: 340px;
  width: 30%;
}
.property .models__image {
  width: 100%;
  margin: 0 0 16px;
  aspect-ratio: 1/1;
  background-color: #DDD;
  border: 2px solid #FFF;
  border-radius: 24px;
}
.property .models__image img {
  width: 100%;
  height: auto;
}
.property .models__info {
  width: 100%;
}
.property .models__info .head {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FFF9CB;
}
.property .models__info table {
  border-collapse: collapse;
  border-top: 2px solid #F8F8F8;
}
.property .models__info table th,
.property .models__info table td {
  padding: 10px;
  border-top: 1px solid #F8F8F8;
  color: #FFF;
}
.property .models__info table th {
  width: 40%;
}
.property .models__info table td {
  width: 60%;
}
.property .req {
  padding: 100px 0;
}
.property .req__container {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 24px;
}
.property .req__container table {
  width: 95%;
  margin: 0 auto;
}
.property .req__container table th,
.property .req__container table td {
  padding: 20px 0;
  border-bottom: 1px dashed #2B552B;
}
.property .req__container table tr:last-child th,
.property .req__container table tr:last-child td {
  border: none;
}
.property .req__container table th {
  font-size: 20px;
  color: #A8A8A8;
  width: 20%;
}
.property .req__container table td {
  width: 80%;
}
.property .contact {
  padding: 100px 0 120px;
  background-color: #E5F7F2;
  background: linear-gradient(0deg, transparent 0%, #E5F7F2 10%, #E5F7F2 100%);
}
.property .contact__head h2 span {
  display: inline-block;
}
.property .contact .top-text {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto 40px;
  text-align: center;
}
.property .contact__container {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.property .contact.confirm {
  background: linear-gradient(0deg, transparent 0%, #F8F8F8 100%);
}
.property .contact.confirm .top-text {
  font-size: 32px;
  text-align: center;
  color: #00AD82;
}
.property .contact.complete {
  padding-top: 0;
  background: linear-gradient(0deg, transparent 0%, #F8F8F8 100%);
}
.property .contact.complete h2 {
  text-align: center;
  margin: 0 0 40px;
}

.purchase .page-wrapper {
  padding-bottom: 0;
}
.purchase__sec-head {
  margin: 0 0 40px;
  text-align: center;
}
.purchase__sec-head .sub {
  font-size: 24px;
  color: #00AD82;
}
.purchase__sec-head h2 {
  color: #2B554F;
}
.purchase .intro {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto 80px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 856px) {
  .purchase .intro {
    flex-direction: column;
  }
}
.purchase .intro__text {
  max-width: 724px;
  width: 50%;
}
@media screen and (max-width: 856px) {
  .purchase .intro__text {
    width: 100%;
  }
}
.purchase .intro__text h2 {
  margin: 0 0 40px;
}
.purchase .intro__image {
  max-width: 660px;
  width: 50%;
}
@media screen and (max-width: 856px) {
  .purchase .intro__image {
    width: 100%;
  }
}
.purchase .intro__image img {
  width: 100%;
  height: auto;
}
.purchase .options {
  padding-bottom: 120px;
}
.purchase .options__wrapper {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
  border-radius: 24px;
}
.purchase .options__head {
  width: 95%;
}
.purchase .options__head .sub {
  color: #FFF9CB;
}
.purchase .options__head h2 {
  color: #FFF;
}
.purchase .options__container {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.purchase .options__box {
  max-width: 456px;
  width: 33%;
  padding: 16px 0;
  background-color: #FFF;
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(79, 177, 51, 0.65);
  position: relative;
}
.purchase .options__box .inner {
  width: 90%;
  margin: 0 auto;
}
.purchase .options__box .reco {
  position: absolute;
  padding: 5px 16px;
  background-color: #CEC056;
  border-radius: 16px 0 16px 0;
  color: #FFF;
  top: 0;
  left: 0;
}
.purchase .options__box .reco::before {
  content: "★";
  display: inline-block;
  margin-right: 8px;
}
.purchase .options__box .num {
  display: block;
  text-align: right;
  color: #E3E4E4;
  font-weight: bold;
}
.purchase .options__box .box-head {
  margin: 0 0 16px;
  padding: 16px 0;
  border-bottom: 1px solid #E3E4E4;
}
.purchase .options__box .box-head h3 {
  font-size: 32px;
  color: #2B554F;
}
.purchase .options__box .box-head h3 span {
  color: #00AD82;
}
.purchase .options__box .box-head h3 .green.small {
  color: #2B554F;
  font-size: 24px;
}
.purchase .options__box p {
  margin: 0 0 20px;
}
.purchase .options__box p span {
  color: #00AD82;
}
.purchase .options__btn {
  max-width: 336px;
  width: 95%;
  margin: 0 auto;
}
.purchase .options__btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 16px;
  background-color: #FFF;
  border: 1px solid #00AD82;
  border-radius: 16px;
  font-size: 20px;
  color: #00AD82;
}
.purchase .presence {
  padding-bottom: 120px;
  background-color: #E5F7F2;
}
.purchase .presence__wrapper {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto;
}
.purchase .presence__head {
  margin: 0 0 40px;
  text-align: center;
}
.purchase .presence__head .sub {
  font-size: 24px;
  color: #00AD82;
}
.purchase .presence__container {
  background-color: #FFF;
  border-radius: 18px;
  display: flex;
}
@media screen and (max-width: 856px) {
  .purchase .presence__container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .purchase .presence__container {
    flex-direction: column;
  }
}
.purchase .presence__box {
  box-sizing: border-box;
  width: 25%;
  padding: 20px 0;
  border-right: 1px solid #E3E4E4;
}
@media screen and (max-width: 856px) {
  .purchase .presence__box {
    width: 50%;
  }
  .purchase .presence__box:nth-child(2n) {
    border-right: unset;
  }
}
@media screen and (max-width: 480px) {
  .purchase .presence__box {
    width: 100%;
    border-right: unset;
  }
}
.purchase .presence__box h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.purchase .presence__box h3::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #2B554F;
}
.purchase .presence__box .text {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1;
}
.purchase .presence__box .text .num {
  font-size: 88px;
  color: #00AD82;
}
.purchase .presence__box .image {
  width: fit-content;
  margin: 0 auto;
}
.purchase .presence__box .image img {
  width: 100%;
  height: auto;
}
.purchase .flow {
  padding-bottom: 120px;
}
.purchase .flow__wrapper {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.purchase .flow__container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.purchase .flow__container::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  background-color: #00AD82;
  top: 30px;
  left: 0;
  right: 0;
  z-index: -1;
}
.purchase .flow__box {
  max-width: 242px;
  width: 25%;
}
.purchase .flow__box .num {
  display: block;
  width: 60px;
  margin: 0 auto 20px;
  aspect-ratio: 1/1;
  background-color: #00AD82;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 60px;
}
.purchase .flow__box .image {
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border: 1px solid #E3E4E4;
  border-radius: 22px;
}
.purchase .flow__box .image img {
  max-width: 170px;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: block;
}
.purchase .flow__box .text {
  text-align: center;
}
.purchase .flow__box .text h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #00AD82;
}
.purchase .point__wrapper {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
}
.purchase .point__container {
  background-color: #FFF;
  border-radius: 26px;
  padding: 20px 0 80px;
}
.purchase .point__container .cont-head {
  box-sizing: border-box;
  width: 95%;
  margin: 0 auto 40px;
  padding: 10px 16px;
  border-radius: 10px;
  text-align: center;
  font-size: 32px;
  color: #FFF;
}
.purchase .point__container .cont-head span {
  color: #FFF9CB;
}
.purchase .point__container .inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.purchase .point__box {
  margin: 0 0 40px;
  display: flex;
  gap: 20px;
}
.purchase .point__box:nth-child(2n) {
  flex-direction: row-reverse;
}
.purchase .point__box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 856px) {
  .purchase .point__box {
    flex-direction: column;
    align-items: center;
  }
  .purchase .point__box:nth-child(2n) {
    flex-direction: column;
  }
}
.purchase .point__box .image {
  max-width: 500px;
  width: 50%;
  aspect-ratio: 10/7;
  border-radius: 35px;
  overflow: hidden;
  background-color: #DDD;
}
@media screen and (max-width: 856px) {
  .purchase .point__box .image {
    width: 100%;
  }
}
.purchase .point__box .image img {
  width: 100%;
  height: auto;
}
.purchase .point__text {
  max-width: 544px;
  width: 50%;
}
@media screen and (max-width: 856px) {
  .purchase .point__text {
    width: 100%;
  }
}
.purchase .point__text .head .num {
  width: 60px;
  margin: 0 0 10px;
  aspect-ratio: 1/1;
  background-color: #00AD82;
  border-radius: 18px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  line-height: 1;
}
.purchase .point__text .head .num span {
  font-size: 10px;
}
.purchase .point__text .head h3 {
  margin: 0 0 20px;
  font-size: 32px;
  color: #00AD82;
}
.purchase .point__text p {
  font-size: 20px;
}
.purchase .alignment {
  padding: 0 0 120px;
}
.purchase .alignment__wrapper {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto;
  border-radius: 24px;
  padding: 80px 0 120px;
}
.purchase .alignment__head {
  width: 95%;
  margin: 0 auto 40px;
}
.purchase .alignment__head h2 {
  color: #FFF;
}
.purchase .alignment__head h2 span {
  color: #FFF9CB;
}
.purchase .alignment__container {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.purchase .alignment__images {
  max-width: 700px;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.purchase .alignment__images .image {
  max-width: 300px;
  width: 48%;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 50px;
}
.purchase .alignment__text {
  max-width: 700px;
  width: 50%;
}
.purchase .alignment__text p {
  margin: 0 0 20px;
  font-size: 20px;
  color: #FFF;
  line-height: 1.8;
}
.purchase .contact {
  background-color: #F8F8F8;
  padding-bottom: 100px;
}
.purchase .contact__wrapper {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.purchase .contact__wrapper .top-text {
  text-align: center;
}
.purchase .contact.confirm {
  padding-top: 0;
  background: linear-gradient(0deg, transparent 0%, #F8F8F8 100%);
}
.purchase .contact.confirm .confirm__top-text {
  font-size: 32px;
  color: #00AD82;
}
.purchase .contact.complete {
  padding-top: 0;
}
.purchase .contact.complete .contact__container {
  padding-top: 0;
}
.purchase .contact.complete h2 {
  margin: 0 0 40px;
  text-align: center;
}

.fc {
  padding: 0;
}
.fc .mv {
  width: 100%;
  height: 600px;
  background-color: #00AD82;
}
.fc .mv__text {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.fc .mv__text p {
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
}
.fc .mv__text .titles {
  color: #FFF9CB;
}
.fc .mv__text .titles h2 {
  font-size: 132px;
  font-weight: bold;
  color: #FFF9CB;
}
.fc .mv__text .titles .sub {
  font-size: 40px;
}
.fc__wrapper.page-wrapper {
  background: #E5F7F2;
}
.fc__wrapper .breadcrumbs {
  background-color: transparent;
}
.fc__sec-head {
  margin: 0 auto 40px;
  text-align: center;
}
.fc__sec-head .sub {
  font-size: 24px;
  font-weight: bold;
  color: #00AD82;
}
.fc__sec-head h2 {
  color: #2B554F;
}
.fc .intro {
  margin-bottom: 120px;
}
.fc .intro__wrapper {
  max-width: 1660px;
  width: 95%;
  margin-left: auto;
}
.fc .intro__container {
  display: flex;
  gap: 20px;
}
.fc .intro__text-box {
  max-width: 800px;
  width: 50%;
}
.fc .intro__image {
  max-width: 720px;
  width: 45%;
}
.fc .intro__image img {
  width: 100%;
  height: auto;
}
.fc .shop-box {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto 80px;
  padding: 20px 0;
  background-color: #FFF;
  border-radius: 40px;
  box-shadow: 0 0 24px rgba(79, 177, 51, 0.16);
}
.fc .shop-box__wrapper {
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.fc .shop-box__text {
  max-width: 660px;
  width: 60%;
}
.fc .shop-box__text .title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: bold;
  color: #00AD82;
}
.fc .shop-box__image {
  max-width: 516px;
  width: 40%;
}
.fc .shop-box__image img {
  width: 100%;
  height: auto;
}
.fc .strengths__wrapper {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
}
.fc .strengths__container {
  margin: 0 0 80px;
}
.fc .strengths__container .container-head {
  margin: 0 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #2B554F;
}
.fc .strengths__container .container-head h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 32px;
  color: #00AD82;
}
.fc .strengths__container .contents {
  display: flex;
  gap: 20px 10px;
}
.fc .strengths__container .contents .box {
  padding: 24px 0;
  background-color: #FFF;
  border: 1px solid #00AD82;
  border-radius: 20px;
}
.fc .strengths__container.concept .contents {
  flex-wrap: wrap;
  justify-content: space-between;
}
.fc .strengths__container.concept .box {
  width: 18%;
}
.fc .strengths__container.concept .box .inner {
  width: 80%;
  margin: 0 auto;
}
.fc .strengths__container.concept .box .image {
  width: fit-content;
  margin: 0 auto;
}
.fc .strengths__container.concept .box .image img {
  width: 100%;
  height: auto;
}
.fc .strengths__container.concept .box p {
  text-align: center;
}
.fc .strengths__container.concept .large {
  width: 49%;
}
.fc .strengths__container.concept .large .inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.fc .strengths__container.concept .large .text {
  width: 80%;
}
.fc .strengths__container.concept .large .text h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: #00AD82;
}
.fc .strengths__container.concept .large .text p {
  text-align: left;
}
@media screen and (max-width: 856px) {
  .fc .strengths__container.merit .contents {
    flex-direction: column;
  }
}
.fc .strengths__container.merit .merit__box {
  width: 50%;
}
@media screen and (max-width: 856px) {
  .fc .strengths__container.merit .merit__box {
    width: 100%;
  }
}
.fc .strengths__container.merit .merit__box .head {
  margin: 0 0 16px;
  padding: 10px 0;
  border-radius: 16px;
  background: #00AD82;
}
.fc .strengths__container.merit .merit__box .head h4 {
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.fc .strengths__container.merit .merit__box .box .inner {
  max-width: 540px;
  width: 95%;
  margin: 0 auto;
}
.fc .strengths__container.merit .merit__box .box p {
  margin: 0 0 20px;
  text-align: center;
}
.fc .strengths__container.merit .merit__box .box .image {
  width: fit-content;
  margin: 0 auto 20px;
}
.fc .strengths__container.merit .merit__box .box .tag-box {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.fc .strengths__container.merit .merit__box .box .tag-box .tag {
  background-color: #2B554F;
  padding: 3px 16px 5px;
  border-radius: 50px;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .fc .strengths__container.merit .merit__box .box .tag-box .tag {
    font-size: 12px;
  }
}
.fc .strengths__container.merit .merit__box .box .tag-box.short .tag {
  width: 26%;
}
@media screen and (max-width: 480px) {
  .fc .strengths__container.merit .merit__box .box .tag-box.short .tag {
    width: 36%;
  }
}
.fc .strengths__container.merit .merit__box .box .tag-box.long .tag {
  width: 100%;
}
.fc .strengths__container.support .contents {
  flex-wrap: wrap;
}
.fc .strengths__container.support .contents .box {
  width: 24%;
}
.fc .strengths__container.support .contents .box .inner {
  width: 95%;
  margin: 0 auto;
}
.fc .strengths__container.support .contents .box .image {
  width: fit-content;
  margin: 0 auto 20px;
}
.fc .strengths__container.support .contents .box .image img {
  width: 100%;
  height: auto;
}
.fc .strengths__container.support .contents .box h4 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #00AD82;
  text-align: center;
}
.fc .strengths__container.support .contents .box p {
  text-align: center;
}
.fc .cta-box {
  max-width: 1820px;
  width: 95%;
  margin: 0 auto;
  padding: 120px 0;
  border-radius: 24px;
  background: #00AD82;
}
.fc .cta-box__wrapper {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc .cta-box__wrapper .text {
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
}
.fc .cta-box__btn a {
  color: #FFF;
}
.fc .cta-box__btn a:hover {
  color: #00AD82;
}

.contact .other-btns {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
  border-bottom: 1px dashed #2B554F;
}
.contact .other-btns__head {
  margin: 0 0 40px;
  text-align: center;
}
.contact .other-btns__head span {
  font-size: 24px;
  color: #00AD82;
}
.contact .other-btns__head h2 {
  color: #2B554F;
}
.contact .other-btns .top-text {
  margin: 0 0 80px;
  text-align: center;
  font-size: 32px;
  color: #00AD82;
}
.contact .other-btns .btns {
  box-sizing: border-box;
  max-width: 1410px;
  width: 95%;
  margin: 0 auto 80px;
  padding: 15px;
  background-color: #FFF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 856px) {
  .contact .other-btns .btns {
    flex-wrap: wrap;
  }
}
.contact .other-btns .btns .btn-box {
  width: 25%;
  border-right: 1px solid #E3E4E4;
}
@media screen and (max-width: 856px) {
  .contact .other-btns .btns .btn-box:nth-child(2n) {
    border-right: none;
  }
}
.contact .other-btns .btns .btn-box:last-child {
  border: none;
}
@media screen and (max-width: 856px) {
  .contact .other-btns .btns .btn-box {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .contact .other-btns .btns .btn-box {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E3E4E4;
  }
}
.contact .other-btns .btns a {
  display: block;
  width: 97%;
  margin: 0 auto;
  padding: 16px 0;
  background-color: #FFF;
  border-radius: 14px;
  text-align: center;
  font-size: 24px;
  color: #302D2C;
  transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  .contact .other-btns .btns a {
    font-size: 20px;
  }
}
.contact .other-btns .btns a:hover {
  background-color: #F9F9F9;
}
.contact .other-btns .btns a:hover .btn-square {
  background-color: #FFF;
}
.contact .other-btns .btns a .roma {
  display: block;
  font-size: 16px;
  color: #00AD82;
}
.contact .other-btns .btns a .btn-square {
  display: block;
  max-width: 64px;
  width: 20%;
  margin: 20px auto 0;
  aspect-ratio: 1/1;
  background-color: #F9F9F9;
  border-radius: 20px;
  position: relative;
}
.contact .other-btns .btns a .btn-square::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 17px;
  margin: auto;
  background-color: #00AD82;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact .contact-form {
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
}
.contact .contact-form__head {
  text-align: center;
  margin: 0 auto 80px;
}
.contact .contact-form__head .title {
  margin: 0 0 40px;
}
.contact .contact-form__head .title span {
  font-size: 24px;
  color: #00AD82;
}
.contact .contact-form__head .title h2 {
  color: #2B554F;
}
.contact .contact-form.confirm {
  padding-top: 0;
}
.contact .contact-form.confirm .contact-form__head p {
  font-size: 32px;
  color: #00AD82;
}
.contact .contact-form.complete {
  padding-top: 0;
}
.contact .contact-form.complete h2 {
  margin: 0 0 40px;
  text-align: center;
}

.company__container {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.company__contents {
  margin: 0 0 160px;
}
.company__contents .contents-head {
  margin: 0 0 40px;
}
.company__contents .contents-head span {
  font-size: 24px;
  color: #00AD82;
}
.company__contents .contents-head h2 {
  color: #2B554F;
}
.company__box .table-box {
  padding: 60px 0;
  background-color: #FFF;
  border-radius: 24px;
}
.company__box .table-box h3 {
  width: 95%;
  margin: 0 auto 20px;
  font-size: 32px;
  color: #00AD82;
}
.company__box .table-box table {
  width: 95%;
  margin: 0 auto 80px;
}
.company__box .table-box table:last-child {
  margin-bottom: 0;
}
.company__box .table-box table th,
.company__box .table-box table td {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px dashed #2B554F;
}
.company__box .table-box table th {
  width: 30%;
  color: #A8A8A8;
}
.company__box .table-box table td {
  width: 80%;
  color: #2B554F;
}

.plivacy p {
  margin: 0 0 20px;
  color: #2B554F;
  font-size: 16px;
}
.plivacy__container {
  width: 95%;
  margin: 0 auto;
}
.plivacy__box {
  padding: 40px 0;
  border-top: 1px dashed #2B554F;
}
.plivacy__box dt {
  margin: 0 0 18px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: clamp(22px, 0.872rem + 0.94vw, 32px);
  font-weight: 700;
  color: #00AD82;
}
.plivacy__box dd {
  margin: 0;
  color: #2B554F;
}
.plivacy__box dd ul {
  color: #2B554F;
}
.plivacy__box dd ul li::before {
  content: "・";
}
.plivacy__box dd ul.num-list {
  counter-reset: number 0;
}
.plivacy__box dd ul.num-list li::before {
  counter-increment: number 1;
  content: counter(number) "． ";
}
.plivacy__box dd a {
  color: #109BA7;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-break: break-word;
}

.sidebar {
  max-width: 164px;
  width: 95%;
}
.sidebar__head {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #83AD77;
  color: #00AD82;
}
.sidebar__cat-list ul li {
  margin: 0 0 16px;
}
.sidebar__cat-list a {
  margin-left: -16px;
  padding: 3px 8px;
  color: #2B554F;
  transition: all 0.2s;
  transform: translateX(-16px);
}
.sidebar__cat-list a::before {
  content: "・";
  transition: all 0.2s;
  opacity: 0;
}
.sidebar__cat-list a:hover {
  background-color: #FFF;
  border-radius: 50px;
  transform: translateX(0px);
  margin-left: 0;
}
.sidebar__cat-list a:hover::before {
  opacity: 1;
}

.shop-card {
  max-width: 420px;
  width: 95%;
}
.shop-card__image {
  margin: 0 0 10px;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #DDD;
}
.shop-card__image img {
  width: 100%;
  height: auto;
}
.shop-card__text .shop-name {
  font-size: 24px;
  color: #2B554F;
}
@media screen and (max-width: 856px) {
  .shop-card__text .shop-name {
    font-size: clamp(22px, 1.215rem + 0.53vw, 24px);
  }
}
.shop-card__text .address {
  font-size: 16px;
  color: #00AD82;
}

.recruit-sec {
  padding: 120px 0;
  background-color: #FFF;
}
.recruit-sec__wrapper {
  padding: 40px 0;
  width: 95%;
  aspect-ratio: 13/5;
  margin: 0 auto;
  border-radius: 20px;
  background-image: url(/wp-content/themes/ecoeat/assets/img/recruit_template.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.recruit-sec__container {
  width: 80%;
  margin: 0 auto;
}
.recruit-sec__container p {
  color: #FFF;
}
.recruit-sec__head {
  margin: 0 0 20px;
}
.recruit-sec__head h2 {
  color: #FFF;
  line-height: 1;
}
@media screen and (max-width: 856px) {
  .recruit-sec__head h2 {
    font-size: clamp(80px, 3.404rem + 5.32vw, 100px);
  }
}
.recruit-sec__head span {
  color: #FFF;
}
.recruit-sec__btn {
  margin: 40px 0 0;
}
.recruit-sec__btn a {
  color: #FFF;
}

.contact-sec {
  aspect-ratio: 1920/705;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.contact-sec::before {
  content: "";
  display: block;
  position: absolute;
  max-width: 1608px;
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-image: url(/wp-content/themes/ecoeat/assets/img/contact-circle.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
  top: 0;
  animation: spin 50s linear infinite;
  z-index: -1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.contact-sec__btn {
  width: fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  text-align: center;
  font-size: clamp(28px, 1.549rem + 0.38vw, 32px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 856px) {
  .contact-sec__btn {
    font-size: clamp(17px, 0.185rem + 2.93vw, 28px);
  }
}
.contact-sec__btn .big {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(100px, 2.227rem + 7.52vw, 180px);
  font-weight: bold;
  color: #00AD82;
}
@media screen and (max-width: 856px) {
  .contact-sec__btn .big {
    font-size: clamp(60px, 0.559rem + 10.64vw, 100px);
  }
}

.form__template {
  margin: 0 auto;
}
.form__template .form__input-area {
  margin: 0 0 80px;
}
.form__template .form__box {
  margin: 0 0 20px;
  display: flex;
  gap: 10px 20px;
  align-items: flex-start;
}
@media screen and (max-width: 856px) {
  .form__template .form__box {
    flex-direction: column;
  }
}
.form__template .form__label {
  width: 30%;
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  gap: 16px;
}
@media screen and (max-width: 856px) {
  .form__template .form__label {
    width: 100%;
    justify-content: flex-start;
    font-size: 18px;
  }
}
.form__template .form__label span {
  padding: 0 16px;
  border: 1px solid #2B554F;
  border-radius: 50px;
  font-size: 18px;
}
@media screen and (max-width: 856px) {
  .form__template .form__label span {
    font-size: 16px;
  }
}
.form__template .form__label span.required {
  background-color: #2B554F;
  color: #FFF;
}
.form__template .form__input-box {
  width: 70%;
}
@media screen and (max-width: 856px) {
  .form__template .form__input-box {
    width: 100%;
  }
}
.form__template .form__input-box input,
.form__template .form__input-box textarea,
.form__template .form__input-box select {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  background-color: #FFF;
  border-radius: 5px;
  border: none;
}
.form__template .form__input-box input.is-error,
.form__template .form__input-box textarea.is-error,
.form__template .form__input-box select.is-error {
  background-color: #FFF5F5;
  border: 1px solid #F86060;
}
.form__template .form__input-box select {
  width: 50%;
  background-color: #FFF;
  border: 1px solid #2B554F;
}
.form__template .form__input-box #contact-Postcode {
  width: 25%;
}
.form__template .form__input-box #contact-Materials {
  background: 0;
}
.form__template .form__input-box .radio-container .radio-box {
  position: relative;
  display: block;
  margin: 0 0 16px;
  padding: 38px 16px;
  background-color: #FFF;
  border: 1px solid #E3E4E4;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
}
.form__template .form__input-box .radio-container .radio-box:last-child {
  margin: 0;
}
.form__template .form__input-box .radio-container .radio-box.reco-box {
  background-color: #FBFFFA;
  border-color: #4FB133;
}
.form__template .form__input-box .radio-container .radio-box .reco {
  padding: 4px 16px;
  background-color: #CEC056;
  border-radius: 5px 0 5px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.form__template .form__input-box .radio-container .radio-box .radio-text {
  font-size: 20px;
}
.form__template .form__input-box .radio-container .radio-box .radio-text .sub {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #00AD82;
}
.form__template .form__input-box .radio-container .radio-box input {
  width: initial;
}
.form__template .form__input-box.privacy-box .privacy-contents {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form__template .form__input-box.privacy-box input {
  max-width: 30px;
  width: 10%;
  aspect-ratio: 1/1;
  border: 1px solid #2B552B;
  border-radius: 8px;
}
.form__template .form__input-box.privacy-box a {
  color: #119BA7;
  text-decoration: underline;
}
.form__template .form__error {
  font-size: 14px;
  color: #F86060;
}
.form__template .form__btn {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
}
.form__template .form__btn button {
  display: block;
  width: 100%;
  padding: 14px 0;
  background-color: #2B554F;
  border: 1px solid #2B554F;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  transition: all 0.2s;
  cursor: pointer;
}
.form__template .form__btn button:hover {
  background-color: #FFF;
  color: #2B554F;
}
.form__template .form__btn.back button {
  background-color: #E3E4E4;
  border-color: #E3E4E4;
  color: #2B554F;
}
.form__template .form__btn.back button:hover {
  background-color: #FFF;
}
.form__template.confirm__container {
  background-color: #FFF;
  margin: 40px auto 0;
  padding: 40px 0;
  border-radius: 24px;
}
.form__template.confirm__container .confirm-input-area {
  width: 95%;
  margin: 0 auto;
}
.form__template.confirm__container .confirm-input-area .form__box {
  padding: 0 0 20px;
  border-bottom: 1px solid #E3E4E4;
}
.form__template.confirm__container .confirm-input-area .form__box:last-child {
  border-bottom: none;
}
.form__template.confirm__container .confirm-input-area .form__box .inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__template.confirm__container .confirm-input-area .form__label {
  margin: 0;
}
.form__template.confirm__container .confirm__text {
  width: 70%;
  color: #00AD82;
}
.form__template.confirm__container .confirm-btns {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 856px) {
  .form__template.confirm__container .confirm-btns {
    flex-direction: column;
  }
}
.form__template .complate-text {
  margin: 0 0 40px;
  font-size: 20px;
  text-align: center;
}
.form__template .complate-btn {
  margin: 0 auto;
}
.form__template .complate-btn a {
  color: #00AD82;
}
.form__template .complate-btn a:hover {
  color: #FFF;
}
.form__template .complate-btn a .btn-square {
  background-color: #00AD82;
}
.form__template .complate-btn a .btn-square::before {
  background-color: #FFF;
}
