@charset "UTF-8";
#index {
  text-align: left;
  padding: 0 0 3rem;
  overflow: hidden;
  /*searchmenu*/
  /*ニュース*/
  /*お役立ちバナー*/
}
@media screen and (max-width: 1200px) {
  #index {
    padding: 0 10px 3rem;
  }
}
#index .wrapInner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #index .wrapInner {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  #index .wrapInner {
    padding-left: 0;
    padding-right: 0;
  }
}
#index p {
  margin: 0 0 1.5rem;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 780px) {
  #index p {
    line-height: 1.84;
  }
}
#index img {
  border-radius: 1rem;
  margin: 0 auto;
}
#index .slide-box {
  position: relative;
  margin: 0 0 5% 0;
  /* 全体のスタイル */
  /* 現在のスライドのスタイル */
}
#index .slide-box .swiper-container {
  width: 100%;
  height: 60vh;
}
#index .slide-box .swiper-container .swiper-slide-next:after,
#index .slide-box .swiper-container .swiper-slide-prev:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
#index .slide-box .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#index .slide-box .swiper-container .slide-text {
  position: absolute;
  bottom: 5%;
  left: 10%;
  z-index: 10;
  width: 40%;
}
#index .slide-box .swiper-pagination {
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -8%;
}
#index .slide-box .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: #86888c;
  opacity: 0.5;
  margin: 2px;
}
#index .slide-box .swiper-pagination-bullet-active {
  background: #039f82;
  opacity: 1;
}
#index .bg_waveG {
  background-image: url("../img/gray.webp");
  content: "";
  padding: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.no-webp #index .bg_waveG {
  background: url("../img/gray.png");
}
#index .grayB {
  position: relative;
}
#index .index_mo {
  padding: 0 20px 50px;
  background: url(../img/index_mo_bk.webp), linear-gradient(45deg, #f2f9ef, #f2f9ef);
}
.no-webp #index .index_mo {
  background: url(../img/index_mo_bk.png), linear-gradient(45deg, #f2f9ef, #f2f9ef);
}
#index .index_mo.widthMax {
  padding: 0 calc(50vw - 50%) 10px;
}
#index .searchmenu {
  padding-bottom: 3rem;
}
#index .searchmenu > ul {
  display: flex;
  justify-content: space-between;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 780px) {
  #index .searchmenu > ul {
    flex-direction: column;
    align-items: center;
  }
}
#index .searchmenu > ul > li {
  padding: 1.5rem 1.4rem;
  text-align: center;
  background: linear-gradient(45deg, #005247, #026d5e, #005247);
  margin: 0.8rem;
  border-radius: 1.4rem;
  width: 33.3333333333%;
  box-shadow: 0px 0px 8px -5px #1a4e46;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  #index .searchmenu > ul > li {
    width: 100%;
    padding: 0 0.8rem;
  }
}
#index .searchmenu > ul > li h2 {
  margin-top: 0;
}
#index .searchmenu > ul > li h3 {
  color: #FFF;
  font-size: 2.4rem;
  letter-spacing: 0.04rem;
  z-index: 5;
}
@media screen and (max-width: 780px) {
  #index .searchmenu > ul > li h3 {
    width: 60%;
    font-size: 1.8rem;
    padding-left: 0.5rem;
  }
}
#index .searchmenu > ul > li h3 p {
  color: #FFF;
  border-bottom: 1px solid #039f82;
  line-height: 1.4;
  padding: 0.5rem 0 0.5rem 1rem;
}
@media screen and (max-width: 780px) {
  #index .searchmenu > ul > li h3 p {
    text-align: left;
  }
}
#index .searchmenu > ul > li h3 span {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  display: block;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 780px) {
  #index .searchmenu > ul > li h3 span {
    word-break: keep-all;
    font-size: 1.2rem;
    letter-spacing: 0.09rem;
    text-align: left;
    line-height: 1.6;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 780px) {
  #index .searchmenu > ul > li p {
    display: flex;
    align-items: center;
  }
}
#index .searchmenu > ul > li .searchmenu_ico {
  display: flex;
  justify-content: center;
  z-index: 3;
}
@media screen and (max-width: 780px) {
  #index .searchmenu > ul > li .searchmenu_ico {
    margin: 0;
  }
}
#index .searchmenu > ul > li .searchmenu_ico img {
  width: 50%;
  padding: 1rem 0 1rem;
  filter: drop-shadow(0px 0px 0px #00372f) drop-shadow(3px 3px 0px #00372f);
}
@media screen and (max-width: 780px) {
  #index .searchmenu > ul > li .searchmenu_ico img {
    width: 70px;
    margin: 0 0 0.3rem 0;
  }
}
#index .searchmenu > ul > li .toggle_title {
  border-radius: 10px;
  position: relative;
  border-radius: 0.8rem;
  color: #005247;
  font-weight: 500;
  font-size: 1.875rem;
  position: relative;
}
@media screen and (min-width: 781px) {
  #index .searchmenu > ul > li .toggle_title {
    pointer-events: none;
  }
}
@media screen and (max-width: 780px) {
  #index .searchmenu > ul > li .toggle_title {
    font-size: 3.8vmin;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
  }
}
#index .searchmenu > ul > li .toggle_title:hover {
  cursor: pointer;
}
#index .searchmenu > ul > li .toggle_title .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  background: #FFF;
  border-radius: 50%;
  flex-shrink: 0;
}
#index .searchmenu > ul > li .toggle_title .i_box .one_i {
  transform: rotate(45deg) translate(-50%);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
}
#index .searchmenu > ul > li .toggle_title .i_box .one_i:before, #index .searchmenu > ul > li .toggle_title .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #039f82;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: -2px;
  left: -8px;
  transform: rotate(0deg);
  transform-origin: center center;
}
#index .searchmenu > ul > li .toggle_title .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: -9px;
  left: -1px;
}
#index .searchmenu > ul > li .toggle_title.open .i_box .one_i:before {
  content: none;
}
#index .searchmenu > ul > li .toggle_title.open .i_box .one_i:after {
  transform: rotate(-90deg);
}
#index .searchmenu > ul > li .toggle_inner {
  display: none;
}
@media screen and (min-width: 781px) {
  #index .searchmenu > ul > li .toggle_inner {
    display: none !important;
  }
}
#index .searchmenu > ul > li .toggle_inner div a {
  display: block;
  background: linear-gradient(180deg, #FFF 50%, #f5f5f5 96%);
  margin: 1rem 0.5rem 1.5rem;
  border-radius: 0.6rem;
  padding: 1.4rem 0 1.2rem;
  font-weight: bold;
  position: relative;
  text-align: left;
  padding-left: 3%;
  padding-right: 12%;
  line-height: 1.2rem;
  box-shadow: 1px 2px 4px -2px #035b4d;
  transition: 0.3s;
}
@media screen and (min-width: 781px) {
  #index .searchmenu > ul > li .toggle_inner div a:hover {
    border: 1px;
    box-shadow: 0px 5px 8px -3px #035b4d;
    transition: 0.3s;
    color: #333;
    font-weight: normal;
  }
}
#index .searchmenu > ul > li .toggle_inner div .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: rotate(90deg) translate(-50%);
}
#index .searchmenu > ul > li .toggle_inner div .one_i:before {
  display: flex;
  content: "";
  background-color: #eecf36;
  border-radius: 10px;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 6px;
  left: 0px;
  transform: rotate(-50deg);
  transform-origin: center center;
}
#index .searchmenu > ul > li .toggle_inner div .one_i:after {
  display: flex;
  content: "";
  background-color: #eecf36;
  border-radius: 10px;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 6px;
  left: 6px;
  transform: rotate(50deg);
  transform-origin: center center;
}
#index .searchmenu > ul > li > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 50%, #f5f5f5 96%);
  margin: 0.8rem 0;
  border-radius: 0.5rem;
  padding: 1.2rem 0 0.8em;
  font-weight: bold;
  position: relative;
  text-align: left;
  padding-left: 7%;
  padding-right: 12%;
  line-height: 2.2rem;
  box-shadow: 2px 3px 0px 0px #3d6660;
  transition: 0.2s;
  font-size: 1.6rem;
}
@media screen and (min-width: 1201px) {
  #index .searchmenu > ul > li > ul li a {
    word-break: keep-all;
  }
}
@media screen and (min-width: 781px) {
  #index .searchmenu > ul > li > ul li a:hover {
    box-shadow: 1px 1px 3px 0px #0b8d75;
    transition: 0.3s;
    transform: translate(2px, 1px);
  }
}
#index .searchmenu > ul > li > ul li .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: rotate(90deg) translate(-50%);
}
#index .searchmenu > ul > li > ul li .one_i:before {
  display: flex;
  content: "";
  background-color: #eecf36;
  border-radius: 10px;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 6px;
  left: 0px;
  transform: rotate(-50deg);
  transform-origin: center center;
}
#index .searchmenu > ul > li > ul li .one_i:after {
  display: flex;
  content: "";
  background-color: #eecf36;
  border-radius: 10px;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 6px;
  left: 6px;
  transform: rotate(50deg);
  transform-origin: center center;
}
#index .Ntop.widthMax {
  padding: 20px calc(50vw - 50%) 60px;
}
#index .Ntop.widthMax > .wrapInner {
  background: #FFF;
  padding: 3rem;
  border-radius: 1.4rem;
}
#index .swiper-wrap {
  position: relative;
}
#index .swiper-wrap .swiper-button-prev {
  left: 4%;
  top: 50%;
}
@media screen and (max-width: 780px) {
  #index .swiper-wrap .swiper-button-prev {
    left: -3%;
  }
}
#index .swiper-wrap .swiper-button-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 50px;
  font-weight: 900;
  color: #196359;
}
@media screen and (max-width: 780px) {
  #index .swiper-wrap .swiper-button-prev:before {
    font-size: 25px;
  }
}
#index .swiper-wrap .swiper-button-next {
  right: 4%;
  top: 50%;
}
@media screen and (max-width: 780px) {
  #index .swiper-wrap .swiper-button-next {
    right: -3%;
  }
}
#index .swiper-wrap .swiper-button-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 50px;
  font-weight: 900;
  color: #196359;
}
@media screen and (max-width: 780px) {
  #index .swiper-wrap .swiper-button-next:before {
    font-size: 25px;
  }
}
#index .swiper-wrap .swiper-button-prev:after,
#index .swiper-wrap .swiper-button-next:after {
  content: none;
}
#index .banner_slider {
  width: 84%;
  margin: 3rem auto;
  background: #FFF;
}
@media screen and (max-width: 780px) {
  #index .banner_slider {
    width: 100%;
  }
}
#index .banner_slider .swiper-slide p {
  text-align: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 780px) {
  #index .banner_slider .swiper-slide p {
    font-size: 12px;
  }
}
#index .banner_slider .swiper-slide img {
  vertical-align: top;
}/*# sourceMappingURL=index.css.map */