@charset "utf-8";

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
html {
  overflow: auto;
}
body {
  color: #3c2d32;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.container {
  width: 100%;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
h1{
	padding-left: 11px;
}
h2 img {
  width: 100%;
  padding-bottom: 30px;
}
p {
  line-height: 2em;
}
ol, ul {
  text-align: left;
}
.small {
  font-size: 0.8em;
}
.red {
  color: red;
}
.icon_box {
  display: block;
  text-align: center;
    margin: 48px 0 48px !important;
  padding: 0;
  background: #fff;
}
.icon_box_case {
  /*margin-top: 35px;*/
}
.title_box {
  width: 100%;
}

.no_click:active{
	 pointer-events:none;
}
/*-----------------------------------------
PRIVACY
-------------------------------------------*/
.privacy_top {
  display: block !important;
  width: 65% !important;
  text-align: center;
}
.thanks_box h3 {
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3c2d32 !important;
}
.thanks_box ul {
  margin-bottom: 1.5em;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-left: 35px;
}
.thanks_box li {
  list-style: disc;
}
.pc_privacy_h2 {
  left: -50px !important;
}
.pc_privacy_div {
  text-align: left !important;
  width: 173px !important;
}
.privacy_top {
  width: 325px !important;
}
/*-----------------------------------------
header
-------------------------------------------*/
/* nav */
.hero_kv_sp {
  width: 100%;
}
.menucont li {
}
.menucont li:last-child {
}
/*.nav_index {
    padding: 0vw 0 1.5vw !important;
}*/
.nav_suv {
  font-size: 0.22em !important;
  font-weight: 400 !important;
  padding-top: 1vh !important;
  padding-bottom: 1vh !important;
}
.nav_index {
  padding-bottom: 1vh !important;
} /*
.header_rogo {
display: block;
  position: relative;
  padding: 17px 0px 8px 4%;
  width: 48%;
}*/

.header_rogo{
	   position: relative;
    padding: 17px 0px 8px 4%;
width: 80%;}
.header_rogo:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.link_box {
  width: 84%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 90px;
}
.link_box img {
  width: 56%;
  position: absolute;
  top: -45px;
  right: 0;
}
.header_rogo {
    display: block;
    position: relative;
    padding: 17px 0px 8px 4%;
    width: 80%;
}

/*-----------------------------------------
section id="contact-main"
-------------------------------------------*/
#contact-main {
  font-family: 'Noto Sans JP', sans-serif;
  background: #3c2d32;
  padding-bottom: 100px;
}
.newslist_brown {
  padding-bottom: 265px !important;
}
/*
.title_txt {
  font-size: 1.3em;
  width: 84%;
  margin: 0 auto;
  font-weight: bold;
}*/
.cont_frowbox {
  display: flex;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto;
  padding: 0 7%;
}
.cont_frowbox div {
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0 -5px;
  color: #9d9698;
  border-bottom: 2px solid #9d9698;
}
.page_active {
  color: #3c2d32 !important;
  border-bottom: 2px solid #3c2d32 !important;
}
.check {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
}
#form {
  background: #d8d5d6;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}
#form_1 label {
  font-size: 0.9em;
  font-weight: bold;
}
#form_1 label div {
  font-weight: 400;
  font-size: 0.9em;
}
#form_1 label span, .red {
  color: #e6465a;
}
.required {
  color: #e6465a;
}
.form_box textarea, .form_box input {
  width: 100%;
}
.form_box input, .form_box textarea {
  display: block;
  margin-bottom: 50px;
  border: 3px solid #d8d5d6;
}
.form_box input {
  height: 50px;
  padding-left: 10px;
}
.form_box textarea {
  height: 150px;
}
.form_box a {
  text-decoration: underline;
}
.form_box a:hover, .link_img_sp:hover {
  color: #00a550;
  opacity: 0.6;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.privacy_link:hover {
  background: #3c2d32;
}
.check input {
  height: 30px;
  width: 30px;
  margin: 35px 0;
}
.check div {
  text-indent: 1em;
}
.form_next {
  background: none;
  border: none;
  display: block;
}
.form_next2 {
  margin-bottom: 40px;
}
.form_input {
  margin-top: 10px;
}
.button_right {
  margin-left: auto;
}
#submit {
  padding: 0;
  text-align: right;
}
#submit img {
  height: 51px;
}
.thanks_box {}
.thanks_box p {
  margin-bottom: 1.5em;
}
.label_txt input, .label_txt textarea {
  font-size: 16px;
}

