@charset "utf-8";

/*homeのリキャプチャロゴ非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

body#home li {
  list-style-type: none;
}

.swiper-container {
  margin-top: 5px;
}

.slide-img img {
  width: 100%;
}


/*---------------------------------------
スライド    
---------------------------------------*/

.swiper img {
  width: 100%;
  overflow: visible;
  margin-bottom: 20px;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: '';
  background-image: url(../image/slide/slide_right.png);
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
}

.swiper-button-prev::after {
  content: '';
  background-image: url(../image/slide/slide_left.png);
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
}

.swiper-pagination-bullet {
  background-color: #50b54d;
}

/*
.swiper-pagination {
  display: none;
}
*/
.swiper-pagination {
  display: block;
  bottom: -5px !important;
}

@media screen and (max-width: 768px) {
  .swiper {
    overflow: visible;
    margin-bottom: 20px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
    width: 20px;
    height: 20px;
  }

  .swiper-pagination {
    display: block;
    bottom: -10px !important;
  }
}

@media screen and (max-width: 450px) {
  .swiper img {
    width: 100%;
    overflow: visible;
    margin-bottom: 4px;

  }

  .swiper-pagination {
    text-align: right;
    bottom: -25px !important;
  }

}

/*-------------------------
スライドバナー　テキスト
-------------------------*/
.slide-text {
  position: absolute;
  z-index: 10;
  border-radius: 4px;
  /*background: #FFFFFF;*/



  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);


  /*
left: 50px;
top:50px;
*/

}


.slide-text h2 {
  /*font-family: "UD新ゴ DB";*/
  color: #00a051;

  line-height: 1.1;
  font-size: 40px;
  padding: 25px 35px;
  white-space: nowrap;
}

.slide-text h2 span {
  display: inline-block;
  line-height: 1.0;
  margin-bottom: 2px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.95);

}


@media screen and (max-width: 1200px) {
  .slide-text h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {

  .slide-text {
    /*
bottom:0;
left: 0;
transform: translateY(0%);
margin: 0;
*/
  }

  .slide-text h2 {
    font-size: 21px;
    padding: 25px 15px;
  }
}

@media screen and (max-width: 770px) {
  .slide-text h2 {
    font-size: 18px;
    padding: 25px 10px;
  }
}

@media screen and (max-width: 450px) {
  br.pc {
    display: none;
  }

  /*
.swiper-slide img {
   width: 100%;
   height:200px !important;
   object-fit:cover;
}
*/
  .slide-text {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translate(0%, 0%);
  }

  .slide-text h2 {
    padding: 0px 0px 0px 5px;
    font-size: 14px;
    white-space: normal;
  }

  .slide-text h2 span {
    padding: 2px 0;
  }

}


#contents {
  padding: 0 10px;
}

#main ul li a {
  display: block;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
  color: #666;
  font-size: 16px;
  padding: 0;
  border-radius: 6px;
}

#main ul li p.name {
  width: 100%;
  color: #00a051;
  margin-bottom: 0;
  text-align: center;
  padding: 4px 10px 5px;
}

ul.block_menu01 {
  max-width: 1135px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px auto 10px;
}

ul.block_menu01 li {
  width: 23%;
  margin: 0.5%;
}

ul.block_menu01 li img {
  width: 100%;
}

ul.block_menu01 li a {
  border: 1px solid #ccc;
}

#main ul.block_menu02 {
  max-width: 1135px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px auto 20px;
}

#main ul.block_menu02 li {
  width: 150px;
  background-color: #50b54d;
  border-radius: 6px;
  height: auto;
  margin: 0.5%;
}


#main ul.block_menu02 li p.name {
  color: #fff;
  margin-bottom: 8px;
}

#main ul.block_menu02 li p.icon {
  width: 100%;
  margin-bottom: 0;
  margin-right: 10px;
  margin: 10px auto 0;
  display: block;
  text-align: center;
}

