@charset "UTF-8";
/*
TOPページ
===========================================*/
/*
loading
===========================================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
}

#loading p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #loading img {
    width: 8vw;
  }
}

#loading.none {
  opacity: 0;
  visibility: hidden;
}

/*
0 TOPページのパーツ
===========================================*/
h2[class$="_title"] {
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  h2[class$="_title"] {
    font-size: 2.93333vw;
    padding-left: 9.33333vw;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

h2[class$="_title"] span {
  position: relative;
  display: block;
  font-size: 5rem;
  margin: 0 0 5px;
  font-family: 'Roboto', sans-serif;
  color: #00a650;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  h2[class$="_title"] span {
    margin: 0 0 2.4vw;
    font-size: 8vw;
  }
}

h2[class$="_title"] span:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #00a650;
}

@media screen and (max-width: 767px) {
  h2[class$="_title"] span:before {
    left: -9.33333vw;
    width: 5.33333vw;
    height: 0.53333vw;
  }
}

.svg_icon {
  display: block;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .svg_icon {
    width: 10.66667vw;
    height: 9.33333vw;
  }
}

.more-link_btn {
  display: inline-block;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .more-link_btn {
    display: block;
    width: 58.66667vw;
    margin: 0 auto;
  }
}

.more-link_btn a {
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: center;
  display: block;
  width: 100%;
  background: #00a650;
  color: #fff;
  font-weight: 700;
  border: 1px solid #00a650;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  font-size: 1.6rem;
}

.more-link_btn a:before, .more-link_btn a:after {
  content: "";
  position: absolute;
  right: 16px;
  left: auto;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: width,left,right,background-color,margin;
  transition-property: width,left,right,background-color,margin;
}

@media screen and (max-width: 767px) {
  .more-link_btn a:before, .more-link_btn a:after {
    right: 2.66667vw;
  }
}

.more-link_btn a:before {
  top: 52%;
  width: 37px;
  margin-left: -10px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .more-link_btn a:before {
    width: 6.26667vw;
  }
}

.more-link_btn a:after {
  top: 52%;
  width: 12px;
  margin-top: -1px;
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media screen and (max-width: 767px) {
  .more-link_btn a:after {
    width: 2.4vw;
  }
}

.more-link_btn a:hover:before, .more-link_btn a:hover:after {
  right: 11px;
}

@media screen and (max-width: 767px) {
  .more-link_btn a:hover:before, .more-link_btn a:hover:after {
    right: 2vw;
  }
}

.more-link_btn a:hover {
  background: #fff;
  color: #00a650;
}

@media screen and (max-width: 767px) {
  .more-link_btn a {
    font-size: 3.2vw;
    padding: 5.2vw;
  }
}

.more-link_btn a:before {
  width: 26px;
}

@media screen and (max-width: 767px) {
  .more-link_btn a:before {
    width: 4.8vw;
  }
}

.more-link_btn a:after {
  width: 10px;
}

.more-link_btn a:hover:before, .more-link_btn a:hover:after {
  background: #00a650;
}

/*
1 mainvisual
===========================================*/
#mainvisual {
  width: 100%;
  margin: 0 0 85px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #mainvisual {
    margin: 0% auto 9.86667%;
  }
}

#mainvisual .mainvisual_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  z-index: 3;
  width: calc(1085/1300*100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #mainvisual .mainvisual_inner {
    padding: 0 0 0 25px;
    min-width: 1060px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .mainvisual_inner {
    width: 100%;
  }
}

#mainvisual .mainvisual_title {
  position: relative;
}

@media screen and (min-width: 768px) {
  #mainvisual .mainvisual_title {
    width: 51vw;
    margin: 0vw 0vw 5.38462vw 0vw;
    max-width: 663px;
  }
}

@media only screen and (min-width: 1300px) {
  #mainvisual .mainvisual_title {
    margin: 0 0 70px;
  }
}

@media only screen and (max-width: 1060px) {
  #mainvisual .mainvisual_title {
    width: 540px;
    margin: 0 0 57px;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .mainvisual_title {
    width: 100%;
    margin: 0;
  }
}

#mainvisual .mainvisual_title.show:before {
  width: 0;
}

#mainvisual .mainvisual_title img {
  width: 100%;
}

#mainvisual:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 6.15385vw;
  left: 0;
  height: 36.92308vw;
  background: #00a650;
  z-index: -1;
}

@media only screen and (min-width: 1300px) {
  #mainvisual:before {
    top: 80px;
    height: 480px;
  }
}