.category_txt a{
	display: block;
}
/* エラーチェック用　*/
.formErrorContent {
  color: #e6465a;
  margin: -50px 0 24px;
  padding-top: 10px;
}
button:focus {
  outline: 0;
}
/*-----------------------------------------
NEWS SINGL
-------------------------------------------*/

.title_box_news {
}
.data_txt {
  color: #00a550;
  font-size: 12px;
  font-weight: 700;
    margin: 5px 0 11px;
	letter-spacing: 0.05em;
	position: static;
	text-align: left!important;	
}
.category_txt {
  color: #fff;
  background: #00a550;
  padding: 6px 14px;
  width: 157px;
  height: 30px;
  font-weight: 400;
  font-size: 0.8em;
}
/*
.pager_post {
height: 50px;
    width: 100%;
    margin: 0 auto 0;
    padding: 15px 33px;
    display: flex;
    justify-content: space-between;
}
*/
.pager_post {
	height: 83px;
  margin: 0 auto 0;
  padding: 20px 33px 0;
  /*display: flex;
  justify-content: space-between;*/
}
.pager_list {
  height: 50px;
  background: #3c2d32;
  font-size: 0.6em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 21px;
  width: 100%;
  margin: 0 auto;
}
.pager_list a {
  text-decoration: none;
}
.pager_list a:hover {
  background: #fff;
  color: #3c2d32;
  padding: 5px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*.title_h2{
    height: 73px;
}*/
.news_singl_h2 {
  height: 66px;
}
.title_h2_case {
  /*padding-bottom: 5px!important;*/
}

/*-----------------------------------------
NEWS　LIST　SP
-------------------------------------------*/
#news {
  font-family: 'Noto Sans JP', sans-serif;
}
.news_list {
  width: 100%;
  margin: 0 auto;
  padding: 14px 16px;
  font-size: 14px;
	border-bottom: none;
}
/*
#news > [class^="news_list"]:last-of-type {
  border-bottom: 1px solid #3c2d32;
}*/
.news_arrow {
  width: 100%;
  padding: 0;
	margin: 0;
}
.news-data {
  margin-bottom: 3px;
  color: #00a550;
  font-size: 12px;
	font-weight: bold;
}
.link_box3 img {
  width: 60%;
  position: absolute;
  top: 20px;
  right: 0;
}
.icon_box2 { 
    margin: 29px 0 45px;
    height: auto;
    padding: 0;
}
.newslist_cont {
  background: #FFF;
  position: relative;
  /*top: -285px;*/
  width: 84%;
  margin: 0 auto 0px;
  min-height: 400px;
}
.news_list:hover {
  background: #f0f0f0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newslist_cont_pc a:last-child div.news_list {
    border-bottom: 1px solid #3c2d32;
}
/*-----------------------------------------
ページナビゲーション
-------------------------------------------*/
.pagination .nav-links {
  text-align: center;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  width: 100%;
  margin: 0 auto;
}
.pagination .nav-links .current {
  display: inline-block;
  width: 8vw;
  margin: 3px;
  border-bottom: 5px solid #00a550;
  color: #00a550;
  line-height: 30px;
  padding-bottom: 10px;
}
.pagination .nav-links .dots {
  display: inline-block;
  margin: 0;
	height: 36px;
	width:36px;
  line-height: 36px;
  padding-bottom: 10px;
}
.pagination .nav-links a.page-numbers {
  display: inline-block;
  width: 8vw;
  margin: 3px;
  color: #00a550;
  border-bottom: none;
  line-height: 42px;
  padding-bottom: 10px;
}
.pagination .nav-links a.page-numbers:hover {
    background: #9D9698;
  color: #fff;
  transition: all .3s;
}
.pagination .nav-links a.prev.page-numbers, .pagination .nav-links a.next.page-numbers {
  width: auto;
	width: 36px;
	height: 36px;
	padding: 0;	
  border: 0;
  border-radius: 0;
  background: transparent;
}
.pagination .nav-links a.prev.page-numbers:hover, .pagination .nav-links a.next.page-numbers:hover {
    background: #9D9698!important;
}
.pager_arrow {
  width: 72px;
  margin-top: 13px;
}
.tablenav {
    padding: 35px 0 20px;
}


	.prev,.next{
		width: 48px;
		height: 48px;
	}