.list_pickup {
  max-width: 1135px;
  margin: 30px auto;
}

body#home .tit2 {
  text-align: center;
  margin-bottom: 30px;

}

body#home .tit2 h2 {
  position: relative;
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  color: #00a051;
  margin: 30px 0 0 !important;
  padding: 0;
  background: none;
}

body#home .tit2 h2:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #00a051;
  left: -100px;
  top: 0.5em;
}

body#home .tit2 h2:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #00a051;
  right: -100px;
  top: 0.5em;
}

.tit2 .en_title {
  display: block;
}

.tit2 .en_title span {
  display: inline-block;
  background: #00a051;
  padding: 3px 10px;
  border-radius: 30px;
  line-height: 1;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  margin: 0 auto;
}

#main.col1 ul.list_pickup a {
  padding: 10px 10px 10px 50px;
  color: #00a051;
  display: block;
  width: 100%;
}

#main.col1 ul.list_pickup li {
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  border-radius: 50px;
  border: 1px solid #00a051;
  color: #00a051;
  background-position: center left 10px;
  background-image: url(../image/top/icon_arrow01.png);
  margin: 1% 0;
}

.block_news {
  background-color: #f5f5f5;
  padding: 50px;
}

#main p.line01 {
  margin: 0;
  border-bottom: 2px solid #00a051;
}

.block_news .block_flex {
  margin-top: 30px;
}

#main.col1 .box_news {
  width: 60%;

}

#main.col1 .box_news .tab-group {
  margin: 0 auto;
  width: 95%;
}

#main.col1 .box_news .tab {
  margin: 0;
}

#main.col1 .box_news .tab-panel ul {
  margin: 0 auto;

}

#main.col1 .box_news .panel-group {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}

#main.col1 .box_news .tab {
  background-color: #00a051;
  height: 3rem;
  border: none;
  margin: 0 1px;
  border-radius: 4px 4px 0 0;
}

#main.col1 .box_news .tab.is-active {
  background-color: #fff;
  color: #00a051;
}

#main.col1 .box_news .tab.is-active::after {
  display: none;
}

.list_news {
  margin-top: 0;
}

#main.col1 .box_info {
  width: 38%;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 6px;
  margin: 48px 0 0 0;
}

#main.col1 .list_news {
  display: block;
}

#main.col1 ul.list_news li {
  width: 100%;
}

#main.col1 ul.list_news li a {
  display: block;
  color: #000;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #00a051;
  padding: 0 10px 6px 10px;
}

#main p.info {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  margin: 5px 0 0;
}

#main p.info span {
  background-color: #00a051;
  color: #fff;
  padding: 5px 15px;
  margin-left: 10px;
  font-size: .8em;
  border-radius: 5px;
  line-height: 1;
}

.box_info p {
  color: #00a051;
}

.box_info h4 {
  display: inline-block;
  background-color: #00a051;
  font-size: 1.2em;
  color: #fff !important;
  padding: 5px 20px 20px;
  margin-bottom: 30px;
  border-radius: 10px 0 10px 0;
}

.box_info h5 {
  display: inline-block;
  background-color: #00a051;
  font-size: 1em;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 5px;
}

.box_info .box_info_inner {
  margin-left: 10px;
}

#main .box_info .box_info_inner p {
  font-size: 1.2em;
  font-weight: bold;
}

.center {
  text-align: center;
}

.btn_more {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  background-color: #50b54d;
  color: #fff;
  padding: 10px 50px;
}

.btn_more:before {
  position: absolute;
  content: "▶";
  font-size: 0.6em;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

a.btn_more {
  color: #FFFFFF !important;
}


.block_bnr {
  display: flex;
  margin: 20px auto;
  justify-content: center;
}

.block_bnr a {
  margin: 1%;
}

#main ul.list_menu02 {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#main ul.list_menu02 li {
  width: 24.5%;
  margin: 2px;
}

