@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap");
/*
Theme Name:丹波de農業
*/
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 0.65rem;
  color: #362f2a;
}
.wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fcfaf5;
}
.sp {
  display: none !important;
}
.slide-in,
.fadein,
.fadeup {
  opacity: 0;
}
.slide-in.is-active {
  animation: slideIn 2.5s cubic-bezier(0.5, 1, 1, 1) 1 forwards;
}
.fadein.is-active {
  animation: fadeIn 3s cubic-bezier(0.5, 1, 1, 1) 1 forwards;
}
.fadein.slow.is-active {
  animation: fadeIn 6s ease-in-out forwards;
}
.fadeup.is-active {
  animation: fadeUp 1s cubic-bezier(0.5, 1, 1, 1) 1 forwards;
}
.fadeup.late50.is-active {
  animation: fadeUp 2s cubic-bezier(0.5, 1, 1, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
#siteheader {
  width: 100%;
  position: relative;
}
#siteheader .logo {
  width: 15%;
  max-width: 210px;
  margin-left: 5%;
  padding: 35px 0 0;
}
#siteheader .toggle {
  display: none;
}
#siteheader #grobalnavi {
  width: 100%;
  position: absolute;
  right: 0;
  top: 30px;
  padding-right: 2%;
}
#siteheader #grobalnavi ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
#siteheader #grobalnavi ul li {
  margin-left: 3%;
}
#siteheader #grobalnavi ul li:hover,
#siteheader #grobalnavi ul li.current {
  border-bottom: 3px solid #88b585;
  border-radius: 2px;
  margin-bottom: -3px;
}
#siteheader #grobalnavi ul li.pc:hover {
  border-bottom: none;
  margin-bottom: 0;
}
#siteheader #grobalnavi ul li a,
#siteheader #grobalnavi ul li a:visited {
  color: #362f2a;
  text-decoration: none;
  font-weight: bold;
}
#siteheader #grobalnavi ul .gnavi_list {
  position: relative;
}
#siteheader #grobalnavi ul .dropdown_lists,
#siteheader #grobalnavi ul .gnavi_list:hover .dropdown_lists {
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: unset;
}
/* プルダウンメニュー（現在は非表示）
#siteheader #grobalnavi ul .dropdown_lists {
  visibility: hidden;
  width: 200px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform:translate(-50% , 0);
  opacity: 0;
  transition:.5s;
  flex-flow: row wrap;
  font-size:1.4rem;
  align-items:flex-start;
}
#siteheader #grobalnavi ul .gnavi_list:hover .dropdown_lists {
  visibility: visible;
  opacity: 1;
}
#siteheader #grobalnavi ul .dropdown_list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#siteheader #grobalnavi ul .dropdown_list{
  margin-left:0;
  width:100%;
  transition:.3s;
  margin-bottom:4px;
}
#siteheader #grobalnavi ul .dropdown_list:hover{
  border-bottom: none;
  margin-bottom: 4px;
  opacity:.6;
}
#siteheader #grobalnavi ul .dropdown_list a,#siteheader #grobalnavi ul .dropdown_list a:visited{
  display: block;
  width: 100%;
  background: #88b585;
  color:#fff;
  padding: 2px 10px;
  text-align: center;
  border-radius: 30px;
  font-weight:normal;
}
*/
#siteheader #grobalnavi ul .custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
#siteheader #grobalnavi ul .custom-select-wrapper select {
  display: none;
}
#siteheader #grobalnavi ul .custom-select {
  position: relative;
  display: inline-block;
}
#siteheader #grobalnavi ul .custom-select-trigger {
  position: relative;
  display: block;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  padding: 1.2rem 2.6rem;
  background: #88b585;
  border-radius: 30px;
}
#siteheader #grobalnavi ul .custom-select.opened .custom-select-trigger {
  opacity: 0.6;
}
#siteheader #grobalnavi ul .custom-options {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  margin: 10px 0;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  transform: translate(-50%, 0);
}
#siteheader #grobalnavi ul .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
/*
#siteheader #grobalnavi ul .custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
*/
#siteheader #grobalnavi ul li .custom-options a {
  font-size: 1.3rem;
  letter-spacing: 0px;
  display: block;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  padding: 0.9rem 14px;
  background: #88b585;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 12px 10px;
  border-bottom: 1px solid #88b585;
  font-size: 1.35rem;
  color: #362f2a;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}
#siteheader.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  animation: headerfix 1s forwards;
  background: rgba(255, 255, 255, 0.9);
}
#siteheader.fixed .logo {
  width: 95px;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
