@charset "utf-8";


/* ------------------------------------- */
/*   メインビジュアル
/* ------------------------------------- */
.slider_img {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
.slider_img:before {
  content:"";
  display: block;
  padding-top: 38.571428571%;
}
.slider {
  width: 100%;
}
.slider img {
  width: 100%;
  vertical-align: top;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
.slider a > img:nth-child(2){
  display: none;
}
.slider_thumbnail {
  text-align: center;
  font-size: 0;
  top: 87.931034483%;
  position: absolute;
  width: 100%;
  z-index: 91;
}
.slider_thumbnail > div {
  width: 8.714285714%;
  margin: 0 0.571428571%;
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.slider_thumbnail img {
  width: 100%;
  opacity: 0.6;
  margin: 0;
}
.thumbnail_select {
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.4);
  position: absolute;
  top: 0;
  display: none;
}
.slider_thumbnail > div.hover .thumbnail_select {
  display: block;
  background-color: rgba(64, 64, 64, 0.4);
}

.selected .thumbnail_select {
  display: block;
}
.content_title.content_custom{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.research-pdf.margin-bottom-20{
  margin-bottom: 35px;
}
.link_box a.btn{
  color:#fff;
}
.link_box a.btn:hover,
.btn:hover,
.btn:active,
.btn {
  color: #848484;
  text-decoration: none;
}
.btn-back-list{
  margin-top: 50px;
  margin-bottom: 60px;
}
.margin-bottom-50{
  margin-bottom:50px;
}
.margin-bottom-35{
  margin-bottom: 35px;
}
.srs-wrapp.margin-bottom-0{
  margin-bottom: 0px;
}
.contents.m_b_4.content-section p:empty {
  display: none;
}
.resize-img.img-responsive.research-background.research-background{
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .content_title.content_custom{
    width: 100%;
  }
  .block-news{
    width: 100%;
  }
}
@media (max-width: 767px) {
  /*.main_visual {
    margin-top: 50px;
  }*/
  .slider_img:before {
    content:"";
    display: block;
    padding-top: 66.813%;
  }
  .slider a > img:nth-child(1){
    display: none;
  }
  .slider a > img:nth-child(2){
    display: block;
  }
  .slider_thumbnail {
    top: auto;
    bottom: 10px;
  }
  .slider_thumbnail > div {
    width: 10px;
    height: 10px;
    background-color: rgba(128, 128, 128, 1);
    margin: 0 6px;
    border-radius: 10px;
  }
  .slider_thumbnail img {
    display: none;
  }
  .thumbnail_select {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #000;
  }
  .content_title.content_custom{
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px;
  }
}
.block-research-movie iframe,
.block-media-movie iframe{
  width: 100%;
  height: 680px;
}
/* ------------------------------------- */
/*   ３枚カードリンク
/* ------------------------------------- */
.card3_box {
  width: 100%;
  height: auto;
  display: flex;
  padding: 1rem 0 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.card3_box.gray {
  border-color: #c8c8c8;
  background-color: #ebebeb;
  height: auto;
padding: 3rem 0 5rem;
}
.card3 {
  margin: 0 15px;
}

.section_title.gray {
  background-color: #ebebeb;
    border-bottom: 1px solid #c8c8c8;
}

.section_title a {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  color: #1d7b43;
}
.section_title h2 {
  font-size: 3.8rem;
  line-height: 2.5;
  font-family: 見出ゴMB31, Midashi Go MB31;
}
.section_title img {
  position: absolute;
  right: 0;
  top: 48px;
}
.section_title a:hover {
  color: #f99910;
  text-decoration: none;
  opacity: 1;
}

@media (max-width: 1199px) {
  .section_title a {
    width: 100%;
  }
  .section_title img {
    right: 5%;
}
  .card3_box {
    width: 100%;
  }
  .card3 {
    width: 33%;
    margin: 0 1%;
  }
  .card3 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .card3_box {
    display: block;
    height: auto;
        padding: 1rem 0 2rem
  }
  .card3_box.gray {
    height: auto;
    padding: 1rem 0 2rem;
  }
  .card3 {
    width: 90%;
    margin: 5% 5%;
  }
  .section_title a {
    height: auto;
  }
  .section_title h2 {
    font-size: 1.7rem;
    line-height: 75px;
  }
  .section_title > img {
    right: 5%;
    top: 46px;
    max-width: 30px;
    width: 8%;
  }
  .section_title > a > img {
    right: 5%;
    top: 23px;
    max-width: 30px;
    width: 8%;
  }
  .section_title h3 img {
    width: 60%;
  }
}



/* ------------------------------------- */
/*   OFFICE
/* ------------------------------------- */
.top_office_map {
  border-top: 1px solid #c8c8c8;
  height: 600px;
  background-image: url(../img/top/map_bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
.top_office {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top_office_box {
  width: 662px;
  height: 100%;
  padding-top: 70px;
  text-align: center;
}
.office_map {
  position: absolute;
  top: 36px;
  right: 0;
}

.top_office_btn_box {
  padding-top: 13px;
  padding-bottom: 57px;
  padding-left: 34px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.top_office_btn_box a {
  display: inline-block;
  width: 180px;
  height: 45px;
  margin: 0 1.7%;
  margin-top: 18px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 45px;
  background-image: url(../img/top/map_arrow.png);
  background-position: 11px center;
  background-repeat: no-repeat;
  border: 1px solid #6c727b;
  color: #000;
  font-size: 0.875rem;
  font-family: '新ゴ M', 'Shin Go Medium';

}
.top_office_btn_box a:hover {
  background-color: #989a9b;
  background-image: url(../img/top/map_arrow_on.png);
  color: #fff;
  opacity: 1;
}

.top_office_link {
  display: inline-block;
  font-family: '新ゴ M', 'Shin Go Medium';
  width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #1b7540;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}
.top_office_link:hover {
  color: #1b7540;
  background-color: #fff;
  border: 2px solid #1b7540;
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 1199px) {
  .top_office {
    width: 100%;
  }
  .top_office_box {
    width: 60%;
    padding-top: 70px;
    text-align: center;
  }
  .top_office_box img {
    width: 100%;
  }
  .office_map {
    width: 40%;
  }
  .top_office_btn_box a {
    display: inline-block;
    width: 30%;
    height: 38px;
    margin: 0 1%;
    margin-top: 5px;
    /* background-color: #fff; */
    line-height: 38px;
    background-position: 11px center;
    background-repeat: no-repeat;
    border: 1px solid #6c727b;
    color: #000;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .top_office_map {
    height: auto;
    padding-bottom: 40px;
  }
  .office_map {
    display: none;
  }
  .top_office_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .top_office_box img {
    width: 90%;
    margin: 0 auto;
  }
  .top_office_link {
    width: 92%;
    height: 48px;
    font-size: 0.875rem;
  }
  .top_office_btn_box {
    padding-left: 4%;
    padding-bottom: 20px;
  }

}

/* ------------------------------------- */
/*   NEWS
/* ------------------------------------- */
.top_news_head {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
}
.top_news_head_box {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}
.top_news_head_box span {
  /* position: absolute; */
  right: 0;
  bottom: 15px;
}
.top_active.top_news_head_box span {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.view_list {
  float: right;
  background-color: #848484;
  display: block;
}
.news_head {
  width: 400px;
  height: 90px;
  text-align: center;
  float: left;
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '見出ゴMB31', 'Midashi Go MB31';
  font-size: 1.7rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
  color: #1b7540;
}
.news_head.active {
  color: #000;
}
.news_head img.top_tab_active {
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  top: 68px;
  /* bottom: -15px; */
  display: none;
}
.news_head img.top_tab_arrow {
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  /* bottom: 0px; */
  top: 68px;
  display: block;
}
.news_head.active img.top_tab_active {
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  bottom: -15px;
  display: block;
}
.news_head.active img.top_tab_arrow {
  display: none;
}

.news_head.hover span {
  opacity: 0.6;
}

.view_list_box {
  width: 1200px;
  height: 130px;
  position: relative;
  margin: 0 auto;
}

.view_list {
  background-color: #848484;
  color: #fff;
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium';
  margin-top: 16px;
  font-weight: bold;
}
.view_list:hover {
  background-color: #fff;;
  border: 2px solid #848484;
  color: #848484;
}
.contents.marginBottom-50 {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .top_news_head_box {
    width: 100%;
  }
  .view_list_box {
    width: 100%;
    padding: 0 2%;
  }
}

@media (max-width: 1023px) {
  .top_active.top_news_head_box span {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 0.8rem;
  }
  .block-research-movie iframe,
  .block-media-movie iframe {
    height: 450px;
  }
  .top_news .news_head {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .top_news_head_box.top_news {
    height: auto;
    margin-top: 30px;
  }
  .top_news_head_box.top_active {
    background-color: #1D7B43;
    height: 90px;
  }
  .top_news .news_head {
    width: 50%;
    font-size: 0.9rem;
    /* height: 57.5px; */
    height: auto;
    margin: 0;
    display: block;
    background-image: url(../img/top/tab_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #1d7b43;
  }
  .top_news .news_head:before {
    content:"";
    display: block;
    padding-top: 35.9375%;
  }
  .top_news .news_head > span {
    position: absolute;
    font-size: 4.4vw;
    top: 24%;
    left: 0; right: 0;
  }
  .top_news .news_head.active {
    background-image: url(../img/top/tab_sp_active.png);
    background-size: cover;
    color: #fff;
  }
  .top_news .news_head img {
    display: none;
  }
  .top_news .news_head.active img.top_tab_active {
    display: none;
  }
  .top_news .news_head.active img {
    width: 100%;
    bottom: 20px;
  }
  .top_news_head_box.top_news img.top_tab_active{
    bottom: 20px;
  }

  .top_active .news_head {
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
    font-size: 1.2rem;
    color: #fff;
  }
  .top_active .news_head.active img {
    width: 100%;
    bottom: initial;
    bottom: 0;
  }
  .top_news_head_box.top_active span {
    position: absolute;
    right: 5%;
    bottom: 15px;
    color: #fff;
    font-size: 0.7rem;
    width: 90%;
  }
  .view_list_box {
    text-align: center;
    height: 85px;
  }
  .view_list {
    float: initial;
    height: 42px;
    margin: 5% auto;
    font-size: 0.7rem;
  }
}


.active_search {
  width: 1200px;
  margin: 0 auto 1rem;
  font-size: 0.875rem;
  /* display: flex; */
}
.active_search li {
  padding: 25px 37px;
  border-bottom: 1px solid #d7d7d7;
}
.active_search li > span:nth-child(1) {
  width: 145px;
  display: inline-block;
  vertical-align: top;
}
.active_search span:nth-child(2) {
}
.active_search a {
  display: block;
  width: calc(100% - 145px);
  display: inline-block;
  vertical-align: top;
  color: #1b7540;
}
.active_search a:hover {
  color: #f99810;
  text-decoration: underline;
}

.planning-service {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  font-size: 0;
  clear: both;
}
.planning-service a {
  display: block;
}
.planning-service li {
padding-left: 1rem;
padding-right: 1rem;
font-size: 0.875rem;
margin-bottom: 2%;
height: 400px;
}
.planning-service >li >a:not(.post-title) {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
.planning-service >li >a:not(.post-title):before{
  content: "";
  display: block;
  padding-top: 67%;
}
.planning-service >li >a:not(.post-title) >img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.planning-service img {
  background-color: #dcdcdc;
  margin-bottom: 8px;
  width: 100%;
  height:auto;
}
.planning-service .post-title {
  color: #007442;
  display: block;
  margin-bottom: 5px;
}

.fontSize24 {
  font-family: '新ゴ M', 'Shin Go Medium';
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: -0.02em;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-67, .col-33 {
  position: relative;
	float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col-67 {
  width: 66.667%;
}
.col-33 {
  width: 33.333%;
}

.clearfix:before{
  content: "";
  display: table;
}
.clearfix:after{
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1199px) {
  .active_search {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* .active_search { */
    /* margin-top: -30px; */
  /* } */
  .active_search li {
    padding: 4% 5%;
  }
  .active_search li > span:nth-child(1) {
    width: 100%;
    display: block;
    font-size: 0.8rem;
  }
  .active_search a {
    width: 100%;
    display: block;
    font-size: 0.8rem;
    line-height: 1.8;
  }
  .col-67,
  .col-33 {
    width: 100%;
  }
  .pager .next,
  .pager .prev {
    vertical-align:middle;
  }
  .fontSize24 {
  font-size: 1.0rem;
}
}

/* ------------------------------------- */
/*   4枚カードリンク
/* ------------------------------------- */
.card4_box {
  width: 100%;
  padding-top: 33px;
}
.card_news_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-bottom: 22px;
}

.card_news {
  width: 285px;
  height: 292px;
  border: 1px solid #626262;
  padding: 0 15px;
  padding-top: 178px;
  position: relative;
  text-align: left;
  font-size: 0.875rem;
  color: #1b7540;
  display: block;
}
.card_news span {
  color: #000;
}

.card_news_head {
  width: 100%;
  height: 39px;
  color: #fff;
  font-family: '新ゴ M', 'Shin Go Medium';
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.top_news .news_head {
  cursor: pointer;
}
.card_news img {
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  top: 50px;
  max-width: 135px;
  max-height: 125px;
}
.card_news:hover {
  opacity: 1;
  background-color: #ebebeb;
}

@media (max-width: 1199px) {
  .card_news_box {
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .card_news {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .top_news .news_head {
    width: 50%;
  }
  .card_news {
    margin-top: 2%;
    width: 48%;
  }
  .card_news_box {
    display: none;
  }
  .card_news {
    width: 45%;
    height: auto;
    margin-top: 5%;
    font-size: 0.7rem;
    padding-top: 130px;
    padding-bottom: 2%;
  }
  .card_news img {
    width: 60px;
  }
  .card_news_box_sp .card_news{
    margin: 0 10px;
    height: 220px;
    position: relative;
  }
  .card_news_box_sp .card_media{
    margin: 0 10px;
    /height: 220px;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .slick-prev {
    left: 5% !important;
    width: 12.5px;
    height: 28px;
    top: -100px;
  }
  button.slick-prev {
    z-index: 99;
  }

  .slick-next {
    right: 5% !important;
    width: 12.5px;
    height: 28px;
    top: -100px;
  }
  .slick-next img {
    width: 100%;
  }
  .slick-prev img {
    width: 100%;
  }
  .arrows01 {
    /* height: 50px; */
    position: relative;
    width: 100%;
    top: 0;
  }
  .arrows01 .slick-next:before{content:""}
  .arrows01 .slick-prev:before{content:""}
  .arrows02 {
    /* height: 50px; */
    position: relative;
    width: 100%;
    top: 0;
  }
  .arrows02 .slick-next:before{content:""}
  .arrows02 .slick-prev:before{content:""}
}

@media (min-width: 768px) {
  .card_news_box_sp .card_news{
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
@media (max-width:768px){
  .active_search.solution_list >li a{
    margin-top: 10px;
    display: block;
  }
}
.color01 {
  background-color: #0a2d74;
}
.color02 {
  background-color: #f97a14;
}
.color03 {
  background-color: #4ba800;
}
.color04 {
  background-color: #2786e2;
}

.card_media {
  width: 285px;
  height: 292px;
  padding: 0 15px;
  /* padding-top: 210px; */
  position: relative;
  text-align: left;
  font-size: 0.9rem;
  color: #1b7540;
  display: block;
}
.card_media span {
  color: #000;
}
.card_media_img {
  position: relative;
  left: 0; right: 0;
  margin: auto;
  top: 0;
}
.card_media_img:before {
  content:"";
  display: block;
  padding-top: 70.175438596%;
}

@media (max-width: 1199px) {
  .card_media {
    width: 23%;
    height: auto;
    /* padding-top: 17%; */
  }
  .card_media img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .card_media {
    /* margin-top: 2%; */
    /* width: 48%; */
    /* padding-top: 35%; */
  }
}
@media (max-width: 767px) {
  .card_media {
    width: 45%;
    height: auto;
    margin-top: 5%;
    font-size: 0.7rem;
    padding: 120px 0.5% 10px;
  }
  .card_media img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .card_tab {
    display: none;
    background-color: #fff;
  }
  .card_tab.active {
    display: block;
  }
  .card_news_box_sp {
    display: block;
    position: fixed;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .card_news_box_sp {
    display: block;
    position: static;
  }
  #card_news01_sp {
    padding-top: 10px;
  }
  .card4_box {
    width: 100%;
    padding-top: 0;
    position: relative;
  }
  .card4_box:before {
    content:"";
    display: block;
    padding-top: 120%;
  }
  .card_tab {
    visibility:hidden;+height:0;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #fff;
  }
  .card_tab.active {
    visibility: visible;
    height: auto;
  }
}

.card_tab .view_list_box {
  height: 88px;
}

.colabad_title {
  background-color: #faf8d7;
}
.colabad_title a {
  padding-top: 30px;
  height: 160px;
  color: #000;
}
.colabad_title a:hover {
  color: #b80528;
}
.colabad_title h3 {
  font-size: 1.4rem;
}
.colabad_title h3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -189.5px;
  margin-top: -15px;
}

.card3_box.cola {
  background-color: #faf8d7;
  height: auto;
  padding: 1rem 0 2rem;
  align-items: unset;
}
.card_cola {
  text-align: left;
  position: relative;
  width: 380px;
  height: 450px;
  margin: 0 15px;
  background-color: #fff;
  color: #000;
  display: block;
}
.card_cola a .cola_title{
  color: #000;
}
.card_cola a:hover .cola_title{
  color: #2baa5d;
  text-decoration: underline;
}

.cola_title {
  padding: 28px 20px 10px;
  height: 90px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: '新ゴ M', 'Shin Go Medium';
}
.cola_text {
  padding: 0 20px;
  height: 70px;
}
.cola_bottom {
  height: 52px;
  font-family: '新ゴ M', 'Shin Go Medium';
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding: 0 20px;
  color: #960029;
}
.cola_bottom a {
  color: #960029;
}
.cola_bottom span:nth-of-type(2) {
  background-image: url(../img/top/cola_icon.png);
  background-position: 11px center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .card_cola {
    width: 30%;
    margin: 0 1%;
    height: auto;
    padding-bottom: 40px
  }
  .card_cola img {
    width: 100%;
  }
  .cola_title {
    padding: 2% 5%;
    font-size: 1rem;
    font-weight: bold;
    font-family: '新ゴ M', 'Shin Go Medium';
    height: auto;
  }
  .cola_text {
    padding: 0 5% 1.2rem;
    font-size: 0.9rem;
    height: auto;
  }
  .cola_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-bottom: 5%;
  }
}
@media (max-width: 767px) {
  .card_cola {
    width: 90%;
    margin: 5%;
    height: auto;
    padding-bottom: 13%;
  }
  .card3_box.cola {
    padding: 0;
    padding:1rem 0 2%;
  }
.colabad_title {
  padding: 1rem 0 0;
}
  .colabad_title h3 img {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .colabad_title h3 {
    font-size: 0.7rem;
  }
  .colabad_title a {
    padding: 0.8rem 0;
    height: auto;
  }
}



@media (max-width: 767px) {


  .section_title h2 {
    /* font-size: 2.5rem; */
    font-size: 7.5vw;
  }

  .top_active .news_head {
    font-size: 4.4vw;
    padding-bottom: 20px;
  }

  .bottom_link_box span b {
    font-size: 1.4rem;
  }


  .top_office_link {
    font-size: 1.0rem;
  }

  .card_news_head {
    font-size: 1.0rem;
  }


  .card_news,
  .top_news_head_box.top_active span,
  .active_search a,
  .active_search li > span:nth-child(1) {
    font-size: 0.875rem;
  }

  .top_news_head_box.top_active span {
    text-align: justify;
  }

  .active_search li > span:nth-child(1) {
    margin-bottom: 0.4rem;
  }

	.view_list{
    font-size: 0.8rem;
    font-size: 3vw;
  }


  .top_news_head_box.top_active {
      background-color: #1D7B43;
      height: 110px;
  }

  .news_head img.top_tab_active {
    top: 118px;
  }

  .overlay_text {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60px;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1.8% 5%;
      font-size: 0.9rem;
      line-height: 1.5;
      text-align: left;
  }
}



/* ------------------------------------- */
/*   SOLUTION
/* ------------------------------------- */
.solution_list li span,
.solution_list li a {
  display: inline-block;
  vertical-align: middle;
}
.solution_list li a {
  width: auto;
}
.active_search.solution_list li > span:nth-child(1) {
  width: 108px;
  display: inline-block;
}
.active_search li > span:nth-child(1),
.active_search:not(.solution_list) li > span:nth-child(1) {
  width: 8rem;
}
.cat-research, .cat-news {
  width: 120px;
  padding: 2px 10px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 16px;
display: inline-block;
}

.small_title {
  font-size: 24px;
  font-weight: 700;
  color: #ff9600;
  text-align: center;
  margin-top: 20px;

}
.sgl-solution-btn{
  text-align: center;
  margin-bottom: 50px;
}
.sgl-solution-btn a {
  display: inline-block;
  line-height: 80px;
}
.sgl-solution-btn .btn-padding {
  margin-right: 30px;
}

.sgl-solution-btn .btn_md {
  height: 80px;
}

.solution-block-item ul li span,
.solution-block-item ul li a {
  color: #007442;
  font-size: 1.125rem;
	font-weight: bold;
}

.list-item1 {
  list-style: none;
}
.list-item1 li span {
  display: block;
  background-image: url(../img/checkbox.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0 15px 0 45px;
  background-size: 20px;
  background-position-y: center;
}
.list-item2 li {
  padding: 15px 37px;
  border-bottom: 1px solid #d7d7d7;
}
.list-item2 li a {
  display: block;
  background-image: url(../img/dot-orange.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
}
.solution-tags li {
  display: inline-block;
  margin-right: 1%;
}
.solution-tags li span {
  padding: 12px 15px;
  color: #ffffff;
	font-size: 0.875rem;
}
.detail-solution .item-right p {
  font-size: 14px;
  margin-bottom: 15px;
}
.detail-solution .item-right img {
  width: 100%;
}
.detail-solution .enquete_sample {
  width: auto;
  text-align: left;
}
.detail-solution .enquete_sample a {
  width: auto;
  height: auto;
  font-size: 1rem;
  line-height: 60px;
  margin-right: 10px;
  display: inline-flex;
  padding-left: 50px;
  padding-right: 15px;
}
.detail-solution .enquete_sample a img {
  width: 28px;
}

.solution-des,
.block-research-summary {
  clear: both;
  background-color: #f0f0f0;
  color: #ff0000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px;
}
.solution-des {
  font-size: 14px;
}

.solution-doc-item > * {
  margin: -5px 0 5px;
  display: block;
}
.doc-not{font-size: 0.75rem;}

.solution-doc-item a {
  color: #007742;
}
.block-left {
  float: left;
}
.block-right {
  float: right;
}
.block-research-image {
  clear: both;
  margin-top: 30px;
}
.subheading-item.m_b_4 .title{
  margin-bottom: 10px;
}
.block-research-poin {
  margin-bottom: 40px;
}
.news-detail-content{
  margin-top:28px;
}
.research-pdf {
  background-color: #848484;
  font-size: 1.0rem;
  padding: 10px 30px;
  width: 250px;
  margin: 10px 0;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
	font-family: '新ゴ M', 'Shin Go Medium';
}
.research-pdf a {
  color: #ffffff;
}

.research-pdf-2 {
  background-color: #848484;
  font-size: 0.8rem;
  padding: 10px 10px;
  width: 250px;
  margin: 0px 0px 0px 5px;
  text-align: center;
  //display: block;
  color: #fff;
  font-weight: bold;
	font-family: '新ゴ M', 'Shin Go Medium';
}
.research-pdf-2 a {
  color: #ffffff;
}

.detail-solution .item-left {
  margin-top: 1.2rem;
}

.detail-solution .item-left p:empty{
  display: none;
}
.detail-solution .item-left p {
  margin-top: 0px;
}
.detail-solution .item-left p.solution-summary {
  display: none;
}
.solution-docs {
  margin-bottom: 2rem;
  margin-top: 2rem;
	width: 50%;
}
.solution-docs:before{
  content: "";
  display: table;
}
.solution-docs:after{
  content: "";
  display: table;
  clear: both;
}
.solution-doc-item:before {
  width: 10px;
  height: 10px;
  float: left;
  content: "";
  position: absolute;
  background-image: url(../img/dot-2.png);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.solution-docs .solution-doc-item {
  width: 100%;
  float: left;
  padding-left: 30px;
  padding-right: 15px;
  position: relative;

}
.solution-block-item .list-item2 {
  margin-bottom: 50px;
}
.solution-block-item .list-item1 {
  margin-bottom: 50px;
}
.solution-tags .cat-research {
  padding: 10px 15px;
}
.block-research-summary.single {
  color: #000;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.5px;
}
.block-research-poin .research-title {
      font-family: '新ゴ M', 'Shin Go Medium';
  font-size: 1.5rem;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #007442;
	line-height: 1.8;
}
.block-research-poin .research-title:before{
  content: "";
  position: absolute;
  height: 4px;
  width: 10px;
  background-color: #ff9600;
  left: 0;
  top: 30px;
}
.block-research-poin .research-title:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background-color: #007442;
}
.research-sub-title {
  font-weight: 700;
  color: #ff9600;
	font-size: 1.125rem;
  margin-bottom: 10px;
}
.detail-solution.contents .item-right{
  margin: 3% 0 4%;
}
.solution-infor-content{
  font-weight: 500;
	clear: both;
	display: flex;
    flex-wrap: wrap;
}
.solution-infor-des{clear: both;}
.item-left.col-67 {
  padding-left: 0;
}

body p{
  font-weight: 500;
  word-wrap: break-word;
}
.block-media-movie{
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .block-research-poin .research-title {
    margin-bottom: 18px;
    font-size: 1.125rem;
	  line-height: 1.6;
  }
	.research-sub-title{font-size: 1.0rem;}
  .block-research-poin .research-title:before{
    top:25px;
  }
  .block-research-image{
    margin-top: 20px;
  }
  .block-research-poin{
    margin-bottom: 20px;
  }
  .solution-doc-item,
  .research-pdf,
  .background {
    width: 62%;
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
  }
	.solution-docs {
  margin-bottom: 1rem;
  margin-top: 2rem;
	width: 100%;
}
  .solution-docs .solution-doc-item {
    width: 100%;

  }
  .col-67, .col-33 {
    padding-left: 0;
    padding-right: 0;
  }
  .sgl-solution-btn .btn.btn_md {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: -0.04em;
    margin-bottom: 0.7rem;
  }
  .sgl-solution-btn .btn-padding {
    margin-right: 0;
  }
  .list-item2 li{
    padding: 15px 0px;
  }
  .detail-solution .enquete_sample {
    text-align: center;
  }
  .row .col-67 p{
    text-align: center;
  }
  .list-item1 li span{
    background-position-y:7px;
  }
  .active_search.solution_list >li a{
    margin-top: 10px;
    display: block;
  }
  .block-research-movie iframe,
  .block-media-movie iframe{
    height: 285px;
  }
  .block-news{
    padding: 10px !important;
  }
	.solution-tags li {
 margin-bottom: -5%;
}
	.solution-tags li span {float: left;}
	
	.solution-doc-item > * {
	font-size: 0.875rem;
}
}

//news
.active_search.solution_list >li span{
  display: inline-block;
  font-size: 0.875rem;
}
.block-news {
  width: 1200px;
  padding: 10px 20px;
  color: #fff;
  margin: 0 auto;
  height: 50px;
}

.news-date {
  color: #fff;
  padding-left: 15px;
}

.news-detail .block-research-image img  {
  color: #fff;
}

.subheading-item .block-image img {
  width: 100%;
  height: auto;
}
.contents.subheading-item .block-image img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
.subheading-item h4.title::before {
    content: '';
    background-color: #ff9600;
    height: 15px;
    width: 4px;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.subheading-item h4.title {
  font-size: 18px;
  color: #007a45;
  padding-left: 10px;
  position: relative;
}

.subheading-item .sub-title {
  color: #ff9600;
  font-weight: bold;
}

.news-detail p {
  font-size: 14px;
}
.news-tags img{
  max-width: 35px;
  max-height: 35px;
}
//media
.media-detail .block-news {
  margin-bottom: 15px;
}
.contents .block-media-movie iframe{
  width: 100%;
}

.contents .media-single-detail .media_des {
  width: 58%;
  float: left;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  padding-right: 15px;
  -webkit-box-flex: 1.4;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1.4;        /* OLD - Firefox 19- */
  -webkit-flex: 1.4;         /* Chrome */
  -ms-flex: 1.4;              /* IE 10 */
  flex:1.4; 
}
.cth_cpy_rd{color: #ff0000;font-weight: bold; font-size: 1rem;}
.contents .media-single-detail .media_image {
  width: 42%;
  display: block;
  float: left;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  padding-right: 15px;
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;  

}

.contents .media-single-detail .media_image img{
  max-width: 100%;
  height: auto;
}
.contents .media-single-detail {
  height: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;   
  flex-grow: 2;
}
.contents .media-single-detail:before{
  content: "";
  display: table;
}
.contents .media-single-detail:after{
  content: "";
  display: table;
  clear: both;
}
.contents .media-single-detail >.eq-height.media_image >a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contents .media-single-detail >.eq-height.media_image >a img {
  width: 100%;
  height: auto;
}
.contents.block-research-image img{
  width: 100%;
  height: auto;
  margin-bottom:35px;
}
.media-detail .block-news .block-left .news-date {
  padding: 10px 20px;
  color: #000;
}
.block-research-image .resize-img.img-responsive{
  width: 100%;
  height: auto;
}
.clear {
  clear: both;
}

.contents.subheading-item h4.title::before {
    content: '';
    background-color: #007a45;
    height: 15px;
    width: 4px;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.contents .research-title {
  color: #000;
}
.planning-service.rs-media-spacing li{
  height: 370px;
}
.news-detail .block-news{
  height: 50px;
  padding: 10px;
  color:#fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .planning-service.rs-media-spacing li{
    height: 310px;
  }
}
.subheading-item .research-pdf,
.media_des .research-pdf {
  font-size: 0.875rem;
  padding: 12px 30px;
  width: 190px;
}
.contents.news-detail .research-pdf{
  font-size: 0.875rem;
  padding: 12px 30px;
  width: 190px;
}
.subheading-item .block-image {
  margin: 1rem 0;
}
.resize-img.img-responsive{
  width: 100%;
  height: 100%;
}
.active_search.solution_list{
  margin-bottom: 30px;
}
.media_des.eq-height p{
  margin-top: 0;
}
@media (max-width: 1023px) {
  .contents .media-single-detail .media_des,
  .contents .media-single-detail .media_image {
    width: 100%;
    margin-bottom: 30px;
  }
  .planning-service.rs-media-spacing li{
    height: 300px;
  }
  .planning-service li{
    height: 400px;
  }
}
@media (width: 768px) {
  .planning-service.rs-media-spacing li{
    height: 275px;
  }
  .block-research-poin{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block-media-movie{
    margin-bottom: 10px;
  }
  .subheading-item .block-image{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contents .media-single-detail .media_des,
  .contents .media-single-detail .media_image {
    width: 100%;
  }
  .contents .media-single-detail >.eq-height.media_image >a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .contents .media-single-detail >.eq-height.media_image >a img {
    position: relative;
    height: auto;
    top: 0;
    width: 100%;
    left: 0%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .planning-service.rs-media-spacing li,
  .planning-service li{
    height: auto;
  }
  .cat-news {
    padding:0;
  }
  .block-news{
    height: 40px;
  }
  .news-tags img{
    max-width: 25px;
    max-height: 25px;
  }
  .tpl-single-media .contents .block-research-poin,
  .contents .media-single-detail .media_des{
    margin-bottom: 0;
  }

}
.subheading-item .title{
  color:#1d7b43;
  position: relative;
  padding-left: 1rem;
	font-size: 1.125rem;
}
.subheading-item .title:before{
  content: "";
  position: absolute;
  height: 1rem;
  width: 4px;
  background-color: #ff9600;
  left: 0;
  top: 6px;
}
.media_des.eq-height p:empty{
  display: none;
}
.media_des.eq-height .link_wrap{
  margin-bottom: 20px;
}
.research-block .block-research-poin{
  margin-bottom: 0;
}

.cth_cpy_rd {
    font-size: 0.9375rem;
}

@media screen and (max-width: 480px) {
  .block-research-movie iframe,
  .block-media-movie iframe{
    height: auto;
  }
}
.btn.btn_gray.btn_xs.left.title{
  background-color: #848484;
  border: 2px solid #848484;
  color: #fff;
}
.fix-spacing-title{
  margin-bottom: 0 !important;
}
.srs-group {
  margin-left: -15px;
  margin-right: -15px;
}
.srs-group:before{
  content:"";
  display: table;
}
.srs-group:after{
  content: "";
  display: table;
  clear: both;
}
.srs-wrapp {
  margin-bottom: 50px;
}
.srs-group .srs-label{
  display: block;
  width:130px;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 5px;
}
.srs-group .srs-main-text {
  width:70%;
  width:-webkit-calc(100% - 130px);
  width:calc(100% - 130px);
  display: block;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 600px){
  .srs-group {
    margin-bottom: 20px;
  }
  .srs-group .srs-label{
      width: 100%;
      float: none;
      margin-bottom: 5px;
  }
  .srs-group .srs-main-text {
    width: 100%;
    float: none;
  }
}
.image-hidden{
  display: none;
}
.media-detail .section_title{
  margin-bottom: 0;
}
@media (max-width: 768px){
  .media_image.eq-height.image-res-hidden{
    display: none;
  }
  .image-hidden{
    display: block;
    margin-bottom: 20px;
  }
  .image-hidden img{
    width: 100%;
  }
  .subheading-item .title{
    font-size: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }
}
