@charset "UTF-8";
/*
Theme Name: Green Days JAPAN
Theme URI: https://greendaysjapan.or.jp/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Caprasimo&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  width: 100%;
  vertical-align: bottom;
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img {
  float: right;
}
@media (min-width: 768px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 25px !important;
    margin-left: 50px !important;
  }
}
.img_r .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 20px !important;
    display: block;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}
.img_l .elementor-image-box-wrapper img {
  width: 100%;
  vertical-align: bottom;
}
.img_l .elementor-image-box-wrapper .elementor-image-box-img {
  float: left;
}
@media (min-width: 768px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 50px !important;
    margin-bottom: 25px !important;
  }
}
.img_l .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 20px !important;
    display: block;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}

/*--------------------------------------
  Elements
--------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  padding-right: 112px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.035em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  body {
    padding-top: 91px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

a img {
  transition-duration: 0.7s;
}
a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* =====================================
  ブレイクポイント切替
===================================== */
.tb,
.sp,
.mb,
.tb-only,
.sp-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-only {
    display: initial;
  }
}
@media (max-width: 1024px) {
  .tb {
    display: initial;
  }
  .pc-tb {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: initial;
  }
  .pc,
  .pc-sp {
    display: none;
  }
  .sp-only {
    display: initial;
  }
}
@media (max-width: 480px) {
  .mb {
    display: initial;
  }
  .pc-mb {
    display: none;
  }
  .sp-only {
    display: none;
  }
}
/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

.under .elementor > .e-con-boxed + .e-con-boxed {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .under .elementor > .e-con-boxed + .e-con-boxed {
    margin-top: 60px;
  }
}
.under .main > .elementor > .e-con-boxed:first-child {
  --margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .sp-relative {
    position: relative !important;
  }
}

