@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
body {
  background: url(../images/common/bg.png) center top;
}
@media screen and (min-width: 1367px) {
  body {
    background-size: 100%;
  }
}

.en__title {
  font-size: 22rem;
  font-weight: bold;
  line-height: 1.75;
}
.en__title .f_sserif {
  display: block;
  margin-bottom: 16px;
  color: #006432;
  font-size: 85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}

.en__title__wrap {
  margin-bottom: 60px;
  align-items: center;
}
.en__title__wrap .title__lead {
  color: #006432;
  font-size: 30rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
}

#top_mainvisual .mv__bg__circle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}
#top_mainvisual .mv__bg__logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  transition-duration: 2000ms;
  z-index: 1;
}
#top_mainvisual .mv__img01,
#top_mainvisual .mv__img02,
#top_mainvisual .mv__img03,
#top_mainvisual .mv__img04 {
  position: absolute;
  max-width: 22%;
  transform: translateY(10px);
  transition-delay: 2000ms;
  z-index: 5;
}
#top_mainvisual .mv__img01.move,
#top_mainvisual .mv__img02.move,
#top_mainvisual .mv__img03.move,
#top_mainvisual .mv__img04.move {
  animation: img_move 5s infinite;
}
#top_mainvisual .mv__img01 img,
#top_mainvisual .mv__img02 img,
#top_mainvisual .mv__img03 img,
#top_mainvisual .mv__img04 img {
  height: auto;
}
#top_mainvisual .mv__img01 {
  left: 3%;
  top: 128px;
}
#top_mainvisual .mv__img02 {
  right: 3%;
  top: 128px;
}
#top_mainvisual .mv__img02.move {
  animation: img_move 5s infinite;
  animation-delay: 200ms;
}
#top_mainvisual .mv__img03 {
  left: 3%;
  bottom: 80px;
}
#top_mainvisual .mv__img03.move {
  animation: img_move 5s infinite;
  animation-delay: 400ms;
}
#top_mainvisual .mv__img04 {
  right: 3%;
  bottom: 80px;
  max-width: 25%;
}
#top_mainvisual .mv__title {
  position: relative;
  z-index: 8;
}
#top_mainvisual .mv__title .title__main {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: #006432;
  font-size: 65rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  text-align: left;
}
#top_mainvisual .mv__title .title__main span {
  font-weight: inherit;
}
#top_mainvisual .mv__title .title__main .txt__animation {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 18px 7px 20px 0;
  line-height: 1.2;
  transform: skewX(-5deg);
  overflow: hidden;
}
#top_mainvisual .mv__title .title__main .txt__animation::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #006432;
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#top_mainvisual .mv__title .title__main .txt__animation span {
  display: inline-block;
  opacity: 0;
  transform: translateY(65px);
  transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(1) {
  transition-delay: 100ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(2) {
  transition-delay: 200ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(3) {
  transition-delay: 300ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(4) {
  transition-delay: 400ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(5) {
  transition-delay: 500ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(6) {
  transition-delay: 600ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(7) {
  transition-delay: 700ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(8) {
  transition-delay: 800ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(9) {
  transition-delay: 900ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span:nth-child(10) {
  transition-delay: 1000ms;
}
#top_mainvisual .mv__title .title__main .txt__animation span.color {
  color: #f0922d;
}
#top_mainvisual .mv__title .title__main .txt__animation.move::after {
  width: 100%;
}
#top_mainvisual .mv__title .title__main .txt__animation.move span {
  opacity: 1;
  transform: translateY(0);
}
#top_mainvisual .mv__title .title__main .txt__animation.row02::after {
  transition-delay: 400ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(1) {
  transition-delay: 500ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(2) {
  transition-delay: 600ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(3) {
  transition-delay: 700ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(4) {
  transition-delay: 800ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(5) {
  transition-delay: 900ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(6) {
  transition-delay: 1000ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(7) {
  transition-delay: 1100ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(8) {
  transition-delay: 1200ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(9) {
  transition-delay: 1300ms;
}
#top_mainvisual .mv__title .title__main .txt__animation.row02 span:nth-child(10) {
  transition-delay: 1400ms;
}
#top_mainvisual .mv__title .title__main .alternative {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  contain: strict !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
#top_mainvisual .mv__title .title__sub {
  margin-top: 50px;
  color: #006432;
  font-size: 21rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  transition-delay: 1500ms;
  text-align: center;
}
#top_mainvisual .mv__title .title__sub img {
  display: block;
  margin: 16px auto 0;
}
#top_mainvisual .mv_scroll {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 80px;
  color: #006432;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1;
  transform: translateX(-50%);
  transition-delay: 2500ms;
  text-align: center;
  z-index: 10;
}
#top_mainvisual .mv_scroll span {
  font-weight: inherit;
}
#top_mainvisual .mv_scroll .bar {
  position: relative;
  display: block;
  width: 2px;
  height: 50px;
  margin: 8px auto 0;
  overflow: hidden;
}
#top_mainvisual .mv_scroll .bar::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -100%;
  width: 2px;
  height: 100%;
  background: #006432;
  animation: barAnime 2.5s infinite;
}

@keyframes img_move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  0% {
    transform: translateY(10px);
  }
}
@keyframes barAnime {
  0% {
    top: -100%;
  }
  50% {
    top: 0%;
  }
  70% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
#intro {
  position: relative;
  padding-bottom: 60px;
  z-index: 5;
}
#intro .section__title {
  margin-bottom: 30px;
  font-size: 35rem;
  letter-spacing: 0.06em;
}
#intro .intro__block {
  align-items: center;
}
#intro .intro__block .block__img {
  width: 43.8%;
}
#intro .intro__block .block__img img {
  margin-left: -16px;
}
#intro .intro__block .block__body {
  width: 55%;
  color: #006432;
  font-size: 18rem;
  font-weight: bold;
  line-height: 2.33;
  letter-spacing: 0.06em;
}
#intro .intro__block .block__body p {
  width: calc(100% + 17px);
  margin-bottom: 0;
}