/*-----------------------------------------
section id="contact"
-------------------------------------------*/
/*.contact_txtbox {
  width: 84%;
  margin: 0 auto;
  font-size: 0.9em;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #3c2d32;
}*/
.link_contact {
  width: 84%;
  margin: 30px auto 0;
  padding: 15px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  border: 4px solid #00a550;
  color: #3c2d32;
}
.link_contact:active {
  background: #00a550;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.arrow_top img {
  width: 50px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}
.bg_wh{	
    background: #fff;
    margin: 0 20px;
}
.news_inner_up_kobetsu {
font-family: 'Noto Sans JP', sans-serif;
    min-height: 210px;
    background: #3c2d32;
    position: relative;
    z-index: 2;
    color: #fff;
}
.category_txt {
color: #fff;
    background: #e6465a;
    text-align: center;
    width: 140px;
    height: 30px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 12px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.wp_prev img, .wp_next img {
    width: 129px;
    height: 42px;
}

.wp_back{
	width: 95px;
}

.wp_prev {
    height: 42px;
    display: inline-block;
    position: absolute;
    left: 35px;
    flex-basis: 100px;
}
.wp_next {
    height: 42px;
    display: inline-block;
    position: absolute;
    right: 36px;
    flex-basis: 100px;
}
.wp_back {
    height: 42px;
    display: block;
    margin: auto;
    text-align: center;
}

  .wp_prev {
    background-image: url(../img/new_prev_singl_sp_h.svg);
	  /*
    background-size: 200px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;*/
  }
  .wp_next {
    background-image: url(../img/new_next_singl_sp_h.svg);
	  /*
    background-size: 200px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;*/
  }
  .wp_back {
    background-image: url(../img/new_back_singl_sp_h.svg);
	  background-repeat: no-repeat;
  }

.wp_prev a,.wp_next a,.wp_back a{
	width: auto;
	height: auto;
	display: block;
}
  .wp_prev_child a:hover, .wp_next_child a:hover {
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    background-size: 100px 40px;
    background-repeat: no-repeat;
    background-position: top;
  }
  .wp_back_child a:hover {
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    background-size: 290px 40px;
    background-repeat: no-repeat;
    background-position: top;
  }


    .title_txt .title_box_news{
		padding-bottom: 20px;
    }

/*-----------------------------------------
TAB用（768PX）
-------------------------------------------*/
@media screen and (min-width: 561px) and (max-width: 768px) {
  .footer_flexbox {
    font-size: 0.6em;
  }
  .box_02 {
    width: 240px !important;
  }
}
/*------------------------------------------------
PC用
--------------------------------------------------*/
@media (min-width:959px) {
  .sp {
    display: none !important;
  }
}
@media (max-width:960px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width:960px) {
  /*pc用のcssを記述*/
  .container {
    margin: 0 auto;
    position: relative;
  }
	h1{
		padding-left: 0;
	}
  h2 img {
    width: auto;
    padding-bottom: 0;
  }
  /* head */
  .cp_fullscreenmenu {
    /*position: absolute !important;*/
  }
  .nav_logo {
    position: absolute;
    top: 5px;
  }
	.header_rogo {
    display: block;
    position: relative;
    padding: 0;
    margin: 22px 0 0 40px;
    width: auto;
}
  /*-------------------------------------------
CONTACT 
---------------------------------------------*/
  #contact-main {
    padding-bottom: 0;
  }
  .cont_frowbox {
    display: flex;
    justify-content: space-between;
    width: 325px;
    margin: 0 auto;
    padding: 0;
  }
  .pan_wh {
    position: relative;
    left: 40px;
    font-size: 0.68em;
  }
  .comp .int_pan {
    top: -2px;
    z-index: 10;
  }
  .pan_wh {
    color: #3c2d32;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-align: left;
  }
  /* .title_h2 {
    margin-bottom: 37px;
      height: auto;
  }*/
  .title_h2_bottom {
    margin-bottom: 70px;
  }
  .title_h2_case {
    margin-bottom: 70px;
  }
  /*   
    .title_txt {
    font-size: 1.5em;
    width: calc(100vw - 275px);
    height: 465px;
    margin: 0 0 -86px auto;
    padding: 81px 0 0 14vw;
    font-weight: bold;
    position: relative;
    top: -86px;
    object-position: 50% 50%;
    background: #3c2d32;
}
    */
  .title_h2_news_index {
    margin: -21px 0 -86px auto !important;
    height: 465px;
  }

    .title_txt .title_box_news{
		padding-bottom: 40px;
    }
  .data_txt {
        color: #00a550;
        font-size: 14px;
        font-weight: bold;
        margin: 5px 20px 0 0;
        font-weight: bold;
        position: static;
  }
  .category_txt {
        color: #fff;
        background: #e6465a;
        text-align: center;
        padding: 7px 12px;
        width: 184px;
        height: 36px;
        line-height: 1.5;
        font-weight: bold;
        font-size: 14px;
        border-radius: 18px;
        -webkit-border-radius: 18px;
  }
    .titlepan_box_news {
        display: block;
        padding: 40px 60px;
        background: #3c2d32;
        min-height: 268px;
    }
  .contact_topbox {
    width: 275px;
    margin-right: 30px;
    padding-right: 30px;
    box-sizing: content-box;
  }
  .form_box {
    width: 84%;
    margin: 0px auto -215px;
    padding: 60px;
    background: #fff;
    position: relative;
    top: -150px;
    min-width: 880px;
    max-width: 1000px;
    min-height: 300px;
    line-height: 2em;
  }
  .cont_frowbox div {
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
    width: 72px;
    color: #9d9698;
    border-bottom: 3px solid #9d9698;
  }
  .page_active {
    color: #3c2d32 !important;
    border-bottom: 3px solid #3c2d32 !important;
  }
  .thanks_box h3 {
    padding-bottom: 10px;
  }
  .form_box p {
    font-size: 1em;
  }
  .thanks_box p {
    margin-bottom: 3em;
  }
  .thanks_box ul {
    margin-bottom: 3em;
    margin-top: -3em;
  }
  .checkbox-field label {
    margin: 70px auto 65px !important;
    height: 36px;
    text-align: center;
    display: flex;
  }
  .form_box input {
    height: 60px;
  }
  .form_box input, .form_box textarea {
    margin-bottom: 62px;
  }
  #form_1 label div {
    font-size: 0.9em;
  }
  .check {
    font-size: 0.9em;
  }
  .formErrorContent {
    color: #e6465a;
    margin: -50px 0 24px;
    padding: 0 0 10px;
  }
  .button_right_pc {
    margin: 0 auto;
    position: relative;
  }
  .form_next2 {
    margin-bottom: 40px;
    margin-top: 11px;
    position: relative;
  }
  .pc_submit_button {
    margin-top: -101px;
    position: relative;
  }
  .contact_link_hover {
    position: absolute;
    top: 0;
  }
  .form_box a:hover, .link_img_sp:hover {
    opacity: 1;
  }
  .pager_post {
    display: block;
    height: 53px;
    width: 100%;
    margin: 60px auto 0;
    max-width: 1120px;
    padding: 0;
    position: relative;
  }
  .pager_list {
    height: 53px;
    font-size: 0.8em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 24px;
    margin: 0 auto;
  }
  .pager_list a {
    text-decoration: none;
  }
  .pager_list a:hover {
    color: #3c2d32;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .wp_prev img, .wp_next img{
    width: 193px;
	  height: auto;
	  background: #fff;
  } 