/*
body:not(.home) {
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"],
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"],
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		@media (max-width: $point-sp) {
			width: 100%;
		}
	}
}
*/
/* =====================================
  LAYOUTS
===================================== */
/*--------------------------------------
	Container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
	Header
--------------------------------------*/
.l-header {
  position: absolute;
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 91px;
    background: #EDE7DE;
    border-bottom: 2px solid #000;
    z-index: 100;
    transition-duration: 0.7s;
  }
  body.fixed .l-header {
    border-bottom: 2px solid #EDE7DE;
  }
}
.l-header__wrap {
  padding: 32px 53px 0;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 15px 16px 18px;
    display: flex;
    justify-content: space-between;
  }
}
body.contact .l-header__logo, body.page-template-page-simple .l-header__logo {
  display: none;
}
.l-header__logo > a,
.l-header__logo > a > span {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(194vw / 1440 * 100);
  height: calc(114vw / 1440 * 100);
  background: url("/wp-content/uploads/logo.svg") no-repeat center/100%;
}
@media (min-width: 768px) {
  body.under .l-header__logo > a,
  body.under .l-header__logo > a > span {
    width: 194px;
    height: 114px;
  }
}
@media (max-width: 767px) {
  .l-header__logo > a,
  .l-header__logo > a > span {
    width: 96px;
    height: 56px;
    background-image: url("/wp-content/uploads/logo-sp.svg");
  }
}
.l-header__logo-black {
  margin-bottom: 46px;
  width: 298px;
  height: 54px;
  background: url("/wp-content/uploads/logo-black.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-header__logo-black {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-header__right {
    position: fixed;
    top: 0;
    right: 0;
    width: 112px;
    height: 100%;
    padding: 25px 24px;
    background-color: #EDE7DE;
    border-left: 2px solid #000;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}
.l-header__links-default {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767px) {
  .l-header__links-default {
    display: none;
  }
}
.l-header__links-sns {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.l-header__links-sns > li {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-header__links-sns > li {
    flex-direction: column;
  }
}
.c-gnav .l-header__links-sns {
  display: none;
}
@media (max-width: 767px) {
  .c-gnav .l-header__links-sns {
    display: flex;
    flex-direction: row;
  }
}
.l-header__links-for {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
body.fixed .l-header__links-for {
  display: none;
}
.l-header__link-insta, .l-header__link-youtube, .l-header__link-ec, .l-header__link-facebook {
  display: block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/ico_insta-black.svg") no-repeat center/contain;
  transition-duration: 0.4s;
}
.l-header__link-insta:hover, .l-header__link-youtube:hover, .l-header__link-ec:hover, .l-header__link-facebook:hover {
  opacity: 0.7;
}
.l-header__link-youtube {
  background: url("/wp-content/uploads/ico_youtube-black.svg") no-repeat center/contain;
}
.l-header__link-ec {
  background: url("/wp-content/uploads/ico_cart-black.svg") no-repeat center/contain;
}
.l-header__link-facebook {
  background: url("/wp-content/uploads/ico_facebook-black.svg") no-repeat center/contain;
}
.l-header__link-farmer, .l-header__link-partner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 60px;
  height: 164px;
  border: 2px solid #000;
  border-radius: 16px;
  background: #99986D;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.035em;
  color: #fff;
  transition-duration: 0.4s;
}
.l-header__link-farmer:before, .l-header__link-partner:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("/wp-content/uploads/ico_leaf.svg") no-repeat center/24px #fff;
  border-radius: 50%;
}
.l-header__link-farmer:hover, .l-header__link-partner:hover {
  opacity: 0.7;
}
.l-header__link-partner {
  background: #80AEB8;
}
.l-header__link-partner:before {
  background-image: url("/wp-content/uploads/ico_company.svg");
}
.l-header__txt-ec {
  transition-duration: 1s;
  opacity: 0;
}
body.fixed .l-header__txt-ec {
  width: 63px;
  height: 339px;
  background: url("/wp-content/uploads/txt_gnav-add-pay.svg") no-repeat center/100%;
  opacity: 1;
}
@media (min-width: 768px) {
  body.fixed .l-header__txt-ec {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  body.fixed .l-header__txt-ec {
    margin-left: 17px;
    width: 124px;
    height: 56px;
    background-image: url("/wp-content/uploads/txt_gnav-add-pay-sp.svg");
  }
}
.l-header__navs {
  margin: 53px 0 34px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-header__navs {
    flex-direction: column;
    margin-top: 33px;
  }
}

.fixedBg {
  background: rgba(237, 231, 222, 0.7);
}

/*--------------------------------------
	Main
--------------------------------------*/
/*--------------------------------------
  Content bottom
--------------------------------------*/
.l-content-bottom {
  padding: 152px 30px;
}
@media (max-width: 1080px) {
  .l-content-bottom {
    padding: 80px 30px;
  }
}
@media (max-width: 767px) {
  .l-content-bottom {
    padding: 80px 34px 92px;
  }
}
.l-content-bottom__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
}
@media (max-width: 1080px) {
  .l-content-bottom__inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.l-content-bottom__txt {
  color: #fff;
}
.l-content-bottom__txt h2 {
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #ACBFAA;
}
.l-content-bottom__txt h3 {
  margin-bottom: 6px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .l-content-bottom__txt h3 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.6;
  }
}

/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  position: relative;
  padding: 88px 30px 396px;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 76px 32px 169px;
  }
}
.l-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("/wp-content/uploads/bg_footer.png") no-repeat center top/cover;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .l-footer:before {
    background-image: url("/wp-content/uploads/bg_footer-sp.png");
  }
}
.l-footer__wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    flex-direction: column-reverse;
    gap: 37px;
  }
}
.l-footer__navs ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .l-footer__navs ul {
    gap: 6px;
  }
}
.l-footer__navs ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.l-footer__navs ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  transition-duration: 0.4s;
}
.l-footer__navs ul li a:hover:after {
  width: 100%;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .l-footer__info {
    align-items: flex-start;
  }
}
.l-footer__logo {
  margin-bottom: 27px;
  width: 407px;
  height: 74px;
  display: block;
  background: url("/wp-content/uploads/logo-white.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto 40px;
    width: 311px;
    height: 57px;
  }
}
.l-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 11px;
}
@media (max-width: 1024px) {
  .l-footer__contact {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .l-footer__contact {
    align-items: flex-start;
    gap: 18px;
  }
}
.l-footer__contact a {
  color: #fff;
  text-decoration: none;
}
.l-footer__contact a:hover {
  text-decoration: underline;
}
.l-footer__address, .l-footer__tel {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .l-footer__address, .l-footer__tel {
    font-size: 13px;
  }
}
.l-footer__address:before, .l-footer__tel:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/ico_pin.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-footer__tel {
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .l-footer__tel .fax {
    margin-left: 31px;
  }
}
.l-footer__tel:before {
  background-image: url("/wp-content/uploads/ico_tel.svg");
}
.l-footer__sns {
  margin: 36px 0 38px;
  display: flex;
  gap: 35px;
}
@media (max-width: 767px) {
  .l-footer__sns {
    margin: 0;
    position: absolute;
    top: 200px;
    right: 29px;
    flex-direction: column;
    gap: 25px;
  }
}
.l-footer__insta, .l-footer__youtube, .l-footer__ec, .l-footer__facebook {
  display: block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/ico_insta.svg") no-repeat center/contain;
  transition-duration: 0.4s;
}
.l-footer__insta:hover, .l-footer__youtube:hover, .l-footer__ec:hover, .l-footer__facebook:hover {
  opacity: 0.7;
}
.l-footer__youtube {
  background: url("/wp-content/uploads/ico_youtube.svg") no-repeat center/contain;
}
.l-footer__ec {
  background: url("/wp-content/uploads/ico_cart.svg") no-repeat center/contain;
}
.l-footer__facebook {
  background: url("/wp-content/uploads/ico_facebook.svg") no-repeat center/contain;
}
.l-footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .l-footer__copyright {
    position: absolute;
    bottom: -62px;
  }
}

