@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
#produce {
  position: relative;
}
#produce .produce__text {
  width: 53%;
  margin-bottom: 60px;
}
#produce .produce__logo {
  position: absolute;
  top: 0;
  right: 0;
}
#produce .produce__logo img {
  width: 370px;
}
#produce .produce__pic {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
  padding: 30px 50px;
}

#feature {
  padding: 0;
}
#feature .feature__pic {
  position: relative;
  height: 900px;
  background: url(../images/top/feature_bg02.png) no-repeat center, url(../images/top/feature_bg01.jpg) no-repeat center;
}
@media screen and (min-width: 1441px) {
  #feature .feature__pic {
    background-size: auto, 100%;
  }
}
#feature .feature__pic .pic__title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -60px;
  font-size: 33rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
#feature .feature__pic .pic__title > span {
  color: #00A352;
  font-weight: bold;
}
#feature .feature__pic .pic__title img {
  display: block;
  margin: 15px auto 0;
}
#feature .feature__pic .pic__circle {
  position: absolute;
  display: block;
  width: 268px;
  height: 268px;
  padding: 10px;
  border-radius: 100vmax;
  background: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  color: #000;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  transform: translate(-50%, -50%);
}
#feature .feature__pic .pic__circle.circle01 {
  left: 50%;
  bottom: calc(50% - 30px);
}
#feature .feature__pic .pic__circle.circle02 {
  left: calc(50% - 240px);
  top: calc(50% + 150px);
}
#feature .feature__pic .pic__circle.circle03 {
  left: calc(50% + 240px);
  top: calc(50% + 150px);
}
#feature .feature__pic .pic__circle > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
#feature .feature__pic .pic__circle .circle__title {
  color: #00A352;
  font-size: 29rem;
  font-weight: bold;
  line-height: 1.2;
}
#feature .feature__pic .pic__circle .circle__title .icon {
  display: block;
  margin: 0 auto 10px;
}
#feature .feature__pic .pic__circle .circle__text {
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
}
#feature .feature__pic .pic__circle .circle__arrow {
  display: block;
  margin: 10px auto 0;
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.8);
}

.feature__modal {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 545px;
  height: 545px;
  padding: 60px 50px 0;
  background: url(../images/top/feature_bg03.svg) no-repeat center, #00A352;
  background-size: 335px;
  border-radius: 100vmax;
  color: #fff;
  text-align: left;
}
.feature__modal .feature__modal__block .block__pic {
  width: 190px;
}
.feature__modal .feature__modal__block .block__pic img {
  border-radius: 100vmax;
}
.feature__modal .feature__modal__block .block__body {
  width: calc(100% - 190px - 15px);
  line-height: 1.6;
}
.feature__modal .feature__modal__block .block__body .body__title {
  margin-bottom: 20px;
  font-size: 19rem;
  font-weight: bold;
  line-height: 1.6;
}
.feature__modal .feature__modal__block .block__body .body__title .f_sserif {
  display: block;
  margin-bottom: 10px;
  font-size: 14rem;
  letter-spacing: 0;
  font-weight: bold;
}
.feature__modal .feature__modal__block .block__body .body__text {
  margin-bottom: 0;
}
.feature__modal .feature__modal__button {
  margin-top: 40px;
  text-align: center;
}
.feature__modal .feature__modal__button .remodal-close {
  position: static;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 14rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.feature__modal .feature__modal__button .remodal-close::before {
  content: none;
}
.feature__modal .feature__modal__button .remodal-close .circle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background: #f5a500;
  border-radius: 100vmax;
  vertical-align: middle;
}
.feature__modal .feature__modal__button .remodal-close .circle::before, .feature__modal .feature__modal__button .remodal-close .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #fff;
}
.feature__modal .feature__modal__button .remodal-close .circle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.feature__modal .feature__modal__button .remodal-close .circle:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#services .services__about {
  margin-bottom: 60px;
}
#services .services__list .list__block {
  background: #fff;
  padding: 40px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
  margin-bottom: 60px;
}
#services .services__list .list__block:last-child {
  margin-bottom: 0;
}
#services .services__list .list__block .list__col {
  width: 50%;
}
#services .services__list .list__block .list__col .block__title {
  font-size: 28rem;
  color: #000;
  margin-bottom: 20px;
}
#services .services__list .list__block .list__col .block__catch {
  font-size: 18rem;
  font-weight: bold;
  color: #00A352;
  margin-bottom: 10px;
}
#services .services__list .list__block .list__col .block__text {
  margin-bottom: 30px;
}
#services .services__list .list__block .list__pic {
  width: 44%;
}
#support .support__map {
  position: relative;
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 80px;
}
#support .support__map .map__pin {
  position: absolute;
  width: 2.5%;
  opacity: 0; /* 初期は見えないようにする */
  transition: top 1s ease, opacity 1s ease; /* アニメーションの定義 */
}
#support .support__map .map__pin:nth-child(1) {
  left: 51%;
  top: 39%;
}
#support .support__map .map__pin:nth-child(2) {
  left: 60.7%;
  top: 42%;
}
#support .support__map .map__pin:nth-child(3) {
  left: 57%;
  top: 42%;
}
#support .support__map .map__pin:nth-child(4) {
  left: 53%;
  top: 46%;
}
#support .support__map .map__pin:nth-child(5) {
  left: 56%;
  top: 52%;
}
#support .support__map .map__pin:nth-child(6) {
  left: 49%;
  top: 55%;
}
#support .support__map .button {
  position: absolute;
  left: 10%;
  bottom: 15%;
}