@media only screen and (max-width: 1060px) {
  #mainvisual:before {
    top: 65px;
    height: 391px;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual:before {
    top: 8vw;
    height: 80vw;
  }
}

.mainvisual_image {
  position: relative;
  width: 100%;
}

.mainvisual_image_item {
  width: 79.84615vw;
  height: 51.53846vw;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .mainvisual_image_item {
    max-width: 1038px;
    max-height: 670px;
  }
}

@media only screen and (max-width: 1060px) {
  .mainvisual_image_item {
    width: 847px;
    height: 547px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual_image_item {
    width: 90.66667vw;
    height: 96vw;
  }
}

.mainvisual_image_item img {
  width: 100%;
}

.mainvisual_image_item li {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}

.mainvisual_image_item li:first-child {
  opacity: 1;
}

.mainvisual_image_item li.active {
  opacity: 1;
}

.mainvisual_image_item.anime li {
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

/*
2 products 製品・事例紹介
===========================================*/
.products_inner {
  max-width: 1120px;
  max-width: 1060px;
  margin: 0 auto 115px;
}

@media screen and (min-width: 768px) {
  .products_inner {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .products_inner {
    width: 92vw;
    margin-bottom: 13.33333vw;
  }
}

.products_main {
  margin: 38px auto;
}

@media screen and (max-width: 767px) {
  .products_main {
    margin: 5.33333vw 0 0;
  }
}

.products_main .main_img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .products_main .main_img {
    padding: 0;
  }
}

.products_main .main_img img {
  width: 100%;
}

.products_main .main_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 648px;
  padding: 35px 30px 40px;
  -webkit-box-shadow: 4px 4px 0px 0px #ededed;
  box-shadow: 4px 4px 0px 0px #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .products_main .main_info {
    display: block;
    width: 84vw;
    margin: 0 auto;
    padding: 5.33333vw 5.33333vw 6.66667vw;
    -webkit-box-shadow: 0.66667vw 0.66667vw 0px 0px #ededed;
    box-shadow: 0.66667vw 0.66667vw 0px 0px #ededed;
  }
}

.products_main .main_info .more-link_btn {
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .products_main .main_info .more-link_btn {
    margin: 5.06667vw auto 0;
  }
}

.products_main .main_info .text {
  width: 315px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .products_main .main_info .text {
    width: 100%;
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}

/*
3 business
===========================================*/
#business {
  padding-bottom: 225px;
  background-image: url(/assets/images/top/business_bg02_pc.png);
  background-position: center top;
  position: relative;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #business {
    padding-bottom: 11.06667vw;
    background-image: url(/assets/images/top/business_bg02_sp.png);
    background-size: 100%;
    background-position: center bottom;
  }
}

.business_bg {
  width: 100%;
  height: 430px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/images/top/business_bg_pc.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .business_bg {
    height: 58.66667vw;
    background-image: url(/assets/images/top/business_bg_sp.jpg);
  }
}

.business_inner {
  position: relative;
  max-width: 1120px;
  max-width: 1120px;
  height: 430px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .business_inner {
    height: 58.66667vw;
    height: auto;
    padding: 44.93333vw 0 0;
  }
}

.business_info {
  position: absolute;
  top: 312px;
  right: 34px;
  width: 652px;
  padding: 52px 38px 35px 39px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px #ededed;
  box-shadow: 4px 4px 0px 0px #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .business_info {
    position: static;
    width: 84.53333vw;
    margin: 0 auto;
    padding: 8.53333vw 6.66667vw 6.66667vw 5.33333vw;
    -webkit-box-shadow: 0.66667vw 0.66667vw 0px 0px #ededed;
    box-shadow: 0.66667vw 0.66667vw 0px 0px #ededed;
  }
}

.business_info .info_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .business_info .info_wrap {
    display: block;
    margin-top: 4.66667vw;
  }
}

.business_info .text {
  width: 355px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .business_info .text {
    width: 100%;
    padding: 0;
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  .business_info .more-link_btn {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  #business .business_title {
    margin-left: -9.33333vw;
  }
}

/*
4 greenarea
===========================================*/
#greenarea {
  width: 100%;
  background: #00a650;
}

#greenarea .greenarea_inner {
  max-width: 1120px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #greenarea .greenarea_inner {
    width: 84vw;
    padding: 0;
  }
}

.greenarea_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .greenarea_main {
    display: block;
    border: none;
  }
}

.greenarea_main_item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .greenarea_main_item {
    width: 100%;
    text-align: left;
  }
}

.greenarea_main_item + .greenarea_main_item {
  border-left: 1px dotted #fff;
}

