@charset "UTF-8";

main{
}
.mv {
    position: relative;
}
.mv_catch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 97px;
}
.slick-slide img {
     width: 100%;
}
.mv_topics {
    width: 90%;
    background: #fff;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 0 5px 5px 0;
  position: absolute;
  left: 0;
  bottom: -48px;
}
.topics_inner {
    width: 90%;
    padding: 15px 0;
    min-height: 96px;
    display: flex;
    align-items: center;
    padding-left: 11%;
}
.topics_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    min-height: 40px;
    min-width: 241px;
    border-radius: 5px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-right: 40px;
}
.topics_tag {
    color: #cc0000;
}
a.topics_cont {
    color: #000;
}

.information {
    padding-top: 100px;
  background: #F1F1EF;
}
.info_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.sec_title {
    margin: 0;
}
.sec_title--main {
    font-size: 4rem;
    font-weight: bold;
    color: #31705A;
    letter-spacing: 4px;
}
.sec_title--sub {
    font-size: 1.6rem;
}
.info_row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
}
.info_card {
    max-width: 502px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  box-shadow: 0px 0px 20px #00000029;
}
.info_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 10px 45px;
    position: relative;
}
.info_name {
    font-size: 2.8rem;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
}
.info_sub {
    font-weight: bold;
    color: #31705A;
    margin-top: 5px;
}
.info_btn {
    position: absolute;
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 241px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
}
.info_btn::after{
  content: '';
  background: url("/eco/common/img/arrow_btn.svg")no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 10px;
}
.info_head::before{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: transparent linear-gradient(270deg, #009441 0%, #218B7F 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
}

.greeting{
  background: linear-gradient(180deg,#F1F1EF 0%,#F1F1EF 50%,#fff 50%);
  position: relative;
  padding-top: 90px;
}
.gre_bg{
  position: absolute;
  display: block;
  width: 100%;
  height: 496px;
  background: url("/eco/img/bg_02.png") center;
  -webkit-background-size: cover;
  background-size: cover;
  top: calc(55% - 248px);
}
.gre_inner {
    position: relative;
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.gre_main {
    width: 100%;
    display: flex;
  justify-content: space-between;
  align-items: flex-start;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  padding: 40px;
  gap:20px;
  box-shadow: 0px 0px 20px #00000029;
}
.gre_main::before{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: transparent linear-gradient(270deg, #009441 0%, #218B7F 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
}
.gre_left {
    max-width: 656px;
    width: 100%;
}
.gre_tit {
    margin: 0;
    font-size: 2.8rem;
    letter-spacing: 2px;
}
.gre_sub {
    font-weight: bold;
    color: #31705A;
}
.gre_text {
    margin-top: 30px;
    text-indent: 1em;
}
.gre_name {
    margin-top: 25px;
}
.gre_bot {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.gre_bnr {
    max-width: 502px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
  padding: 30px 5%;
  box-shadow: 0px 3px 20px #00000029;
}
.bnr_tit {
    font-size: 4rem;
    font-weight: bold;
    color: #FFFFFF;
}
.bnr_sub.f_min {
    color: #fff;
    margin-top: 5px;
}
a.bnr_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 241px;
    height: 40px;
    width: 100%;
    background: #fff;
    color: #000;
    border-radius: 5px;
    margin-top: 15px;
}
a.bnr_btn::after {
  content: '';
  background: url("/eco/common/img/arrow_green.svg")no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 10px;
}
.news {
    padding-top: 65px;
}
.news_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    position: relative;
}
.news_btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 241px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    top: 15px;
    right: 0;
}
.news_btn::after{
  content: '';
  background: url("/eco/common/img/arrow_btn.svg")no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 10px;
}
.news_col {
    margin-top: 30px;
    border-top: 1px solid #CCCCCC;
}
.news_row {
    display: flex;
    gap: 35px;
    padding: 20px 130px;
    border-bottom: 1px solid #CCCCCC;
}
.news_date {
    min-width: 85px;
}
a.news_cont {
    color: #000;
}
.menu {
    background: #F1F1EF;
    margin-top: 65px;
    padding: 65px 0;
}
.menu_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.menu_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.menu_main {
    width: 100%;
    display: flex;
  justify-content: space-between;
  align-items: flex-start;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  padding: 40px;
  gap:20px;
  box-shadow: 0px 0px 20px #00000029;
}
.menu_main::before{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: transparent linear-gradient(270deg, #009441 0%, #218B7F 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
}
.menu_left {
    max-width: 502px;
    width: 100%;
    position: relative;
}
.menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 241px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0px;
  font-size: 1.4rem;
}
.menu_left .menu_btn {
    position: absolute;
    top: 0;
    right: 0;
}
.menu_btn::after{
  content: '';
  background: url("/eco/common/img/arrow_btn.svg")no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 10px;
}
.menu_tit {
    font-size: 2.8rem;
    font-weight: bold;
}
.menu_com {
    margin-top: 30px;
}
.menu_card {
    max-width: 328px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    box-shadow: 0px 0px 20px #00000029;
}
.menu_card::before{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: transparent linear-gradient(270deg, #009441 0%, #218B7F 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
}
.menu_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 65px;
    height: 50px;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
.topics_inner {
    flex-wrap: wrap;
    padding-left: 7%;
  gap:3px 0;
}
.mv_catch {
    padding-top: 60px;
}
.info_row {
    flex-direction: column;
}
  .info_head{
    text-align: center;
  }
.gre_main {
    padding: 30px 5%;
    flex-direction: column;
    align-items: center;
}
.gre_text {
    margin-top: 15px;
}
.gre_bot {
    flex-direction: column;
}
.bnr_tit {
    font-size: 2.4rem;
}
.news_btn.bg_grad {
    position: static;
    margin-top: 20px;
}
.sec_title--sub {
    display: inline-block;
}
.news_row {
    padding: 10px 5%;
    flex-direction: column;
    gap: 10px;
}
.menu_main {
    padding: 30px 5%;
    flex-direction: column;
}
.menu_left .menu_btn {
    position: static;
    margin-top: 15px;
}
.menu_com {
    margin-top: 15px;
}
.menu_btn {
    font-size: 1.4rem;
}
}
@media print {

}