#main ul.list_menu02 li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #50b54d;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border-radius: 6px;
}

#main ul.list_menu02 li p.icon {
  width: 50px;
  margin-bottom: 0;
  margin-right: 4px;
}

#main ul.list_menu02 li p.name {
  width: calc(100% - 50px);
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}

.block_movie {
  padding: 30px 0;
  background-color: #f8f8f8;
}

.block_movie li {
  width: 19.8%;
  background-color: #fff;
  padding: 20px;
  margin: 0.1%;
}

.list_menu03 {
  display: flex;
  flex-wrap: wrap;
}

.list_menu03 .tit {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #00a051;
  line-height: 1.2;
}

.list_menu03 p {
  line-height: 1.2;
  font-size: 14px;
}

.list_menu03 img {
  width: 100%;
}

.font_g li {
  color: #00a051;
  line-height: 1.4;
}

@media only screen and (max-width: 1160px) {

  .block_news {
    padding: 50px 20px;
  }

  #main.col1 .box_news {
    width: 49.5%;
  }

  #main.col1 .box_news .tab-group li {
    font-size: 14px;
  }


  #main.col1 .box_info {
    width: 49.5%;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin: 48px 0 0 0.5%;
  }


}

@media only screen and (max-width: 980px) {

  .block_news {
    padding: 30px 10px;
  }

  #main p.info {
    padding-left: 0px;
  }

  #main.col1 ul.list_news li a {
    padding: 0 0 6px 0;
  }


  .block_movie li {
    width: 33%;
  }

}

@media only screen and (max-width: 980px) {
  #main ul.block_menu02 li {
    width: 32%;
  }

  #main ul.block_menu02 li p.icon {
    width: 7vw;
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  body#home .tit2 h2 {
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  body#home .tit2 h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 20vw;
    background-color: #00a051;
    left: -23vw;
    top: 0.5em;
  }

  body#home .tit2 h2::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 20vw;
    background-color: #00a051;
    right: -23vw;
    top: 0.5em;
  }

  .block_news .block_flex {
    margin-top: 30px;
  }

  ul.block_menu01 li {
    width: 48%;
    margin: 1%;
  }

  #main ul.block_menu02 li p.icon {
    width: 10vw;
    margin: 15px auto 0;

  }

  #main ul li p.name {
    font-size: 0.8em;
    padding: 10px 10px 5px;
    line-height: 1;
  }

  .block_news {
    padding: 20px;
  }

  .block_news.block_flex {
    display: block;
  }

  #main.col1 .box_news {
    width: 100%;
    margin-bottom: 0px;
  }

  #main.col1 .box_info {
    width: 100%;
    margin: 5px 0 0 0;
  }



  .block_bnr {
    display: block;
  }

  .block_bnr a {
    display: inline-block;
    margin: 0.5% auto 0%;
    width: 49%;
  }

  #main ul.list_menu02 li {
    width: 48.5%;
  }

  .block_movie li {
    width: 49.5%;
  }

  .list_menu03 .tit {
    font-weight: bold;
    font-size: 16px;
    color: #00a051;
    line-height: 1.3;
    margin-top: 10px;
  }

  .block_movie {
    padding: 20px 0;
  }

  .btn_more {
    margin: 20px auto 30px;
  }

  #main.col1 ul.list_pickup li {
    border-radius: 6px;
  }


}


@media only screen and (max-width: 450px) {
  #contents {
    padding: 5px;
  }


  #main.col1 .box_info {
    padding: 20px 5px;

  }


  #main.col1 ul.list_news li a {
    padding: 4px 0px 6px 0px;
  }


  #main ul.block_menu02 li {
    width: 49%;
  }

  .block_news {
    padding: 5px;
  }

  #main.col1 .box_news .tab-group {
    margin: 0 auto;
    width: 100%;
  }

  .list_menu03 .tit {
    font-size: 14px;

  }

  .list_menu03 .txt {
    font-size: 12px;

  }

}