@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }

	/* 寄せ */
	.txt_c_sp {
		text-align: center;
	}
	.txt_r_sp {
		text-align: right;
	}
	.txt_l_sp {
		text-align: left;
	}

  /* 見出し */
  .h1_type01 {
    font-size: 24px;
    line-height: 1.2;
  }
  .h2_type01 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .h2_type01::after {
		height: 80%;
    top: 5px;
  }
	.h2_type02{
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
  .h3_type01 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .h4_type01 {
    margin-bottom: 15px;
  }
  .h4_type01_green {
    margin-bottom: 15px;
  }
	
  /* アイコン */
  .ico_arrow {
    margin-left: 18px;
    text-indent: -18px;
  }
  .ico_arrow::before {
    background: none;
    border-top: solid 1px #3E7314;
    border-right: solid 1px #3E7314;
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 12px;
    margin-bottom: 2px;
    width: 6px;
    height: 6px;
  }

  /*リード文*/
	*[class*="lead_"] {
		width: 90%;
	}
  .lead_01 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .lead_reason {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.5;
  }
  .lead_reason .lead_reason_ico {
    float: left;
    text-align: center;
    margin-right: 10px;
  }
  .lead_reason .lead_reason_txt {
    flex: 1;
    line-height: 1.5;
    text-align: left;
  }
  .lead_02 {
    font-size: 20px;
    line-height: 1.5;
  }
  .lead_03 {
    line-height: 1.5;
    font-size: 20px;
  }
  
  /*余白*/
	.mb0_sp {
		margin-bottom: 0;
	}
  .mt1em_sp {
    margin-top: 1em;
  }
  .mb1em_sp {
    margin-bottom: 1em;
  }
  .pb20_sp {
    padding-bottom: 20px;
  }
  .pt20_sp {
    padding-top: 20px;
  }

	/* 背景色
	==================================- */
	.bg_glay,
	.bg_green,
	.bg_yellow {
		padding: 10px 0;
	}

  /* リスト */
  .list_cont li::before {
    top: 8px;
  }
	.link_list > li {
		position: relative;
	}
  .link_list > li:before {
    width: 5px;
    height: 5px;
    left: 25px;
    margin-bottom: 3px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
		transform: translateY(-50%) rotate(45deg);
  }

  /* ポイントボックス */
  .list.point_box {
    padding-bottom: 20px;
  }
  .list.point_box .point {
    top: 0;
    margin-bottom: 8px;
  }

  .col_01_02 img[src$="img_human.svg"] {
    width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .col_01_02 .link_list li + li {
    margin-top: 10px;
  }
  .col_01_02 .link_list {
    padding-bottom: 0;
  }
  .col_01_02 {
    margin-bottom: 10px;
  }

  /* flexbox */
  .flexbox_sp {
    display: flex;
  }
  
  /* 画像 */
  .col_r_img {
    display: flex;
    flex-direction: column-reverse;
  }
  .col_r_img.reverse_sp {
    flex-direction: column;
  }
  .col_r_img.reverse_sp .col:last-of-type {
    margin: 0;
  }
  .col_r_img.reverse_sp .col:first-of-type{
    margin: 0 0 20px;
  }
  .col_r_img .col {
    margin: 0;
  } 
  .col_r_img .col:nth-of-type(2) {
    margin: 0 0 20px;
  } 
  
  /* TOP */
  #top_page .lead_03 {
    font-weight: 500;
    text-align: left;
  }
  #top_page .hero {
		background: #E5F8FD url("/img/bg_mainvisual_sp.jpg") no-repeat center;
		background-size: 100%;
		margin-bottom: 50px;
    height: 73vh;
  }
	#top_page .hero::before {
    box-shadow: 0px -2px 4px 1px #A4A4A4;
	}
  #top_page .hero .btn_link a {
    font-size: 16px;
  }
  #top_page .hero .txt_cont {
		padding-top: 20px;
		margin-bottom: 230px;
    width: 90%;
  }
  #top_page .hero .txt_cont * {
    text-align: left;
  }
  #top_page .hero .lead_01 {
    margin-bottom: 10px;
		width: 100%;
  }
  #top_page .hero .col_03 {
    display: flex;
    flex-wrap: wrap;
		padding-bottom: 20px;
		padding-right: 0;
    width: 100%;
  }
  #top_page .hero .col_03 .col:nth-of-type(1) {
    margin-bottom: 20px;
    width: 100%;
  }
  #top_page .hero .col_03 .col:nth-of-type(n+2) {
    margin-bottom: 0;
    margin-top: 0;
    width: calc(50% - 10px);
  }
  #top_page .hero .col_03 .col:nth-of-type(3) {
    margin-left: 20px;
  }
  #top_page .topslider {
    display: flex;
  }
  #top_page .bx-wrapper .bx-pager {
    bottom: -25px;
  }
  #top_page .topslider .col {
    margin-bottom: 0;
  } 
  #top_page section:nth-of-type(4) {
    padding-bottom: 50px;
  }
  #top_page section:nth-of-type(6) .cont_bnr_box {
    margin-bottom: 50px;
  }
  #top_page .sub_navigation_footer li a {
    padding: 10px 15px;
  }
  #top_page .sub_navigation_footer .col_l_img {
    display: flex;
  }
  #top_page .sub_navigation_footer .col_l_img .col {
    align-self: center;
    margin-bottom: 0;
  }
  #top_page .sub_navigation_footer .col_l_img img {
    width: 68px;
  }
  #top_page .btn_link_type {
    margin-top: 30px;
  }
  #top_page .step1_3 {
    background: url(/img/bg_characteristic.jpg) no-repeat bottom;
    background-size: contain;
  }
  #top_page .lead_01 + .txt_c {
    font-size: 14px;
    text-align: left;
  }

  /* ナビゲーション */
  /* 仮 */
  .sidebar {
    width: 100%;
  }

  .nav_company {
    border: 0;
    border-bottom: 1px solid #CECECE;
  }

  .nav_company_title {
    background: url(/common/img/bg_title.png) left top / cover no-repeat;
    color: #3E7314;
    line-height: 1.4;
    position: relative;
    box-shadow: 0 2px 4px #D3D3D3;
  }

  .nav_company_body {
    display: none;
  }

  .nav_company_child {
    margin-left: 0;
    display: none;
  }

  .nav_company_child .nav_link::before {
    left: 44px;
  }

  .nav_company_child .nav_link {
    padding-left: 60px;
    border-top: 1px solid #CECECE;
  }

  .nav_item {
    margin: 0;
  }

  .nav_ico {
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }

  .nav_ico::before,
  .nav_ico::after {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3E7314;
    content: "";
  }
  
  .nav_ico.open::after {
    opacity: 0;
    content: "";
  }
  
  .nav_ico.is-visible::after {
    opacity: 0;
  }

  .nav_ico::before {
    width: 15px;
    height: 2px;
  }

  .nav_ico::after {
    height: 15px;
    width: 2px;
    transition: opacity .2s linear;
    will-change: opacity;
  }

  .nav_item_border {
    border-bottom: 1px solid #CECECE;
  }

  .nav_link {
    display: block;
    padding: 14px 24px 14px 40px;
    position: relative;
    color: #3E7314;
    font-size: 14px;
  }

  .nav_link_border {
    border-bottom: 1px solid #CECECE;
  }

  .nav_link_parent {
    font-weight: bold;
  }

  /* セミナー */
  .seminar_link_title {
    font-size: 20px;
    color: #3E7314;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .seminar_link_body {
    margin-top: 30px;
  }
  .seminar_link_btn {
    margin-top: 30px;
  }
  .slider_wrap {
    margin: 0 27px;
  }

  /* pdfバナー */
  .pdf_banner_row {
    display: block;
  }

  .pdf_banner_logo {
    text-align: center;
  }
  
  .pdf_banner_info {
    margin-top: 20px;
    margin-left: 0;
  }
	/* アイコン付2カラム（企業TOPなど） */
	.link_box_ico {
		display: block;
		flex-wrap: wrap;
	}
	.link_box_ico > .col {
		background: #fff;
		border: 1px solid #B9D01B;
		margin-right: 0;
		width: 100%;
	}
	.link_box_ico > .col:nth-of-type(2n) {
			margin-left: 0;
	}
}