#news {
  padding: 190px 0 0;
}
#news .news__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(224, 224, 224, 0.8) 0%, rgba(255, 255, 255, 0.8) 60%), #fff;
  -webkit-mask-image: url(../images/common/bg_clip_top_big.svg);
  mask-image: url(../images/common/bg_clip_top_big.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
}
#news .news__bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_dots_white.jpg) center top;
  mix-blend-mode: multiply;
}
#news .news__bg > * {
  position: relative;
  z-index: 8;
}
#news .news__bg__circle {
  position: absolute;
  right: 0;
  top: -300px;
  z-index: 3;
}
#news .img__abs01 {
  position: absolute;
  right: 2%;
  top: 100px;
  z-index: 8;
}
#news .container {
  position: relative;
  z-index: 8;
}
#news .news__list {
  margin-top: 64px;
  list-style-type: none;
}
#news .news__list > li {
  width: 28.71%;
  max-width: 310px;
  margin-right: 6.9%;
}
#news .news__list > li:nth-of-type(3n), #news .news__list > li:last-of-type {
  margin-right: 0;
}
#news .news__list > li a {
  text-decoration: none;
}
#news .news__list > li a:hover .eyecatch img {
  transform: scale(1.1);
}
#news .news__list > li .eyecatch {
  margin-bottom: 28px;
  background: url(../images/common/logo.svg) no-repeat center, #fff;
  background-size: 180px;
  aspect-ratio: 310/230;
  border-radius: 20px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#news .news__list > li .eyecatch img {
  width: 100%;
  height: 100%;
  aspect-ratio: 310/230;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
#news .news__list > li .list__meta {
  margin-bottom: 16px;
  line-height: 1.2;
}
#news .news__list > li .list__meta .time {
  display: inline-block;
  margin-right: 16px;
  color: #006432;
  font-weight: 600;
  letter-spacing: 0.06em;
  vertical-align: middle;
}
#news .news__list > li .list__meta .cat {
  display: inline-block;
  min-width: 120px;
  padding: 5px 16px;
  background: #006432;
  border-radius: 100vmax;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  vertical-align: middle;
}
#news .news__list > li .list__title {
  font-weight: 500;
}
#news .news__button {
  margin-top: 60px;
  line-height: 1;
  text-align: center;
}

#service {
  position: relative;
  margin-top: -312px;
  padding: 570px 0 610px;
  background: url(../images/top/service_bg03.jpg) repeat-y center top;
  color: #fff;
}
@media screen and (min-width: 1367px) {
  #service {
    background-size: 100%;
  }
}
#service::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 100%;
  height: 455px;
  background: url(../images/common/bg_dots_white.jpg) center top, #006432;
  -webkit-mask-image: url(../images/common/bg_clip_bottom.svg);
  mask-image: url(../images/common/bg_clip_bottom.svg);
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}
#service .en__title .f_sserif {
  color: #ffe600;
  font-weight: bolo;
}
#service .en__title__wrap .title__lead {
  color: #fff;
}
#service .service__block + .service__block {
  margin-top: 140px;
}
#service .service__block.even .block__img {
  order: -10;
}
#service .service__block.even .block__img img {
  float: right;
}
#service .service__block .block__title {
  margin-bottom: 48px;
  align-items: center;
}
#service .service__block .block__title .title__box {
  width: 100px;
  height: 100px;
  padding-top: 24px;
  background: #f0922d;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  font-size: 14rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
}
#service .service__block .block__title .title__box .num {
  display: block;
  font-size: 40rem;
  font-weight: 600;
  line-height: 1;
}
#service .service__block .block__title .title__main {
  width: calc(100% - 150px);
  font-size: 25rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#service .service__block .block__title .title__main .big {
  display: block;
  color: #ffe600;
  font-weight: bold;
  font-size: 40rem;
}
#service .service__block .block__body {
  width: 56%;
  font-size: 18rem;
}
#service .service__block .block__body p {
  margin-bottom: 0;
}
#service .service__block .block__img {
  width: 38%;
  max-width: 418px;
  margin-top: -80px;
  margin-bottom: -80px;
}
#service .service__block .block__img img {
  max-width: none;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
}
#service .service__block .block__list {
  position: relative;
  margin: 0;
  list-style-type: none;
}
#service .service__block .block__list > li {
  width: 28.71%;
  max-width: 310px;
  padding: 24px 24px 28px;
  background: #33835b;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