@media screen and (max-width: 767px) {
  .greenarea_main_item + .greenarea_main_item {
    border-left: none;
    border-top: 1px dotted #fff;
  }
}

.greenarea_main_item a {
  display: block;
  padding: 30px 77px 30px 70px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}

.greenarea_main_item a:before, .greenarea_main_item a:after {
  content: "";
  position: absolute;
  right: 16px;
  left: auto;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: width,left,right,background-color,margin;
  transition-property: width,left,right,background-color,margin;
}

@media screen and (max-width: 767px) {
  .greenarea_main_item a:before, .greenarea_main_item a:after {
    right: 2.66667vw;
  }
}

.greenarea_main_item a:before {
  top: 52%;
  width: 37px;
  margin-left: -10px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .greenarea_main_item a:before {
    width: 6.26667vw;
  }
}

.greenarea_main_item a:after {
  top: 52%;
  width: 12px;
  margin-top: -1px;
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media screen and (max-width: 767px) {
  .greenarea_main_item a:after {
    width: 2.4vw;
  }
}

.greenarea_main_item a:hover:before, .greenarea_main_item a:hover:after {
  right: 11px;
}

@media screen and (max-width: 767px) {
  .greenarea_main_item a:hover:before, .greenarea_main_item a:hover:after {
    right: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .greenarea_main_item a {
    padding: 6.26667vw 8.66667vw 6.26667vw 2vw;
  }
}

@media screen and (min-width: 768px) {
  .greenarea_main_item a:before {
    right: 77px;
  }
}

@media screen and (max-width: 767px) {
  .greenarea_main_item a:before {
    right: 0;
    right: 2.22222%;
    right: 1.86667vw;
  }
}

@media screen and (min-width: 768px) {
  .greenarea_main_item a:after {
    right: 77px;
  }
}

@media screen and (max-width: 767px) {
  .greenarea_main_item a:after {
    right: 2.22222%;
    right: 1.86667vw;
  }
}

.greenarea_main_item a > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .greenarea_main_item a > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.greenarea_main_item .svg_icon {
  width: 85px;
  height: 85px;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.greenarea_main_item .svg_icon svg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .greenarea_main_item .svg_icon {
    width: 17.33333vw;
    height: 17.33333vw;
    margin: 0;
  }
}

.greenarea_main_item .svg_icon .path01 {
  fill: #fff;
}

.greenarea_main_item a:hover .svg_icon svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (min-width: 768px) {
  .greenarea_main_item a:hover:before, .greenarea_main_item a:hover:after {
    right: 72px;
  }
}

@media screen and (max-width: 767px) {
  .greenarea_main_item a:hover:before, .greenarea_main_item a:hover:after {
    right: 1.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .greenarea_main .item_outer {
    padding-left: 3.06667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.greenarea_main .item_title {
  margin: 8px 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .greenarea_main .item_title {
    font-size: 4.26667vw;
    margin: 0 0 0.66667vw;
  }
}

.greenarea_main .item_text {
  font-size: 1.3rem;
  line-height: 1.53846;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .greenarea_main .item_text {
    font-size: 3.2vw;
    line-height: 1.41667;
  }
}

/*
5 company
===========================================*/
#company {
  width: 100%;
}

#company .company_inner {
  max-width: 1060px;
  margin: 100px auto 90px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #company .company_inner {
    width: 92vw;
    margin: 13.33333vw auto 9.06667vw;
    padding: 0;
  }
}

.company_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px 0 0;
}

@media screen and (max-width: 767px) {
  .company_main {
    display: block;
    margin: 7.33333vw 0 0;
  }
}

.company_main--item {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .company_main--item {
    max-width: 233px;
  }
}

@media screen and (max-width: 767px) {
  .company_main--item {
    height: auto;
  }
  .company_main--item + .company_main--item {
    margin-top: 2.66667vw;
  }
}

.company_main--item img {
  width: 100%;
}

.company_main--item + .company_main--item {
  margin-left: 22px;
}

@media screen and (max-width: 767px) {
  .company_main--item + .company_main--item {
    margin-left: 0;
  }
}

.company_main--item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.company_main--item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 86, 42, 0.6);
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 1;
}

.company_main--bg {
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.company_main--title {
  position: absolute;
  left: 16px;
  bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .company_main--title {
    left: 4vw;
    bottom: 4vw;
    font-size: 4vw;
  }
}

.company_main--item a:hover:before {
  opacity: 0;
}

.company_main--item a:hover:after {
  width: 100%;
  opacity: 1;
}

.company_main--item a:hover .company_main--bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
6 news
===========================================*/
#news {
  width: 100%;
  background: #e3faed;
}