/*--------------------------------------
  Wrapper
--------------------------------------*/
.l-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .l-wrapper {
    background: url("/wp-content/uploads/bg_top-contents.jpg") no-repeat center center/cover fixed;
  }
}
@media (max-width: 767px) {
  .l-wrapper {
    overflow: hidden;
  }
  .l-wrapper:before {
    content: "";
    position: fixed;
    inset: 0;
    background: url("/wp-content/uploads/bg_top-contents-sp.jpg") no-repeat center/cover;
    z-index: -1;
    transform: translateZ(0); /* ちらつき軽減 */
  }
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
	Global navigation
--------------------------------------*/
.c-gnav {
  position: fixed;
  top: 0;
  right: -73.4%;
  padding: 124px 0 86px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(73.4% - 110px);
  max-width: 947px;
  height: 100%;
  background-color: #EDE7DE;
  transition-duration: 0.7s;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  .c-gnav {
    right: calc(-100% + 30px);
    width: calc(100% - 140px);
  }
}
@media (max-width: 767px) {
  .c-gnav {
    top: -100%;
    right: 0;
    padding: 42px 32px 74px;
    width: 100%;
    height: calc(100% - 90px);
  }
}
@media (min-width: 768px) {
  .c-gnav.active {
    right: 109px;
  }
}
@media (max-width: 767px) {
  .c-gnav.active {
    top: 90px;
  }
}
.c-gnav__wrap {
  max-width: 642px;
}
.c-gnav__for {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-gnav__for {
    flex-direction: column;
    gap: 12px;
  }
}
.c-gnav__farmer, .c-gnav__partner {
  display: block;
  width: 311px;
  height: 266px;
  background: url("/wp-content/uploads/bnr_gnav-farmer-1.png") no-repeat center/100%;
  transition-duration: 0.4s;
}
@media (max-width: 1024px) {
  .c-gnav__farmer, .c-gnav__partner {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .c-gnav__farmer, .c-gnav__partner {
    width: 82.9vw;
    height: 48vw;
    background-image: url("/wp-content/uploads/bnr_gnav-farmer-1-sp.png");
  }
}
.c-gnav__farmer:hover, .c-gnav__partner:hover {
  opacity: 0.7;
}
.c-gnav__partner {
  background: url("/wp-content/uploads/bnr_gnav-partner-1.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .c-gnav__partner {
    background-image: url("/wp-content/uploads/bnr_gnav-partner-1-sp.png");
  }
}
.c-gnav .menu {
  display: flex;
  flex-direction: column;
}
.c-gnav .menu > li {
  position: relative;
}
.c-gnav .menu > li > a {
  transition-duration: 0.4s;
}
.c-gnav .menu > li > a:hover {
  color: #5A7B56;
}
.c-gnav .menu#menu-gnav {
  gap: 18px;
}
.c-gnav .menu#menu-gnav > li > a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-gnav .menu#menu-gnav > li > a {
    font-size: 20px;
  }
}
.c-gnav .menu#menu-gnav > li > a:before {
  content: "";
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/ico_arrow01.svg") no-repeat center/100%;
}
.c-gnav .menu#menu-gnav > li > a:hover:before {
  background-image: url("/wp-content/uploads/ico_arrow01-hover.svg");
}
.c-gnav .menu#menu-gnav-sub {
  gap: 9px;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 767px) {
  .c-gnav .menu#menu-gnav-sub {
    margin-top: 33px;
    flex-direction: row;
    gap: 26px;
  }
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    content: "＋";
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  content: "−";
}
.c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
  opacity: 1;
  height: auto;
}
.c-gnav .sub-menu {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  background: #5A7B56;
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: rgba(185, 218, 225, 0.8);
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #fff;
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.c-gnav .bnrs li {
  text-align: center;
}
.c-gnav .bnrs li:not(:last-child) {
  margin-bottom: 20px;
}
.c-gnav .bnrs li img {
  max-width: 260px;
}

/* ハンバーガーメニュー */
.toggleMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  cursor: pointer;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: 60px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 16px;
  background: #527C5C;
  text-align: center;
}
.menu-trigger:hover {
  background: #fff;
}
.menu-trigger:hover span {
  background-color: #527C5C;
}

.menu-trigger span {
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
}

.menu-trigger span:nth-of-type(1) {
  top: 20px;
}

.menu-trigger span:nth-of-type(2) {
  top: 30px;
}

.menu-trigger span:nth-of-type(3) {
  top: 40px;
}

.toggleMenu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 8px;
}

/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  margin-bottom: min(10.0694444444vw, 145px);
  width: 100%;
  text-align: right;
  color: #fff;
}

.bread li {
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  display: inline;
}
@media (max-width: 767px) {
  .bread li {
    font-size: calc(10vw / 375 * 100);
  }
}

.bread li + li:before {
  padding-right: 5px;
  content: ">";
}

.bread li a {
  color: #fff;
  text-decoration: underline;
  vertical-align: baseline;
}

.bread li a:hover {
  text-decoration: none;
}

/*--------------------------------------
  Pagetop
--------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .pagetop {
    display: none;
    bottom: 15vw;
  }
}
.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #99986D;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/basic_tpl/img/ico-arrow01.svg") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop span {
  display: none;
}
.pagetop.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Buttons
--------------------------------------*/
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button .elementor-button-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button .elementor-button-text:after {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/ico_arrow01.svg") no-repeat center/100%;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover .elementor-button-text:after {
  background-image: url("/wp-content/uploads/ico_arrow01-hover.svg");
}

.c-btn01 {
  padding: 32px 23px 32px 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 435px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-btn01 {
    padding: 20px 22px 20px 30px;
    gap: 13.5px;
    font-size: 24px;
  }
}
.c-btn01:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("/wp-content/uploads/ico_mail.svg") no-repeat center/100%;
}
.c-btn01:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/ico_arrow01-hover.svg") no-repeat center/100%;
}
.c-btn01:hover {
  background: #5A7B56;
  color: #fff;
}
.c-btn01:hover:before {
  background-image: url("/wp-content/uploads/ico_mail-hover.svg");
}
.c-btn01:hover:after {
  background-image: url("/wp-content/uploads/ico_arrow01.svg");
}