#service .service__block .block__list .list__num {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  background: #f0922d;
  border-radius: 50%;
  font-size: 20rem;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
#service .service__block .block__list .list__title {
  margin-bottom: 24px;
  font-size: 22rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}
#service .service__block .block__list .list__title span {
  font-weight: inherit;
}
#service .service__block .block__list .list__title .small {
  font-size: 75%;
  letter-spacing: 0.1em;
}
#service .service__block .block__note {
  margin-top: 16px;
}
#service .service__block .block__note a {
  text-decoration: underline;
}
#service .service__block .block__note a:hover {
  text-decoration: none;
}
#service .service__block .block__banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0;
  color: #fff;
  text-align: center;
}
#service .service__block .block__banner:hover .banner_bg .bg__img img {
  transform: scale(1.1);
}
#service .service__block .block__banner:hover .button {
  background: #fff;
  color: #f0922d;
}
#service .service__block .block__banner:hover .button::after {
  background: #f0922d;
  transition: 0.5s all;
}
#service .service__block .block__banner .banner__fukidashi {
  position: absolute;
  left: -24px;
  top: -24px;
  margin: 0;
  padding: 20px;
  background: #ffe600;
  border-radius: 20px;
  color: #006432;
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0.06em;
  text-align: center;
  z-index: 1;
}
#service .service__block .block__banner .banner__fukidashi::before {
  content: "";
  position: absolute;
  right: 32px;
  bottom: -20px;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/top/service_bg02.svg) no-repeat;
  background-size: 100%;
}
#service .service__block .block__banner .banner_bg {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
}
#service .service__block .block__banner .banner_bg .bg__img img {
  filter: brightness(50%) saturate(90%);
  transition: transform 0.5s;
}
#service .service__block .block__banner .banner__body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#service .service__block .block__banner .banner__title {
  margin-bottom: 16px;
  font-size: 25rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
#service .service__block .block__banner .banner__button {
  margin-top: 20px;
}
#service .service__block .block__banner .banner__button .button:hover {
  background: #fff;
  color: #f0922d;
}
#service .service__block .block__banner .banner__button .button:hover::after {
  background: #f0922d;
  transition: 0.5s all;
}

#team {
  position: relative;
  margin: -457px 0;
  padding: 250px 0 150px;
  z-index: 3;
}
#team::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  display: block;
  width: 100%;
  height: calc(100% - 440px);
  background: #fff;
  -webkit-mask-image: url(../images/common/bg_clip_top_big.svg);
  mask-image: url(../images/common/bg_clip_top_big.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
}
#team::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
  width: 100%;
  height: 455px;
  background: #fff;
  -webkit-mask-image: url(../images/common/bg_clip_bottom.svg);
  mask-image: url(../images/common/bg_clip_bottom.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
}
#team .team__bg__circle {
  position: absolute;
  left: 0;
  top: -250px;
  max-width: 30%;
  z-index: 1;
}
#team .team__bg__circle02 {
  position: absolute;
  right: 0;
  top: 45%;
  max-width: 30%;
  z-index: 1;
}
#team .img__abs01 {
  position: absolute;
  right: 2%;
  top: -70px;
}
#team .container {
  position: relative;
  z-index: 5;
}
#team .en__title__wrap {
  margin-bottom: 0;
}
#team .team__img {
  position: relative;
  max-width: 624px;
  margin: -50px auto 0;
  padding: 25px 0;
  background: url(../images/top/team_bg01.svg) no-repeat center;
  background-size: 572px;
}
#team .team__img .img__circle {
  position: absolute;
  width: 166px;
  height: 166px;
  display: flex;
  padding-top: 4px;
  flex-direction: column;
  justify-content: center;
  background: #f0922d;
  border-radius: 50%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
#team .team__img .img__circle.circle01 {
  left: -100px;
  bottom: 28%;
}
#team .team__img .img__circle.circle02 {
  left: 30%;
  bottom: 0;
}
#team .team__img .img__circle.circle03 {
  right: -150px;
  bottom: 27%;
}
#team .team__text {
  margin: 15px 0 0;
  color: #006432;
  font-size: 20rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}