#siteheader.fixed #grobalnavi {
  top: 15px;
}
#siteheader.fixed .custom-select-trigger {
  padding: 10px 2.6rem;
}
@keyframes headerfix {
  0% {
    transform: translateY(-90px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1680px) {
  #siteheader #grobalnavi ul {
    font-size: 1.5rem;
  }
  #siteheader #grobalnavi ul li {
    margin-left: 48px;
  }
}
@media screen and (min-width: 890px) and (max-width: 1250px) {
  #siteheader #grobalnavi,
  #siteheader #grobalnavi ul .dropdown_lists {
    font-size: 1.1rem;
  }
  #siteheader #grobalnavi ul li {
    margin-left: 24px;
  }
  #siteheader #grobalnavi ul .btn a {
    padding: 10px 1.4rem;
    font-size: 1.2rem;
  }
  #siteheader #grobalnavi ul .dropdown_lists {
    top: 30px;
  }
  #siteheader #grobalnavi ul .dropdown_lists {
    width: 152px;
  }
  #siteheader #grobalnavi ul .custom-options {
    width: 182px;
  }
}
@media screen and (min-width: 890px) and (max-width: 1100px) {
  #siteheader .logo {
    width: 10%;
    margin-left: 3%;
  }
}
.main-visual {
  position: relative;
  margin-top: 50px;
}
.main-visual .single-item {
  width: 85%;
  margin-left: 15%;
  height: 73vh;
}
.main-visual .single-item img {
  width: 100%;
  height: 73vh;
  object-fit: cover;
  border-radius: 14px 0 0 14px;
}
.main-visual .slick-dots {
  text-align: right;
  padding-right: 5%;
  bottom: -45px;
}
.main-visual .slick-dots li {
  margin: 0;
}
.main-visual .slick-dots li button:before {
  color: #be8b69;
  opacity: 1;
}
.main-visual .slick-dots li.slick-active button:before {
  color: #699966;
}
.scroll {
  font-family: "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  bottom: 40px;
  left: 6%;
  height: 50px;
}
.scroll span {
  position: absolute;
  left: -12px;
  top: -75px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  font-weight: bold;
  color: #362f2a;
}
.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 50px;
  background: #362f2a;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.main-visual h2 {
  position: absolute;
  left: 18.5%;
  bottom: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 7.5rem;
  text-shadow: #000 1px 0 10px;
}
.top-section h2 {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.top-section h2 span {
  color: #699966;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
}
.top-section {
  padding: 70px 0;
}
.information-sec {
  margin-bottom: 250px;
}
.information-sec .inner {
  width: 70%;
  margin: 0 auto;
  padding-left: 10%;
  position: relative;
}
.information-sec h2 {
  position: relative;
}
.information-sec h2:before {
  content: "";
  position: absolute;
  background: url("images/new.png") no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  display: block;
  top: -30px;
  left: -86px;
}
.information-list {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  border-top: 1px solid #699966;
}
.information-list li {
  border-bottom: 1px solid #699966;
  padding: 20px 10px;
  position: relative;
}
.information-list li dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.top-section .information-list li dt {
  width: 32%;
  margin-right: 2%;
}
.information-list li dt {
  width: 100%;
  margin-bottom: 10px;
}
.information-list li dd {
  width: calc(98% - 200px);
}
.information-list li a,
.information-list li a:visited {
  color: #362f2a;
  text-decoration: none;
}
.information-list li .category,
.information-list li .category:visited {
  background: #88b585;
  padding: 2px 1.8rem;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  letter-spacing: 1px;
}
.btn {
  position: relative;
  display: table;
}
.btn a,
.btn a:visited,
.btn input {
  display: table;
  background: #88b585;
  padding: 14px 3.8rem;
  border-radius: 38px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.45rem;
  transition: 1s;
}
.btn a:hover {
  opacity: 0.6;
}
.btn:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("images/arrow-w.png") no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}
/*
.information-list li:after {
  content: '';
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("images/arrow-g.png")no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}
*/
.information-sec .btn {
  position: absolute;
  bottom: -34px;
  right: -40px;
}
.about-sec {
  background: #fff;
  width: 72%;
  position: relative;
  padding: 100px 0 280px 15vw;
}
.about-sec:before {
  content: "";
  position: absolute;
  display: block;
  left: 12vw;
  top: -24px;
  transform: translate(0, -50%);
  background: url("images/mame.png") no-repeat;
  background-size: contain;
  width: 12vw;
  height: 10vw;
}
.about-sec:after {
  content: "";
  position: absolute;
  display: block;
  right: -16vw;
  top: 50%;
  transform: translate(0, -50%);
  background: url("images/omame.png") no-repeat;
  background-size: contain;
  width: 12vw;
  height: 10vw;
}
.about-sec h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
  color: #699966;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .about-sec h2 {
    font-size: 3.8rem;
  }
}
.about-sec .text-area {
  width: 60%;
}
.about-sec .text-area p {
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.about-sec .img-area {
  position: absolute;
  width: 58%;
  right: -23vw;
  top: 0;
  height: 60vh;
}
.about-sec .img-area img:nth-of-type(1) {
  position: absolute;
  top: -94px;
  width: 80%;
  height: auto;
  border-radius: 14px;
}
.about-sec .img-area img:nth-of-type(2) {
  position: absolute;
  top: 40%;
  right: 20px;
  width: 55%;
  height: auto;
  border-radius: 14px;
}
@media screen and (max-width: 1520px) {
  .about-sec .img-area img:nth-of-type(1) {
    top: 8%;
  }
  .about-sec .img-area img:nth-of-type(2) {
    top: 66%;
    width: 65%;
  }
}
@media screen and (max-width: 1380px) {
  .about-sec .img-area img:nth-of-type(1) {
    top: 9%;
  }
  .about-sec .img-area img:nth-of-type(2) {
    top: 62%;
  }
}
@media screen and (max-width: 1270px) {
  .about-sec .img-area img:nth-of-type(1) {
    top: 10%;
  }
  .about-sec .img-area img:nth-of-type(2) {
    top: 60%;
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .about-sec .img-area img:nth-of-type(1) {
    top: 15%;
  }
  .about-sec .img-area img:nth-of-type(2) {
    top: 70%;
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .about-sec .img-area img:nth-of-type(1) {
    top: 18%;
  }
  .about-sec .img-area img:nth-of-type(2) {
    top: 66%;
    width: 80%;
  }
}
.about-sec .movie-box h2 {
  color: #362f2a;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 3rem;
}
.about-sec .movie-box {
  margin-top: 90px;
  position: relative;
  top: 0;
  left: -15vw;
  width: 100vw;
}
.movie {
  width: 45%;
  margin: 40px auto 0;
  position: relative;
  height: 0;
  padding-top: 29.25%;
}
.movie img,
.movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.movie:after {
  content: "";
  position: absolute;
  display: block;
  left: -12vw;
  bottom: -31vh;
  transform: translate(0, -50%);
  background: url("images/kuri.png") no-repeat;
  background-size: contain;
  width: 12vw;
  height: 10vw;
}
.movie:before {
  content: "";
  position: absolute;
  display: block;
  left: -55vw;
  bottom: -280px;
  background: #fcfaf5;
  width: 100vw;
  height: 60vh;
  z-index: 0;
}
.interview-sec {
  background: url("images/yama.png") no-repeat;
  background-size: contain;
  width: 100%;
  padding: 170px 0;
  position: relative;
  z-index: 0;
}
.interview-sec h2,
.interview-sec h2 span {
  color: #fff;
  text-align: center;
  position: relative;
}
.interview-sec h2 {
  margin-bottom: 70px;
  margin-top: -40px;
  position: relative;
}
.interview-sec h2:before {
  content: "";
  position: absolute;
  display: block;
  background: #88b585;
  width: 100vw;
  height: 90px;
  bottom: -70px;
  left: 0;
  z-index: -1;
}
.interview-sec h2:after {
  content: "";
  position: absolute;
  display: block;
  left: 52%;
  top: -61px;
  background: url("images/fukidashi-01.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
}
.interview-sec .multiple-items {
  width: 94%;
  margin: 0 auto;
}
.interview-sec .multiple-items .slick-slide {
  margin: 0 30px;
  background: #fff;
  border-radius: 14px;
}
.interview-sec .thumb,
.interview-list .thumb {
  width: 100%;
  height: 0;
  padding-top: 55.5%;
  position: relative;
}
.interview-sec .thumb img,
.interview-list .thumb img {
  border-radius: 14px 14px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-sec .inner,
.interview-list .inner {
  background: #88b585;
  padding-bottom: 100px;
}
.interview-sec .text-area,
.interview-list .text-area {
  padding: 18px 22px 30px;
}
.interview-sec a,
.interview-sec a:visited,
.interview-list a,
.interview-list a:visited {
  text-decoration: none;
  color: #362f2a;
}
.interview-sec a .owner,
.interview-list a .owner {
  color: #699966;
  display: block;
  font-size: 1.3rem;
}
.interview-sec .text-area h3,
.interview-list .text-area h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #362f2a;
}
.tag a,
.interview-sec .tag a {
  display: inline-block;
  border: 2px solid #88b585;
  padding: 0 1.8rem;
  border-radius: 30px;
  color: #699966;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  margin-right: 3px;
  margin-bottom: 3px;
}
.interview-sec .multiple-items .slick-prev:before {
  content: "";
  background: url("images/slide-ar.png") no-repeat;
  background-size: contain;
  width: 58px;
  height: 58px;
  display: block;
  position: absolute;
  opacity: 1;
}
.interview-sec .multiple-items .slick-prev {
  left: -15px;
  z-index: 2;
}
.interview-sec .multiple-items .slick-next:before {
  content: "";
  background: url("images/slide-ar.png") no-repeat;
  transform: rotate(180deg);
  background-size: contain;
  width: 58px;
  height: 58px;
  display: block;
  position: absolute;
  opacity: 1;
}
.interview-sec .multiple-items .slick-next {
  right: 20px;
  z-index: 2;
}
.interview-sec .btn {
  position: absolute;
  left: 50%;
  bottom: 145px;
  transform: translate(-50%, 0);
}
.btn.white a,
.btn.white a:visited,
.btn.white input {
  border: 2px solid #88b585;
  background: #fff;
  padding: 14px 3.8rem;
  border-radius: 38px;
  color: #699966;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.45rem;
}
.btn.white:after {
  background: url(images/arrow-g.png) no-repeat;
  background-size: contain;
}
.job-section {
  background: #fff;
  padding: 100px 10%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.job-section.rev {
  flex-flow: row-reverse;
  background: #fff;
  padding: 40px;
  width: 64%;
  margin: 0 auto 90px;
  border: 2px solid #5d905a;
  border-radius: 18px;
  min-width: 850px;
}
.job-section.rev h2 {
  margin-bottom: 40px;
}
.job-section .img-area,
.job-section .text-area {
  width: 45%;
}
.job-section .img-area img {
  border-radius: 18px;
  filter: brightness(1.2) saturate(0.85) contrast(0.9) opacity(0.9);
}
.job-section.rev .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-section .voice {
  width: 368px;
  margin: 40px auto;
}
.job-section .text-area p {
  margin-bottom: 60px;
  line-height: 2;
  letter-spacing: 1px;
}
.job-section.rev .text-area h2 {
  font-size: 4rem;
}
.job-section.rev .text-area p {
  margin-bottom: 40px;
}
.job-section .text-area .btn {
  margin: 0 auto;
}
.matching-section {
  width: 80%;
  margin: 0 auto;
  padding: 170px 0;
}
.matching-section h3 {
  width: 52%;
  max-width: 610px;
  margin: 0 auto 40px;
}
.matching-section .box {
  border: 3px solid #699966;
  border-radius: 38px;
  background: #fff;
  padding: 60px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.matching-section .box h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.matching-section .box .img-area {
  width: 54%;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}
.matching-section .box .img-area img {
  max-width: 560px;
  width: 100%;
}
.matching-section .box .text-area {
  width: 46%;
}
.matching-section .box .text-area h4 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.matching-section .box .btns {
  justify-content: center;
  display: flex;
  width: 100%;
  margin-top: 70px;
}
.matching-section .box .btns .btn {
  width: 30%;
}
.matching-section .box .btns .btn a {
  width: 100%;
  text-align: center;
}
.matching-section .box .btns .btn:nth-of-type(2) {
  margin: 0 20px;
}
#sitefooter {
  background: url("images/ft-bg.png") no-repeat #fcfaf5;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 150px 10% 90px 10%;
  color: #fff;
  position: relative;
}
.ft-logo {
  width: 12vw;
  max-width: 237px;
}
.site-links {
  width: calc(100% - 12vw);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
#sitefooter a,
#sitefooter a:visited {
  color: #fff;
  text-decoration: none;
}
#sitefooter ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.site-links h5 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}
.link-list {
  width: 100%;
  justify-content: flex-end;
  flex-flow: row wrap;
  display: flex;
  margin-bottom: 20px;
}
.link-list div {
  width: 14vw;
  margin-right: 3vw;
}
.link-list div:nth-of-type(3) {
  width: 154px;
  margin-right: 0;
}
@media screen and (min-width: 864px) and (max-width: 1160px) {
  .link-list div {
    width: 172px;
    margin-right: 3vw;
  }
}
.link-list li {
  padding-left: 14px;
  position: relative;
  font-size: 1.3rem;
}
.link-list li:before {
  content: "-";
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.4rem;
}
#sitefooter .ft-links {
  display: flex;
  font-size: 1.3rem;
  margin-top: 70px;
}
#sitefooter .copy {
  margin-top: 70px;
  font-size: 0.9rem;
  width: 40%;
}
#sitefooter .ft-links li {
  margin-left: 30px;
}
.to-top {
  position: fixed;
  width: 70px;
  right: 30px;
  bottom: 40px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  z-index: 5;
}
.to-top.active {
  opacity: 1;
  visibility: visible;
}
.to-faq {
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #699966;
  left: 30px;
  bottom: 40px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  z-index: 5;
}
#sitefooter .to-faq a {
  color: #699966;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.to-faq.active {
  opacity: 1;
  visibility: visible;
}
/* about */
.pankuzu {
  text-align: right;
  width: 95vw;
  font-size: 1.2rem;
  margin-top: 20px;
}
.pankuzu a {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.pankuzu a:after {
  content: "";
  position: absolute;
  display: block;
  background: url("images/arrow-g-sml.png") no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  top: 51%;
  right: -21px;
  transform: translate(0, -50%);
}
.about-main {
  height: 60vh;
  text-align: center;
  color: #699966;
}
.about-m-img-1 {
  position: absolute;
  top: 7vh;
  width: 10vw;
  left: 17vw;
  z-index: 0;
}
.about-m-img-2 {
  position: absolute;
  bottom: 9.2vh;
  width: 9.5vw;
  left: 12vw;
  z-index: 0;
}
.about-m-img-3 {
  position: absolute;
  top: 7vh;
  width: 9vw;
  right: 15vw;
  z-index: 0;
}
.about-m-img-4 {
  position: absolute;
  bottom: 9vh;
  width: 11.5vw;
  right: 12vw;
  z-index: 0;
}
.about-main h1 {
  padding: 6vh 0 70px;
  font-size: 6rem;
  letter-spacing: 2px;
}
.page-lead {
  font-weight: bold;
  font-size: 1.6rem;
}
.about-main .page-lead {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 2.2;
}
.interview-sec.story .multiple-items .slick-slide.movie {
  padding-top: 5%;
  background-color: transparent;
}
.interview-sec.story {
  background: url(images/yama2.png) no-repeat;
  background-size: 118%;
  background-position: center top;
  padding: 0 0 170px;
}
@media screen and (min-width: 890px) and (max-height: 860px) {
  .about-main {
    height: 500px;
  }
}
.interview-sec.story h2 {
  margin-top: 0;
  padding-top: 70px;
}
.interview-sec.story h2:before {
  background: #d7be9f;
}
.interview-sec.story h2:after,
.interview-sec.story .multiple-items .slick-slide.movie:before,
.interview-sec.story .multiple-items .slick-slide.movie:after {
  content: none;
}
.interview-sec.story .inner {
  background: #d7be9f;
}
.movie .js-modal-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 73.5%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.movie .js-modal-video:after {
  content: "";
  background: url(images/start.png) no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  z-index: 3;
}
.interview-sec.story .movie .js-modal-video img {
  top: 0;
  left: 0;
  transform: unset;
}
.interview-sec.story .movie h4 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  color: #fff;
}
.about-pagesection {
  display: flex;
  flex-flow: row-reverse;
  width: 88%;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30%;
}
.about-pagesection:nth-of-type(2n-1) {
  flex-flow: row wrap;
}
.about-pagesection h2 {
  display: flex;
  align-items: center;
  color: #699966;
  margin-bottom: 36px;
  letter-spacing: 1px;
  font-size: 2.6rem;
}
.about-pagesection h2 span {
  width: 84px;
  margin-right: 32px;
}
.about-pagesection .text-area p {
  margin-bottom: 70px;
  line-height: 2.4;
  font-weight: bold;
  letter-spacing: 1px;
}
.about-pagesection .text-area .btn {
  margin: 0 auto;
}
.about-pagesection .text-area .btn a {
  font-size: 1.8rem;
  padding: 14px 6.8rem;
}
.about-pagesection .text-area .btn:after {
  right: 13px;
  width: 12px;
  height: 12px;
}
.about-pagesection .text-area {
  width: 45%;
}
.about-pagesection .img-area {
  width: 48%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.about-pagesection .img-area img {
  border-radius: 16px;
}
.about-pagesection .img-area img:nth-of-type(1) {
  width: 100%;
  margin-bottom: 10px;
}
.about-pagesection .img-area img:nth-of-type(2),
.about-pagesection .img-area img:nth-of-type(3) {
  width: 49%;
}
.about-pagesection:nth-of-type(4) {
  padding-bottom: 280px;
}
.about-pagesection:nth-of-type(3) {
  padding-bottom: 20%;
}
.about-pagesection:nth-of-type(3) .text-area,
.about-pagesection:nth-of-type(4) .text-area {
  padding: 70px 0;
}
.about-pagebox {
  width: 80%;
  margin: 0 5% 200px 15%;
  border: 3px solid #88b585;
  border-radius: 24px;
  padding: 42px 5%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
}
.about-pagebox h2 {
  color: #699966;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 2.8rem;
}
.about-pagebox .img-area,
.about-pagebox .text-area {
  width: 46%;
}
.about-pagebox .img-area img {
  border-radius: 14px;
}
.about-pagebox p {
  margin-bottom: 40px;
  letter-spacing: 1px;
  line-height: 2.2;
}
.about-pagebox .btn {
  margin: 0 0 0 auto;
}
.about-pagebox .btn:after {
  right: 12px;
  width: 12px;
  height: 12px;
}
.about-pagebox .btn a {
  font-size: 1.8rem;
  padding: 14px 5.8rem;
}
.about-submain {
  position: relative;
  height: 50vh;
}
.about-submain img {
  width: 85%;
  height: 35vh;
  object-fit: cover;
  border-radius: 14px 0 0 14px;
  margin-left: 15%;
}
.about-submain h1 {
  position: absolute;
  top: 35%;
  left: 20%;
  transform: translate(0, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  text-shadow: #000 1px 0 10px;
  letter-spacing: 2px;
}
.lead {
  padding-left: 20%;
  margin-top: -8vh;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  width: 80%;
  line-height: 2.2;
}
@media screen and (max-width: 1500px) {
  .lead {
    width: 94%;
  }
}
.map-area {
  position: relative;
  padding-top: 90px;
  width: 85%;
  margin-left: 15%;
}
.map-area .map {
  width: 570px;
  height: auto;
  margin: 0 auto;
}
.map-area .map img {
  width: 100%;
  height: auto;
}
.map-area .map img.click {
  position: absolute;
  top: 120px;
  right: 23%;
  width: 280px;
}
.about-area-pagesection {
  width: 80%;
  margin-left: 20%;
  padding: 90px 0;
}
.about-area-pagesection .inner {
  width: 90%;
  display: flex;
  flex-flow: row wrap;
}
.about-area-pagesection .text-area {
  width: 50%;
  margin-right: 4%;
}
.about-area-pagesection .text-area p {
  font-size: 1.45rem;
  line-height: 2;
}
.about-area-pagesection .img-area {
  width: 46%;
  padding-top: 90px;
}
.about-area-pagesection .img-area img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin-bottom: 5px;
}
.about-area-pagesection h2 {
  display: table;
  background: #88b585;
  padding: 10px 3.8rem;
  border-radius: 38px;
  color: #362f2a;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  transition: 1s;
  margin-bottom: 30px;
}
#kaibara-sec h2 {
  background: #ebdcb9;
}
#aogaki-sec h2 {
  background: #d3d9ee;
}
#hikami-sec h2 {
  background: #b1d4ae;
}
#sannan-sec h2 {
  background: #bce0cd;
}
#kasuga-sec h2 {
  background: #c8e2ee;
}
#itijima-sec h2 {
  background: #e8beaf;
}
.area-detail {
  width: 100%;
  margin-top: 40px;
}
.area-detail dl {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #111;
  padding: 24px;
}
.area-detail dl:nth-of-type(1) {
  border-top: 1px solid #111;
}
.area-detail dt {
  width: 20%;
}
.area-detail dd {
  width: 80%;
}
.contents-nav {
  width: 80%;
  margin-left: 20%;
  padding: 120px 0 90px;
  text-align: center;
}
.contents-nav .inner {
  width: 90%;
}
.contents-nav h2 {
  color: #699966;
  margin-bottom: 90px;
  font-size: 2rem;
  letter-spacing: 1px;
}
.contents-list {
  display: flex;
  justify-content: space-between;
}
.menu-img {
  width: 28%;
  position: relative;
  height: 0px;
  padding-top: 24.2%;
  overflow: hidden;
}
.menu-img.current a {
  opacity: 0.6;
  pointer-events: none;
}
.menu-img h3 {
  font-size: 2rem;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 1020px) {
  .menu-img h3 {
    font-size: 1.6rem;
  }
}
.menu-img img {
  width: 100%;
  height: 78%;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.menu-img a,
.menu-img a:visited {
  color: #362f2a;
  text-decoration: none;
}
.about-kankyo-pagesection {
  width: 80%;
  margin-left: 20%;
  padding: 90px 0 0;
}
.about-kankyo-pagesection .inner {
  width: 90%;
  border-bottom: 4px dotted #88b585;
  padding-bottom: 90px;
}
.about-kankyo-pagesection:nth-of-type(1) .inner:nth-of-type(1) {
  border-bottom: none;
}
.about-kankyo-pagesection h2 {
  font-size: 2.6rem;
  margin-bottom: 40px;
  letter-spacing: 1px;
  color: #699966;
}
.about-kankyo-pagesection h2 img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 50px;
  height: auto;
}
.kankyo-box {
  background: #f4efe4;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.kankyo-box h3 {
  color: #000;
  margin-bottom: 10px;
  font-size: 2rem;
  letter-spacing: 1px;
}
.kankyo-box p {
  line-height: 2.2;
}
.about-kankyo-pagesection .movie {
  width: 78%;
  padding-top: 45.25%;
}
.about-kankyo-pagesection .movie:before,
.about-kankyo-pagesection .movie:after {
  content: none;
}
.about-kankyo-pagesection:nth-of-type(2) .inner,
.about-kankyo-pagesection:nth-of-type(3) .inner {
  display: flex;
  flex-flow: row wrap;
}
.about-kankyo-pagesection .inner .movie-box h2 {
  color: #699966;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 3rem;
}
.about-kankyo-pagesection:nth-of-type(2) h2,
.about-kankyo-pagesection:nth-of-type(3) h2,
.about-kankyo-pagesection:nth-of-type(4) h2,
.info-text {
  color: #699966;
}
.about-kankyo-pagesection:nth-of-type(2) h2,
.about-kankyo-pagesection:nth-of-type(3) h2 {
  width: 100%;
}
.about-kankyo-pagesection:nth-of-type(2) .text-area,
.about-kankyo-pagesection:nth-of-type(3) .text-area {
  width: 42%;
  margin-right: 6%;
}
.about-kankyo-pagesection:nth-of-type(2) .text-area p,
.about-kankyo-pagesection:nth-of-type(3) .text-area p {
  line-height: 2.2;
}
.about-kankyo-pagesection:nth-of-type(2) .text-area h4,
.about-kankyo-pagesection:nth-of-type(3) .text-area h4 {
  font-size: 1.8rem;
  color: #000;
}
.about-kankyo-pagesection:nth-of-type(2) .img-area,
.about-kankyo-pagesection:nth-of-type(3) .img-area {
  width: 50%;
}
.about-kankyo-pagesection .text-area .btn.pc {
  margin-top: 30px;
  width: 100%;
}
.about-kankyo-pagesection .text-area .btn.pc a {
  padding: 14px 5em;
  margin: 0 0 0 auto;
}
.info-text {
  margin-top: 20px;
}
.about-tokusan-pagesection {
  width: 80%;
  margin-left: 20%;
  padding: 60px 0 0;
}
.about-tokusan-pagesection .inner {
  width: 90%;
  padding: 60px 0;
  border-top: 4px dotted #88b585;
}
.tokusan-box {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 85px;
}
.tokusan-box:last-of-type {
  margin-bottom: 0;
}
.tokusan-box .img-area {
  width: 33%;
  margin-right: 7%;
}
.tokusan-box .text-area {
  width: 60%;
}
.tokusan-box .img-area {
  padding-top: 28.5%;
  position: relative;
  overflow: hidden;
}
.tokusan-box .img-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 14px;
}
.tokusan-box:nth-of-type(1) .img-area img {
  object-position: -63px top;
}
.tokusan-box .text-area h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 2.2rem;
  letter-spacing: 1px;
}
.tokusan-box .text-area h2 img {
  width: 70px;
  height: auto;
  margin-right: 15px;
}
.tokusan-box .text-area .btn {
  margin: 36px 0 0 auto;
}
.tokusan-box .text-area .btn:after {
  content: none;
}
.tokusan-box .text-area .btn a {
  padding: 14px 3.2rem;
}
.about-kankyo-pagesection.tayou .inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-bottom: none;
}
.about-kankyo-pagesection.tayou:nth-of-type(1) .inner {
  border-top: 4px dotted #88b585;
  padding-top: 120px;
  align-items: flex-start;
}
.about-kankyo-pagesection.tayou:nth-of-type(2n) .inner {
  flex-flow: row-reverse;
}
.about-kankyo-pagesection.tayou .text-area {
  width: 45%;
  margin-right: 10%;
}
.about-kankyo-pagesection.tayou:nth-of-type(2n) .text-area {
  margin-right: 0;
  margin-left: 10%;
}
.about-kankyo-pagesection.tayou .img-area {
  width: 45%;
  position: relative;
  height: 500px;
}
.about-kankyo-pagesection.tayou h2 {
  color: #699966;
}
.about-kankyo-pagesection.tayou p {
  margin-bottom: 30px;
}
.about-kankyo-pagesection.tayou .img-area img {
  position: absolute;
  border-radius: 14px;
  object-fit: cover;
}
.about-kankyo-pagesection.tayou .img-area img:nth-of-type(1) {
  bottom: 0;
  left: 0;
  width: 64%;
  height: 240px;
}
.about-kankyo-pagesection.tayou .img-area img:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 72%;
  height: 300px;
}
.about-kankyo-pagesection.tayou:nth-of-type(2) .img-area img:nth-of-type(1),
.about-kankyo-pagesection.tayou:nth-of-type(4) .img-area img:nth-of-type(1) {
  bottom: unset;
  top: 0;
  left: 0;
  width: 72%;
  height: 300px;
}
.about-kankyo-pagesection.tayou:nth-of-type(2) .img-area img:nth-of-type(2),
.about-kankyo-pagesection.tayou:nth-of-type(4) .img-area img:nth-of-type(2) {
  top: unset;
  bottom: 0;
  right: 0;
  width: 64%;
  height: 240px;
}
/*information*/
.normal-page {
  margin-left: 10vw;
}
.normal-page .scroll {
  bottom: unset;
  top: 40vh;
}
.normal-page .pagetitle {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 60px;
}
.normal-page .termtitle {
  color: #699966;
  text-align: center;
  font-size: 2.4rem;
}
.normal-page .pagetitle span {
  color: #699966;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
}
.categorylist {
  text-align: center;
}
.categorylist a {
  margin: 0 2px;
  text-decoration: none;
}
.categorylist a.current {
  background: #88b585;
  color: #fff;
}
.normalpage-sec {
  width: 70%;
  margin: 60px auto 200px;
}
/*interview*/
.normal-page.interview-sec {
  margin-left: 0;
  padding: 0 0 170px;
}
.interview-sec.normal-page .pagetitle {
  margin-bottom: 30px;
  margin-top: 0;
  color: #fff;
  position: relative;
  padding-top: 80px;
}
.interview-sec.normal-page .termtitle {
  color: #fff;
}
.interview-sec.normal-page .pagetitle:after {
  content: "";
  position: absolute;
  display: block;
  left: 52%;
  top: 30px;
  background: url(images/fukidashi-01.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
}
.interview-sec.normal-page .lead {
  color: #fff;
  text-align: center;
  padding-left: 0;
  margin-top: 0px;
  line-height: 2.4;
  margin-bottom: 40px;
  width: 100%;
}
.interview-sec.normal-page .tag a,
.interview-sec.normal-page .tag a {
  border: 2px solid #fff;
  padding: 6px 4.2rem;
  color: #fff;
  font-size: 1.5rem;
  margin: 0 5px 5px;
}
.interview-sec.normal-page .categorylist a.current {
  background: #fff;
  color: #699966;
}
.interview-sec.normal-page .pagetitle span {
  color: #fff;
}
.normalpage-sec.interviewpage-sec,
.normal-page .normalpage-sec.interviewpage-sec {
  width: 100%;
  margin: 0px auto 200px;
}
.interview-sec.normal-page .inner {
  padding-top: 70px;
  background-color: transparent;
  position: relative;
}
.interview-sec.normal-page .inner:before {
  content: "";
  width: 100%;
  height: 340px;
  background: #88b585;
  position: absolute;
  display: block;
  top: -180px;
  z-index: -1;
}
.interview-sec.normal-page .interview-list,
.interview-list {
  display: flex;
  flex-flow: row wrap;
  width: 80%;
  margin: 0px auto 0;
}
.interview-sec.normal-page .interview-list .item,
.interview-list .item {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  margin-bottom: 90px;
  background: #fff;
  border-radius: 14px;
}
.interview-sec.normal-page .interview-list .item:nth-of-type(3n),
.interview-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.interview-sec.normal-page .interview-list .item .tag a,
.interview-sec.normal-page .interview-list .item .tag a,
.interview-list .item .tag a {
  display: inline-block;
  border: 2px solid #88b585;
  padding: 0 1.8rem;
  border-radius: 30px;
  color: #699966;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 2px 3px 0;
}
.about-submain.cms {
  height: 55vh;
}
.about-submain.cms img {
  height: 40vh;
}
.about-submain.cms .text-area {
  position: absolute;
  top: 40%;
  right: 20px;
  transform: translate(0, -50%);
}
.about-submain.cms .text-area h1,
.about-submain.cms .text-area p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: static;
  letter-spacing: 3px;
  line-height: 1.7;
  text-shadow: #000 1px 0 10px;
  color: #fff;
  margin: 0;
  transform: unset;
}
.about-submain.cms .text-area h1 {
  margin-bottom: 10px;
}
.about-submain.cms .text-area p {
  font-size: 1.5rem;
}
.about-submain.cms .text-area p span {
  font-size: 1.2rem;
}
.cms-area {
  margin-left: 15vw;
  margin-top: -5vh;
}
.cms-area .inner {
  width: 70%;
  margin: 0 auto;
}
.cms-area .inner .tag {
  border-top: 1px solid #362f2a;
  margin-top: 90px;
  padding-top: 20px;
}
.post-content h2,
.post-content h3,
.post-content h4 {
  color: #699966;
  margin-bottom: 20px;
}
.post-content img {
  margin: 10px 0;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.post-content div {
  max-width: 100%;
}
.hitokoto {
  border: dashed 2px #327a2e;
  border-radius: 24px;
  margin: 60px 0;
  position: relative;
  padding: 30px 3vw 30px 5vw;
  color: #327a2e;
  font-weight: 700;
}
.hukidasi {
  position: absolute;
  top: -35px;
  left: -12px;
  width: 90px;
  font-family: "Montserrat", sans-serif;
}
.pagenation {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.pagenation span {
  width: 123px;
  display: inline-block;
}
.pagenation .btn a,
.pagenation .btn a:visited {
  padding: 8px 4.2rem;
}
.btn.white.prev:after {
  background: url(images/arrow-g.png) no-repeat;
  background-size: contain;
  transform: translate(0, -50%) rotate(180deg);
  right: unset;
  left: 7px;
}
.btn.white.archive:after {
  content: none;
}
.interview-list.cms-btm {
  margin: 15vh 5vw 15vh 20vw;
  width: 75vw;
}
/*yasai*/
.about-main.yasai {
  height: 56vh;
}
.about-main.yasai h1 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 4.8rem;
  color: #362f2a;
  position: relative;
  z-index: 5;
}
.about-main.yasai h1 span {
  color: #699966;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
}
.about-main.yasai .page-lead {
  position: relative;
  z-index: 5;
}
.about-main.yasai img {
  width: 100%;
  height: auto;
}
.about-main.yasai .about-m-img-1 {
  top: 0px;
  left: 28vw;
  width: 7.5vw;
}
.about-main.yasai .about-m-img-2 {
  top: 50%;
  width: 22vw;
  left: 28vw;
}
.about-main.yasai .about-m-img-3 {
  top: 0px;
  width: 12vw;
  right: 24vw;
}
.about-main.yasai .about-m-img-4 {
  top: 60%;
  width: 12vw;
  right: 28vw;
}
@media screen and (max-width: 1090px) {
  .about-main.yasai .about-m-img-1,
  .about-main.yasai .about-m-img-3 {
    top: 60px;
  }
}
@media screen and (min-width: 1730px) and (max-height: 860px) {
  .about-main.yasai .about-m-img-2,
  .about-main.yasai .about-m-img-4 {
    top: 70%;
  }
  .about-main.yasai .about-m-img-2 {
    width: 16vw;
  }
  .about-main.yasai .about-m-img-4 {
    width: 10vw;
  }
}
@media screen and (min-width: 890px) and (max-height: 860px) {
  .about-main.yasai {
    height: 560px;
  }
}
.about-kankyo-pagesection.yasai:nth-of-type(1) {
  padding-top: 0;
}
.about-kankyo-pagesection.yasai:nth-of-type(3) {
  margin-bottom: 200px;
}
.about-kankyo-pagesection.yasai .inner {
  flex-flow: row-reverse;
}
.about-kankyo-pagesection.yasai:nth-of-type(1) .inner {
  border-top: none;
  align-items: center;
}
.about-kankyo-pagesection.yasai:nth-of-type(2) .inner {
  flex-flow: row wrap;
}
.about-kankyo-pagesection.yasai:nth-of-type(2) .text-area {
  margin-right: 10%;
  margin-left: 0;
}
.about-kankyo-pagesection.yasai:nth-of-type(2n-1) .text-area {
  margin-right: 0;
  margin-left: 10%;
}
.about-kankyo-pagesection.yasai h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.about-kankyo-pagesection.yasai .img-area {
  position: static;
  height: auto;
}
.about-kankyo-pagesection.yasai .img-area img:nth-of-type(1),
.about-kankyo-pagesection.yasai:nth-of-type(2) .img-area img:nth-of-type(1),
.about-kankyo-pagesection.yasai:nth-of-type(3) .img-area img:nth-of-type(1) {
  position: static;
  width: 100%;
  height: auto;
}
.about-kankyo-pagesection.yasai .text-area p {
  line-height: 2.2;
}
.about-kankyo-pagesection.yasai .text-area .btn {
  margin: 0 0 0 auto;
}
.about-kankyo-pagesection.yasai .text-area .btn a {
  padding: 10px 5.8rem;
}
.about-kankyo-pagesection.yasai .btn:after {
  right: 18px;
  width: 12px;
  height: 12px;
}
.lead.center {
  text-align: center;
  line-height: 2;
  width: 100%;
}
.ancor {
  margin: 100px 10vw 100px 30vw;
  border: 2px solid #88b585;
  border-radius: 14px;
  display: flex;
  flex-flow: row wrap;
}
.ancor a {
  display: block;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #699966;
  font-weight: bold;
  font-size: 1.8rem;
}
.ancor a.current {
  color: #fff;
  background: #88b585;
}
.about-kankyo-pagesection.event {
  margin-bottom: 200px;
}
.about-kankyo-pagesection.event .content-title {
  margin-bottom: 70px;
  margin-top: -40px;
  color: #699966;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.about-kankyo-pagesection.event .content-title span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
}
.about-kankyo-pagesection.event .inner {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.about-kankyo-pagesection.event .inner:nth-of-type(1) {
  border-top: 4px dotted #88b585;
  border-bottom: 4px dotted #88b585;
  padding: 60px 0;
}
.about-kankyo-pagesection.event .inner .img-area {
  width: 45%;
  margin-right: 10%;
}
.about-kankyo-pagesection.event .inner .img-area img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.about-kankyo-pagesection.event .inner .sns img {
  display: inline-block;
  width: 32px;
  height: auto;
  margin-right: 10px;
}
.about-kankyo-pagesection.event .inner .text-area {
  width: 45%;
}
.about-kankyo-pagesection.event .inner .text-area h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.about-kankyo-pagesection.event .inner .text-area h3 img {
  display: inline-block;
  width: 50px;
  height: auto;
  vertical-align: middle;
}
.about-kankyo-pagesection.event .inner .text-area p {
  margin-bottom: 20px;
}
.about-kankyo-pagesection.event .inner .text-area dl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-bottom: 10px;
}
.about-kankyo-pagesection.event .inner .text-area dt {
  background: #be8b69;
  border-radius: 6px;
  padding: 0 10px;
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
  width: 50px;
}
.about-kankyo-pagesection.event .inner .text-area dd {
  width: calc(100% - 70px);
}
.about-kankyo-pagesection.event .inner .text-area address {
  font-style: normal;
}
.about-kankyo-pagesection.event .inner .text-area .simekiri {
  color: #e01f3a;
  font-weight: bold;
  font-size: 1.75rem;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-kankyo-pagesection.event .inner .clear {
  width: 100%;
  margin-top: 40px;
}
.about-kankyo-pagesection.event .inner .clear .btn {
  margin: 0 auto;
  width: 38%;
}
.about-kankyo-pagesection.event .inner .clear .btn a {
  width: 100%;
  text-align: center;
  padding: 14px 0;
  font-size: 1.8rem;
}
.about-kankyo-pagesection.event .inner .clear .btn:after {
  content: none;
}
.about-kankyo-pagesection.group .inner .text-area h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.about-kankyo-pagesection.group .inner .text-area h2 a {
  color: #699966;
  text-decoration: none;
}
.about-kankyo-pagesection.group .inner .img-area img {
  margin-bottom: 0;
}
p.right {
  text-align: right;
  font-size: 1.3rem;
  margin-right: 8vw;
  margin-top: 20px;
}
.about-kankyo-pagesection.shop {
  padding-top: 30px;
}
.about-kankyo-pagesection.shop h2 {
  font-size: 2.2rem;
  margin-bottom: 22px;
}
/*contact*/
.about-submain.contact img {
  object-position: 0 -60px;
}
p.right.green {
  color: #699966;
  font-weight: bold;
}
.contact-section {
  margin: 0 5vw 150px 10vw;
  padding: 60px 5%;
  width: 85%;
}
.contact-section .form p.right.green {
  margin-right: 0;
  margin-bottom: 10px;
}
.contact-section .form {
  width: 70%;
  margin: 0 auto;
}
.contact-section .form div {
  margin-bottom: 20px;
}
.contact-section .form dd h3 {
  margin-top: 20px;
}
.contact-section .form h3 {
  width: 100%;
  margin-top: 20px;
}
.contact-section .form input[type="text"],
.contact-section .form input.wpcf7-email,
.contact-section .form .wpcf7-number,
.contact-section .form input[type="url"] {
  border: 2px solid #88b585;
  background: #fff;
  font-size: 1.5rem;
  padding: 14px 2rem;
  width: 100%;
  display: inline-block;
  border-radius: 50px;
}
.contact-section .form input.else {
  padding: 10px 2rem;
}
.contact-section .form input.p-postal-code {
  width: 40%;
  margin-bottom: 5px;
}
.contact-section .form .wpcf7-number,
.contact-section .form input.num {
  width: 40%;
  margin-right: 5px;
  -moz-appearance: textfield;
}
.contact-section .form .wpcf7-number::-webkit-outer-spin-button,
.contact-section .form .wpcf7-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-section .form div p {
  margin-top: 20px;
  font-weight: bold;
}
.contact-section .form div p:last-of-type {
  margin-top: 0px;
  font-weight: normal;
}
.contact-section .form textarea {
  border: 2px solid #88b585;
  background: #fff;
  font-size: 1.5rem;
  padding: 14px 2rem;
  width: 100%;
  display: inline-block;
  border-radius: 24px;
  min-height: 200px;
}
.contact-section .form input::placeholder,
.contact-section .form textarea::placeholder {
  color: #699966;
}
.contact-section .form .center .btn {
  width: 33%;
  margin: 60px auto 0;
}
.contact-section .form .center .btn:after {
  content: none;
}
.contact-section .form .center .btn input {
  width: 100%;
  padding: 14px 0;
  text-align: center;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
}
.contact-section .form .center .btn input.return,a.return {
  font-size: 1.6rem;
  background: #696969;
  width: 100%;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  background: #ffa27d;
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}
.wpcf7-not-valid-tip {
  color: #ff4800;
  font-weight: bold;
}
.contact-map {
  margin-left: 30vw;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 200px;
  align-items: center;
}
.contact-map .text-area {
  width: 28%;
  margin-right: 5%;
}
.contact-map .img-area {
  width: 67%;
  height: 360px;
}
.contact-map h2 {
  color: #699966;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.contact-map p {
  margin-bottom: 10px;
}
.contact-map p img {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: auto;
  margin-right: 10px;
}
.contact-map .img-area iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-section .form dl {
  display: flex;
  flex-flow: row wrap;
  padding: 24px 0;
  border-bottom: 2px dashed #88b585;
}
.contact-section .form span.red {
  font-weight: bold;
  color: red;
  margin-left: 5px;
}
.contact-section .form dl:first-of-type {
  border-top: 2px solid #88b585;
}
.contact-section .form dt {
  font-weight: bold;
  width: 24%;
  margin-right: 2%;
}
.contact-section .form dd {
  width: 74%;
}
.contact-section .form dd p {
  margin-bottom: 10px;
}
.contact-section .form dd p.else {
  font-weight: bold;
  margin: 20px 0 10px;
}
/* step */
.normal-page .pagetitle.step {
  font-size: 4.8rem;
}
.step-box {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 90px;
}
.step-box .step-img {
  width: 100%;
}
.step-box .step-img img {
  width: 100%;
}
.step-box .text-area {
  position: absolute;
  top: 20%;
  left: 32%;
  font-size: 1.6rem;
  font-weight: bold;
}
.step-main-box {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: 90%;
  margin-left: 10%;
  margin-bottom: 60px;
}
.step-img {
  width: 50%;
  margin-right: 2%;
}
.step-img img {
  width: 80%;
  margin: 0 auto;
}
.step-main-box .text-area {
  width: 48%;
  padding-right: 10%;
  font-weight: bold;
  font-size: 1.6rem;
}
.step-page-section {
  width: 90%;
  margin-left: 10%;
  padding: 90px 0 0;
  margin-top: -60px;
}
.step-page-section .inner {
  width: 90%;
}
.step-page-section h2 {
  color: #699966;
  letter-spacing: 1px;
  padding-bottom: 60px;
  text-align: center;
}
.step-page-section .inner .lead.center {
  padding: 0;
  margin-top: 0;
  margin-bottom: 60px;
  width: 100%;
}
.chart-area {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 1;
}
.chart-list {
  border: 2px solid #88b585;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  position: relative;
  margin-bottom: 30px;
}
.chart-list p {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.chart-list .btn {
  width: 100%;
  margin: 0 auto 20px;
  max-width: 320px;
}
.chart-list .btn a {
  padding: 14px 10px;
  text-align: center;
  width: 100%;
}
.chart-box.box00 {
  width: 100%;
  margin-bottom: 20px;
}
.chart-box.box00.chart-list {
  padding: 14px 24px;
}
.chart-box.box01,
.chart-box.box02 {
  width: 24%;
  margin-right: 2%;
}
.chart-box.box01 .chart-list img {
  width: 40%;
  margin: 0 auto 20px;
}
.chart-box.box02 .btn img {
  display: inline;
  vertical-align: middle;
  width: 14px;
  margin-left: 5px;
}
.chart-box.box02 .chart-list:nth-of-type(3) p {
  margin-bottom: 10px;
  margin-top: 50px;
}
.chart-box.box03 {
  width: 48%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.chart-box.box01 .chart-list {
  background: #edf9ec;
}
.chart-box.box02 .chart-list {
  background: #faf0f0;
}
.chart-box.box03 .chart-list {
  width: 100%;
  background: #eef8fa;
}
.chart-box.box03 .chart-list:nth-of-type(3),
.chart-box.box03 .chart-list:nth-of-type(4),
.chart-box.box03 .chart-list:nth-of-type(5) {
  width: 32%;
  padding: 24px 10px;
}
.chart-box.box03 .chart-list:nth-of-type(3) p,
.chart-box.box03 .chart-list:nth-of-type(4) p,
.chart-box.box03 .chart-list:nth-of-type(5) p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.chart-list span {
  font-size: 1.4rem;
  font-weight: normal;
}
.chart-box-box {
  width: 48%;
}
.chart-box.box03 .chart-list:nth-of-type(2) p {
  margin-bottom: 20px;
}
.chart-box.box03 .chart-box-box .chart-list:nth-of-type(2) p {
  margin-bottom: 0px;
}
.chart-list:before {
  content: "";
  background: url(images/arrow-flow1.png) no-repeat;
  background-size: contain;
  height: 36px;
  width: 22px;
  position: absolute;
  display: block;
  top: -29px;
  left: 50%;
  transform: translate(-50%, 0);
}
.chart-box.box00 .chart-list:before {
  content: none;
}
.step-page-section.checklist .result-box .result,
.step-page-section.checklist .result-box .result2,
.step-page-section.checklist .result-box .result3 {
  width: 100%;
  margin-bottom: 50px;
}
/*
.chart-list.side:after {
  content: '';
  background: url(images/arrow-flow3.png)no-repeat;
  background-size: contain;
  height: 26px;
  width: 100%;
  position: absolute;
  display: block;
  top: 5%;
  right: -98%;
}
.chart-list.side5:after {
  content: '';
  background: url(images/arrow-flow3.png)no-repeat;
  background-size: contain;
  height: 60px;
  width: 240%;
  position: absolute;
  display: block;
  top: 45%;
  right: -125%;
  transform: rotate(180deg);
  z-index: -1;
}
*/
.chart-list.side2:after {
  content: "";
  background: url(images/arrow-flow1.png) no-repeat;
  background-size: contain;
  height: 30px;
  width: 42px;
  position: absolute;
  display: block;
  top: 45%;
  left: -36px;
  transform: rotate(-90deg);
}
/*
.chart-list.side3:after {
  content: '';
  background: url(images/arrow-flow2.png)no-repeat;
  background-size: contain;
  height: 22px;
  width: 32px;
  position: absolute;
  display: block;
  top: 28%;
  left: -5%;
}
*/
.chart-list.side4:after {
  content: "";
  background: url(images/arrow-flow1.png) no-repeat;
  background-size: contain;
  height: 36px;
  width: 22px;
  position: absolute;
  display: block;
  top: -29px;
  left: 15%;
  transform: translate(-50%, 0);
}
/*
.chart-list.side6:after {
  content: '';
  background: url(images/arrow-flow2.png)no-repeat;
  background-size: contain;
  height: 22px;
  width: 32px;
  position: absolute;
  display: block;
  bottom:-74px;
  left: -5%;
  z-index: 3;
}
*/
.step-img.center {
  margin: 0 auto;
  max-width: 580px;
}
.form-page .lead.center {
  margin-top: 60px;
  padding-left: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 1300px) {
  .chart-list.side3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .chart-list.side3 p {
    width: 100%;
  }
  .chart-list.side3 .btn {
    width: 48%;
  }
}
@media screen and (max-width: 1480px) {
  .chart-list .btn a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1380px) {
  .chart-list .btn a {
    padding: 14px 24px;
  }
}
@media screen and (max-width: 880px) {
  .chart-box.box01 {
    width: 48%;
    margin-right: 4%;
  }
  .chart-box.box02 {
    width: 48%;
    margin-right: 0;
  }
  .chart-box.box03 {
    width: 100%;
    margin-top: 90px;
  }
  /*
  .chart-list.side:after,.chart-list.side3:after,.chart-list.side5:after,.chart-list.side6:after,.chart-list.side7:after {
    content: none;
  }
  .chart-list.side:after {
    width: 100%;
    right: -100%;
  }
*/
}
.step-page-section.checklist {
  margin-top: 90px;
  margin-bottom: 150px;
}
.step-page-section.checklist p {
  font-weight: bold;
  text-align: left;
  display: table;
  margin: 0 auto 60px;
  width: max-content;
  max-width: 980px;
}
.step-page-section.checklist .chart-list p {
  width: 100%;
}
.step-page-section.checklist h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}
.checklist-box {
  border: 2px solid #88b585;
  background: #fff;
  border-radius: 24px;
  padding: 24px 5vw;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s ease;
  text-align: center;
  font-weight: bold;
}
.checklist-box.selected {
  background: #e8e8e8;
  border-color: #d8d8d8;
  opacity: 0.7;
}
.checklist-box.blight {
  border: 4px solid #88b585;
}
.checklist-box h4 {
  color: #699966;
  margin-bottom: 20px;
  font-size: 1.55rem;
  text-align: left;
}
.checklist-box span {
  font-weight: bold;
  margin-right: 30px;
  display: inline-block;
}
.checklist-box form {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.checklist-box input:last-of-type {
  margin-left: 30px;
}
.result-box {
  display: flex;
  justify-content: space-around;
  padding: 0 5%;
  flex-flow: row wrap;
  margin-top: 60px;
  margin-bottom: 90px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.open .result-box {
  opacity: 1;
  height: auto;
  overflow: inherit;
  pointer-events: inherit;
}
.result-box .chart-list {
  width: 48%;
}
.result-box .chart-list .btn a {
  font-size: 1.6rem;
}
.categorytag {
  display: table;
  margin-bottom: 30px;
}
.categorytag a {
  color: #fff;
  font-weight: bold;
  padding: 8px 33px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 1px;
}
.categorytag.yellow a {
  background: #eebe2b;
}
.categorytag.blue a {
  background: #41a8f0;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.about-kankyo-pagesection.event.step .inner .img-area {
  margin: 0 8%;
  width: 37%;
}
.about-kankyo-pagesection.group.step .inner .text-area h2 {
  margin-bottom: 15px;
}
.about-kankyo-pagesection.group.step .inner .btn {
  margin: 0 auto;
}
.about-kankyo-pagesection.group.step .inner .btn:after {
  width: 12px;
  height: 12px;
  right: 18px;
}
.about-kankyo-pagesection.group.step .inner .btn a {
  font-size: 1.8rem;
  padding: 14px 6.8rem;
}
.about-kankyo-pagesection.school-sec:nth-of-type(1) .inner {
  border-top: 4px dotted #88b585;
  padding-top: 80px;
}
.about-kankyo-pagesection.school-sec:nth-of-type(3) .inner {
  border-bottom: none;
  padding-bottom: 200px;
}
.about-kankyo-pagesection.school-sec h2 {
  color: #699966;
}
.aboutschool {
  display: flex;
  justify-content: space-between;
}
.aboutschool .box {
  width: 32%;
  background: #f4efe4;
  padding: 30px 3%;
  border-radius: 24px;
}
.aboutschool .box .thumb {
  margin-bottom: 40px;
}
.aboutschool .box h3,
.date-box h3 {
  color: #699966;
  font-size: 1.9rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.aboutschool .box .thumb img {
  border-radius: 14px;
}
.aboutschool .box p {
  line-height: 2.2;
  letter-spacing: 1px;
}
.lead.sec {
  margin: 0;
  padding: 0;
  width: 100%;
}
.graph {
  margin-top: 90px;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  width: 100%;
}
.date-box {
  text-align: center;
  width: 42%;
}
.date-box.vol1 {
  width: 100%;
}
.date-box img {
  width: 440px;
  margin: 40px auto 0;
}
.interview-sec.school-page {
  background: unset;
  background-color: #88b585;
  width: 100%;
  padding: 120px 0 0;
  position: relative;
  z-index: 0;
  margin-bottom: 170px;
}
.interview-sec.school-page h2:before,
.interview-sec.school-page h2:after {
  content: none;
}
.interview-sec.school-page .pagetitle {
  margin-bottom: 50px;
  color: #fff;
  position: relative;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  text-align: center;
}
.interview-sec.school-page .pagetitle span {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
}
.job-termtitle {
  padding-left: 20%;
  margin-top: 60px;
  letter-spacing: 1px;
  width: 80%;
  color: #699966;
}
.about-kankyo-pagesection.termlist {
  padding-top: 40px;
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.interviewpage-sec.school-sec .inner {
  display: flex;
  overflow: hidden;
  padding-bottom: 0;
}
.interviewpage-sec.school-sec .inner .interview-list {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-flow: unset;
  width: 1740px;
}
/*
.interviewpage-sec.school-sec .inner .interview-list {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
*/
.interviewpage-sec.school-sec .inner .interview-list .item {
  width: calc(100vw / 4);
}
.interviewpage-sec.school-sec .interview-list .item:nth-of-type(3n) {
  margin-right: 60px;
}
.interviewpage-sec.school-sec .interview-list .item:last-of-type {
  margin-right: 0px;
}
.about-pagebox.school h2 img {
  margin: 0 auto;
}
.about-pagebox.school p {
  color: #699966;
  font-size: 2.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}
.about-pagebox.school .btn {
  margin: 40px auto 0;
}
.about-pagebox.school .btn img {
  display: inline-block;
  margin-left: 24px;
  vertical-align: middle;
}
.about-pagebox.school .btn:after {
  content: none;
}
.cms-area.step {
  margin-top: 90px;
}
.step .post-content .main-img img {
  height: 35vh;
  object-fit: cover;
}
.step .post-content .main-img {
  margin-bottom: 30px;
}
.step .post-content h1 {
  color: #699966;
  font-size: 2.8rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.step .post-content .img-box {
  display: flex;
  flex-flow: row wrap;
  margin: 40px 0;
}
.step .post-content .img-box img {
  width: 48%;
  height: 300px;
  margin-right: 4%;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
  border-radius: 14px;
}
.step .post-content .img-box img:nth-of-type(2n) {
  margin-right: 0;
}
.step .post-content .recruit-box {
  background: #fff;
  padding: 40px 5vw;
}
.bosyu dl {
  border-bottom: 1px solid #88b585;
  display: flex;
  flex-flow: row wrap;
  padding: 10px 2rem;
}
.bosyu dl:nth-of-type(1) {
  border-top: 1px solid #88b585;
}
.bosyu dl:last-of-type {
  margin-bottom: 60px;
}
.bosyu dt {
  width: 20%;
  font-weight: bold;
}
.bosyu dd {
  width: 80%;
}
.bosyu dd .categorytag {
  margin: 0;
}
.bosyu dd .categorytag a,
.job-list .item .categorytag a {
  padding: 6px 16px;
  margin-right: 2px;
  margin-bottom: 2px;
  display: inline-block;
}
.accesslist dl {
  display: flex;
  flex-flow: row wrap;
  padding: 5px 0;
}
.accesslist dl:last-of-type {
  margin-bottom: 40px;
}
.accesslist dt {
  width: 14%;
}
.accesslist dd {
  width: 86%;
}
.cms-area .inner .accesslist .tag {
  border-top: none;
  margin: 5px 0;
  padding-top: 0;
}
.accesslist dd img {
  width: auto;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.accesslist dd .sns img {
  margin: 0 5px 0 0;
}
.job-list {
  list-style: none;
  padding: 0;
  margin: 90px 0;
  display: flex;
  flex-flow: row wrap;
}
.job-list .item {
  width: calc((100% - 5vw) / 2);
  margin-right: 5vw;
  margin-bottom: 60px;
}
.job-list .item:nth-of-type(2n) {
  margin-right: 0;
}
.job-list .item .img-area {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 65.5%;
}
.job-list .item .img-area img {
  border-radius: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.job-list .item h2 {
  font-size: 2rem;
}
.job-list .item h2 a {
  text-decoration: none;
  color: #699966;
}
.job-list .item .categorytag {
  margin-bottom: 20px;
}
.form-main h1 span {
  color: #699966;
}
.form-main h1 {
  color: #362f2a;
  font-size: 3.8rem;
  letter-spacing: 1px;
  text-align: center;
}
.contact-section.kensyu .form {
  width: 100%;
}
.contact-section .form input.postnum {
  width: 40%;
  margin-bottom: 5px;
}
/* areamap */
.cls-1 {
  fill: #c8e2ee;
}
.cls-1,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7 {
  stroke: #fff;
}
.cls-1,
.cls-3,
.cls-5,
.cls-6,
.cls-7 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cls-2 {
  fill: #231815;
}
.cls-3 {
  fill: #d3d9ee;
}
.cls-4 {
  fill: #ebdcb9;
  stroke-miterlimit: 10;
}
.cls-5 {
  fill: #b1d4ae;
}
.cls-6 {
  fill: #e8beaf;
}
.cls-7 {
  fill: #bce0cd;
}
.btnshine {
  position: relative;
  display: inline-block;
}
/*春日*/
.btnshine:nth-of-type(1):hover {
  animation: big1 0.7s forwards;
  z-index: 1000;
}
/*青垣*/
.btnshine:nth-of-type(2):hover {
  animation: big2 0.7s forwards;
  z-index: 1000;
}
/*柏原*/
.btnshine:nth-of-type(3):hover {
  animation: big3 0.7s forwards;
  z-index: 1000;
}
/*氷上*/
.btnshine:nth-of-type(4):hover {
  animation: big4 0.7s forwards;
  z-index: 1000;
}
/*市島*/
.btnshine:nth-of-type(5):hover {
  animation: big5 0.7s forwards;
  z-index: 1000;
}
/*山南*/
.btnshine:nth-of-type(6):hover {
  animation: big6 0.7s forwards;
  z-index: 1000;
}
@keyframes big1 {
  100% {
    transform: scale(1.1) translate(-5%, -5%);
  }
}
@keyframes big2 {
  100% {
    transform: scale(1.1) translate(-2.5%, -2.5%);
  }
}
@keyframes big3 {
  100% {
    transform: scale(1.1) translate(-4.5%, -5.5%);
  }
}
@keyframes big4 {
  100% {
    transform: scale(1.1) translate(-3.5%, -5%);
  }
}
@keyframes big5 {
  100% {
    transform: scale(1.1) translate(-6.5%, -2.5%);
  }
}
@keyframes big6 {
  100% {
    transform: scale(1.1) translate(-4.5%, -6.5%);
  }
}
/* support */
.normal-page .normalpage-sec {
  margin-bottom: 0;
  position: relative;
}
.support-main-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 85%;
  max-width: 890px;
  margin: 0 auto 60px;
}
.support-main-box .step-img {
  width: 30%;
}
.support-main-box .step-img img {
  max-width: 80%;
  margin: 0 auto;
  max-height: 200px;
  width: auto;
}
.support-main-box .step-img.no2 img {
  max-width: 64%;
}
.support-main-box .text-area {
  width: 38%;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.step-page-section.support {
  margin-top: 0;
}
.step-page-section.support h2 {
  padding-bottom: 30px;
}
.step-page-section.support .inner .lead.center {
  text-align: left;
  display: table;
  margin: 0 auto 60px;
  width: max-content;
  max-width: 980px;
}
.support-area {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.support-box {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.support-box:nth-of-type(3) {
  margin-right: 0;
}
.support-list,
.inform-box .inner {
  border: 2px solid #88b585;
  background: #fff;
  border-radius: 24px;
  padding: 32px 24px;
  position: relative;
  margin-bottom: 30px;
}
.support-list,
.inform-box .inner .btn {
  margin: 20px auto;
}
.support-list {
  box-sizing: content-box;
}
.support-list h3 {
  text-align: center;
  font-size: 1.8rem;
}
.support-list p:first-of-type {
  margin-top: 20px;
}
#sec01 .support-list {
  background: #f6efcf;
}
#sec02 .support-list {
  background: #eef8fa;
}
#sec03 .support-list {
  background: #fffbe7;
}
#sec04 .support-list,
#sec06 .support-list {
  background: #edf9ec;
}
#sec05 .support-list {
  background: #ceddcd;
}
#sec06 .support-area {
  flex-flow: row;
}
#sec06 .support-list {
  width: 48%;
  margin-right: 4%;
}
#sec06 .support-list:last-of-type {
  margin-right: 0;
}
span.city {
  background: #88b585;
  color: #fff;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.support-list span.city {
  position: absolute;
  top: 10px;
  right: 20px;
}
p.link {
  display: table;
  margin: 10px auto 0;
}
p.link img {
  display: inline;
  width: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
p.link a {
  color: #699966;
  text-decoration: none;
  border-bottom: 2px dashed #88b585;
}
.step-page-section.support.inform-box {
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
.inform-box h3 {
  color: #699966;
  letter-spacing: 1px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
}
.informtel {
  font-size: 2rem;
  margin: 20px 0;
  font-weight: bold;
}
.contact-section.policy .form {
  width: 88%;
}
.contact-section.policy .form dl:last-of-type {
  border-bottom: 2px solid #88b585;
}
.grecaptcha-badge {
  visibility: hidden;
}
.contact-section.worksheet .form {
  width: 90%;
}
.contact-section.worksheet .form h3 {
  margin: 60px 0 20px;
}
.contact-section.worksheet .form dt {
  width: 40%;
}
.contact-section.worksheet .form dd {
  width: 58%;
}
.school-bnr {
  color: #327a2e;
  font-weight: bold;
  text-align: center;
}
.school-bnr img {
  width: 172px;
  border: 1px solid #ddd;
  margin: 5px auto 0;
}
.ft-logo .sns a {
  display: block;
  width: 26px;
  margin: 0 auto;
}
.ft-logo .sns {
  margin-top: 2em;
}
/*  オーガニックビレッジ宣言　*/
.normal-page.ov_page .lead {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto 90px;
  padding-left: 0;
}
.normal-page.ov_page .categorylist {
  margin-bottom: 4em;
  text-align: left;
  padding-left: 20%;
}
.normal-page.ov_page .interview-list {
  justify-content: center;
}
.normal-page.ov_page .interview-list .item {
  width: calc((100% - 120px) / 2);
}
.normal-page.ov_page .item:nth-of-type(2n) {
  margin-right: 0;
}
.normal-page.ov_page .item:nth-of-type(3n) {
  margin-right: 60px;
}
.interview-list.o_v .text-area h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
.interview-list.o_v .text-area h3 {
  border-bottom: 1px solid #362f2a;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.normal-page .termtitle.o_v {
  margin-bottom: 2em;
}
.about-submain.cms .text-area.o_v {
  right: 0;
  left: 20%;
}
/* FAQ */
.lead.faq {
  margin-top: 0;
}
.step-page-section.checklist.faq {
  padding-top: 0;
}
.anchor {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 6em;
  padding: 0;
}
.anchor li {
  margin: 0 10px;
  width: 18%;
}
.anchor li br {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1900px) {
  .anchor li br.mid {
    display: block;
  }
}
.anchor li a {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 1.2rem 10px;
  background: #88b585;
  border-radius: 60px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
.accordion_cat {
  margin-bottom: 8em;
}
.accordion_box {
  border: 2px solid #88b585;
  background: #fff;
  border-radius: 24px;
  padding: 2em;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s ease;
  text-align: center;
  font-weight: bold;
}
.accordion_title {
  display: flex;
  position: relative;
  font-size: 1.2em;
  padding-right: 30px;
  text-align: left;
}
.accordion_title::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #699966;
  position: absolute;
  top: 0.8em;
  right: 0;
  transform: rotate(90deg);
  transition: 0.5s;
}
.accordion_title::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #699966;
  position: absolute;
  top: 0.8em;
  right: 0;
  transform: rotate(0deg);
}
.accordion_title.active::before {
  transform: rotate(0deg);
}
.accordion_title:hover {
  cursor: pointer;
}
.accordion_content {
  display: block;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.accordion_content.show {
  margin-top: 2em;
}
.step-page-section.checklist .accordion_content p {
  margin: 0 0 0 1em;
  font-weight: normal;
  width: calc(100% - 1em);
  max-width: unset;
}
.subtitle {
  text-align: center;
  margin-bottom: 4em;
  margin-top: -2em;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 2px;
}
/* 240731 丹の野菜 */
.about-kankyo-pagesection.yasai:nth-of-type(4) {
  margin-bottom: 200px;
}
.about-kankyo-pagesection.yasai:nth-of-type(4) .inner {
  flex-flow: row wrap;
}
.about-kankyo-pagesection.yasai:nth-of-type(4) .img-area img:nth-of-type(1) {
  position: static;
  width: 100%;
  height: auto;
}
.about-kankyo-pagesection.yasai:nth-of-type(4) .text-area {
  margin-right: 10%;
  margin-left: 0;
}
.about-kankyo-pagesection.event.magokoro .inner {
  border: none;
}
.about-kankyo-pagesection.event.magokoro .inner-center {
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.about-kankyo-pagesection.event.magokoro .inner-center .img-area {
  margin-right: 0;
  width: 80%;
}
.about-kankyo-pagesection.event.magokoro .inner-center .text-area {
  width: 80%;
}
.about-kankyo-pagesection h2.tc {
  text-align: center;
}
.magokoro-movie {
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 15px;
}
.btn-area {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.about-kankyo-pagesection.event.magokoro .inner-thought {
  background: #fff;
  border: 2px solid #88b585;
  border-radius: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  padding: 40px 0 30px;
  margin-bottom: 120px;
}
.about-kankyo-pagesection.event .inner.inner-thought .img-area {
  width: 250px;
  margin: 0;
}
.about-kankyo-pagesection.event .inner.inner-thought .img-area img {
  width: 200px;
  margin: 0 auto;
}
.about-kankyo-pagesection.event .inner.inner-thought .text-area {
  width: auto;
}
.standard {
  background: #f3eee5;
  border-radius: 15px;
  width: 80%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.standard--mb {
  margin-bottom: 30px;
}
.about-kankyo-pagesection.event .inner .img-area.parent img {
  border-radius: 0;
}
.img-area.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 3fr 2fr;
  gap: 10px;
  height: 350px;
}
.about-kankyo-pagesection.event .inner .img-area.parent img {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}
.div1 {
  grid-area: 1 / 1 / 2 / 3;
}
.div2 {
  grid-area: 2 / 1 / 3 / 2;
}
.div3 {
  grid-area: 2 / 2 / 3 / 3;
}
.img-area div {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.about-kankyo-pagesection.event .inner .img-area.img-area--logo img {
  margin-bottom: 0;
}
.magokoro-imgtxt {
  text-align: center;
  font-size: 12px;
}
/* .about-submain h1.magokoro-h1 {
  max-width: calc(75% - 205px);
} */
.about-submain h1.magokoro-h1 .magokoro-h1-sub {
  font-size: 2.5rem;
  margin-left: 30px;
}
.about-submain img.hd-magokoro-logo {
  position: absolute;
  width: 205px;
  height: auto;
  border-radius: 15px;
  margin: 0;
  top: 35%;
  right: 5%;
  transform: translate(0, -50%);
}
.nowrap {
  white-space: nowrap;
}
.magokoro-br{
  display: none;
}
@media (max-width: 1300px) {
  .about-submain img.hd-magokoro-logo {
    width: 10vw;
    top: 20%;
    right: 1%;
  }
}
@media (max-width: 1100px) {
  .magokoro-br{
    display: block;
  }
}
/* 240801 farmer */
.farmer {
  display: flex;
  flex-flow: row wrap;
  width: 80%;
  margin: 0px auto 0;
}
.farmer article:nth-of-type(3n) {
  margin-right: 0;
}
.farmer__article {
  width: calc((100% - 120px) / 3);
  border-radius: 15px;
  border: 2px solid #699966;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-right: 60px;
  margin-bottom: 90px;
}
.farmer__content {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}
.farmer__img {
  width: 100%;
  height: 0;
  padding-top: 55.5%;
  position: relative;
}

.farmer__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.farmer__ttl {
  font-size: 20px;
  color: #699966;
  font-weight: bold;
}
.farmer__subttl {
  font-weight: bold;
  margin-top: 10px;
}
.farmer__subttl--mt {
  margin-top: 20px;
}
.farmer__hr {
  border: 1px solid #699966;
  margin-top: 26px;
  width: 100%;
}
.farmer__sns {
  display: flex;
  flex-direction: row;
  gap: 13px;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.farmer__sns-item {
  width: 30px;
  height: 30px;
  list-style: none;
}
.tc {
  text-align: center;
}
.article__coming {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  color: #699966;
  font-size: 30px;
}

/* 240829 あんバター */
.anbutter-ttl{
	font-size: 2.4rem;
	display:block;
	color: #699966;
    letter-spacing: 1px;
    padding-bottom: 60px;
    text-align: center;
	font-weight:bold;
}
.anbutter {
    width: 80%;
    margin: 0px auto 0;
}
.anbutter-inner{
	    display: flex;
    flex-flow: row wrap;
}
.about-kankyo-pagesection.event.anbutter{
	margin-bottom:0px;
}
.anbutter-inner article:nth-child(3n){
	margin-right:0;
}
.anbutter-slide__item{
    width: 100%;
    padding-top: 12%; 	/* ↓と調整してください */
	position: relative;
	object-fit: cover;
}
.farmer__img--anbutter{
 	padding-top: 60%; /* ↑と調整してください */
}
.anbutter-slide__item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.anbutter-inner--last{
	margin:0 auto 90px;
	display:block;
border: 2px solid #88b585;
    background: #fff;
    border-radius: 24px;
    padding: 32px 24px;
    position: relative;
	width:fit-content;
}
.anbutter-inner--last .anbutter-ttl{
	padding-bottom:30px;
}
.anbutter-inner .slick-prev {
    left: 0;
    z-index: 1;
}

.anbutter-inner .slick-prev:before,
.anbutter-inner .slick-next:before{
	font-size:40px;
	color:#699966;
}

.anbutter-inner .slick-next {
    right: 20px;
}
/* 240904 農の学校 */
.wheninfo{
	color:#316237;
	font-weight:bold;
	margin-right:0;
	margin-left:auto;
	text-align:right;
}
.farmer-school.interview-sec.school-page{
	padding-bottom:100px;
}
.farmer-school.interview-sec .btn {
	bottom:-30px;
}
.farmer-school.interview-sec .inner {
	display:block;
	overflow:visible;
}

/* 240920 生産者団体 */
.about-kankyo-pagesection.event.farmer{
	margin-bottom:0;
}
.farmer__caution{
	text-align:center;
	font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2.2;
	margin-bottom:200px;
}

/* 250115 あんバター */
.farmer__ttl span{
	display:block;
	font-size:14px;
}

.cf7-cf-turnstile {
  margin: 0 auto;
  width: fit-content;
  margin-top: 60px !important;
	margin-bottom:-60px !important;
}
.contact-section .form .center .btn input.return,a.return{
	margin-bottom:20px;
  width: 100%;
  text-align: center;
}

/* 260313 丹波市の営農モデル */
.model-submain {
    position: relative;
    height: 50vh;
}
.model-submain img {
    width: 85%;
    height: 35vh;
    object-fit: cover;
    border-radius: 14px 0 0 14px;
    margin-left: 15%;
 }
.model-h1 {
    position: absolute;
    top: 35%;
    left: 20%;
    transform: translate(0, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
    text-shadow: #000 1px 0 10px;
    letter-spacing: 2px;
}
.model-inner {
    max-width: 1360px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
}

.model-list01 {
    list-style-type: none;
    padding-left: 0;
}
.model-list01__item {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.5rem;
}
.model-list01__item + .model-list01__item {
    margin-top: .4em;
}
.model-list01__item::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1em;
    height: 1em;
    background-color: #699966;
    border-radius: 50%;
    left: 0;
    top: .3em;
}
.model-list01.is-2clo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.model-list01.is-2clo .model-list01__item {
    margin-top: 0;
    width: 48%;
}
.model-head01 {
    color: #699966;
    font-weight: bold;
    font-size: 3.1rem;
    margin-bottom: 40px;
}
.model-head01.is-center {
    text-align: center;
}

.model-lead {
    margin-top: 60px;
    margin-bottom: 80px;
}
.model-lead-inner {
    max-width: 1520px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
}
.model-lead-sec {
    margin-bottom: 110px;
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
}
.model-lead-sec__areaSec {
    width: 52%;
}
.model-lead-sec__img {
    width: 48%;
}
.model-lead-sec__img img {
    border-radius: 20px;
}
.model-lead-sec__areaHead {
    margin-bottom: 40px;
}
.model-lead-sec__cat {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}
.model-lead-sec__cat-item {
    background-color: #699966;
    box-sizing: border-box;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
}
.model-lead-sec__cat-sub {
    font-size: 2.0rem;
    color: #699966;
    margin-left: 20px;
    font-weight: bold;
}
.model-lead-sec__head {
    font-size: 5.8rem;
}
.model-lead-sec__local {
    font-weight: bold;
    font-size: 1.5rem;
}
.model-lead-sec__lead {
    font-size: 1.5rem;
    color: #699966;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    padding: 0 25px;
    display: inline-block;
}
.model-lead-sec__lead::before,.model-lead-sec__lead::after {
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url(./images/step/model_tit_deco_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
 }
 .model-lead-sec__lead::before {
    left: 0;
 }
 .model-lead-sec__lead::after {
    right: 0;
    transform: scale(-1, 1);
 }
.model-lead-sec__txt {
    font-size: 1.5rem;
    line-height: 2.3;
    font-weight: bold;
}
.model-lead-sec__txt + .model-lead-sec__txt {
    margin-top: 1em;
}
.model-lead-list {
    padding: 0 95px;
    display: flex;
    flex-wrap: nowrap;
    gap: 3%;
    list-style-type: none;
}
.model-lead-list.is-2clo {
    flex-wrap: wrap;
}
.model-lead-list.is-2clo .model-lead-list__item {
    width: 48%;
    margin-bottom: 3%;
}
.model-lead-list__item {
    width: 25%;
    border-radius: 10px;
    border: 3px solid #699966;
}
.model-lead-list__head {
    background-color: #699966;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px;
}
.model-lead-list__o {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 87%;
}
.model-lead-list__o img {
    width: 70px;
}
.model-lead-list__areaTxt {
    font-weight: bold;
    box-sizing: border-box;
    padding: 20px 30px;
}

.model-schedule {
    margin-bottom: 80px;
}
.model-schedule__img img {
    margin: 0 auto;
}

.model-flow {
    max-width: 480px;
    margin: 0 auto 90px;
}
.model-flow.is-width {
    max-width: 1080px;
}
.model-flow.is-width-sin {
    max-width: 920px;
}
.model-flow-inner {
    box-sizing: border-box;
    padding: 40px;
    border: 3px solid #699966;
    border-radius: 20px;
}
.model-flow-list {
    list-style-type: none;
    padding-left: 0;
    font-weight: bold;
}
.model-flow-list__item {
    font-size: 1.6rem;
}
.model-flow-list__item + .model-flow-list__item {
    margin-top: .5em;
}
.model-flow-list.is-2clo {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: -30px;
}
.model-flow-list.is-2clo .model-flow-list__item {
    width: 48%;
}
.model-flow-list.is-2clo .model-flow-list__item:nth-child(odd) {
    box-sizing: border-box;
    padding-left: 105px;
}
.model-flow-list.is-2clo .model-flow-list__item + .model-flow-list__item {
    margin-top: 0;
}

.model-sec {
    margin-bottom: 90px;
}
.model-sec__item {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
}
.model-sec__item + .model-sec__item {
    margin-top: 90px;
}
.model-sec__item:nth-child(even) .model-sec__img {
    order: 2;
}
.model-sec__item:nth-child(even) .model-sec__areaTxt {
    order: 1;
}
.model-sec__img {
    width: 52%;
}
.model-sec__img img {
    border-radius: 20px;
}
.model-sec__areaTxt {
    width: 48%;
}
.model-sec__head {
    font-size: 3.0rem;
    color: #699966;
    font-weight: bold;
    margin-bottom: 20px;
}
.model-sec__txt {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.4;
}
.model-sec__txt + .model-sec__txt {
    margin-top: 1em;
}

.model-after .model-inner {
    padding-bottom: 70px;
    border-bottom: 4px dotted #699966;
    margin-bottom: 75px;
}
.model-after-list {
    position: relative;
    list-style-type: none;
    padding-left: 0;
}
.model-after-list::before {
    position: absolute;
    display: block;
    content: '';
    background-color: #699966;
    width: 3px;
    height: 100%;
    left: 45px;
    top: 0;
}
.model-after-list__item {
    position: relative;
    z-index: 2;
}
.model-after-list__item + .model-after-list__item {
    margin-top: 50px;
}
.model-after-list__year {
    background-color: #699966;
    color: #fff;
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
    margin-bottom: 15px;
}
.model-after-list__img img {
    border-radius: 20px;
}
.model-after-list__con {
    padding-left: 95px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}
.model-after-list__areaTxt {
    font-weight: bold;
    width: calc( 100% - 335px );
}
.model-after-list__img {
    max-width: 335px;
}

.model-comment {
    margin-bottom: 110px;
}
.model-comment-inner {
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
}
.model-comment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style-type: none;
    padding-left: 0;
}
.model-comment-list__item {
    width: 47%;
    border: 2px dashed #699966;
    border-radius: 34px;
    box-sizing: border-box;
    padding: 20px 40px;
}
.model-comment-list__head {
    font-size: 2.4rem;
    font-weight: bold;
    color: #699966;
    background-color: #fcfaf5;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: -40px;
    margin-bottom: 10px;
    margin-left: -15px;
    display: block;
    width: fit-content;
}
.model-comment-list__txt {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2;
}

.model-item {
    margin-top: 90px;
    margin-bottom: 90px;
}
.model-item__txt {
    font-weight: bold;
    font-size: 1.5rem;
}

/* 260313 就農ステップ 子ページへのリンク追加 */
.model-links {
  margin-top: 160px;
}
.model-links__inner {
    max-width: 980px;
    margin: 0 auto;
}
.model-links__head {
    color: #699966;
    letter-spacing: 1px;
    padding-bottom: 60px;
    text-align: center;
}
.model-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style-type: none;
    padding-left: 0px;
}
.model-links-list__item {
    width: 47%;
}
.model-links-list__in {
    display: block;
    background-color: #699966;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 24px;
}
.model-links-list__txt {
    font-size: 1.6rem;
}
.model-links-list__in:hover {
  opacity: .8;
}