/*--------------------------------------
  Tables
--------------------------------------*/
/*--------------------------------------
  Lists
--------------------------------------*/
.list01 .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.5555555556vw, 8px) min(1.3888888889vw, 20px);
}
@media (max-width: 767px) {
  .list01 .elementor-icon-list-items {
    flex-direction: column;
    gap: calc(6vw / 375 * 100) 0;
  }
}
.list01 .elementor-icon-list-items li {
  width: calc(50% - min(0.6944444444vw, 10px));
  align-items: flex-start;
}
@media (max-width: 767px) {
  .list01 .elementor-icon-list-items li {
    width: 100%;
  }
}
.list01 .elementor-icon-list-items li:before {
  content: "●";
  margin-right: 5px;
  font-size: min(1.4173228346vw, 18px);
  color: #fff;
}
@media (max-width: 767px) {
  .list01 .elementor-icon-list-items li:before {
    font-size: 3.6vw;
  }
}
.list01.col1 .elementor-icon-list-items {
  flex-direction: column;
}
.list01.col1 .elementor-icon-list-items li {
  width: 100%;
}
.list01.c1 .elementor-icon-list-items li::before {
  color: #A9C6A5;
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.c-link-indexes li a {
  position: relative;
}
.c-link-indexes li a:before {
  content: "";
  margin-right: 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #5A7B56;
  transition-duration: 0.7s;
}
.c-link-indexes li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-image: linear-gradient(to right, #5A7B56 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-link-indexes li a:hover:before {
  transform: rotate(90deg);
}
.c-link-indexes li a:hover:after {
  animation: hover-anchorLinks 0.4s forwards;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox > .e-con-inner > .e-con-boxed:not(:last-child) {
  margin-bottom: 60px;
}
.stepBox > .e-con-inner > .e-con-boxed:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #5A7B56;
}
@media (max-width: 767px) {
  .stepBox > .e-con-inner > .e-con-boxed:not(:last-child):after {
    bottom: -20px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #5A7B56;
  }
}
.stepBox sup {
  margin-right: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  background: #cbaf84;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  vertical-align: baseline;
}
.stepBox.v2 {
  margin: 0 auto;
  max-width: 700px;
}
.stepBox.v2.next:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #5A7B56;
}
@media (max-width: 767px) {
  .stepBox.v2.next:after {
    bottom: -22px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #5A7B56;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #5A7B56;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa > div:not(:last-child) {
  border-bottom: 1px solid #5A7B56;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-family: "Caprasimo", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #5A7B56;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1em;
  font-weight: 700;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  color: #CFE1CC;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap dl {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .newsWrap dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.newsWrap dt {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #6B7566;
  font-size: 14px;
}
.newsWrap dt .categoryLabel {
  padding: 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  background: #CFE1CC;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #5A7C5E;
}
.newsWrap dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.7;
}
.newsWrap > a:not(:last-child) dl {
  margin-bottom: 30px;
}
.newsWrap a:hover {
  opacity: 0.7;
}

/*--------------------------------------
  Loop slider
--------------------------------------*/
.loopslider, .loopslider2 {
  margin: 0 auto;
  width: 100%;
  padding-top: 34.72vw;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .loopslider, .loopslider2 {
    padding-top: 67.93vw;
  }
}
.loopslider ul, .loopslider2 ul {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}
.loopslider ul li, .loopslider2 ul li {
  width: 100%;
  height: 34.72vw;
  float: left;
  display: inline;
  overflow: hidden;
}
@media (max-width: 767px) {
  .loopslider ul li, .loopslider2 ul li {
    height: 67.93vw;
  }
}
.loopslider ul li img, .loopslider2 ul li img {
  width: 248.61vw;
  height: 34.72vw;
  max-width: none;
}
@media (max-width: 767px) {
  .loopslider ul li img, .loopslider2 ul li img {
    width: 497.6vw;
    height: 67.93vw;
  }
}
.loopslider ul:after, .loopslider2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.loopslider2 ul {
  float: right;
}
.loopslider2 ul li {
  float: right;
}

/*--------------------------------------
	Loading 初回読込時のみ
--------------------------------------*/
.p-home-loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
}
.p-home-loading__mask {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
}
.p-home-loading__logo {
  width: 220px;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask: url("/wp-content/uploads/logo.svg") no-repeat center/contain;
  mask: url("/wp-content/uploads/logo.svg") no-repeat center/contain;
}
.p-home-loading__logo.is-hidden {
  animation: hideLogo 1s cubic-bezier(0.71, -0.36, 0.17, 1) 0.2s forwards;
}

@keyframes hideLogo {
  to {
    opacity: 0;
    transform: scale(0);
  }
}
/* ローディング中スクロールロック */
body:has(.p-home-loading) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------
  Top