#trouble {
  position: relative;
  padding: 600px 0 180px;
  background: url(../images/common/bg_dots.png) center top;
  color: #fff;
  z-index: 2;
}
#trouble > * {
  position: relative;
  z-index: 5;
}
#trouble .img__abs01 {
  position: absolute;
  left: 2%;
  top: 430px;
  z-index: 8;
}
#trouble .section__title {
  color: inherit;
}
#trouble .section__title .color {
  color: #ffe600;
}
#trouble .section__title .title__fukidashi {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 8px 30px;
  background: #f0922d;
  border-radius: 20px;
  color: #fff;
  font-size: 28rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
}
#trouble .section__title .title__fukidashi::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -14px;
  border-style: solid;
  border-width: 18px 14px 0px 14px;
  border-color: #f0922d transparent transparent transparent;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
}
#trouble .trouble__list {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 20rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  list-style-type: none;
}
#trouble .trouble__list li {
  position: relative;
  padding-left: 44px;
  font-weight: bold;
}
#trouble .trouble__list li + li {
  margin-top: 42px;
}
#trouble .trouble__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 31px;
  height: 25px;
  background: url(../images/top/trouble_icon01.svg) no-repeat;
  background-size: 100%;
}

#choice {
  position: relative;
  margin: -136px 0 0;
  padding: 250px 0 150px;
  color: #fff;
  z-index: 5;
}
#choice::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1289px;
  background: url(../images/top/choice_bg01.jpg) no-repeat center, #f0922d;
  background-size: cover;
  -webkit-mask-image: url(../images/top/choice_bg_clip.svg);
  mask-image: url(../images/top/choice_bg_clip.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
  pointer-events: none;
}
#choice .choice__bar {
  position: absolute;
  left: 50%;
  top: 88px;
  width: 0;
  height: 90px;
  border-left: 2px solid #fff;
  z-index: 8;
}
#choice .img__abs01 {
  position: absolute;
  right: 2%;
  top: -100px;
}
#choice .img__abs02 {
  position: absolute;
  left: 2%;
  bottom: 180px;
}
#choice .section__title {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 4px solid #ffe600;
  color: inherit;
  font-size: 36rem;
  letter-spacing: 0.06em;
}
#choice .section__title .color {
  color: #ffe600;
}
#choice .section__title img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
#choice .choice__text {
  margin-bottom: 0;
  font-size: 18rem;
  font-weight: bold;
  line-height: 2.66;
  letter-spacing: 0.06em;
  text-align: center;
}

#reason {
  position: relative;
  margin-top: -457px;
  padding: 570px 0 600px;
  background: linear-gradient(to bottom, rgb(0, 100, 50) 0%, rgb(0, 75, 50) 100%);
  color: #fff;
}
#reason::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_dots_white.jpg) center top;
  mix-blend-mode: multiply;
}
#reason > * {
  position: relative;
  z-index: 1;
}
#reason .section__title {
  margin-bottom: 32px;
  color: inherit;
}
#reason .section__title .quote {
  padding: 0 40px;
}
#reason .section__title .color {
  color: #ffe600;
}
#reason .section__title img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 4px;
  vertical-align: middle;
}
#reason .img__abs01 {
  position: absolute;
  right: 18%;
  top: 560px;
}
#reason .reason__list {
  margin-top: 48px;
  font-size: 18rem;
  list-style-type: none;
  text-align: center;
}
#reason .reason__list li {
  width: 33.33%;
}
#reason .reason__list li + li {
  border-left: 2px solid #fff;
}
#reason .reason__list li .list__img img {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
}
#reason .reason__list li .list__title {
  margin-bottom: 15px;
  font-size: 30rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
#reason .reason__voice {
  padding-top: 150px;
}
#reason .reason__voice .voice__title {
  max-width: 650px;
  margin: 0 auto 60px;
  padding: 4px;
  background: #ffe600;
  border-radius: 100vmax;
  color: #006432;
  font-size: 35rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
#reason .reason__voice .voice__list {
  max-width: 1022px;
  margin: 0 auto;
  list-style-type: none;
  text-align: left;
}
#reason .reason__voice .voice__list .slick-list {
  overflow: visible;
}
#reason .reason__voice .voice__list .list__col {
  padding: 0 86px;
}
#reason .reason__voice .voice__list .list__col > .flexbox_list {
  align-items: center;
  padding: 60px 80px;
  background: #33835b;
  border-radius: 20px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
}
#reason .reason__voice .voice__list .list__img {
  width: 151px;
  max-width: 25%;
  text-align: center;
}
#reason .reason__voice .voice__list .list__img img {
  height: auto;
}
#reason .reason__voice .voice__list .list__img .img__title {
  margin-bottom: 16px;
  color: #ffe600;
  font-size: 20rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
}
#reason .reason__voice .voice__list .list__body {
  width: 70%;
}