.wp_back_child img {
	  background: #fff;
  }
  .wp_prev {
    height: 53px;
    background-image: url(../img/new_prev_singl_h.svg);
    background-size: 193px;	  
    background-position: 0;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
	  margin-left: 40px;
  }
  .wp_next {
    height: 53px;
    background-image: url(../img/new_next_singl_h.svg);
    background-size: 193px;
    background-position: 0;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
	  margin-right: 40px;
  }
  .wp_back {
    height: 53px;
    width: 121px;
    margin-right: -10px;
    background-image: url(../img/new_back_singl_h.svg);
    background-size: 121px;
    background-repeat: no-repeat;
    background-position: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	 padding: 0;
  }
  .wp_prev_child a:hover, .wp_next_child a:hover {
    height: 53px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    background-size: 200px 50px;
    background-repeat: no-repeat;
    background-position: top;
  }
  .wp_back_child a:hover {
    height: 53px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    background-size: 100px 50px;
    background-repeat: no-repeat;
    background-position: top;
  }
  .newslist_cont_pc {
    padding: 60px 0;
  }
  .newslist_brown {
    padding-bottom: 0 !important;
  }
  .newslist_cont {
    /*top: -435px;*/
    /*top: -375px;
    margin-bottom: -400px;*/
    min-height: 500px;
  }
  .newslist_cont_pc a:last-child div.news_list {
    border-bottom: 1px solid #3c2d32;
  }
  /*-----------------------------------------
ページナビゲーション
-------------------------------------------*/
	.prev,.next{
		display: inline-block;
		width: 48px;
		height: 48px;
	}
  .pagination .nav-links {
    text-align: center;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin: 0 auto 0;
  }
  .pagination .nav-links .current {
    display: inline-block;
    width: 36px;
    margin: 5px;
    border-bottom: 5px solid #00a550;
    color: #00a550;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .pagination .nav-links .dots {
    display: inline-block;
    margin: 5px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .pagination .nav-links a.page-numbers {
    display: inline-block;
    width: 36px;
    margin: 5px;
    color: #00a550;
    line-height: 42px;
    padding-bottom: 10px;
  }
  .pagination .nav-links a.page-numbers:hover {
    background: #9D9698!important;
    color: #fff;
    transition: all .3s;
    border: none;
  }
  .pagination .nav-links a.prev.page-numbers, .pagination .nav-links a.next.page-numbers {
    width: 48px;
	  height: 48px;
    padding-right: 6px;
    padding-left: 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .pagination .nav-links a.prev.page-numbers:hover, .pagination .nav-links a.next.page-numbers:hover {

  }
  .pagination .nav-links a.prev.page-numbers:hover + .pager_arrow, .pagination .nav-links a.next.page-numbers:hover + .pager_arrow {
    filter: brightness(0) invert(1);
  }
	a.next.page-numbers{
		margin-right: -85px!important;
    position: relative;
	}
	a.prev.page-numbers{
		margin-left: -85px!important;
    position: relative;
	}
	
a.prev .active,a.next .active {
position: absolute;
    left: 6px;
    top: -16px;
    opacity: 0;
    transition: 0.5s;
}
	
	a.prev:hover .active,a.next:hover .active{
  opacity: 1;
		
	}
	
  .pager_arrow {
    width: 75px;
    margin-top: 0px;
    position: relative;
    top: 20px;
  }
  .tablenav {
    padding: 0px;
  }
	
  /* CONTACT */
  .who_inner {
    /*max-width: 1200px;*/
    margin: 0 auto;
    background: #FFF;
  }
  .ico_trees {
    margin: 175px 0 0 100px;
    display: block;
    text-align: left;
  }
  .ico_trees img {
    height: 90px;
  }
  .link_box {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  #form_1 label {
    font-size: 1.05em;
    font-weight: bold;
  }
  /* what_we_do */
  #what_we_do .top_txtbox_sm ul {
    padding: 50px 22px;
  }
  /* NEWS */
  #news {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  .news_arrow {
    width: 100%;
    margin: 0;
        padding: 36px 20px;
    border-right: none;
	  display: block;
  }
  .news-data {
    margin-bottom: 10px;
    color: #00a550;
    font-size: 14px;
	  font-weight: bold;
	  
  }
  .news_title {
    color: #3c2d32;
    font-size: 16px;
  }
  /*-------------------------------------------
    CASE コンテンツ PC
---------------------------------------------*/
  .case_hero_title {
    max-width: 1000px;
    height: 300px;
    background: #3c2d32;
    margin: 0 auto;
    margin-bottom: -153px;
    mix-blend-mode: multiply;
    position: relative;
    top: -150px;
  }
  .case_box_cont {
    padding: 60px;
    position: absolute;
    top: -152px;
    background: none;
  }
  .case_box_cont h4 {
    margin-bottom: 0px;
  }
  li.delta {
    background: none;
  }
  .box_case_top {
    margin-top: -70px;
  }
  .case_h2_02 {
    background: #e6465a !important;
    border: none !important;
  }
  .icon_box_case {
    margin-top: 0px;
  }
  .profile_title {
    padding: 0;
  }
  .red_right {
    background: #fadade !important;
  }
  .red_left {
    background: #e6465a !important;
  }
  .caes_red {
    color: #e6465a !important;
  }
  .case_red_ul li {
    margin: 3px 0;
  }
  .img-box .active {
    opacity: 0;
    transition: 0.5s;
  }
  .img-box:hover .active {
    opacity: 1;
  }
  .icon_box {
    margin: 0 0 77px;
    padding: 77px 0 0px;
    top: 0;
  }
  /*-------------------------------------------
    COMPANY PC用
---------------------------------------------*/
  .comp {
    margin: 0 !important;
  }
  .comp .title_h2 {
    position: relative;
  }
  .comp .hero_kv_box {
    position: relative;
    top: -60px;
    margin-bottom: -181px;
  }
  .comp .top_txtbox_sm ul {
    top: 179px;
    font-size: 1em;
  }
  .comp .hero_kv_pc {
    height: 525px !important;
  }
  .comp .ico_trees {
    margin: 40px 0 0;
    display: block;
    text-align: center;
  }
  .message {
    margin: 0 auto;
    display: block;
  }
  .message_cont {
    position: relative;
    top: -230px;
    margin-bottom: -230px;
  }
  .message .icon_box2 {
    margin: 36px 0;
    height: 37px
  }
  .message_h2 {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
  }
  .message_box {
    width: 880px;
    margin: 0 auto;
  }
  .message_box p {
    margin-bottom: 1em;
  }
  .message_box p:last-child {
    margin-bottom: 50px;
  }
  .title_ceo {
    background: #cceddc;
    width: 100%;
    height: 240px;
    display: block;
  }
  .overview {
    padding-bottom: 0px !important;
  }
  .overview .message_h2 {
    color: #fff;
  }
  .overview .box_left {
    flex-basis: 405px;
    padding: 0 !important;
    margin: 0 33px 0 auto;
  }
  .overview .box_right {
    flex-basis: 405px;
    padding: 0 !important;
    margin: 0 auto 0 33px;
  }
  .overview .about_box {
    flex-basis: 405px;
    padding: 1em 0;
    line-height: 1.8em;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
  }
  .overview .about_box:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .overview .message_h2 {
    position: relative;
    top: -55px;
  }
  .h3_gre {
    background: #00a550 !important;
  }
  .h3_red {
    background: #e6465a !important;
  }
  .panf {
    text-align: center;
    padding-bottom: 1.5em;
  }
  .overview .title_h2 img {
    width: auto;
  }
  .line img {
    width: 881px !important;
    display: block;
    margin: auto;
  }
	
	
	.no_item{
    margin: 0 auto 0;
    width: calc(100% - 200px);
    max-width: 900px;
    min-width: 700px;
	}
	
}
/*-------------------------------------------
    その他
---------------------------------------------*/
@media screen and (min-width:768px) {
  /*TAB用のcssを記述*/
  .footer_flexbox {}
}
/* TOP スライド
    #hero{
        margin-top: -60px;
    }
  .hero_kv_box {
    height: 525px;
  }
  .photos_pc {
    position: relative;
  }
  .photos_pc img {
    position: absolute;
    left: 0;
    right: 0;
    animation: photo 10s infinite;
    opacity: 0;
  }
  @keyframes photo {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .photos_pc img:nth-of-type(1) {
    animation-delay: 0s;
  }
  .photos_pc img:nth-of-type(2) {
    animation-delay: 5s;
  }*/
/*IE用object-fit*/
.object_fit_img01 {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 0 0;'
}
.object_fit_img02 {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.object_fit_img03 {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 100% 100%;'
}

/*25.04.30追記*/
.icon_box img{
	height: 27px;
}

.post-thumbnail img{
	width: 100%!important;
	margin-bottom: 36px;
}
.data_box{
	display: block;
}

.sp_pan {
    font-family: 'Noto Sans JP', sans-serif !important;
    height: 47px;
    background: #9D9698;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    padding: 16px 36px;
    display: flex;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}
@media screen and (min-width:960px) {

.icon_box img{
	height: auto;
}

.data_box{
	display: flex;
}
.post-thumbnail img{
	width: 100%!important;
	margin-bottom: 60px;
}
}