--------------------------------------*/
.map_hyogo:before {
  content: "";
  position: absolute;
  top: 17.36vw;
  left: 9.17vw;
  z-index: 4;
  width: calc(6vw / 1440 * 100);
  height: calc(6vw / 1440 * 100);
  border-radius: 50%;
  background: #657F6E;
}
@media (max-width: 767px) {
  .map_hyogo:before {
    top: calc(212.89vw / 375 * 100);
    left: calc(139vw / 375 * 100);
    width: calc(5.11vw / 375 * 100);
    height: calc(5.11vw / 375 * 100);
  }
}
.map_hyogo:after {
  content: "";
  position: absolute;
  top: calc(240vw / 1440 * 100);
  left: calc(122vw / 1440 * 100);
  z-index: 3;
  width: calc(26vw / 1440 * 100);
  height: calc(26vw / 1440 * 100);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  clip-path: circle(0%);
  animation: circle1 1.2s ease-in-out forwards infinite;
}
@media (max-width: 767px) {
  .map_hyogo:after {
    top: calc(204vw / 375 * 100);
    left: calc(130vw / 375 * 100);
    width: calc(22.15vw / 375 * 100);
    height: calc(22.15vw / 375 * 100);
  }
}
.map_hyogo > .elementor-widget-container:before {
  content: "";
  position: absolute;
  top: calc(218vw / 1440 * 100);
  left: calc(100vw / 1440 * 100);
  z-index: 2;
  width: calc(70vw / 1440 * 100);
  height: calc(70vw / 1440 * 100);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  clip-path: circle(0%);
  animation: circle1 1.2s ease-in-out forwards 0.4s infinite;
}
@media (max-width: 767px) {
  .map_hyogo > .elementor-widget-container:before {
    top: calc(186vw / 375 * 100);
    left: calc(112vw / 375 * 100);
    width: calc(59.63vw / 375 * 100);
    height: calc(59.63vw / 375 * 100);
  }
}
.map_hyogo > .elementor-widget-container:after {
  content: "";
  position: absolute;
  top: calc(174vw / 1440 * 100);
  left: calc(56vw / 1440 * 100);
  z-index: 1;
  width: calc(158vw / 1440 * 100);
  height: calc(158vw / 1440 * 100);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  clip-path: circle(0%);
  animation: circle1 1.2s ease-in-out forwards 0.8s infinite;
}
@media (max-width: 767px) {
  .map_hyogo > .elementor-widget-container:after {
    top: calc(148vw / 375 * 100);
    left: calc(74vw / 375 * 100);
    width: calc(134.6vw / 375 * 100);
    height: calc(134.6vw / 375 * 100);
  }
}

@keyframes circle1 {
  0% {
    clip-path: circle(0%);
  }
  100% {
    clip-path: circle(100%);
  }
}
.top-farmer .bg_img:before,
.top-partner .bg_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E9E9AC;
  border-radius: min(2.7777777778vw, 40px);
}
.top-farmer .bg_img img,
.top-partner .bg_img img {
  transform: rotate(-9deg);
  transition-duration: 0.4s;
}
.top-farmer .ico_arrow > .elementor-widget-container,
.top-partner .ico_arrow > .elementor-widget-container {
  display: flex;
  gap: min(0.4166666667vw, 6px);
}
@media (max-width: 767px) {
  .top-farmer .ico_arrow > .elementor-widget-container,
  .top-partner .ico_arrow > .elementor-widget-container {
    align-items: center;
    gap: calc(4vw / 375 * 100);
  }
}
.top-farmer .ico_arrow > .elementor-widget-container:after,
.top-partner .ico_arrow > .elementor-widget-container:after {
  content: "";
  display: inline-block;
  width: min(1.9444444444vw, 28px);
  height: min(1.9444444444vw, 28px);
  background: url("/wp-content/uploads/ico_arrow01.svg") no-repeat center/100%;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .top-farmer .ico_arrow > .elementor-widget-container:after,
  .top-partner .ico_arrow > .elementor-widget-container:after {
    width: calc(28vw / 375 * 100);
    height: calc(28vw / 375 * 100);
  }
}
@media (min-width: 768px) {
  .top-farmer:hover,
  .top-partner:hover {
    transform: scale(1.05);
  }
}
.top-farmer:hover .bg_img img,
.top-partner:hover .bg_img img {
  transform: rotate(0);
}
.top-farmer:hover .ico_arrow > .elementor-widget-container:after,
.top-partner:hover .ico_arrow > .elementor-widget-container:after {
  background-image: url("/wp-content/uploads/ico_arrow01-hover.svg");
}

.top-partner .bg_img:before {
  background: #9ED7E3;
}
.top-partner .ico_arrow > .elementor-widget-container:after {
  background: url("/wp-content/uploads/ico_arrow02.svg") no-repeat center/100%;
}
.top-partner:hover .ico_arrow > .elementor-widget-container:after {
  background-image: url("/wp-content/uploads/ico_arrow02-hover.svg");
}

.top-members {
  overflow-x: scroll !important;
}
.top-members > .elementor-element {
  min-width: 320px;
}

/*--------------------------------------
	Under
--------------------------------------*/
/* general */
.under p a:not([href^="tel:"]),
.under .elementor-widget-text-editor a:not([href^="tel:"]),
.under .elementor-icon-list-text a:not([href^="tel:"]) {
  text-decoration: underline;
}
.under p a:not([href^="tel:"]):hover,
.under .elementor-widget-text-editor a:not([href^="tel:"]):hover,
.under .elementor-icon-list-text a:not([href^="tel:"]):hover {
  text-decoration: none;
}