#faq {
  position: relative;
  margin-top: -457px;
  padding: 150px 0 600px;
  background: linear-gradient(to bottom, white 0%, rgb(224, 224, 224) 100%);
  -webkit-mask-image: url(../images/common/bg_clip_top_big.svg);
  mask-image: url(../images/common/bg_clip_top_big.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
}
#faq::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_dots_white.jpg) center top;
  mix-blend-mode: multiply;
}
#faq > * {
  position: relative;
  z-index: 1;
}
#faq .en__title__wrap {
  margin-bottom: 72px;
}

#contact {
  position: relative;
}
#contact .sectionmask {
  position: relative;
  margin-top: -455px;
  padding: 140px 0 150px;
  background: url(../images/common/bg_dots_white.jpg) center top;
  -webkit-mask-image: url(../images/common/bg_clip_top_big.svg);
  mask-image: url(../images/common/bg_clip_top_big.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
}
#contact .img__abs01 {
  position: absolute;
  right: 15%;
  top: 0px;
  z-index: 1;
}
#contact .img__abs02 {
  position: absolute;
  left: 6%;
  bottom: 620px;
}
#contact .section__title {
  margin-bottom: 24px;
}
#contact .section__lead {
  margin-bottom: 60px;
  font-size: 16rem;
  font-weight: 500;
}
#contact .contact__tel {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 150px auto 0;
  padding: 40px;
  background: linear-gradient(to bottom, rgb(0, 100, 50) 0%, rgb(0, 75, 50) 100%);
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
#contact .contact__tel::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_dots_white.jpg) center top;
  mix-blend-mode: multiply;
}
#contact .contact__tel > * {
  position: relative;
  z-index: 1;
}
#contact .contact__tel .tel__title {
  margin-bottom: 10px;
  font-size: 18rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#contact .contact__tel .tel__tel {
  margin-bottom: 0;
  font-size: 14rem;
  line-height: 1.2;
}
#contact .contact__tel .tel__tel a {
  text-decoration: none;
}
#contact .contact__tel .tel__tel .tel__num {
  display: inline-block;
  color: #ffe600;
  font-size: 30rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
  vertical-align: middle;
}
#contact .contact__tel .tel__tel .tel__time {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  letter-spacing: 0.06em;
  text-align: left;
}

