@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.home_page .key {
  --height: 65vw;
  --min-height: 550px;
  --max-height: 1080px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background: url(../images/idx_mv_bg.jpg) no-repeat center/cover;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.home_page .key .mv_slider {
  padding-bottom: 26em;
}
.home_page .key .mv_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home_page .key .key_wrap {
  padding-top: 11.5em;
  max-width: 1920px;
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .txt_en {
  background: var(--main-color);
  background: linear-gradient(45deg, #0e5800 0%, #86d8bf 100%);
  opacity: 0.05;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--f-jp);
  font-size: 18em;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  bottom: 0.161111111em;
  left: -0.05em;
  z-index: 1;
}
.home_page .key .key_video {
  max-width: 1200px;
  max-height: 863px;
  height: calc(100% - 180px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: -2px;
  background-image: url(../images/idx_mv.jpg);
  border-top-left-radius: 100px;
}
.home_page .key .catch {
  margin: auto;
  padding-left: 6.8em;
  padding-bottom: 4.6em;
}
.home_page .key h2,
.home_page .key p {
  font-family: var(--f-jp);
}
.home_page .key h2 {
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 0.4166666667em;
  margin-bottom: 0.43333333em;
  font-size: 6em;
  font-weight: 600;
  line-height: 1.3667;
  letter-spacing: 0.1em;
  position: relative;
  left: -0.05em;
  -webkit-animation: fadeInDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeInDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.home_page .key .k_tt {
  font-size: 2.2em;
  line-height: 1.909;
  letter-spacing: 0.05em;
  -webkit-animation: fadeInDown 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeInDown 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.home_page .key .key_point {
  margin-top: 4.9em;
  -webkit-animation: fadeInDown 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeInDown 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  position: absolute;
  width: 100%;
  bottom: 8em;
  left: 6.8em;
  right: 0;
  margin: auto;
}
.home_page .key .key_point .point_it {
  width: calc((100% - 1.6em) / 2);
  max-width: 20em;
  margin-right: 1.6em;
  color: #fff;
  position: relative;
  z-index: 0;
  height: 20em;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(133deg, #a5ce59 15%, #0e5800 85%);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(49, 49, 49, 0.08));
          filter: drop-shadow(5px 5px 10px rgba(49, 49, 49, 0.08));
  padding-top: 1.9em;
}
.home_page .key .key_point .point_it::before {
  content: "";
  position: absolute;
  inset: 0.5em;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../images/k_point_bf.svg) no-repeat bottom 8px center;
  z-index: -1;
  background-size: 18.1em;
}
.home_page .key .key_point .point_it.point02 {
  margin-right: 0;
}
.home_page .key .key_point .point_it.point02 .point_num {
  margin-bottom: 0.5em;
}
.home_page .key .key_point .point_it.point02 .point_tl {
  line-height: 1.25;
}
.home_page .key .key_point .point_num {
  max-width: 7em;
  width: 100%;
  margin: 0 auto 1.41666667em;
  font-size: 1.2em;
  font-weight: 500;
  font-family: var(--f-en);
  letter-spacing: 0;
  border-bottom: 1px solid #fff;
  color: var(--main-color);
  padding-bottom: 0.416666667em;
  line-height: 1.2;
}
.home_page .key .key_point .point_tl {
  font-size: 2.6em;
  line-height: 1.23;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.home_page .key .key_point .point_tl span {
  line-height: 1;
}
.home_page .key .key_point .point_tl .tt01 {
  font-size: 1.2692307692em;
}
.home_page .key .key_point .point_tl .tt02 {
  font-size: 1.6923076923em;
  position: relative;
  top: 0.1136363636em;
}
.home_page .topic_path {
  display: none;
}

@media only screen and (min-width: 769px) {
  .home_page .key .key_text {
    width: 35%;
  }
  .home_page .key .key_video {
    width: 65%;
    position: absolute;
    right: 0;
    top: 13em;
  }
  .home_page .key h2 {
    margin-right: -0.3333333333em;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 769px) {
  .home_page .key .key_text {
    width: 35%;
  }
  .home_page .key .key_point {
    left: 0;
    width: 91%;
  }
  .home_page .key .catch {
    width: 91%;
    padding-left: 0;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh + 70px);
  }
  .home_page .key .k_tt {
    font-size: 2.6em;
  }
  .home_page .key .key_video {
    height: calc(100% - 20em);
    top: 11em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key .key_wrap {
    padding-top: 15em;
  }
  .home_page .key .mv_slider {
    padding-bottom: 40em;
  }
  .home_page .key .key_video {
    width: 58%;
    top: 15em;
    height: calc(100% - 25em);
  }
  .home_page .key .catch {
    padding-left: 0;
  }
  .home_page .key .key_text {
    width: 42%;
  }
  .home_page .key .key_point {
    font-size: 1.4em;
  }
  .home_page .key h2 {
    font-size: 6.3em;
  }
  .home_page .key .k_tt {
    font-size: 3.3em;
  }
}
.wrap_h3 {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .wrap_h3.t_left {
    text-align: left;
  }
  .wrap_h3.t_left h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 166px;
    background-color: var(--clr1);
    margin-top: 26px;
  }
}
.wrap_h3.white h3, .wrap_h3.white .h_en {
  color: #fff;
}
.wrap_h3 .h_en {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.122em;
  margin-bottom: 7px;
}
.wrap_h3 h3 {
  position: relative;
  color: var(--text-color);
  font-family: var(--f-jp);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h4 {
  font-size: 28px;
  font-family: var(--f-jp);
  font-weight: 500;
  line-height: 1.7142;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--clr1);
  padding-bottom: 19px;
  margin-bottom: 17px;
}
h4.sm {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-bottom: 7px;
  margin-bottom: 8px;
}

.fz18 p {
  font-size: 18px;
  line-height: 2.222;
  letter-spacing: 0.036em;
}

.idx01 {
  padding: 133px 0px 142px;
  background: url(../images/idx01_bg.jpg) no-repeat center/cover;
}
.idx01 .block_news .wrap_h3 {
  margin-bottom: 39px;
}
.idx01 .list_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px;
}
.idx01 .list_tab .tab {
  background-color: #ECEEE3;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  max-width: 200px;
  width: calc(33.3333333333% - 8px);
  margin: 0 4px;
  text-align: center;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.idx01 .list_tab .tab .tt {
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.idx01 .list_tab .tab.active {
  background-color: var(--main-color);
  color: #ffffff;
}
.idx01 .tab_content {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.idx01 .tab_content .btn {
  margin-left: auto;
  margin-top: 28px;
}
.idx01 .tab_content > .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.idx01 .tab_content > .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.idx01 .tab_content > .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.idx01 .list_post {
  border-top: 1px solid #CCCCCC;
}
.idx01 .list_post li {
  border-bottom: 1px solid #CCCCCC;
}
.idx01 .list_post a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  padding: 23px 20px 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.idx01 .list_post a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 15px;
  background: url(../images/ic_arr_news.svg) no-repeat center/contain;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.idx01 .list_post a:hover {
  opacity: 1;
}
.idx01 .list_post .date {
  color: #888888;
  letter-spacing: 0.04em;
  width: 91px;
}
.idx01 .list_post .cate {
  width: 76px;
  line-height: 1;
  padding: 6px 5px 6px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  background-color: var(--main-color);
  display: block;
  position: relative;
  top: 1px;
}
.idx01 .list_post .cate.column {
  background-color: var(--clr1);
}
.idx01 .list_post .title {
  width: 100%;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  letter-spacing: 0.018em;
  font-size: 18px;
  margin-top: 17px;
}
.idx01 .block_greeting {
  padding-top: 130px;
}
/* .idx01 .greeting_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
} */
.idx01 .greeting_img figure {
  width: calc(50% - 5px);
}
.idx01 .greeting_img .img01 {
  margin-top: 80px;
}
.idx01 .greeting_cont .sub_text {
  font-family: var(--f-jp);
  font-size: 37px;
  font-weight: 500;
  line-height: 1.486;
  margin-bottom: 33px;
  letter-spacing: 0.1em;
}
.idx01 .greeting_cont p {
  letter-spacing: 0.036em;
}
.idx01 .greeting_cont p:not(.sub_text), .idx01 .greeting_cont:not(:last-child) {
  margin-bottom: 36px;
}
.idx01 .gr_btn {
  margin-top: 58px;
}

.idx02 {
  padding: 122px 0 120px;
  background: url(../images/idx02_bg.jpg) no-repeat center/cover;
  color: #ffffff;
}
.idx02 .wrap_h3 {
  margin: 0 auto 18px;
  display: table;
}
.idx02 .box_day {
  width: 16.6em;
  height: 16.6em;
  border: 6px solid #E1E6CF;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -4.3em;
  left: -17.8em;
  font-size: 10px;
}
.idx02 .box_day .ttl {
  font-size: 2.4em;
  font-weight: 500;
  font-family: var(--f-jp);
  line-height: 1.25;
  color: var(--main-color);
}
.idx02 .box_day .icon {
  color: var(--clr1);
  position: relative;
  padding-right: 0.875em;
  margin-bottom: 0.2083333333em;
  display: inline-block;
}
.idx02 .box_day .icon::before {
  content: "";
  position: absolute;
  right: -0.25em;
  top: 0.25em;
  width: 1.125em;
  height: 0.9166666667em;
  background: url(../images/ic_message.svg) no-repeat center/contain;
}
.idx02 .box_center {
  text-align: center;
}
.idx02 .btn02 {
  margin: 32px auto 0;
}
.idx02 .p_label {
  margin-bottom: 29px;
}
.idx02 .p_label .it {
  max-width: 202px;
  width: calc(50% - 10px);
  border: 1px solid #ffffff;
  line-height: 1.5;
  text-align: center;
  font-family: var(--f-jp);
  font-size: 18px;
  padding: 0.4444444444em 0.5555555556em 0.3888888889em;
  margin: 5px;
  letter-spacing: 0.026em;
}
.idx02 .block_contact {
  margin-top: 48px;
  padding: 67px 60px 51px;
  border: 1px solid #707070;
}
.idx02 .block_contact::before{
  height: calc(100% - 155px);
  top: -55px;
}
.idx02 .block_contact .txt_note{
  color: var(--text-color);
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

.idx03 {
  padding: 143px 0 0;
  position: relative;
  z-index: 0;
}
.idx03::after {
  width: 100%;
}
.idx03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 203px);
  background-color: #f5f5f5;
  background-image: url(../images/idx03_bg02.png), url(../images/idx03_bg01.png), -webkit-gradient(linear, left top, left bottom, from(rgba(165, 206, 89, 0)), color-stop(68%, rgba(14, 88, 0, 0.53)), to(#0e5800));
  background-image: url(../images/idx03_bg02.png), url(../images/idx03_bg01.png), linear-gradient(180deg, rgba(165, 206, 89, 0) 0%, rgba(14, 88, 0, 0.53) 68%, #0e5800 100%);
  background-size: auto, auto, auto 1169px;
  background-repeat: no-repeat;
  background-position: top right, bottom left, bottom left;
  z-index: -1;
}
.idx03 .wrap_h3 {
  margin-bottom: 54px;
}
.idx03 .service_tab .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px;
}
.idx03 .service_tab .tab_btn .tab {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background-color: #ffffff;
  padding: 15px 10px 12px;
  max-width: 260px;
  width: calc(50% - 16px);
  margin: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.idx03 .service_tab .tab_btn .tab .tl {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.idx03 .service_tab .tab_btn .tab.active {
  background-color: var(--main-color);
  color: #ffffff;
}
.idx03 .service_tab .tab_cont {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.idx03 .service_tab .tab_cont > .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.idx03 .service_tab .tab_cont > .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.idx03 .service_tab .tab_cont > .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  position: relative;
}
.idx03 .service_bnr {
  margin-top: 44px;
}
.idx03 .service_bnr .bnr_it {
  position: relative;
  background-color: rgb(80, 169, 142);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(14, 88, 0)), to(rgba(80, 169, 142, 0)));
  background-image: linear-gradient(rgb(14, 88, 0) 0%, rgba(80, 169, 142, 0) 100%);
  width: calc(50% - 2.4em);
  margin: 1.2em;
  max-width: 55em;
  height: 14em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4em 4em;
  font-size: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.idx03 .service_bnr .bnr_it::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.4em;
  width: 5em;
  height: 5em;
  background: #ffffff url(../images/ic_arr03.svg) no-repeat center/100% auto;
  border-radius: 50%;
  margin: auto;
}
.idx03 .service_bnr .bnr_it .icon {
  position: relative;
  padding-left: 3.2857142857em;
  color: #ffffff;
  line-height: 1;
  font-size: 2.8em;
  font-weight: 500;
  letter-spacing: 0.026em;
}
.idx03 .service_bnr .bnr_it .icon::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.8214285714em;
  left: 0.0714285714em;
  width: 2.6428571429em;
  height: 2.6428571429em;
}
.idx03 .service_bnr .bnr_it.bnr01 .icon::before {
  background-image: url(../images/bnr_ic01.svg);
}
.idx03 .service_bnr .bnr_it.bnr02 .icon::before {
  background-image: url(../images/bnr_ic02.svg);
}
.idx03 .b_grid .btn {
  margin-left: auto;
  margin-top: -16px;
}
.idx03 .block_problem {
  margin-top: 49px;
}
.idx03 .block_problem h5 {
  font-size: 2.2em;
  font-family: var(--f-jp);
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0.04em;
  margin-bottom: 0.2727272727em;
}
.idx03 .block_problem h5.min-h {
  min-height: 3.090909091em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx03 .block_problem .item {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  z-index: 0;
  min-height: 26em;
  text-align: center;
  padding: 3.2em 0.8em 3em;
  font-size: 10px;
}
.idx03 .block_problem .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(15, 88, 0);
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.idx03 .block_problem .item.b_it01 {
  background-image: url(../images/idx03_b_bg01.jpg);
}
.idx03 .block_problem .item.b_it02 {
  background-image: url(../images/idx03_b_bg02.jpg);
}
.idx03 .block_problem .item.b_it03 {
  background-image: url(../images/idx03_b_bg03.jpg);
}
.idx03 .block_problem .item.b_it04 {
  background-image: url(../images/idx03_b_bg04.jpg);
}
.idx03 .block_problem .item.b_it05 {
  background-image: url(../images/idx03_b_bg05.jpg);
}
.idx03 .block_problem .item.b_it06 {
  background-image: url(../images/idx03_b_bg06.jpg);
}
.idx03 .block_problem .item .icon {
  margin: 0 auto 1.6em;
  display: table;
}
.idx03 .block_problem .item .icon img {
  max-width: 7.4em;
}
.idx03 .block_problem .item p {
  font-size: 1.4em;
  letter-spacing: 0.036em;
  line-height: 2;
}
.idx03 .btn03 {
  max-width: 550px;
  width: 100%;
  margin: 56px auto 0;
}
.idx03 .tab02 {
  margin-top: 99px;
}
.idx03 .b_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.idx03 .block_support {
  padding: 70px 30px 90px;
  margin-top: 136px;
  border-top: 7px solid var(--main-color);
  background: #fff;
  -webkit-box-shadow: 0px 7px 30px rgba(66, 80, 73, 0.2);
          box-shadow: 0px 7px 30px rgba(66, 80, 73, 0.2);
}
.idx03 .block_support .wrap_h3 {
  margin-bottom: 55px;
}
.idx03 .block_support .item {
  position: relative;
}
.idx03 .block_support .support_cont {
  background-color: #F9FAF4;
  padding: 20px 26px 41px;
  border: 1px solid #DBDBDB;
  border-top: 0;
  position: relative;
}
.idx03 .block_support .support_cont::after {
  content: "";
  position: absolute;
  bottom: 17px;
  right: 14px;
  width: 24px;
  height: 24px;
  background: var(--main-color) url(../images/arr_btn.svg) no-repeat center/100% auto;
  border-radius: 50%;
  margin: auto;
}
.idx03 .block_support .support_cont p {
  line-height: 2;
}

.idx04 {
  padding: 122px 0 140px;
}
.idx04 .wrap_h3 {
  margin-bottom: 78px;
}
.idx04 .wrap_h3 h3 span {
  font-size: 1.6666666667em;
  line-height: 1;
  position: relative;
  top: 0.175em;
  margin: 0 0.0625em;
}
.idx04 .wrap_h3 .h_en {
  margin-bottom: 12px;
}
.idx04 .block_feature {
  will-change: transform;
  width: 208.021vw;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
}
.idx04 .block_feature .feature_item {
  width: 25vw;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  will-change: transform;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1vw, 10px);
  color: #ffffff;
}
.idx04 .block_feature h4 {
  color: #ffffff;
  border-color: #ffffff;
  padding-bottom: 0.5714285714em;
  margin-bottom: 0.3571428571em;
  font-size: 2.8em;
}
.idx04 .block_feature .box_in {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  will-change: transform;
  padding: 3.2em 3.2em;
  background: -webkit-gradient(linear, left top, left bottom, from(#0e5800), to(#50a98e));
  background: linear-gradient(#0e5800 0%, #50a98e 100%);
}
.idx04 .block_feature .feature_img {
  position: relative;
  margin-bottom: 1.6em;
}
.idx04 .block_feature .feature_img figure {
  max-width: 36em;
  width: 87%;
  margin-left: auto;
}
.idx04 .block_feature .point {
  width: 5.0909090909em;
  height: 5.0909090909em;
  background: linear-gradient(-45deg, #0e5800 14%, #50a98e 77%);
  border-radius: 50%;
  color: #ffffff;
  font-family: var(--f-en);
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -0.3636363636em;
  left: -0.5454545455em;
  padding-bottom: 0.1818181818em;
  padding-right: 0.2272727273em;
}
.idx04 .block_feature .point span {
  display: block;
  line-height: 0.8;
  font-size: 2.4545454545em;
  font-family: var(--f-notoserif);
  letter-spacing: 0.04em;
  margin-top: -0.037037037em;
}
.idx04 .block_feature .feature_cont {
  padding: 0 0.8em 0.7em;
}
.idx04 .block_feature .feature_cont p {
  font-size: 1.6em;
}
.idx04 .btn03 {
  max-width: 550px;
  width: 100%;
  margin: 56px auto 0;
}

.idx05 {
  padding: 120px 0 164px;
  position: relative;
  z-index: 0;
}
.idx05::before, .idx05::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}
.idx05::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#eceee3), to(rgba(236, 238, 227, 0)));
  background: linear-gradient(#eceee3 0%, rgba(236, 238, 227, 0) 100%);
  top: 0;
  height: 100%;
}
.idx05::after {
  height: 1018px;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#256a18), color-stop(63.22%, rgba(76, 164, 134, 0.06)), to(rgba(80, 169, 142, 0)));
  background: linear-gradient(0deg, #256a18 0%, rgba(76, 164, 134, 0.06) 63.22%, rgba(80, 169, 142, 0) 100%);
}
.idx05 .idx_wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.idx05 .block_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.idx05 .idx_logo {
  max-width: 384px;
  width: 100%;
  margin: 0 auto 21px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--clr1);
}
.idx05 .idx_logo a {
  display: table;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
.idx05 .address {
  line-height: 1.75;
}
.idx05 .box_in {
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
}
.idx05 .idx_map {
  max-width: 648px;
  height: 500px;
}
.idx05 .info_img {
  max-width: 648px;
  height: 500px;
}
.idx05 .info_cont {
  border: 16px solid #ECEEE3;
  background-color: #ffffff;
  padding: 54px 20px;
}
.idx05 .b_tel {
  text-align: center;
  margin-right: -5px;
  margin-left: -6px;
  margin-top: 34px;
}
.idx05 .info_bnr {
  margin-top: 19px;
}
.idx05 .info_bnr .bnr_it {
  max-width: 440px;
  position: relative;
}
.idx05 .info_bnr .bnr_it:nth-child(2) .bnr_img::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-27%, #0e5800), color-stop(12%, rgba(14, 88, 0, 0.51)), color-stop(39%, rgba(14, 88, 0, 0)));
  background: linear-gradient(0deg, #0e5800 -27%, rgba(14, 88, 0, 0.51) 12%, rgba(14, 88, 0, 0) 39%);
}
.idx05 .info_bnr .bnr_img {
  position: relative;
}
.idx05 .info_bnr .bnr_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-15%, #0e5800), color-stop(22.26%, rgba(14, 88, 0, 0.51)), color-stop(59%, rgba(14, 88, 0, 0)));
  background: linear-gradient(0deg, #0e5800 -15%, rgba(14, 88, 0, 0.51) 22.26%, rgba(14, 88, 0, 0) 59%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.idx05 .info_bnr .bnr_tl {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.idx05 .info_bnr .bnr_tl::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
  background: var(--main-color) url(../images/arr_btn.svg) no-repeat center/100% auto;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.idx_bnr {
  padding: 64px 0 94px;
}
.idx_bnr .inner_max {
  max-width: 1920px;
}
.idx_bnr .bnr {
  max-width: 544px;
  width: calc(33.3333333333% - 24px);
  margin: 12px;
}

@media only screen and (min-width: 1921px) {
  .idx04 .idx_sp {
    width: 75%;
    margin-left: auto;
  }
  .idx04 .block_feature .feature_item {
    font-size: 12px;
    width: 15vw;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 .tab_content > .content:not(.ac) {
    height: 26.5em;
  }
  .idx01 .block_greeting .wrap_h3 {
    margin-top: 35px;
    margin-bottom: 39px;
  }
  .idx01 .block_greeting .wrap_h3 .h_en {
    margin-left: 6px;
  }
  .idx01 .list_tab .tab:hover {
    background-color: var(--main-color);
    color: #ffffff;
  }
  .idx01 .b_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45.6% 48.9%;
    grid-template-columns: 45.6% 48.9%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .idx01 .greeting_img {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    max-width: 675px;
    margin-left: 4%;
  }
  .idx01 .greeting_cont {
    max-width: 551px;
  }
  .idx01 .gr_btn .btn {
    margin-right: 55px;
  }
  .idx01 .gr_btn .btn:last-child {
    margin-right: 0;
  }
  .idx01 .list_post a:hover {
    background-color: #eceee3;
    color: var(--main-color);
  }
  .idx01 .list_post a:hover::after {
    right: 10px;
  }
  .idx02 .block_contact .col_tel {
    padding-right: 54px;
  }
  .idx02 .block_contact .col_mail {
    padding-left: 56px;
  }
  .idx02 .block_contact .b_tel {
    margin-right: 0;
    position: relative;
    top: -8px;
  }
  .idx02 .block_contact .b_mail {
    margin-left: 0;
  }
  .idx03 .b_grid {
    max-width: 1280px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47.4% 48.9%;
    grid-template-columns: 47.4% 48.9%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .idx03 .b_grid h4 {
    margin-top: 53px;
  }
  .idx03 .b_grid h4, .idx03 .b_grid .service_cont {
    max-width: 531px;
  }
  .idx03 .b_grid.grid_st02 {
    margin-top: 11px;
    -ms-grid-columns: 47.9% 52.1%;
    grid-template-columns: 47.9% 52.1%;
  }
  .idx03 .b_grid.grid_st02 h4 {
    margin-top: -2px;
  }
  .idx03 .b_grid.st03 {
    margin-top: 38px;
  }
  .idx03 .b_grid.st03 h4 {
    margin-top: 52px;
  }
  .idx03 .service_tab .tab_btn .tab:hover {
    background-color: var(--main-color);
    color: #ffffff;
  }
  .idx03 .service_img {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    max-width: 600px;
    margin-left: 4%;
  }
  .idx03 .service_bnr .bnr_it:hover {
    background-color: var(--main-color);
  }
  .idx03 .service_bnr .bnr_it:hover::after {
    background: #ffffff url(../images/ic_arr03.svg) no-repeat center/100% auto;
  }
  .idx03 .block_problem .item {
    width: calc((100% - 78px) / 3);
    margin-right: 39px;
  }
  .idx03 .block_problem .item:nth-child(3n+3), .idx03 .block_problem .item:last-child {
    margin-right: 0;
  }
  .idx03 .block_problem .item:hover::before {
    opacity: 0.8;
  }
  .idx03 .block_problem.st02 {
    margin-top: 56px;
  }
  .idx03 .block_problem.st02 .item {
    min-height: 294px;
  }
  .idx03 .tab01.TabContainer .TabContent > .content:not(.ac) {
    height: 40.875em;
  }
  .idx03 .tab02.TabContainer .TabContent > .content:not(.ac) {
    height: 40.625em;
  }
  .idx03 .tab02.TabContainer .TabContent > .content > div {
    padding-bottom: 112px;
  }
  .idx03 .block_support .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .idx03 .block_support .item:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(66, 80, 73, 0.2);
            box-shadow: 0px 0px 10px rgba(66, 80, 73, 0.2);
  }
  .idx03 .block_support .item:hover .support_cont {
    background-color: #fbfded;
  }
  .idx03 .block_support .item:nth-child(3n+3), .idx03 .block_support .item:last-child {
    margin-right: 0;
  }
  .idx03 .block_support .support_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .idx03 .block_support .flex-center {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  .idx04 .inner_max {
    width: calc(100% - 19px);
    max-width: 100%;
  }
  .idx04 .block_feature .feature_item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .idx04 .block_feature .feature_item:not(:last-child) {
    margin-right: 2.2em;
  }
  .idx04.aos-animate .block_feature .feature_item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .idx05 .idx_map {
    max-width: 648px;
    width: 34%;
    height: 500px;
  }
  .idx05 .info_img {
    max-width: 648px;
    width: 34%;
    height: 500px;
  }
  .idx05 .info_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .idx05 .info_cont {
    max-width: 576px;
    width: 38%;
    margin-top: 99px;
    margin-left: -10%;
  }
  .idx05 .info_bnr .bnr_it {
    width: calc(50% - 40px);
    margin: 20px;
  }
  .idx05 .info_bnr .bnr_it:hover .bnr_img::before {
    opacity: 0.8;
  }
  .idx05 .info_bnr .bnr_it:hover .bnr_tl::after {
    right: 10px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .wrap_h3 .h_en {
    font-size: 19px;
    margin-bottom: 3px;
  }
  .wrap_h3 h3 {
    font-size: 38px;
  }
  .wrap_h3.t_left h3::after {
    margin-top: 17px;
    width: 120px;
  }
  h4 {
    font-size: 24px;
  }
  h4.sm {
    font-size: 20px;
  }
  .fz18 p {
    font-size: 16px;
  }
  .idx01 {
    padding: 90px 0px 95px;
  }
  .idx01 .tab_news {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
  .idx01 .block_greeting {
    padding-top: 70px;
  }
  .idx01 .block_greeting .wrap_h3 {
    margin-bottom: 27px;
  }
  .idx01 .greeting_cont .sub_text {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .idx01 .greeting_cont p:not(.sub_text), .idx01 .greeting_cont:not(:last-child) {
    margin-bottom: 18px;
  }
  .idx01 .b_grid {
    -ms-grid-columns: 48.6% 48.9%;
    grid-template-columns: 48.6% 48.9%;
  }
  .idx01 .list_tab {
    margin-bottom: 30px;
  }
  .idx01 .list_post a {
    padding: 17px 20px 17px 0;
  }
  .idx01 .list_post a .title {
    font-size: 16px;
    margin-top: 8px;
  }
  .idx01 .list_post a .cate {
    top: -1px;
  }
  .idx01 .gr_btn {
    margin-top: 30px;
  }
  .idx01 .gr_btn .btn {
    margin-right: 30px;
  }
  .idx02 {
    padding: 95px 0 75px;
  }
  .idx02 .p_label .it {
    font-size: 16px;
    max-width: 180px;
  }
  .idx02 .box_day {
    font-size: min(10px, 1vw);
  }
  .idx03 .service_tab .tab_btn .tab .tl {
    font-size: 16px;
  }
  .idx03 .service_bnr .bnr_it {
    font-size: min(9px, 0.7vw);
  }
  .idx03 .block_problem .item {
    width: calc((100% - 4em) / 3);
    margin-right: 2em;
  }
  .idx03 .tab02 {
    margin-top: 60px;
  }
  .idx03 .block_support {
    margin-top: 80px;
  }
  .idx03 .block_support .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .idx03 .tab01.TabContainer .TabContent > .content:not(.ac) {
    height: 30.3125em;
  }
  .idx03 .tab02.TabContainer .TabContent > .content:not(.ac) {
    height: 30.1875em;
  }
  .idx04 .wrap_h3 {
    margin-bottom: 35px;
  }
  .idx04 .wrap_h3 .h_en {
    margin-bottom: 0;
  }
  .idx04 .block_feature .box_in {
    padding-bottom: 0.2em;
  }
  .idx04 .block_feature .point {
    font-size: 1.8em;
  }
  .idx04 .block_feature h4 {
    font-size: 2.6em;
  }
  .idx04 .block_feature .feature_item {
    font-size: min(10px, 0.61vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .idx03 .block_problem.st02 .item {
    min-height: 255px;
  }
  .idx03 .b_grid {
    -ms-grid-columns: 45.4% 54.9%;
    grid-template-columns: 45.4% 54.9%;
  }
  .idx03 .service_img {
    margin-left: 9%;
  }
  .idx04 {
    padding: 100px 0 85px;
  }
  .idx04 .block_feature .feature_item {
    font-size: min(1vw, 10px);
  }
  .idx05 {
    padding: 80px 0;
  }
  .idx05 .b_tel {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: min(9px, 0.8vw);
  }
  .idx05 .idx_logo {
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
  .idx05 .idx_logo a {
    width: 82%;
  }
  .idx05 .info_cont {
    padding: 35px 20px;
    border-width: 10px;
  }
  .idx05 .info_img, .idx05 .idx_map {
    max-height: 500px;
    height: 36vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  h4 {
    padding-bottom: 9px;
    margin-bottom: 12px;
  }
  .idx01 .b_grid {
    -ms-grid-columns: 50.6% 48.9%;
    grid-template-columns: 50.6% 48.9%;
  }
  .idx02 .block_contact {
    padding: 40px 7% 40px;
  }
  .idx02 .block_contact::before{
    height: calc(100% - 120px);
    top: -43px;
  }
  .idx02 .block_contact .col_tel {
    padding-right: 5%;
  }
  .idx02 .block_contact .col_mail {
    padding-left: 5%;
  }
  .idx02 .block_contact .txt_note{
    margin-top: 18px;
  }
  .idx03 {
    padding-top: 85px;
  }
  .idx03::before {
    background-size: 65% auto, 70% auto, auto 1169px;
  }
  .idx03 .wrap_h3 {
    margin-bottom: 30px;
  }
  .idx03 .service_tab .tab_btn {
    margin-bottom: 35px;
  }
  .idx03 .service_img {
    margin-left: 8%;
  }
  .idx03 .b_grid {
    -ms-grid-columns: 51.4% 48.6%;
    grid-template-columns: 51.4% 48.6%;
  }
  .idx03 .b_grid h4 {
    margin-top: 0;
  }
  .idx03 .b_grid.st03 h4 {
    margin-top: 0;
  }
  .idx03 .btn03 {
    max-width: 490px;
  }
  .idx03 .tab02.TabContainer .TabContent > .content > div {
    padding-bottom: 55px;
  }
  .idx03 .block_problem {
    margin-top: 30px;
  }
  .idx03 .block_problem h5 {
    letter-spacing: 0;
  }
  .idx03 .block_problem .item {
    font-size: min(10px, 1vw);
  }
  .idx03 .btn03 {
    margin-top: 35px;
  }
  .idx04 .block_feature .box_in {
    padding: 2em 2em;
  }
  .idx04 .block_feature .point {
    font-size: 1.8em;
  }
  .idx04 .block_feature h4 {
    font-size: 2.4em;
  }
  .idx05::after {
    height: 745px;
  }
  .idx05 .info_bnr .bnr_it {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .idx05 .info_bnr .bnr_tl {
    font-size: 20px;
  }
  .idx05 .b_tel {
    margin-left: auto;
    margin-right: auto;
  }
  .idx_bnr {
    padding: 50px 0 50px;
  }

}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx05 .block_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx05 .idx_map, .idx05 .info_img {
    width: 50%;
  }
  .idx05 .info_cont {
    width: 60%;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx05 .b_tel {
    margin-left: auto;
    margin-right: auto;
    font-size: 1vw;
  }
}