@media screen and (max-width: 768px) {
  #produce .produce__text {
    width: 100%;
    margin-bottom: 30px;
  }
  #produce .produce__logo {
    position: relative;
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
  }
  #produce .produce__logo img {
    width: 70%;
  }
  #produce .produce__pic {
    padding: 10px 10px;
  }
  #feature {
    padding: 50px 0 70px;
  }
  #feature .feature__block .en__title {
    width: 100%;
  }
  #feature .feature__block .block__body {
    width: 100%;
  }
  #feature .feature__block .block__body .body__title {
    margin-bottom: 10px;
    font-size: 24rem;
  }
  #feature .feature__block .block__body .body__button {
    margin-top: 20px;
  }
  #feature .feature__pic {
    position: relative;
    height: 100vw;
    margin-top: 0px;
    background: url(../images/top/feature_bg02.png) no-repeat center, url(../images/top/feature_bg01.jpg) no-repeat center;
    background-size: 90vw, auto 100%;
  }
  #feature .feature__pic .pic__title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -5vw;
    font-size: 6vw;
    letter-spacing: 0.05em;
  }
  #feature .feature__pic .pic__title img {
    margin-top: 2vw;
  }
  #feature .feature__pic .pic__circle {
    width: 44vw;
    height: 44vw;
    padding: 2vw;
    font-size: 3.25vw;
    line-height: 1.4;
    letter-spacing: 0;
    transform: translate(-50%, -50%);
  }
  #feature .feature__pic .pic__circle.circle01 {
    bottom: 38vw;
  }
  #feature .feature__pic .pic__circle.circle02 {
    left: 25vw;
    top: 87vw;
  }
  #feature .feature__pic .pic__circle.circle03 {
    left: 75vw;
    top: 87vw;
  }
  #feature .feature__pic .pic__circle .circle__title {
    margin-bottom: 2vw;
    font-size: 1.75em;
    line-height: 1.2;
  }
  #feature .feature__pic .pic__circle .circle__title .icon {
    width: 5vw;
    height: auto;
    margin-bottom: 1vw;
  }
  #feature .feature__pic .pic__circle .circle__text {
    font-size: 11rem;
  }
  #feature .feature__pic .pic__circle .circle__text::before {
    top: 1px;
  }
  #feature .feature__pic .pic__circle .circle__arrow {
    width: 5vw;
    height: auto;
    margin-top: 2vw;
  }
  #feature .feature__slide {
    margin-top: 80px;
  }
  #feature .feature__slide .slide__item {
    padding-right: 10px;
  }
  .feature__modal {
    width: 90vw;
    height: auto;
    padding: 40px 20px;
    background: url(../images/top/feature_bg03.svg) no-repeat center, #00A352;
    background-size: 250px;
    border-radius: 30px;
  }
  .feature__modal .feature__modal__block .block__pic {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .feature__modal .feature__modal__block .block__pic img {
    max-width: 60%;
    height: auto;
  }
  .feature__modal .feature__modal__block .block__body {
    width: 100%;
    margin-top: 10px;
    line-height: 1.6;
  }
  .feature__modal .feature__modal__block .block__body .body__title {
    margin-bottom: 20px;
    font-size: 19rem;
  }
  .feature__modal .feature__modal__block .block__body .body__title .f_sserif {
    margin-bottom: 5px;
  }
  .feature__modal .feature__modal__button {
    margin-top: 30px;
  }
  #services .services__list .list__block {
    padding: 20px 30px;
  }
  #services .services__list .list__block .list__col {
    width: 100%;
    margin-bottom: 30px;
  }
  #services .services__list .list__block .list__col .block__title {
    font-size: 22rem;
  }
  #services .services__list .list__block .list__col .block__catch {
    line-height: 1.8em;
  }
  #services .services__list .list__block .list__col .block__text {
    margin-bottom: 20px;
  }
  #services .services__list .list__block .list__pic {
    width: 100%;
  }
  #support .support__map {
    position: relative;
    width: 90%;
    margin: 40px auto 50px auto;
  }
  #support .support__map .button {
    left: 0;
    bottom: -70px;
    width: 100%;
    margin-top: 30px;
  }
}