.p-under__heading {
  margin: 0 auto;
  padding: min(5.5555555556vw, 80px) min(2.0833333333vw, 30px) min(8.3333333333vw, 120px);
  max-width: 1080px;
}
.p-under__heading.detail-page {
  padding: 86px min(2.0833333333vw, 30px) 0;
}
@media (max-width: 767px) {
  .p-under__heading.detail-page {
    padding: 20px calc(30vw / 375 * 100);
  }
}
.p-under__heading.detail-page .bread {
  margin-bottom: 86px;
}
@media (max-width: 767px) {
  .p-under__heading.detail-page .bread {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-under__heading {
    padding: calc(40vw / 375 * 100) calc(30vw / 375 * 100) calc(60vw / 375 * 100);
  }
}
.p-under__heading h1 {
  font-size: min(3.6111111111vw, 52px);
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 767px) {
  .p-under__heading h1 {
    font-size: calc(36vw / 375 * 100);
  }
}
.p-under__heading h1 sub {
  margin-top: 1.23em;
  display: block;
  font-size: min(1.8055555556vw, 26px);
  text-transform: capitalize;
  color: #CDE3C4;
}
@media (max-width: 767px) {
  .p-under__heading h1 sub {
    margin-top: 1em;
    font-size: calc(20vw / 375 * 100);
  }
}
.p-under__h2 h2 {
  position: relative;
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #A9C6A5;
}
@media (max-width: 1280px) {
  .p-under__h2 h2 {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .p-under__h2 h2 {
    margin-bottom: 1em;
    font-size: calc(20vw / 375 * 100);
  }
}
.p-under__h2 h2:before {
  content: "";
  position: absolute;
  top: min(0.3472222222vw, 5px);
  left: -32px;
  width: 20px;
  height: 22px;
  background: url("/wp-content/uploads/ico_h2.svg") no-repeat center/100%;
}
@media (max-width: 1280px) {
  .p-under__h2 h2:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .p-under__h2 h2:before {
    top: calc(4vw / 375 * 100);
    font-size: calc(20vw / 375 * 100);
  }
}
.p-under__h2.v2 h2 {
  font-size: min(2.0472440945vw, 26px);
  color: #000;
}
@media (max-width: 767px) {
  .p-under__h2.v2 h2 {
    font-size: calc(26vw / 375 * 100);
  }
}
.p-under__h2.v2 h2:before {
  background-image: url("/wp-content/uploads/ico_h2-2.svg");
  top: min(0.7874015748vw, 10px);
}
@media (max-width: 767px) {
  .p-under__h2.v2 h2:before {
    top: calc(10vw / 375 * 100);
  }
}
.p-under__h2.v2 h2 sub {
  margin-top: min(0.9722222222vw, 14px);
  display: block;
  font-size: min(1.1805555556vw, 17px);
  color: #A8A8A8;
}
@media (max-width: 767px) {
  .p-under__h2.v2 h2 sub {
    margin-top: calc(14vw / 375 * 100);
    font-size: calc(17vw / 375 * 100);
  }
}

.under.page .main, .under.error404 .main,
.under #blogList,
.under #blogDetail #posts {
  padding: min(10.0694444444vw, 145px) 0 min(9.8611111111vw, 142px);
  background: #FDFAF6;
  border-radius: 80px 80px 0 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media (max-width: 767px) {
  .under.page .main, .under.error404 .main,
  .under #blogList,
  .under #blogDetail #posts {
    padding: calc(80vw / 375 * 100) 0;
    border-radius: calc(40vw / 375 * 100) calc(40vw / 375 * 100) 0 0;
  }
}
.under.page .main .elementor-widget-heading + .elementor-widget-heading h3, .under.page .main .elementor-widget-heading + .elementor-widget-heading h4, .under.page .main .elementor-widget-heading + .elementor-widget-heading h5, .under.error404 .main .elementor-widget-heading + .elementor-widget-heading h3, .under.error404 .main .elementor-widget-heading + .elementor-widget-heading h4, .under.error404 .main .elementor-widget-heading + .elementor-widget-heading h5,
.under #blogList .elementor-widget-heading + .elementor-widget-heading h3,
.under #blogList .elementor-widget-heading + .elementor-widget-heading h4,
.under #blogList .elementor-widget-heading + .elementor-widget-heading h5,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h3,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h4,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h5 {
  margin-top: 0;
}
.under.page .main .h-top-0 h3, .under.page .main .h-top-0 h4, .under.page .main .h-top-0 h5, .under.error404 .main .h-top-0 h3, .under.error404 .main .h-top-0 h4, .under.error404 .main .h-top-0 h5,
.under #blogList .h-top-0 h3,
.under #blogList .h-top-0 h4,
.under #blogList .h-top-0 h5,
.under #blogDetail #posts .h-top-0 h3,
.under #blogDetail #posts .h-top-0 h4,
.under #blogDetail #posts .h-top-0 h5 {
  margin-top: 0 !important;
}
.under.page .main .h-bottom-0 h3, .under.page .main .h-bottom-0 h4, .under.page .main .h-bottom-0 h5, .under.error404 .main .h-bottom-0 h3, .under.error404 .main .h-bottom-0 h4, .under.error404 .main .h-bottom-0 h5,
.under #blogList .h-bottom-0 h3,
.under #blogList .h-bottom-0 h4,
.under #blogList .h-bottom-0 h5,
.under #blogDetail #posts .h-bottom-0 h3,
.under #blogDetail #posts .h-bottom-0 h4,
.under #blogDetail #posts .h-bottom-0 h5 {
  margin-bottom: 0 !important;
}
.under.page .main strong,
.under.page .main b, .under.error404 .main strong,
.under.error404 .main b,
.under #blogList strong,
.under #blogList b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #5A7B56;
}
.under.page .main u, .under.error404 .main u,
.under #blogList u,
.under #blogDetail #posts u {
  display: inline;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f5eec8 0%) repeat scroll 0 0;
  text-decoration: none;
}
.under #blogList {
  padding-bottom: min(28.8194444444vw, 415px);
}
@media (max-width: 767px) {
  .under #blogList {
    padding-bottom: calc(240vw / 375 * 100);
  }
}
.under.page.organization .main {
  padding-bottom: 0;
}

.no-flow .elementor-heading-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: min(3.1496062992vw, 40px);
  height: min(3.1496062992vw, 40px);
}
@media (max-width: 767px) {
  .no-flow .elementor-heading-title {
    min-width: 28px;
    height: 28px;
  }
}

