@charset "utf-8";

.contents {
  width: 1200px;
  margin: 0 auto;
	font-size: 0.875rem;
}

@media (max-width: 1199px) {
  .contents {
    width: 100%;
    padding: 0 5%;
  }
}

.content_search_title{
  font-family: '新ゴ M', 'Shin Go Medium';
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 4%;
  line-height: 1.9;
  width: 1200px;
  letter-spacing: -0.02em;
  margin: 0 auto;
}

.content_search_title .red{
  color: #ff0000;
  font-size: 2rem;
}
.search_s_img {width: 44%; min-height: 500px; float: left;}
.search_s_img img{width:100%;}

.search_title{width:310px;
  float: left;
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.4rem 0;
}
.s_blue{background-color:#003399;}
.s_green{background-color:#33cc00;}
.s_red{background-color:#ff3c22;}

.search_box{width:calc(56% - 10px);
    position: relative;
    top: -10px;
    left: 10px;
    z-index: -9;
}
.s_message{
  text-align: center;}

.search_message{
  width: auto;
  font-size: 2rem;
  color: #ff9600;
  font-weight: bold;
  line-height: 1.4;
}

p.s_underline {
width: 65%;
height: 10px;
margin: 0 auto;
background-color: #faf7d7;
position: relative;
top: -22px;
z-index: -9;
}

.search_card3_box {
    width: 100%;
    display: flex;
  justify-content: center;
}


.search_border_bottom{
  border-bottom: 4px solid #00a85f;
}

.content_title {
  font-family: '見出ゴMB31', 'Midashi Go MB31';
  font-size: 3rem;
	line-height: 1.4;
  /*margin-top: 140px;*/
  padding: 2.5% 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #c8c8c8;
  color: #1d7b43;
  margin-bottom: 4%;
}

.content_title_image{
 width: 100%;
 max-width: 1200px;
 margin: 40px auto 4% auto;
}

.content_title_image img{
 max-width: 100%;
}

.content_letter {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 4%;
  line-height: 1.9;
  width: 1200px;
  letter-spacing: -0.02em;
  margin: 0 auto;
}
.content_letter .left {
  text-align: left;
}
.content_letter .number{
  color: #f99910;
  font-size: 2rem;
}
.content_letter .green{
  color: #1d7b43;
}
.content_letter.small {
  font-size: 0.875rem;
  font-weight: normal;
}
.mincho {font-family: 'リュウミン EB-KL','Ryumin ExtraBold KL';
}
.mincho b{
  font-size: 1.6rem;
}
.mincho b br.pc_none{display: none;}
.org{color:#ff9600;}
.reds{color:#ff0000;}
.card3_box a > span{
  display: block;
  height: 160px;
  background-color: #f0f0f0;
  padding: 4%;
  color: #333;
	text-align: left;
  font-size: 0.9rem;
  background-image: linear-gradient(-45deg, #1b7540 23px, transparent 0);
}
.card3_box a:hover {
  opacity: 1;
}

.card3_box a:hover > span {
  background-color: #d8d8d8;
  background-image: linear-gradient(-45deg, #f99910 23px, transparent 0);
}
.solusion_img{width:100%;}

@media (max-width: 1199px) {
  .content_letter {
    width: 100%;
    padding: 0 5% 4%;
  }

  .content_search_title{width: 100%;
	padding: 0 5% 4%;
	}

}

@media (max-width: 767px) {
  .content_letter {
    font-size: 1rem;
  }
  .content_letter .number{
    font-size: 1.5rem;
  }
 
  .content_title {
    font-size: 1.5rem;
    margin-top: 50px;
    padding: 4% 0;
  }

  .element_text dd{margin-left: 0px;}
.mincho b{font-size: 1.1rem;}
  .mincho b br.pc_none{display: block;}
  .content_search_title{font-size: 1.2rem;}
  .search_s_img{width: auto; min-height: auto;}
  div.search_box{width: calc(100% - 10px); padding: 5% 2% 2%; margin-bottom: 5%;}
  .search_card3_box{display: block;}
.search_message{font-size: 1.5rem;}
}

.section_title {
  width: 1200px;
  background-color: #2baa5d;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 0.3em 1%;
  font-size: 1.875rem;
  font-family: '新ゴ M', 'Shin Go Medium';
  margin-bottom: 31px;
  position: relative;
  display: block;
  clear: both;
  word-wrap: break-word;
}

.section_title:before {
  content:"";
  display: block;
  position: absolute;
  background-color: #f99910;
  width: 200px;
  height: 4px;
  top: 0;
  left: 50%;
  margin-left: -100px;
}

.section_step {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}
.section_step h3 {
  font-size: 1.5rem;
  font-family: '新ゴ M', 'Shin Go Medium';
  color: #fff;
  background-color: #f99910;
  position: relative;
  /* padding: 12px; */
  padding-left: 170px;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: 50px;
}
.section_step h3 span {
  font-size: 1.1rem;
  width: 139px;
  display: inline-block;
  color: #fff;
  background-color: #1d7b43;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section_step h3 span em {
  font-size: 1.6rem;
  font-style: normal;
  vertical-align: bottom;
  margin-top: -0.1em;
  display: inline-block;
}
.section_content {
  padding: 28px;
  background-color: #f0f0f0;
  position: relative;
		display: flex;
	  flex-wrap: wrap;
	justify-content: space-between;
}

.section_step .sankaku {
  width: 0;
  height: 0;
  position: absolute;
  border: 69px solid transparent;
  border-top: 40px solid #f0f0f0;
  left: 50%;
  bottom: -109px;
  display: block;
  margin-left: -69px;
}

.section_content p {
  float: left;
  color: #1d7b43;
  font-weight: bold;
  min-width: 60%;
  margin-top: 0;
  letter-spacing: 0.15em;
}
.section_content p.small {
  float: left;
  color: #000;
  font-weight: normal;
  width: 100%;
  margin-top: 0;
  font-size: 0.9rem;
  line-height: 1.8;
}
.section_content img {
  float: right;
	height: 100%;
}
.section_content ul {
	margin-top: -6rem;
}
.section_content li {
  background-image: url(../img/pages/list_icon.png);
  background-repeat: no-repeat;
  padding-left: 22px;
  line-height: 0;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
/** recruit **/
.recruit_card {
  width: calc((50% - 2.5%)/3); /* 2.5%のマージンを引いて横1列に収める */
  margin-bottom: 2.5%;
  margin-bottom: 2.5vw;
  position: relative;
}
.recruit_card img {
    width: 100%;
}

@media (min-width: 1025px) {
  .recruit_card:hover {
    opacity: 1;
  }
  .recruit_card:hover .hover_overlay{
    width: 100%;
    background-color: rgba(27, 117, 64, 0.9);
    position: absolute;
    top: 0;
    left: 0;
  }
  .recruit_card:hover .hover_overlay:before {
    content:"";
    display: block;
    padding-top: 36.201694915%;
  }

  .recruit_card:hover .corp_card_title {
    background-color: #1c7440;
  }
  .recruit_card:hover .corp_card_text {
    border-color: #1c7440;
    background-color: #94bfa9;
  }
}

ol.newgraduate li {
    margin-left: 20px;
  padding-bottom: 0rem;
}
.newgraduate ul li {
    list-style: outside;
    text-indent: 0rem;
    margin-left: 1rem;
  padding-bottom: 0rem;
}
.newgraduate_non ul li {
  padding-bottom: 0rem;
}

a.newgraduate_bnr{margin: 1% 1% 1% 0; font-size:0.95rem;}

img.newgraduate_recnavi{width: 238px; margin: 5px;}
.newgraduate_box {
    border: 1px solid #ebebeb;
}
ul.newgraduate_link{display: flex;
flex-wrap: wrap;}
ul.newgraduate_link li{width: 50%;}
ul.newgraduate_link li a {font-size: 0.875rem; color: #1d7b43;}
.newgraduate_box_non {
    border: 1px solid #ebebeb;
}

.newgraduate_text_box {
    font-size: 0.875rem;
    overflow: hidden;
    padding: 2%;
    margin-top: 3%;
    margin-bottom: 5%;
    text-align: center;
}
.left_btm{float: left;}
.right_btm{float:right;}
/**.internship{text-align: center;}**/
.recruit{text-align: center;}
.internship img{margin-top: 3rem; max-width: 100%;}
span.method {
    width: 264px;
    height: 36px;
    margin: 1rem 0px;
    padding: 0.3rem 0;
    background-color: #f4f4f4;
    border: 1px solid #d2d2d2;
    text-align: center;
    display: inline-block;
}
span.method_2 {
    width: 550px;
    height: 36px;
    margin: 1rem 0px;
    padding: 0.3rem 0;
    background-color: #f4f4f4;
    border: 1px solid #d2d2d2;
    text-align: center;
    display: inline-block;
}
#honsya,#tohoku,#osaka,#osaka2{
  margin-top: -10px;
padding-top: 10px;
margin-bottom: 30px;
margin-top: 30px;
}
#investigator,#registration{
  margin-top: -120px;
padding-top: 120px;
}


.recruit_letter{
font-size: 1rem;
font-weight: bold;
padding-bottom: 4%;
line-height: 1.8;
width: 1200px;
letter-spacing: -0.02em;
margin: 0 auto;
}
.btn_recuit{max-width:250px;height:60px;font-size:1.0rem;padding:0 20px; float: left;}

.bg_text_box_recuit span {
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: 2px solid #1d7b43;
}
.recuit b {
    width: 1.0rem;
    font-weight: normal;
    float: left;
    text-align: center;
}
.recuit p {
       margin-left: 1rem;
    display: table-row-group;
}
dl.bg_list.recuit a.tel{
	font-size: 1rem;
	font-weight: bold;
	color: #000000;	
	cursor: default;
    pointer-events: none;
}
@media (max-width: 1199px) {
  .recruit_letter{
    width: 100%;
  padding: 0 5% 4%;
  }
  .recruit_card {
    width: calc((45% - 5%)/1.5); /* 5%のマージンを引いて横1列に収める */
    margin-bottom: 5%;
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
a.newgraduate_bnr{width: 100%; font-size: 100%;}
.left_btm, .right_btm {float:none;}
  .newgraduate_box img{width: 100%;}
  p.method{margin: 1rem auto;}
  img.newgraduate_recnavi{
    width: 80%;
margin: 25px 10%;}

  .btn.btn_recuit {
    margin: 3% auto;
	  float: none;
}
  .btn_recuit{
  max-width: 100%;
}
  /**p.intern_l{text-align: left;}**/
  p.recuit_l{text-align: left;}
  ul.newgraduate_link li{width: 100%;}
    .recruit_card {
    width: 100%;
    margin-bottom: 5%;
    margin-bottom: 5vw;
}
	dl.bg_list.recuit a.tel{
	font-weight: 100;
	color: #FFFFFF;	
		pointer-events: auto;
	}
}
/** recruit **/

/** term **/
.term ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 30px;
}
.term ul li{
width: 9%;
margin: 5px 1% 5px 0px;
border: 1px solid #1b7540;
text-align: center;
height: 40px;
}

.term ul li a {
	font-family: '新ゴ M', 'Shin Go Medium'; 
	font-size: 0.875rem;
    color: #1b7540;
    align-items: center;
    font-weight: bold;
    margin: 0;
  padding: 0.4rem;
  display: block;
}

.term_detail{margin-bottom: 2rem;}
.term_detail ul li{
background-image: url(../img/pages/list_icon.png);
background-repeat: no-repeat;
background-position: 0px 1.5rem;
padding-left: 1.4rem;
clear: both;
  overflow: auto;
  margin-bottom: -10px;
}

p.term{color: #1b7540;
font-weight: bold;
margin-bottom: 0.4rem;}
.reference_link{float:left;}
@media (max-width: 1023px) {
  .term ul li a{font-size: 0.875rem}
  .term ul li a.eisu{font-size: 0.845rem}

}
@media (max-width: 767px) {
.term ul{
justify-content: left;
}
  .term ul li{
    width: 24%;}
}
/** term **/

@media (max-width: 1199px) {
  .section_title,
  .block-news {
    width: 100%;
  }
  .section_content {
    padding: 2% 2% 3%;
  }
  .section_content p {
    width: 70%;
  }
  .section_content img {
    width: 30%;
	  margin-bottom: 0.5rem;
  }
  .section_content ul {
    margin-top: 5%;
    width: 100%;
  }
  .section_content li {
    line-height: 1;
    background-position: 0 0.3rem;
  }
}
@media (max-width: 767px) {
.section_title {
    padding:0.5rem 1rem;
    font-size: 1.125rem;
    margin-bottom: 5%;
    letter-spacing: 0.1rem;
  } 

  .section_title:before {
    width: 30%;
    height: 2px;
    top: 0;
    left: 50%;
    margin-left: -15%;
  }
  .section_content {
    padding: 5%;

  }
  .section_step {
    margin-bottom: 30px;
  }
  .section_step .sankaku {
    width: 0;
    height: 0;
    position: absolute;
    border: 34px solid transparent;
    border-top: 20px solid #f0f0f0;
    left: 50%;
    bottom: -54px;
    display: block;
    margin-left: -34px;
  }
  .section_step h3 {
    font-size: 1.1rem;
    padding-left: 30%;
    height: 35px;
  }
  .section_step h3 span {
    font-size: 0.9rem;
    width: 25%;
  }
  .section_step h3 span em {
    font-size: 1.2rem;
    font-style: normal;
    vertical-align: bottom;
    margin-top: -0.1em;
    display: inline-block;
  }
	
	  .section_content p {
    width: 60%;
  }
  .section_content img {
    width: 40%;
  }
}



.section_btn {
  width: 100%;
  text-align: center;
 display: inline-block;
}
.section_btn img{margin:0px 5px;}
.section_btn a {
  background-color: #848484;
  color: #fff;
  width: 250px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium';
  margin-top: 16px;
  font-weight: bold;
  margin: 0 auto;
	padding:0 15px;
	font-size: 1rem;
}
.section_btn a:hover {
  background-color: #fff;;
  border: 2px solid #848484;
  color: #848484;
}

.section_wbtn a {
  background-color: #848484;
  color: #fff;
  width: 250px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium';
  font-weight: bold;
  margin: 10px 0;
	font-size: 1rem;
}
.section_wbtn a:hover {
  background-color: #fff;;
  border: 2px solid #848484;
  color: #848484;
}

@media (max-width: 767px) {

  .section_btn a {
    width: 80%;
    height: 42px;
    margin: 0 auto 1rem;
  }
  .section_wbtn a {
    width: 80%;
    height: 42px;
    margin: 0 auto 1rem;
  }
}




.enquete_sample {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
.enquete_sample a {
  width: 400px;
  height: 80px;
  margin: 0 auto;
  display: inline-block;
  background-color: #1d7b43;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: '新ゴ M', 'Shin Go Medium';
  font-size: 1.3rem;
  font-weight: bold;
  border: 2px solid #1d7b43;
}
.enquete_sample a img {
  margin-left: 10px;
}
.enquete_sample a:hover {
  background-color: #fff;
  color: #1d7b43;
  border: 2px solid #1d7b43;
  opacity: 1;
}
.enquete_sample a img:nth-of-type(1){
  display: inline;
}
.enquete_sample a img:nth-of-type(2){
  display: none;
}
.enquete_sample a:hover img:nth-of-type(1){
  display: none;
}
.enquete_sample a:hover img:nth-of-type(2){
  display: inline;
}
.enquete_sample span {
  font-size: 0.8rem;
  margin-top: 14px;
  display: inline-block;
}

@media (max-width: 767px) {
  .enquete_sample {
    margin-bottom: 10%;
  }
  .enquete_sample a {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: -0.04em;
    height: 54px;
  }
  .enquete_sample a img:nth-of-type(1){
    width: 20px;
  }
  .enquete_sample a img:nth-of-type(2){
    width: 20px;
  }
  .enquete_sample span {
    font-size: 0.7rem;
    margin-top: 5%;
    display: inline-block;
  }
}
@media (max-width: 374px) {
  .enquete_sample a {
    width: 100%;
    font-size: 0.9rem;
    letter-spacing: -0.04em;
    height: 54px;
  }
  .enquete_sample span {
    font-size: 0.7rem;
  }
}

.btm_contact {
  width: 100%;
  height: 160px;
  font-family: '見出ゴMB31', 'Midashi Go MB31';
  background-image: url(../img/pages/btm_contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
  font-size: 2.9rem;
  line-height: 1.2;
  padding-bottom: 0.6rem;
}
.btm_contact span {
  font-size: 1.4rem;
  line-height: 1.3;
}
.btm_contact:hover {
  color: #f99910;
  opacity: 1;
}
@media (min-width: 1025px) {
.btm_contact:hover {
  color: #f99910;
  opacity:inherit;
}

}
@media (max-width: 767px) {
  .btm_contact {
    width: 100%;
    height: 108px;
    margin-bottom: 60px;
    font-size: 1.7rem;
    line-height: 1.2;
    padding-bottom: 0.0rem;
    margin-bottom: 10%;
    margin-top: 10%;
  }
  .btm_contact span {
    font-size: 1.0rem;
    line-height: 1.3;
  }
}


.relate_contents {
  width: 100%;
  background-color: #faf8d7;
  font-family: '新ゴ M', 'Shin Go Medium';
  margin-bottom: 80px;
  margin-top: 60px;
}
.relate_contents h2 {
  font-size: 1.5rem;
  text-align: center;
  padding: 36px 0 27px;
}
.relate_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}
.relate_card {
  position: relative;
  background-color: #000;
  margin-bottom: 2.3%;
}
.relate_card span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 23.684210526%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .relate_contents {
    width: 100%;
    padding: 0 5%;
  }
  .relate_list {
    width: 100%;
    flex-wrap: wrap;
  }
  .relate_card {
    width: 48%;
    margin: 0.7rem 0px;
  }
  .relate_card img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .relate_contents {
    margin-bottom: 10%;
  }
  .relate_contents h2 {
    font-size: 1.2rem;
    padding: 6% 0 1%;
  }
  .relate_list {
    padding-bottom: 7%;
  }
  .relate_card span {
    font-size: 0.9rem;
  }
  .relate_card span.small {
    font-size: 0.6rem;
    min-height: 23.684210526%;
    height: auto;
  }
  .custom-text .relate_list .relate_card span{
     font-size: 0.6rem;
  }
}

.no_margin {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .no_margin {
    margin-bottom: 5%;
  }
}

@media (max-width: 1023px) {
  .br_over1024 {
    display: none;
  }
}

a.info_card {
    width: 31.666666667%;
    height: 290px;
    margin-bottom: 3%;
  padding-right: 3%;
}

.info_title{
    height: 50px;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #00a85f;
    position: relative;
    top: -55px;
    text-align: center;
    padding: 0.6rem;
}
.info_txt {
    width: 100%;
    height: 60px;
    background-color: #f0f0f0;
    border: solid 5px #00a85f;
    position: relative;
    top: -55px;
    font-size: 0.8rem;
    color: #000000;
    padding: 1rem;
    text-align: center;
}

.corp_info70{width:65%; margin-right: 5%;}
.corp_info30{width:30%;}

.ceo_img{width: 1200px; margin: 0 auto;}
.ceo_img_sp{display: none;}
.element_text h2, .h4_box h2 {
  background-image: url(../img/element/h4_bg.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 1rem;
  color: #1d7b43;
  margin-top: 3%;
  margin-bottom: 1%;
  font-size: 1.125rem;

}
/*** privacy ***/

.privacy_p_01r{padding: 0 1rem;}
.privacy_p_015r{padding: 0 1.5rem;}
.privacy_p_02r{padding: 0 2rem;}
.privacy_p_03r{padding: 0 3rem;}
.privacy_talr{text-align: right;}
.privacy_m_t_04r{margin-top: 0.4rem;}
.privacy_li_no{list-style: none;}
.privacy_dsp_tbl{display: table; width: 250px;}
ol.privacy li ol li{
	padding-left: 2rem;
    text-indent: -2rem;}
.privacy_tx_indt{
	padding-left: 1rem;
    text-indent: -1rem;}

.round_count {
    padding-left: 2.6rem;
    text-indent: -1.0rem;
}

ol.cnt li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.cnt li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

ol.square li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: square;
	padding-left: 1.8rem;
    text-indent: -1.8rem;
}
ol.square li:before{
  display: marker;
  content: "[" counter(square) "] ";
}
ul.li_normal li{list-style: disc; padding-bottom: 0;}

@media (max-width: 767px) {
.privacy_p_01r{padding: 0 0 0 0.5rem;}
.privacy_p_015r{padding: 0 0 0 0.8rem;}
.privacy_p_02r{padding: 0 1rem;}
.privacy_p_03r{padding: 0 0.1rem 0 2.4rem;}
	
}
/*** privacy ***/

.privacy_txt{padding: 0 3%;}
.privacy_info{padding: 0 0% 0 2%;}
.privacy_mg{margin-left: 0.7rem;}
.privacy_info dd{margin-left: 0px; clear: both;}

.privacy_box{
overflow: hidden;
margin-top: 3%;
margin-bottom: 3%;
padding: 1rem 0;
}
.privacy_box dt {
  width: 5rem;
  color: #1d7b43;
  clear: left;
  float: left;
    font-weight: bold;
}

.privacy_box dd {
    width: 80%;
    display: block;
    margin: 0px 10%;
}
.privacy_add{width: 100%; float: left;}
.privacy_box span {
    font-family: '新ゴ M', 'Shin Go Medium';
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: 2px solid #1d7b43;
}
  .h3_ttl{display: none;}

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

@media (max-width: 767px) {
  .ceo_img{display: none;}
  .ceo_img_sp{display: block;
    width: 90%;
    margin: 0 auto;}
  .privacy_txt{padding: 0 0 0 4%;}
  .privacy_info{padding: 0 1% 0 6%;}
.privacy_mg{margin-left: 1.4rem;}
  .privacy_txt p{padding: 0 1%;}
  .privacy_info dl{margin-left: -6%;}
.corp_info70{width:100%; margin-right: 0%;}
.corp_info30{width:100%;}
  .h3_ttl{display: block;}
	.privacy_box dd {
    width: 90%;
	float: left;
    margin: 0px 5%;
}
}

.office_img{margin-bottom: 4%;}
.section_info{width: 100%;
}
.section_info table{width: 100%; margin-bottom: 60px;}
.section_info table tbody tr td {width: 33.33333%; padding: 1rem;}
.section_info table tbody tr th{background-color: #ff9600; color: #FFFFFF; padding: 1rem;}
.category1{background-color: #ebebeb;}
.category2{background-color: #f4f4f4;}
.category3{background-color: #f9f9f9;}
dl.section_bg_sp {display: none;}
.auth_logo{width: 25%;}
.auth_logo img{min-width: 230px;}
.auth_body{width: 65%;
margin:2rem 10% 0 0;}
.auth_kmnknt{height: 6rem;}

@media (max-width: 767px) {
  .section_info table {
    display: none;
}
  dl.bg_list a.tel{
  width: 90%;
  float: left;
  text-align: center;
  margin: 1rem 5%;
  padding: 1rem;
  background-color: #848484;
  color: #ffffff;
  }
  dl.section_bg_sp{display: block; margin-top: -10px;}
  dl.section_bg_sp dt{
  width: 100%;
  background-color: #ebebeb;
  display: block;
  color: #1d7b43;
  font-weight: bold;
  padding: 1rem;
    float: left;
    margin-bottom: 1.4rem;
	  margin-top: 1rem;
}
  dl.section_bg_sp dd{width: 100%;
margin: 0px;
padding: 1rem;}

  dl.section_bg_sp dd a{
width: 90%;
float: left;
text-align: center;
margin: 1rem 5%;
padding: 1rem;
background-color: #848484;
color: #ffffff;
}
  dl.section_bg_sp hr{float: left;
width: 100%;
	  margin: 1rem 0;
border: 1px solid #dcdcdc;}

.auth_logo {width: auto; margin: 1rem auto;}
.auth_body{margin: 2rem 0px 1rem;}
.auth_kmnknt{height: auto;}

}

/*** feature ***/
.src_letter {
  font-family: '新ゴ M', 'Shin Go Medium';
    font-size: 2.1rem;
    font-weight: bold;
    padding: 0px;
    line-height: 1.9;
    width: 1200px;
    letter-spacing: -0.02em;
    margin: 0 auto;
  color: #007442;
}
.feature_box{
width: 100%;
float: left;
line-height: 1.9;
  margin-bottom: -2rem;
}

.feature_right_btm{
  float: right;
    position: relative;
    top: -60px;}
.feature_box div{margin-top: 0.5rem; margin-bottom: 1rem;}
.feature_box p{width: 100%;}
.feature_box p img{float: left;}
.feature_box span{
  font-family: '新ゴ M', 'Shin Go Medium';
font-size: 1.4rem;
    color: #1d7b43;
    font-weight: bold;
  margin: 0px 0px 1rem 0.5rem;
}
.feature_box b{color:#f99810; font-size: 1.625rem; line-height: 1.4; display: block;}
.feature_box b br{display: none;}
.feature_card{
  width: 1200px;
    display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 4%;
}
.feature_card50{width: 48.5%;
margin-bottom: 2rem;
border: 1px solid #1d7b43;
    padding: 2rem;
    text-align: center;}
.feature_card50 b {
  font-family: '新ゴ M', 'Shin Go Medium';
  color: #1d7b43;
font-size: 3.2rem;
font-weight: bold;
}
.feature_btm {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 74%;
    margin: 0 auto;
}
.feature_text_box {
    font-size: 0.875rem;
    overflow: hidden;
    padding: 0;
    margin: 2rem 0 0;
}
.feature_text_box ul li {
    background-image: url(../img/pages/list_icon.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 1rem;
    line-height: 1.4;
    font-size: 0.875rem;
}
.feature_btn_sm {
    width: 250px;
    height: 60px;
    font-size: 1.0rem;
  float: left;
}
.feature_btm a img:nth-of-type(1) {
    display: inline;
}
.feature_btm a img:nth-of-type(2) {
    display: none;
}
.feature_btm a:hover img:nth-of-type(1){
  display: none;
}
.feature_btm a:hover img:nth-of-type(2){
  display: inline;
}
@media (max-width: 1199px) {
.src_letter, .feature_card {
    width: 100%;
}
.feature_btm a.btn.btn_md{margin-bottom: 1rem;}
}
@media (max-width: 940px) {
.feature_right_btm{
    top: 0px;}

}
@media (max-width: 767px) {
  a.feature_bnr{width: 58%; height: 2.5rem; font-size: 0.875rem;}
.feature_card50 {
    width: 100%;
	padding: 1rem;
	margin-bottom: 1rem;
}
  .feature_btm {
    width: 90%;
}
  .src_letter {
    font-size: 1.125rem;
	  line-height: 1.5;
	  margin-bottom: 4%;
}
	.feature_box div{margin-top: 0rem;}
  .feature_right_btm{width: 40%; margin: 1%;}
  .feature_right_btm img{width: 100%; margin-top: -10px;}
  .feature_box{
  margin-bottom: 1rem;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 1rem;
}
	.feature_box b{font-size: 1rem;}
.feature_box b br{display: block;}
.feature_box p{float: left;}
.feature_box p img{float: left;
margin-right: 0.4rem;}
.feature_box span{
font-size: 1.0rem;
line-height: 1.2;
  width: 100%;
	vertical-align: bottom;
}

}
/*** feature ***/
/*** csv ***/
.csv_pc{display: block; margin: 0 auto;}
.csv_sp{display: none; margin: 0 auto;}
.csv_secttion{padding-bottom: 5%;}
.csv_text_box {
    font-size: 0.875rem;
    overflow: hidden;
    padding: 2%;
    margin-top: 0;
    margin-bottom: 5%;
}
.csv_text_box p{
    color: #1d7b43;
  font-size: 1rem;
    min-width: 60%;
    margin-bottom: 0.4rem;
  font-weight: bold;
    letter-spacing: 0.15em;
	word-break: break-all;
}
.csv_text_box ul li {
    background-image: url(../img/pages/list_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 1rem;
	padding-bottom: 0.4rem;
    line-height: 1.4;
    font-size: 1.2rem;
}
.csv_text_box b {
    font-style: italic;
    color: #ff9600;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 1.2rem;
}
.csv_message p{
  font-family: '新ゴ M', 'Shin Go Medium';
text-align: center;
font-size: 1.2rem;
font-weight: bold;
line-height: 1.6;
}
.sp_on{display: none;}
.csv_text_box.border_box ul li:first-child {margin-top: 0px;}

@media (max-width: 1199px) {
  .csv_pc{width: 100%;}
}
@media (max-width: 767px) {
.csv_pc{display: none;}
.csv_sp{display: block; width: 100%;}
}
.sp_on{display: block;}
.csv_text_box b {display: block;}
.csv_secttion{padding: 0 5% 5%;}
/*** csv ***/
/*** analysis ***/
.analysis_text {
    margin-bottom: 4%;
}
.analysis_text img{float: right; margin: 0px 0px 0.4rem 1rem;}
.analysis_box {
    font-size: 0.875rem;
  }
.analysis_box_img{
  margin: 2rem 0px 4rem;
  display: flex;
  justify-content:space-between;

}
.analysis{margin-bottom: 2rem;}
.analysis h4{
background-image: url(../img/element/h4_bg.png);
background-repeat: repeat-y;
background-position: 0px 5px;
padding-left: 0.6rem;
color: #1d7b43;
margin-top: 1.4rem;
margin-bottom: 0.2rem;
line-height: 1.2;
}

.analysis ul {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    margin-bottom: 58px;
}
.analysis ul li {
    width: 290px;
    margin: 5px 1% 5px 0px;
    border: 1px solid #1b7540;
    text-align: center;
    height: 40px;
  padding: 0.4rem;
}
.analysis ul li a{
font-family: '新ゴ M', 'Shin Go Medium'; 
display: block;
font-size: 0.875rem;
}
@media (max-width: 1199px) {
.analysis_box_img img{width: 48%;}
}
@media (max-width: 767px) {
.analysis {margin-bottom: 0rem;}
.analysis ul {display: none;}
.analysis_text img {width: 45%;}
.analysis_box_img{display: block; margin: 2rem 0px 1rem;}
.analysis_box_img img{width: 100%; margin-bottom: 2rem;}

}

/*** analysis ***/
/*** investigation ***/
.investigation{}
.investigation_method{
border: 2px solid #ff9600;
padding: 1.2rem;
display: flex;
width: 100%;
margin-bottom: 3rem;
font-size: 0.875rem;
justify-content: space-between;
}
.investigation_text{
margin: 0;
}
.investigation_method img{
width: 240px;
	height: 100%;
margin: 0px 0px 0.4rem 1rem;
}
.investigation ul {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.investigation ul li {
    width: 24%;
    margin: 7px 0;
    border: 1px solid #1b7540;
    text-align: center;
    height: 40px;
  padding-top: 0.3rem;
}
.investigation ul li a{
	font-family: '新ゴ M', 'Shin Go Medium'; 
	display: block;
	font-size: 0.875rem;
}

.investigation_title_h3{
background-color: #ff9600;
padding-left: 1.0rem;}

.investigation_title_h3 h3{
    font-size: 1.3rem;
    font-family: '新ゴ M', 'Shin Go Medium';
    color: #fff;
	background-image: url(../img/pages/investigation_h3.gif);
    background-repeat: no-repeat;
    background-position: 0px 17px;
	padding-left: 0.6rem;
	position: relative;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    height: 55px;
}

@media (max-width: 1199px) {
.investigation ul li a.myin{font-size: 0.7rem; padding-top: 0.2rem;}
}
@media (max-width: 767px) {
.investigation ul{display: none;}
.investigation_method{display: block;}
.investigation_method img{
width: 100%;
margin: 1rem 0px 0px;
}
.investigation_title_h3 h3{
font-size: 1rem;
height: 2.4rem;
background-position: 0px 8px;
}
.investigation_method{margin-bottom: 2rem;}
}
/*** investigation ***/

/*** service ***/
.service_card3 {
    margin: 0 15px;
    text-align: center;
}

.service_card3 ul {
    float: left;
    margin: 0;
    padding: 0.7rem 0;
}
.service_card3 ul li {
    width: 90%;
    margin: 0 5% 2%;
    border-bottom: 1px solid #00a85f;
	padding-bottom: 0;
}
.service_card3 ul li img {
    float: left;
    margin-right: 5px;
}
.service_card3 ul li p {
    float: left;
    margin: 0 0 5px;
    width: 85%;
    font-size: 0.875rem;
}

.service_text_box {
    font-size: 0.875rem;
    padding: 2%;
    margin-top: 3%;
    text-align: left;
    min-height: 220px;
}

.service_text_box ul {
    width: 100%;
    display: table;
    position: relative;
}

.service_text_box li {
    font-size: 1rem;
    display: block;
    width: 80%;
    float: left;
    margin: 0;
}
.service_bottom_arrow {
    background-image: url(../img/pages/down_arw.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    width: 100%;
    height: 20px;
    position: relative;
    margin-bottom: 0.4rem;
    z-index: -9;
}

.service_arw{width: 50px;}

@media (max-width: 1199px){
	.service_text_box {
    display: flex;
}
	.service_card3 {
    width: 31.666666667%;
    margin: 0 1%;
}
	.service_card3 a img {
    width: 100%;
}
}

@media (max-width: 767px){
	.service_card3 {
    width: 100%;
    margin-bottom: 1rem;
}
	.service_text_box {
    min-height: auto;
}
	.service_card3:nth-child(3) {
    margin-bottom: 0rem;
}
	
}
	
/*** service ***/
/*** monitor ***/
.monitor_content {
    padding: 28px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.monitor_content ul {
    margin-top: 1rem;
}
.monitor_content li {
    background-image: url(../img/pages/list_icon.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    line-height: 0;
	margin-bottom: 10px;
    font-size: 0.9rem;
}
.monitor_content p {
    float: left;
    color: #1d7b43;
    font-weight: bold;
    min-width: 60%;
    margin-top: 0;
    letter-spacing: 0.15em;
}
.monitor_content p.small {
    float: left;
    color: #000;
    font-weight: normal;
    width: 100%;
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 1.8;
}

@media (max-width: 1199px){
.monitor_content {
    padding: 2% 2% 3%;
}
	.monitor_content ul {
    margin-top: 5%;
    width: 100%;
}
	.monitor_content li {
    line-height: 0.9;
    background-position: 0 0.1rem;
}
}
@media (max-width: 767px){
	.monitor_content {
    padding: 0;
}
	.monitor_content li {
	margin-bottom: 0px;
}
}
/*** monitor ***/