@media screen and (max-width: 1167px) {
  #team .team__bg__circle02 {
    top: 30%;
  }
  #reason .img__abs01 {
    top: 460px;
  }
  #trouble .trouble__list {
    font-size: 17rem;
  }
  #choice .img__abs02 {
    bottom: 30px;
  }
  #choice .section__title {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .en__title {
    font-size: 18rem;
  }
  .en__title .f_sserif {
    margin-bottom: 12px;
    font-size: 45rem;
  }
  .en__title__wrap {
    margin-bottom: 40px;
  }
  .en__title__wrap .title__lead {
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 20rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #top_mainvisual {
    padding: calc(45vw + 60px) 0 55vw;
  }
  #top_mainvisual .mv__bg {
    background: linear-gradient(to bottom, rgba(204, 224, 214, 0.4) 0%, rgba(204, 224, 214, 0.4) 80%, rgba(0, 100, 50, 0.4) 100%);
    -webkit-mask-image: url(../images/common/bg_clip_bottom_big.svg);
    mask-image: url(../images/common/bg_clip_bottom_big.svg);
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #top_mainvisual .mv__bg__circle {
    top: 60%;
    width: 65%;
  }
  #top_mainvisual .mv__bg__logo {
    top: 52vw;
    width: 72vw;
    margin: 0 auto;
    transition-duration: 2000ms;
    z-index: 1;
  }
  #top_mainvisual .mv__bg__logo img {
    max-width: 100%;
    height: auto;
  }
  #top_mainvisual .mv__img01,
  #top_mainvisual .mv__img02,
  #top_mainvisual .mv__img03,
  #top_mainvisual .mv__img04 {
    position: absolute;
    max-width: none;
    transform: translateY(5px);
    transition-delay: 2000ms;
    z-index: 5;
  }
  #top_mainvisual .mv__img01.move,
  #top_mainvisual .mv__img02.move,
  #top_mainvisual .mv__img03.move,
  #top_mainvisual .mv__img04.move {
    animation: img_move 5s infinite;
  }
  #top_mainvisual .mv__img01 img,
  #top_mainvisual .mv__img02 img,
  #top_mainvisual .mv__img03 img,
  #top_mainvisual .mv__img04 img {
    height: auto;
  }
  #top_mainvisual .mv__img01 {
    left: 3%;
    top: calc(4% + 60px);
    width: 40.8%;
  }
  #top_mainvisual .mv__img02 {
    right: 3%;
    top: calc(5% + 60px);
    width: 33.9%;
  }
  #top_mainvisual .mv__img02.move {
    animation: img_move 5s infinite;
    animation-delay: 200ms;
  }
  #top_mainvisual .mv__img03 {
    left: 4%;
    bottom: 5%;
    width: 40.8%;
  }
  #top_mainvisual .mv__img03.move {
    animation: img_move 5s infinite;
    animation-delay: 400ms;
  }
  #top_mainvisual .mv__img04 {
    right: 2%;
    bottom: 7%;
    width: 43.8%;
  }
  #top_mainvisual .mv__title .title__main {
    font-size: 8.266vw;
  }
  #top_mainvisual .mv__title .title__main .txt__animation {
    padding: 1.8vw 1vw 3vw 0;
  }
  #top_mainvisual .mv__title .title__main .txt__animation::after {
    height: 3px;
  }
  #top_mainvisual .mv__title .title__sub {
    margin-top: 20px;
    font-size: 4vw;
    letter-spacing: 0.06em;
  }
  #top_mainvisual .mv__title .title__sub img {
    width: 45.33vw;
    margin-top: 1.75vw;
  }
  @keyframes img_move {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
    0% {
      transform: translateY(5px);
    }
  }
  #intro {
    padding: 70px 0 30px;
  }
  #intro .container {
    padding: 0 10px;
  }
  #intro .section__title {
    margin-bottom: 40px;
    font-size: 20rem;
    letter-spacing: 0;
  }
  #intro .section__title .quote::before {
    top: -40px;
    left: -2px;
  }
  #intro .section__title .quote::after {
    bottom: -40px;
    right: -2px;
  }
  #intro .intro__block {
    align-items: center;
  }
  #intro .intro__block .block__img {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    order: 10;
  }
  #intro .intro__block .block__img img {
    max-width: 80%;
    height: auto;
    margin-left: 0;
  }
  #intro .intro__block .block__body {
    width: 100%;
    font-size: 16rem;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #intro .intro__block .block__body p {
    width: 100%;
  }
  #news {
    padding: 70px 0 40px;
  }
  #news .sp_images1 {
    width: 150px;
    top: 1445px;
  }
  #news .news__bg {
    -webkit-mask-image: url(../images/common/bg_clip_top_big.svg);
            mask-image: url(../images/common/bg_clip_top_big.svg);
    -webkit-mask-position: center top;
            mask-position: center top;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #news .news__bg__circle {
    top: auto;
    bottom: 0;
    width: 40%;
  }
  #news .news__button {
    margin-top: 45px;
  }
  #service {
    margin: -5vw 0 0;
    padding: calc(70px + 12vw) 0 calc(22vw + 70px);
    background: url(../images/top/service_bg03.png) repeat-y center top;
    background-size: 100%;
  }
  #service::before {
    top: 0;
    height: 12vw;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #service .service__block + .service__block {
    margin-top: 50px;
  }
  #service .service__block.even .block__img {
    order: 0;
  }
  #service .service__block.even .block__img img {
    float: none;
  }
  #service .service__block .block__title {
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  #service .service__block .block__title .title__box {
    width: 100%;
    height: auto;
    padding: 7px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
    font-size: 22rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-align: center;
  }
  #service .service__block .block__title .title__box .num {
    display: inline;
    font-size: 22rem;
  }
  #service .service__block .block__title .title__main {
    width: 100%;
    font-size: 18rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
  }
  #service .service__block .block__title .title__main .big {
    font-size: 25rem;
  }
  #service .service__block .block__body {
    width: 100%;
    font-size: 16rem;
    letter-spacing: 0.06em;
  }
  #service .service__block .block__img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  #service .service__block .block__img img {
    max-width: 83%;
    height: auto;
  }
  #service .service__block .block__list {
    width: 90%;
    margin: 8px auto 0;
    gap: 16px 0;
  }
  #service .service__block .block__list > li {
    width: 100%;
    max-width: 100%;
    padding: 24px 24px 28px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
  }
  #service .service__block .block__list .list__title {
    margin-bottom: 24px;
  }
  #service .service__block .block__note {
    width: 90%;
    margin: 12px auto 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
  }
  #service .service__block .block__note a {
    text-decoration: underline;
  }
  #service .service__block .block__note a:hover {
    text-decoration: none;
  }
  #service .service__block .block__banner {
    margin-top: 35px;
    z-index: 10;
  }
  #service .service__block .block__banner:hover .banner_bg .bg__img img {
    transform: unset;
  }
  #service .service__block .block__banner:hover .button {
    background: #f0922d;
    color: #fff;
  }
  #service .service__block .block__banner:hover .button::after {
    background: #fff;
  }
  #service .service__block .block__banner .banner__fukidashi {
    left: 0;
    top: -40px;
    padding: 16px;
    border-radius: 20px;
    line-height: 1.66;
    letter-spacing: 0.06em;
  }
  #service .service__block .block__banner .banner_bg {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
  }
  #service .service__block .block__banner .banner_bg .bg__img img {
    width: 100%;
    height: auto;
  }
  #service .service__block .block__banner .banner__body {
    padding-top: 60px;
  }
  #service .service__block .block__banner .banner__title {
    margin-bottom: 16px;
    font-size: 20rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  #service .service__block .block__banner .banner__button {
    margin-top: 10px;
  }
  #service .service__block .block__banner .banner__button .button:hover {
    background: #f0922d;
    color: #fff;
  }
  #service .service__block .block__banner .banner__button .button:hover::after {
    background: #fff;
  }
  #team {
    margin: -12vw 0 0;
    padding: 30px 0 30px 0;
    background: #fff;
  }
  #team::before {
    bottom: auto;
    top: -12vw;
    height: 12vw;
    -webkit-mask-image: url(../images/common/bg_clip_top.svg);
    mask-image: url(../images/common/bg_clip_top.svg);
    -webkit-mask-position: center top;
            mask-position: center top;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #team::after {
    top: calc(100% - 1px);
    height: 12vw;
    -webkit-mask-image: url(../images/common/bg_clip_bottom.svg);
    mask-image: url(../images/common/bg_clip_bottom.svg);
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #team .team__bg__circle {
    top: auto;
    bottom: 75%;
    width: 70%;
    max-width: 380px;
  }
  #team .team__bg__circle02 {
    top: 65%;
    width: 40%;
    max-width: 240px;
  }
  #team .img__abs01 {
    right: 6%;
    top: -40px;
    width: 120px;
    height: auto;
  }
  #team .team__img {
    position: relative;
    max-width: 624px;
    margin: 0 auto;
    padding: 30px 0 0;
    gap: 12px;
    display: flex;
    background: url(../images/top/team_bg01.svg) no-repeat center top;
    background-size: 85%;
    flex-wrap: wrap;
    text-align: center;
  }
  #team .team__img img {
    width: 100%;
    height: auto;
  }
  #team .team__img .img__circle {
    position: static;
    width: calc(33.33% - 8px);
    height: 29vw;
    padding-top: 4px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    font-size: 14rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  #team .team__img .img__circle.circle01 {
    left: -100px;
    bottom: 28%;
  }
  #team .team__img .img__circle.circle02 {
    left: 30%;
    bottom: 0;
  }
  #team .team__img .img__circle.circle03 {
    right: -150px;
    bottom: 27%;
  }
  #team .team__text {
    margin-top: 24px;
    font-size: 16rem;
    letter-spacing: 0.06em;
  }
  #trouble {
    margin: 0;
    padding: 100px 0 0;
  }
  #trouble::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    width: 100%;
    height: 12vw;
    background: url(../images/common/bg_dots.png) center top, #006432;
    -webkit-mask-image: url(../images/common/bg_clip_bottom.svg);
    mask-image: url(../images/common/bg_clip_bottom.svg);
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #trouble .img__abs01 {
    position: absolute;
    left: 2%;
    top: -100px;
  }
  #trouble .section__title {
    letter-spacing: 0;
  }
  #trouble .section__title .title__fukidashi {
    margin: 0 auto 20px;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16rem;
    letter-spacing: 0.04em;
  }
  #trouble .section__title .title__fukidashi::before {
    margin-left: -8px;
    border-width: 16px 8px 0px 8px;
    border-color: #f0922d transparent transparent transparent;
  }
  #trouble .trouble__list {
    font-size: 16rem;
    letter-spacing: 0;
    line-height: 1.5;
    list-style-type: none;
  }
  #trouble .trouble__list li {
    padding-left: 24px;
  }
  #trouble .trouble__list li + li {
    margin-top: 22px;
  }
  #trouble .trouble__list li::before {
    top: 6px;
    width: 19px;
    height: 16px;
  }
  #choice {
    margin: -12vw 0 0;
    padding: calc(120px + 12vw) 0 60px;
    -webkit-mask-image: url(../images/common/bg_clip_bottom_big.svg);
    mask-image: url(../images/common/bg_clip_bottom_big.svg);
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
    z-index: 1;
  }
  #choice .container {
    padding: 0 10px;
  }
  #choice .section__title {
    width: 100vw;
    margin: 0 -10px 32px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 24rem;
    letter-spacing: 0.06em;
  }
  #choice .section__title .line {
    display: inline-block;
    padding: 8px 0;
    border-bottom: 4px solid #ffe600;
  }
  #choice .section__title .row01 {
    display: inline-block;
    padding-left: 8px;
    padding-bottom: 10px;
  }
  #choice .section__title img {
    width: 186px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
  }
  #choice .choice__text {
    font-size: 16rem;
    line-height: 2;
    letter-spacing: 0;
  }
  #reason {
    margin-top: -100px;
    padding: 150px 0 calc(20vw + 60px);
  }
  #reason .img__abs01 {
    position: absolute;
    right: 4%;
    top: 80px;
  }
  #reason .sp_images2 {
    top: 1860px !important;
  }
  #reason .section__title {
    margin-bottom: 24px;
  }
  #reason .section__title .quote {
    padding: 0 10px;
  }
  #reason .section__title .quote::before, #reason .section__title .quote::after {
    width: 24px;
    height: 21px;
  }
  #reason .section__title .quote::before {
    top: 0;
  }
  #reason .section__title .quote::after {
    bottom: 8px;
  }
  #reason .section__title img {
    width: 186px;
    height: auto;
    margin-right: 12px;
    margin-bottom: 4px;
  }
  #reason .reason__list {
    margin-top: 8px;
    font-size: 18rem;
  }
  #reason .reason__list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 24px 0;
  }
  #reason .reason__list li + li {
    border-left: none;
    border-top: 2px solid #fff;
  }
  #reason .reason__list li .list__img {
    width: 80px;
    margin-right: 24px;
  }
  #reason .reason__list li .list__img img {
    width: 80px;
    height: auto;
  }
  #reason .reason__list li .list__title {
    margin-bottom: 0;
    font-size: 25rem;
    letter-spacing: 0.06em;
  }
  #reason .reason__list li .list__text {
    width: 100%;
    margin-top: 20px;
  }
  #reason .reason__voice {
    padding-top: 20px;
  }
  #reason .reason__voice .voice__title {
    max-width: calc(100% - 30px);
    margin-bottom: 24px;
    padding: 4px;
    font-size: 22rem;
    letter-spacing: 0.06em;
  }
  #reason .reason__voice .voice__list .slick-list {
    overflow: hidden;
  }
  #reason .reason__voice .voice__list .slick-prev,
  #reason .reason__voice .voice__list .slick-next {
    top: 152px;
  }
  #reason .reason__voice .voice__list .slick-prev {
    left: 5px;
  }
  #reason .reason__voice .voice__list .slick-next {
    right: 5px;
  }
  #reason .reason__voice .voice__list .list__col {
    padding: 0 15px;
  }
  #reason .reason__voice .voice__list .list__col > .flexbox_list {
    display: block;
    padding: 40px 16px;
    border-radius: 20px;
  }
  #reason .reason__voice .voice__list .list__img {
    width: 151px;
    max-width: none;
    margin: 0 auto 16px;
  }
  #reason .reason__voice .voice__list .list__img .img__title {
    margin-bottom: 16px;
  }
  #reason .reason__voice .voice__list .list__body {
    width: 100%;
  }
  #faq {
    margin-top: -20vw;
    padding: 60px 0 calc(12vw + 70px);
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #faq .en__title__wrap {
    margin-bottom: 35px;
  }
  #contact::before {
    bottom: calc(100% - 1px);
    height: 40px;
    -webkit-mask-image: url(../images/common/bg_clip_top.png);
    mask-image: url(../images/common/bg_clip_top.png);
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
  #contact .sectionmask {
    margin-top: -125px;
    -webkit-mask-size: 210%;
            mask-size: 210%;
    padding: 40px 0 0;
  }
  #contact .section__title {
    margin-bottom: 16px;
    font-size: 20rem;
  }
  #contact .section__lead {
    text-align: left;
    margin-bottom: 30px;
  }
  #contact .contact__tel {
    margin-top: 50px;
    padding: 48px 0;
  }
  #contact .contact__tel .tel__title {
    margin-bottom: 10px;
    font-size: 18rem;
    letter-spacing: 0.06em;
  }
  #contact .contact__tel .tel__tel {
    font-size: 14rem;
  }
  #contact .contact__tel .tel__tel .tel__num {
    display: block;
    font-size: 30rem;
    letter-spacing: 0.06em;
  }
  #contact .contact__tel .tel__tel .tel__time {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    letter-spacing: 0.06em;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #news .news__list {
    max-width: 90%;
    margin: 40px auto 0;
    gap: 24px 0;
  }
  #news .news__list > li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  #news .news__list > li a:hover .eyecatch img {
    transform: unset;
  }
  #news .news__list > li .eyecatch {
    margin-bottom: 28px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  }
  #news .news__list > li .eyecatch img {
    width: 100%;
    height: 100%;
    aspect-ratio: 310/230;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s;
  }
  #news .news__list > li .list__meta {
    margin-bottom: 16px;
    line-height: 1.2;
  }
  #news .news__list > li .list__meta .time {
    display: inline-block;
    margin-right: 16px;
    color: #006432;
    font-weight: 100;
    letter-spacing: 0.06em;
    vertical-align: middle;
  }
  #news .news__list > li .list__meta .cat {
    display: inline-block;
    min-width: 120px;
    padding: 5px 16px;
    background: #006432;
    border-radius: 100vmax;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
    vertical-align: middle;
  }
  #news .news__button {
    margin-top: 50px;
  }
  #choice {
    padding: calc(100px + 12vw) 0 60px;
  }
}