#news .news_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  padding: 95px 30px 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #news .news_inner {
    display: block;
    width: 92vw;
    padding: 9.06667vw 0 9.33333vw;
  }
}

h2.news_title span {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  h2.news_title span {
    font-size: 6.4vw;
  }
}

.news_link {
  position: absolute;
  top: 213px;
  left: 30px;
  width: 148px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .news_link {
    position: static;
    width: 58.66667vw;
    margin: 8vw auto 0;
  }
}

.news_link a {
  position: relative;
  display: block;
  padding: 12px 0 12px 30px;
  display: block;
  width: 100%;
  background: #e3faed;
  color: #00a650;
  font-weight: 700;
  border: 1px solid #00a650;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}

.news_link a:before, .news_link a:after {
  content: "";
  position: absolute;
  right: 16px;
  left: auto;
  height: 1px;
  background: #00a650;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: width,left,right,background-color,margin;
  transition-property: width,left,right,background-color,margin;
}

@media screen and (max-width: 767px) {
  .news_link a:before, .news_link a:after {
    right: 2.66667vw;
  }
}

.news_link a:before {
  top: 52%;
  width: 16px;
  margin-left: -10px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .news_link a:before {
    width: 3.46667vw;
  }
}

.news_link a:after {
  top: 52%;
  width: 7px;
  margin-top: -1px;
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media screen and (max-width: 767px) {
  .news_link a:after {
    width: 1.4vw;
  }
}

.news_link a:hover:before, .news_link a:hover:after {
  right: 11px;
}

@media screen and (max-width: 767px) {
  .news_link a:hover:before, .news_link a:hover:after {
    right: 2vw;
  }
}

.news_link a:hover {
  background: #00a650;
  color: #e3faed;
}

@media screen and (max-width: 767px) {
  .news_link a {
    padding: 4.66667vw 2.66667vw;
    font-size: 3.2vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .news_link a:before {
    width: 4.8vw;
  }
}

@media screen and (max-width: 767px) {
  .news_link a:after {
    width: 2.4vw;
  }
}

.news_link a:hover {
  color: #fff;
}

.news_link a:hover:before, .news_link a:hover:after {
  right: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .news_link a:hover:before, .news_link a:hover:after {
    right: 2.53333vw;
  }
}

.news_left {
  position: relative;
}

.news_main {
  width: 755px;
}

@media screen and (max-width: 767px) {
  .news_main {
    width: 84vw;
    margin: 5.33333vw auto 0;
  }
}

.news_main--item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 14.5px 30px 14.5px 30px;
  background: #fff;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .news_main--item a {
    display: block;
    padding: 3.33333vw 5.33333vw;
    font-size: 2.93333vw;
    line-height: 1.54545;
  }
}

.news_main--item + .news_main--item {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .news_main--item + .news_main--item {
    margin-top: 2.66667vw;
  }
}

.news_main--item .data {
  display: inline-block;
  min-width: 80px;
  color: #00a650;
  margin-right: 35px;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .news_main--item .data {
    width: 100%;
    margin: 0 auto 1.33333vw;
    font-size: 2.93333vw;
  }
}

.news_main--item a:before, .news_main--item a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 0;
  border: 1px solid #00a650;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news_main--item a:before {
  border-width: 0 0 1px 1px;
  bottom: 0;
  left: 0;
}

.news_main--item a:after {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

.news_main--item a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.news_main--item a:hover:before, .news_main--item a:hover:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/*
7 bnrarea
===========================================*/
#bnrarea {
  width: 100%;
}

#bnrarea .bnrarea_inner {
  max-width: 1180px;
  margin: 30px auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #bnrarea .bnrarea_inner {
    width: 73.33333vw;
    margin: 9.33333vw auto 10.66667vw;
    padding: 0;
  }
}

.bnrarea_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .bnrarea_main {
    display: block;
  }
}

.bnrarea_main_item {
  width: 23.66%;
}

.bnrarea_main_item a {
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.bnrarea_main_item a:hover {
  opacity: .7;
}

.bnrarea_main_item + .bnrarea_main_item {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .bnrarea_main_item {
    width: 100%;
  }
  .bnrarea_main_item + .bnrarea_main_item {
    margin-left: 0;
    margin-top: 5.33333vw;
  }
}

.bnrarea_main_item img {
  width: 100%;
}

/*# sourceMappingURL=../../css.map/top/index.css.map */