/*--------------------------------------
  Contact
--------------------------------------*/
.p-contact__head {
  padding: 52px 20px 64px;
  text-align: center;
}
.p-contact__mainWrap {
  padding: 0 20px 100px;
}
.p-contact__sendArea {
  margin-top: 73px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-contact__sendArea {
    flex-direction: column;
    gap: 20px;
  }
}
.p-contact__sendArea sub {
  margin-left: 32px;
}

@media (max-width: 767px) {
  body.under.contact .l-header__wrap,
  body.under.page-template-page-simple .l-header__wrap {
    justify-content: center;
  }
}
body.under.contact .main,
body.under.page-template-page-simple .main {
  margin: 0 auto;
  max-width: 1195px;
  border: 2px solid #000;
  border-radius: 80px;
}
@media (max-width: 767px) {
  body.under.contact .main,
  body.under.page-template-page-simple .main {
    border-radius: 40px;
  }
}
body.under.contact .l-content-bottom,
body.under.page-template-page-simple .l-content-bottom {
  display: none;
}

body.under.page-template-page-simple .main {
  padding: 76px 20px 100px;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

.u-text--hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.u-text--tate {
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .u-text--tate-pc {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .u-text--tate-sp {
    writing-mode: vertical-rl;
  }
}
.u-text--tate .num {
  writing-mode: horizontal-tb;
}
.u-text--tateanime span:not(.num) {
  opacity: 0;
}
.u-text--tateanime.appeartext span:not(.num) {
  position: relative;
  padding-left: min(0.2777777778vw, 4px);
  display: inline-block;
  animation: text_anime_on 1s ease-in-out forwards; /* appeartext クラスが付いたらアニメーションを実行 */
}
@media (max-width: 767px) {
  .u-text--tateanime.appeartext span:not(.num) {
    padding-left: calc(8vw / 375 * 100);
  }
}
.u-text--tateanime.appeartext span:not(.num):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000, #000) left top/25px 0 no-repeat, transparent;
  animation: text_anime_on_line2 0.1s linear forwards 2s;
}
@media (max-width: 767px) {
  .u-text--tateanime.appeartext span:not(.num):after {
    animation: text_anime_on_line2_sp 0.1s linear forwards 2s;
  }
}
.u-text--tateanime.appeartext span:not(.num):nth-child(1):after {
  animation-delay: 2.1s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(2):after {
  animation-delay: 2.2s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(3):after {
  animation-delay: 2.3s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(4):after {
  animation-delay: 2.4s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(5):after {
  animation-delay: 2.5s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(6):after {
  animation-delay: 2.6s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(7):after {
  animation-delay: 2.7s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(8):after {
  animation-delay: 2.8s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(9):after {
  animation-delay: 2.9s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(10):after {
  animation-delay: 3s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(11):after {
  animation-delay: 3.1s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(12):after {
  animation-delay: 3.2s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(13):after {
  animation-delay: 3.3s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(14):after {
  animation-delay: 3.4s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(15):after {
  animation-delay: 3.5s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(16):after {
  animation-delay: 3.6s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(17):after {
  animation-delay: 3.7s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(18):after {
  animation-delay: 3.8s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(19):after {
  animation-delay: 3.9s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(20):after {
  animation-delay: 4s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(21):after {
  animation-delay: 4.1s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(22):after {
  animation-delay: 4.2s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(23):after {
  animation-delay: 4.3s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(24):after {
  animation-delay: 4.4s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(25):after {
  animation-delay: 4.5s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(26):after {
  animation-delay: 4.6s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(27):after {
  animation-delay: 4.7s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(28):after {
  animation-delay: 4.8s;
}
.u-text--tateanime.appeartext span:not(.num):nth-child(29):after {
  animation-delay: 4.9s;
}
.u-text--tateanime.white span:not(.num) {
  padding-left: 0;
  padding-right: min(0.2777777778vw, 4px);
}
@media (max-width: 767px) {
  .u-text--tateanime.white span:not(.num) {
    padding-right: calc(8vw / 375 * 100);
  }
}
.u-text--tateanime.white span:not(.num):after {
  background: linear-gradient(#fff, #fff) right top/25px 0 no-repeat, transparent;
}
.u-text--wordbreak {
  word-break: break-all;
}
.elementor .u-text--marquee.elementor-element ul.elementor-icon-list-items {
  position: absolute;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: calc(19vw / 1440 * 100);
  font-weight: 500;
  padding-right: calc(2vw / 1440 * 100);
}
@media (max-width: 767px) {
  .elementor .u-text--marquee.elementor-element ul.elementor-icon-list-items {
    font-size: calc(19vw / 375 * 100);
  }
}
.elementor .u-text--marquee.elementor-element ul.elementor-icon-list-items li {
  padding-right: calc(18vw / 1440 * 100);
}
@media (max-width: 767px) {
  .elementor .u-text--marquee.elementor-element ul.elementor-icon-list-items li {
    padding-right: calc(18vw / 375 * 100);
  }
}
.elementor .u-text--marquee.elementor-element ul.elementor-icon-list-items li:before {
  content: "#";
  margin-right: calc(18vw / 1440 * 100);
  display: inline-block;
  font-family: "Caprasimo", sans-serif;
  font-size: calc(26vw / 1440 * 100);
  color: #5A7B56;
}
@media (max-width: 767px) {
  .elementor .u-text--marquee.elementor-element ul.elementor-icon-list-items li:before {
    margin-right: calc(18vw / 375 * 100);
    font-size: calc(26vw / 375 * 100);
  }
}
.elementor .u-text--marquee.elementor-element ul.elementor-icon-list-items li {
  /*
  &:before {
  	content: 'G';
  	margin-right: vwsize(18);
  	font-family: $font_family_en;
  	font-size: vwsize(26);
  	color: $main-color;
  	@media (max-width: $point-sp) {
  		font-size: vwsizeSP(26);
  	}
  }
  &:nth-child(3n + 2) {
  	&:before {
  		content: 'D';
  	}
  }
  &:nth-child(3n + 3) {
  	&:before {
  		content: 'J';
  	}
  }
  */
}
.u-text--marquee > .elementor-widget-container {
  position: relative;
}

/* 1文字ずつ表示するアニメーション設定
---------------------------*/
.eachTextAnime {
  display: flex; /* 子要素（文字）を横並びに */
  justify-content: center; /* 中央配置 */
}
.eachTextAnime span {
  opacity: 0; /* 初期状態は非表示 */
}
.eachTextAnime.appeartext span {
  position: relative;
  padding-right: min(0.6944444444vw, 10px);
  display: inline-block;
  animation: text_anime_on 1s ease-in-out forwards; /* appeartext クラスが付いたらアニメーションを実行 */
}
@media (max-width: 767px) {
  .eachTextAnime.appeartext span {
    padding-right: calc(4vw / 375 * 100);
  }
}
.eachTextAnime.appeartext span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff, #fff) right top/25px 0 no-repeat, transparent;
  animation: text_anime_on_line 0.1s linear forwards 2s;
}
@media (max-width: 767px) {
  .eachTextAnime.appeartext span:after {
    animation: text_anime_on_line_sp 0.1s linear forwards 2s;
  }
}
.eachTextAnime.appeartext span:nth-child(1):after {
  animation-delay: 2.1s;
}
.eachTextAnime.appeartext span:nth-child(2):after {
  animation-delay: 2.2s;
}
.eachTextAnime.appeartext span:nth-child(3):after {
  animation-delay: 2.3s;
}
.eachTextAnime.appeartext span:nth-child(4):after {
  animation-delay: 2.4s;
}
.eachTextAnime.appeartext span:nth-child(5):after {
  animation-delay: 2.5s;
}
.eachTextAnime.appeartext span:nth-child(6):after {
  animation-delay: 2.6s;
}
.eachTextAnime.appeartext span:nth-child(7):after {
  animation-delay: 2.7s;
}
.eachTextAnime.appeartext span:nth-child(8):after {
  animation-delay: 2.8s;
}
.eachTextAnime.appeartext span:nth-child(9):after {
  animation-delay: 2.9s;
}
.eachTextAnime.appeartext span:nth-child(10):after {
  animation-delay: 3s;
}
.eachTextAnime.appeartext span:nth-child(11):after {
  animation-delay: 3.1s;
}
.eachTextAnime.appeartext span:nth-child(12):after {
  animation-delay: 3.2s;
}
.eachTextAnime.appeartext span:nth-child(13):after {
  animation-delay: 3.3s;
}
.eachTextAnime.appeartext span:nth-child(14):after {
  animation-delay: 3.4s;
}
.eachTextAnime.appeartext span:nth-child(15):after {
  animation-delay: 3.5s;
}
.eachTextAnime.appeartext span:nth-child(16):after {
  animation-delay: 3.6s;
}
.eachTextAnime.appeartext span:nth-child(17):after {
  animation-delay: 3.7s;
}
.eachTextAnime.appeartext span:nth-child(18):after {
  animation-delay: 3.8s;
}
.eachTextAnime.appeartext span:nth-child(19):after {
  animation-delay: 3.9s;
}

/* アニメーションの動き定義
---------------------------*/
@keyframes text_anime_on {
  0% {
    opacity: 0; /* 完全に非表示 */
    transform: translate3d(0, 0, 0); /* 位置はそのまま */
  }
  50% {
    opacity: 0; /* 中盤まで非表示 */
    transform: translate3d(0, 0, 0);
  }
  70% {
    opacity: 0.5; /* 少し表示しながら */
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1; /* 完全表示 */
    transform: translate3d(0, 0, 0); /* 元の位置に戻す */
  }
}
@keyframes text_anime_on_line {
  0% {
    background-size: min(0.625vw, 9px) 0;
  }
  100% {
    background-size: min(0.625vw, 9px) 100%;
  }
}
@keyframes text_anime_on_line2 {
  0% {
    background-size: min(0.2777777778vw, 4px) 0;
  }
  100% {
    background-size: min(0.2777777778vw, 4px) 100%;
  }
}
@keyframes text_anime_on_line_sp {
  0% {
    background-size: calc(5.537vw / 375 * 100) 0;
  }
  100% {
    background-size: calc(5.537vw / 375 * 100) 100%;
  }
}
@keyframes text_anime_on_line2_sp {
  0% {
    background-size: calc(4vw / 375 * 100) 0;
  }
  100% {
    background-size: calc(4vw / 375 * 100) 100%;
  }
}
/* Safari だと 縦書きの縦幅を計算出来ないため、調整 */
@media (max-width: 767px) {
  .min-safari1 {
    min-height: 70.4vw;
  }
}

/* align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

.under .elementor > .e-con-boxed + .e-con-boxed {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .under .elementor > .e-con-boxed + .e-con-boxed {
    margin-top: 60px;
  }
}
.under .main > .elementor > .e-con-boxed:first-child {
  --margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .sp-relative {
    position: relative !important;
  }
}

/*
body:not(.home) {
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"],
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"],
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		@media (max-width: $point-sp) {
			width: 100%;
		}
	}
}
*/
/*# sourceMappingURL=sourcemaps/style.css.map */