@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Neucha);

/*==========================================================================
  Common
==========================================================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #505050;
}
.sangyou_contents{
  line-height: 1.5;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  padding-bottom: 190px;
}

.sangyou_contents .breadcrumb{
  font-family: "Noto Sans JP", sans-serif;
}
.contents_bg{
  background: url(../img/common/bg-site.png) 0 0 repeat;
  background-size: auto;
}
.main{
  margin-bottom: 0;
  padding-bottom: 30px;
}
.page_container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.page_container h2{
  text-indent: 0;
  line-height: 1;
}
.page_contants{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
a{
  text-decoration: none;
}
a:hover{
  opacity: .8;
}
.txt_center{
  text-align: center;
}
.txt_right{
  text-align: right;
}
.mb0{
  margin-bottom: 0!important;
}

/** フォームリセット **/
input, button, textarea, select, submit {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 501px){
  body{
    min-width: 1300px;
  }
  .sp_block{
    display: none;
  }

    /** hover_action **/
  .buruburu:hover,
  .buruburu:hover img {
    -webkit-animation: hurueru .1s  infinite;
    animation: hurueru .1s  infinite;
  }
  a.buruburu:hover,
  .buruburu img:hover{
    opacity: 1;
  }
}
  @keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
  }
@media screen and (max-width: 500px){
  .pc_block{
    display: none;
  }
}

/** パンくず **/
.gap-below-header{
  padding-top: 10px;
}


/**=====================
スクロール時ギミック設定
 =======================**/

.fadeIn {
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
}

.fadeUp {
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}


/** 順番にフェードアップ **/
.fadeinBox {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fadeinBox.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* 2つ目の要素に200msのdelayをかける */
.fadeinBox:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

/* 3つ目の要素に400msのdelayをかける */
.fadeinBox:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

/* 4つ目の要素に600msのdelayをかける */
.fadeinBox:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

/*==========================================================================
  TopPage
==========================================================================*/

/** メインスライド **/
.slick-list {
  width: 100%;
}
.main_img {
  position: relative;
  margin-top: 20px;
}
.main_img::before{
  content: '';
  background: url(../img/slide/icon-main-left.png) 0 0 no-repeat;
  background-size: 146px 560px;
  height: 560px;
  width: 146px;
  position: absolute;
  top: 30px;
  left: -95px;
  z-index: 1;
}
.main_img::after{
  content: '';
  background: url(../img/slide/icon-main-right.png) 0 0 no-repeat;
  background-size: 142px 526px;
  height: 526px;
  width: 142px;
  position: absolute;
  top: 53px;
  right: -86px;
  z-index: 1;
}
.main_title, .taiken_rei, .sangyou_type {
  position: absolute;
  z-index: 2;
}
.taiken_rei {
  top: 0;
}
.main_title {
  right: 9%;
  top: 33%;
}
.sangyou_type {
  bottom: 8%;
}

/** グローバルメニュー **/
.g_navi_h2 {
  text-indent: 0;
  line-height: 0;
  text-align: center;
}
.g_navi {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
}
.g_navi > li:nth-child(1) {
  margin-right: 0;
}
.g_navi > li:nth-child(2) {
  margin-right: 0;
}
.g_navi > li:nth-child(3) {
  margin-right: 0;
}
.g_navi > li:nth-child(4) {
  margin-right: 2%;
}
.g_navi > li:nth-child(5) {
  margin-right: 0%;
}
.g_navi > li:nth-child(6) {
  padding-top: 5px;
}
.g_navi a:hover, .g_navi a:hover img{
  opacity: 1;
}
/** メガメニューのスタイル **/
.sangyou_menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  display: none;
}
.sangyou_menu_list:hover .sangyou_menu {
  max-height: 9999px;
  opacity: 1;
  z-index: 100;
  display: block;
}
.sangyou_menu_contents{
  background-color: #229f92;
  margin-top: 21px;
}
.sangyou_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 20px 20px;
  position: relative;
}
.sangyou_menu_contents > ul::before {
  content: '';
  border-right: 15px solid transparent;
  border-bottom: 31px solid #229f92;
  border-left: 15px solid transparent;
  position: absolute;
  top: -25px;
  left: 181px;
  z-index: 9;
}
.sangyou_menu ul li {
  width: 32%;
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
  font-size: 18px;
}
.sangyou_menu ul li::before{
  content: '';
  background: url(../img/common/icon-arrow-yellow.png) 0 0 no-repeat;
  background-size: 6px 11px;
  height: 11px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.sangyou_menu_contents li a {
  color: #fff;
}
.sangyou_menu_contents li a:hover{
  text-decoration: underline;
}

/** しまね産業体験とは **/
.top_about_area,
.about_area {
  display: flex;
  margin-top: 50px;
}
.top_about_ttl,
.about_ttl {
  width: 46%;
  margin-right: 4%;
}
.top_about_cnt,
.about_cnt {
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  margin-top: 65px;
}
.top_about_cnt::before,
.about_cnt::before{
  content: '';
  background: url(../img/common/icon-grass.png) 0 0 no-repeat;
  background-size: 51px 60px;
  height: 60px;
  width: 51px;
  position: absolute;
  top: -65px;
  left: -33px;
}
.top_about_cnt::after,
.about_cnt::after{
  content: '';
  background: url(../img/common/icon-river.png) 0 0 no-repeat;
  background-size: 135px 151px;
  height: 151px;
  width: 135px;
  position: absolute;
  bottom: 10px;
  right: -100px;
}
.top_about_area p,
.about_area p {
  margin-top: 0;
  margin-bottom: 20px;
}
.top_about_area p:last-child,
.about_area p:last-child {
  margin-bottom: 0;
}

.top_point_area {
  position: relative;
  margin: 60px 0;
}
.top_point_area::after{
  content: '';
  background: url(../img/common/icon-forest.png) 0 0 no-repeat;
  background-size: 194px 152px;
  height: 152px;
  width: 194px;
  position: absolute;
  left: -90px;
  bottom: 15px;
}
.point_cntents {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.point_box{
  position: relative;
  width: 32%;
  margin: 55px 2% 20px 0;
  padding: 10px 20px;
}
.point_box:nth-child(odd){
  background: url(../img/common/bg-point-blue-cnt.png) 0 0 repeat-y;
  background-size: 100% auto;
}
.point_box:nth-child(odd)::before{
  content: '';
  background: url(../img/common/bg-point-blue-top.png) 0 top no-repeat;
  background-size: 100%;
  height: 55px;
  width: 317px;
  position: absolute;
  top: -55px;
  left: 0;
}
.point_box:nth-child(odd)::after{
  content: '';
  background: url(../img/common/bg-point-blue-bottom.png) 0 top no-repeat;
  background-size: 100%;
  height: 20px;
  width: 317px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.point_box:nth-child(even){
  background: url(../img/common/bg-point-green-cnt.png) 0 0 repeat-y;
  background-size: 100% auto;
}
.point_box:nth-child(even)::before{
  content: '';
  background: url(../img/common/bg-point-green-top.png) 0 top no-repeat;
  background-size: 100%;
  height: 56px;
  width: 317px;
  position: absolute;
  top: -55px;
  left: 0;
}
.point_box:nth-child(even)::after{
  content: '';
  background: url(../img/common/bg-point-green-bottom.png) 0 top no-repeat;
  background-size: 100%;
  height: 20px;
  width: 317px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.point_box:last-child {
  margin-right: 0;
}
.point_ttl{
  margin-top: 0;
  text-align: center;
  margin-bottom: 15px;
}
.point_ttl::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  height: 55px;
  width: 56px;
}
.point1 .point_ttl::after{
  background: url(../img/top/icon-point1.png) 0 0 no-repeat;
  background-size: 56px 55px;
}
.point2 .point_ttl::after{
  background: url(../img/top/icon-point2.png) 0 0 no-repeat;
  background-size: 56px 55px;
}
.point3 .point_ttl::after{
  background: url(../img/top/icon-point3.png) 0 0 no-repeat;
  background-size: 56px 55px;
}
.point_h2 {
  position: relative;
  margin-bottom: 30px;
}
.point_h2::before{
  content: '';
  background: url(../img/common/icon-pikuup-txt.png) 0 0 no-repeat;
  background-size: 116px 37px;
  height: 37px;
  width: 116px;
  margin: 0 auto 15px;
  display: block;
}
.point_h2 h2 {
  font-size: 24px;
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.point1 .point_h2 h2{
  color: #116a5d;
}
.point2 .point_h2 h2{
  color: #338869;
}
.point3 .point_h2 h2{
  color: #216ab5;
}
.point_cnt{
  font-size: 18px;
  font-weight: normal;
}
.point_cnt p {
  margin: 0;
}


/** 産業体験受入先を探す **/
.bg_green_back{
  position: relative;
  background: url(../img/common/bg-dot-green.png) 0 0 repeat;
  background-size: auto;
  padding: 55px 0;
}
.bg_green_back::before{
  content: '';
  background: url(../img/common/bg-lace-top.png) 0 0 repeat-x;
  background-size: auto;
  height: 25px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bg_green_back::after{
  content: '';
  background: url(../img/common/bg-lace-bottom.png) 0 0 repeat-x;
  background-size: auto;
  height: 25px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.top_search_area {
  margin-bottom: 80px;
}
.top_search_cnt {
  margin-top: 45px;
  margin-right: 0;
  width: 68%;
  float: left;
  position: relative;
}
.top_search_cnt p:nth-child(2) {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
}
.top_search_cnt > p > span {
  font-size: 22px;
  font-weight: bold;
  margin: 0 5px;
  color: #d5094c;
}
.top_search_ttl {
  width: 30%;
  float: left;
  margin-top: 13px;
  margin-right: 2%;
}
.top_search_ttl h2 {
  line-height: 1;
  text-indent: 0;
}
.search_lists_h2 {
  line-height: 1;
  text-indent: 0;
  font-size: 24px;
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #225ea2;
  position: relative;
  background: url(../img/common/icon-host-bottom.png) 60px bottom no-repeat;
  padding: 20px 10px 48px 80px;
  margin: 40px 0 50px;
}
.search_lists_h2::before{
  content: '';
  background: url(../img/common/icon-bird-host.png) 0 0 no-repeat;
  background-size: 66px 61px;
  height: 61px;
  width: 66px;
  position: absolute;
  top: 15px;
  left: 0;
}

.current_number table {
  margin: 0;
}

.current_number th,.current_number td {
    text-align: center;
    border: 1px solid #494949;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
}

.current_number table th {
    background: #5db2a5;
    color: #fff;
}

.top_search_cnt p {
    font-weight: normal;
}

.current_number td {
  background: #fff;
  border-top: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
}

.italic {
  font-style: italic;
  font-size: 22px;
  padding: 0 5px;
  color: #d5094c;
}

.search_head_txt .current_number {
  top: -10px;
  right: -142px;
}
.search_head_txt .current_number th,
.search_head_txt .current_number td{
  padding: 5px 13px;
  font-size: 14px;
}
.search_head_txt .italic{
  font-size: 19px;
}

.search_list {
  display: flex;
  flex-wrap: wrap;
}
.search_list_box {
  margin-right: 2%;
  width: 32%;
}
.search_list_box:last-child {
  margin-right: 0;
}
.search_list_h3 {
  font-size: 24px;
  color: #42ac9d;
  text-indent: 0;
  line-height: 1;
  min-height: auto;
  margin: 10px 0;
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  letter-spacing: 2px;
}
.search_cate {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  min-width: 130px;
}

.ringyou {
  background: #2c7b55;
}
.nougyou {
  background: #5faf38;
}
.gyogyou {
  background: #317bc8;
}
.chikusan {
  background: #c89131;
}
.dentoukougei {
  background: #c85131;
}
.sonota {
  background: #c83183;
}

.search_area {
  font-size: 18px;
  font-weight: normal;
  margin: 7px 0;
  letter-spacing: 2px;
}
.search_more {
  max-width: 250px;
  margin: 10px auto 0;
}
.search_more a {
  display: block;
  background: #666;
  text-align: center;
  color: #fff;
  padding: 10px 35px;
  border-radius: 50px;
  position: relative;
}
.search_more a::after{
  content: '';
  background: url(../img/common/icon-arrow-white.png) 0 0 no-repeat;
  background-size: 12px 18px;
  height: 18px;
  width: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

/** 産業体験レポート **/
.top_report_area {
  margin: 70px 0;
}
.top_report_head {
  position: relative;
  margin-bottom: 40px;
}
.top_report_head p {
  font-size: 18px;
  font-weight: normal;
}
.report_h2 {
  margin-bottom: 25px;
}
.top_report_cnt{
  background: url(../img/top/img-report1.png) center no-repeat;
  background-size: 100% 373px;
  padding: 8% 0 16%;
}
.report_h3 {
  min-height: auto;
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  text-indent: 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.more_report {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.more_report a {
  font-size: 28px;
  color: #fff;
  background: #08aab0;
  padding: 11px 40px;
  display: block;
  text-align: center;
  border-radius: 50px;
  position: relative;
  letter-spacing: 2px;
  opacity: .85;
}
.more_report a::after{
  content: '';
  background: url(../img/common/icon-arrow-white.png) 0 0 no-repeat;
  background-size: 18px 28px;
  height: 28px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
}
.more_report a:hover{
  opacity: 1;
}

/** 最新情報リンクバナー **/
.uiturn_info_area {
  margin: 50px 0 100px;
  position: relative;
}
.uiturn_info_area::before{
  content: '';
  background: url(../img/common/icon-grass2.png) 0 0 no-repeat;
  background-size: 110px 84px;
  height: 84px;
  width: 110px;
  position: absolute;
  left: -70px;
  bottom: -105px;
}
.ribon_green_h2{
  max-width: 505px;
  width: 100%;
  margin: 0 auto 70px;
  position: relative;
}
.ribon_green_h2::before{
  content: '';
  background: url(../img/common/icon-apple1.png) 0 0 no-repeat;
  background-size: 52px 49px;
  height: 49px;
  width: 52px;
  position: absolute;
  left: -160px;
  top: -10px;
}
.ribon_green_h2::after{
  content: '';
  background: url(../img/common/icon-orange.png) 0 0 no-repeat;
  background-size: 79px 52px;
  height: 52px;
  width: 79px;
  position: absolute;
  right: -180px;
  top: 0px;
}
.ribon_green_h2 h2 {
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  line-height: 1.5;
  text-indent: 0;
  text-align: center;
  position: relative;
  background: url(../img/common/ttl-green-ribbon-cnt.png) 0 0 repeat-x;
  background-size: cover;
  padding: 23px 10px;
  color: #fff;
}
.ribon_green_h2 h2::before{
  content: '';
  background: url(../img/common/ttl-green-ribbon-left.png) 0 0 no-repeat;
  background-size: 102px 95px;
  height: 95px;
  width: 102px;
  position: absolute;
  left: -102px;
  top: 3px;
}
.ribon_green_h2 h2::after{
  content: '';
  background: url(../img/common/ttl-green-ribbon-right.png) 0 0 no-repeat;
  background-size: 101px 97px;
  height: 97px;
  width: 101px;
  position: absolute;
  right: -100px;
  top: 7px;
}
.uiturn_info_lists {
  display: flex;
  flex-wrap: wrap;
}
.uiturn_info_box {
  margin-right: 2%;
  width: 32%;
}
.uiturn_info_box:last-child {
  margin-right: 0;
}
.uiturn_info_txt {
  color: #000;
  margin-top: 10px;
  font-weight: normal;
  text-align: center;
}

/** 産業体験のお問い合わせ **/
.f_contact_area{
  padding: 75px 0 90px;
  position: relative;
}
.f_contact_area::after{
  content: '';
  background: url(../img/common/icon-forest2.png) 0 0 no-repeat;
  background-size: 118px 106px;
  height: 106px;
  width: 118px;
  position: absolute;
  right: -45px;
  bottom: 120px;
}
.ribon_blue_h2{
  max-width: 505px;
  width: 100%;
  margin: 0 auto 70px;
  position: relative;
}
.ribon_blue_h2::before{
  content: '';
  background: url(../img/common/icon-bird.png) 0 0 no-repeat;
  background-size: 97px 78px;
  height: 78px;
  width: 97px;
  position: absolute;
  left: -190px;
  top: 0px;
}
.ribon_blue_h2 h2 {
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  line-height: 1.5;
  text-indent: 0;
  text-align: center;
  position: relative;
  background: url(../img/common/ttl-blue-ribbon-cnt.png) 0 0 repeat-x;
  background-size: cover;
  padding: 23px 10px;
  color: #fff;
  margin: 0;
}
.ribon_blue_h2 h2::before{
  content: '';
  background: url(../img/common/ttl-blue-ribbon-left.png) 0 0 no-repeat;
  background-size: 102px 95px;
  height: 95px;
  width: 102px;
  position: absolute;
  left: -102px;
  top: 3px;
}
.ribon_blue_h2 h2::after{
  content: '';
  background: url(../img/common/ttl-blue-ribbon-right.png) 0 0 no-repeat;
  background-size: 101px 97px;
  height: 97px;
  width: 101px;
  position: absolute;
  right: -100px;
  top: 7px;
}
.about_summary .ribon_blue_h2::before,
.knowledge_container .ribon_blue_h2::before{
  content: '';
  background: url(../img/common/icon-apple1.png) 0 0 no-repeat;
  background-size: 52px 49px;
  height: 49px;
  width: 52px;
  position: absolute;
  left: -160px;
  top: -10px;
}
.about_summary .ribon_blue_h2::after,
.knowledge_container .ribon_blue_h2::after{
  content: '';
  background: url(../img/common/icon-orange.png) 0 0 no-repeat;
  background-size: 79px 52px;
  height: 52px;
  width: 79px;
  position: absolute;
  right: -180px;
  top: 0px;
}
.f_contact_lists {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.f_contact_box {
  margin-right: 3%;
  width: 47%;
  margin-top: 0;
  margin-bottom: 0;
}
.f_contact_box dt {
  font-size: 24px;
  margin-bottom: 5px;
}
.f_contact_box dd {
  font-weight: normal;
  margin-left: 0;
}
.f_contact_box dd p {
  margin-top: 0;
  margin-bottom: 10px;
}
.contact_address {
  display: flex;
  padding-left: 0;
    margin: 0;
}
.contact_address li:first-child {
  margin-right: 4%;
}
.tel_address::before{
  content: '';
  background: url(../img/common/icon-tel.png) 0 0 no-repeat;
  background-size: 20px 15px;
  height: 15px;
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -4px;
}
.mail_address::before{
  content: '';
  background: url(../img/common/icon-mail.png) 0 0 no-repeat;
  background-size: 19px 15px;
  height: 15px;
  width: 19px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

/*==========================================================================
  SearchPages
==========================================================================*/
/** 受入先を探す **/
.search_lists_area {
  position: relative;
  padding-bottom: 150px;
}
.search_lists_area::before{
  content: '';
  background: url(../img/search/icon-search-page1.png) 0 0 no-repeat;
  background-size: 158px 118px;
  height: 118px;
  width: 158px;
  position: absolute;
  bottom: 130px;
  left: -100px;
}
.search_lists_area::after{
  content: '';
  background: url(../img/search/icon-search-page2.png) 0 0 no-repeat;
  background-size: 112px 57px;
  height: 57px;
  width: 112px;
  position: absolute;
  bottom: 130px;
  right: -100px;
}
.page_sub .page_g_navi {
  margin-top: 30px;
  margin-bottom: 30px;
}
.search_form_area {
  background: #ebf8e7;
  padding: 0 0 30px;
}
.search_head_img {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.search_head_txt {
  float: left;
  margin-right: 0;
  width: 67%;
  padding-top: 60px;
  position: relative;
}
.search_head_txt p {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 25px;
}
.search_head_txt > p > span{
  font-size: 22px;
  font-weight: bold;
  margin: 0 5px;
  color: #d5094c;
}
.search_head_txt dt,
.search_point dt {
  font-size: 22px;
  position: relative;
  padding: 10px;
}
.search_head_txt dt::after,
.search_point dt::after{
  content: '';
  background: url(../img/search/bg-point-border.png) 0 0 repeat-x;
  background-size: auto;
  height: 7px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.search_head_txt dd,
.search_point dd {
  color: #ce1957;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 10px;
}

.search_point {
  max-width: 750px;
  margin: 0 auto 30px;
}

.search_form_box{
  background: url(../img/search/bg-search-box.png) center top no-repeat;
  background-size: auto 100%;
  padding-top: 30px;
  padding-bottom: 110px;
}
.search_form_bg{
  background: url(../img/search/bg-search-cnt.png) 0 0 repeat;
  background-size: auto;
  max-width: 880px;
  width: 100%;
  padding: 60px 60px 100px;
  border-radius: 20px;
  position: relative;
}

.search {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.search:first-child{
  padding-top: 0;
}
.search:last-child{
  padding-bottom: 0;
}
.search dt {
  margin-right: 30px;
  font-size: 22px;
  position: relative;
  width: 28%;
  padding-left: 20px;
}
.search dt::before{
  content: '';
  background: url(../img/search/icon-circle-red.png) 0 0 no-repeat;
  background-size: 15px;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
}
.search dd {
  width: 57%;
}
.search input[type="text"] ,
.search select{
  background:#fff;
  border: none;
  width:100%;
  height: 50px;
  padding: 10px 25px;
  font-weight:bold;
  border-radius: 50px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
  appearance: none;
  background-image: url(../img/common/icon-updown.png);
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 25px center;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
input::placeholder {
  color: #666;
}
/* IE */
input:-ms-input-placeholder {
  color: #666;
}
/* Edge */
input::-ms-input-placeholder {
  color: #666;
}

.submit_img {
  position: absolute;
  width: 410px;
  height: 111px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -55px;
}
.search_list_link {
  position: absolute;
  right: 50px;
  bottom: -80px;
}

.search_lists_head .ribon_blue_h2 {
    padding-top: 50px;
}
.search_lists_head .ribon_blue_h2::before{
  content: '';
  background: url(../img/search/icon-search-list.png) 0 0 no-repeat;
  background-size: 333px 151px;
  height: 151px;
  width: 333px;
  position: absolute;
  left: -347px;
  top: 0;
}
.search_lists_head .ribon_blue_h2::after{
  content: '';
  background: url(../img/search/icon-search-list2.png) 0 0 no-repeat;
  background-size: 323px 145px;
  height: 145px;
  width: 323px;
  position: absolute;
  right: -347px;
  top: 0;
}
.search_lists_head .ribon_blue_h2 h2{
  font-size: 30px;
  color: #fff;
  letter-spacing: 2px;
  padding: 18px 10px;
}

.search_result_txt h3{
  line-height: 1;
  text-indent: 0;
  font-size: 24px;
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #333;
  position: relative;
  background: url(../img/common/icon-host-bottom.png) 60px bottom no-repeat;
  padding: 20px 10px 48px 80px;
  margin: 40px auto 50px;
  max-width: 600px;
  width: 100%;
}
.search_result_txt h3::before {
  content: '';
  background: url(../img/common/icon-bird-host.png) 0 0 no-repeat;
  background-size: 66px 61px;
  height: 61px;
  width: 66px;
  position: absolute;
  top: 15px;
  left: 0;
}
.result_txt {
  color: #e36953;
}
.search_navigation_box {
  max-width: 570px;
  position: relative;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}
.search_navigation li a,
.search_navigation li span{
  background: #fff;
  border: 2px solid #00aaae;
  display: block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 18px;
}
.search_navigation li a:hover{
  background: #00aaae;
  color: #fff;
}
.search_navigation li span{
  background: #00aaae;
  color: #fff;
}
.search_navigation .prev_link a,
.search_navigation .next_link a{
  background: #fff;
  border: none;
  padding: 18px 0;
  display: flex;
  justify-content: center;
}
.search_navigation > ul{
  padding: 0;
  margin: 0;
}
.search_navigation li {
  float: left;
  position: relative;
  margin: 0 15px;
}
.search_lists_cnt .search_list_box{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
.search_lists_cnt .search_list_box:nth-child(3n){
  margin-right: 0;
}
.search_list_box figure {
  position: relative;
  overflow: hidden;
  max-width: 370px;
  max-height: 240px;
  height: 240px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
}
.search_list_box figure img{
  width: 100%;
}
.search_lists_cnt .search_list_box img{
  border-radius: 10px 10px 0 0;
}

.search_list_cnt {
  padding: 15px 15px 70px;
}
.search_lists_cnt .search_list_h3{
  color: #04723d;
}
.search_more {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 15px;
}
.search_access {
  margin-top: 10px;
}
.search_access li{
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.icon_area::before{
  content: '';
  background: url(../img/common/icon-area.png) 0 0 no-repeat;
  background-size: 11px 16px;
  height: 16px;
  width: 11px;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -8px;
}
.icon_shichouson::before{
  content: '';
  background: url(../img/common/icon-shichouson.png) 0 0 no-repeat;
  background-size: 16px 13px;
  height: 13px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.search_list + .search_navigation_box {
    margin-top: 20px;
}

/** 受入先詳細ページ **/
.receiving_container{
  background: url(../img/common/bg-content-green.png) 0 0 repeat;
  background-size: auto;
  padding: 35px 0 70px;
}
.receiving_container .about_contents_header{
  margin-top: 20px;
  margin-bottom: 80px;
}
.receiving_container .about_contents_header .ttl_h2::before{
  content: '';
  background: url(../img/about/summary_left.png) 0 0 no-repeat;
  background-size: 133px 156px;
  height: 156px;
  width: 133px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
}
.receiving_container .about_contents_header .ttl_h2::after{
  content: '';
  background: url(../img/about/summary_right.png) 0 0 no-repeat;
  background-size: 133px 156px;
  height: 156px;
  width: 133px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
}
.type_btn {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  min-width: 160px;
  border-radius: 5px;
  text-align: center;
  margin: 0;
}
.access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  margin-left: 40px;
  padding-left: 0;
}
.area_name {
  background: transparent;
  color: #000;
  padding: 0;
  width: auto;
  text-align: left;
}
.company_tags {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.access li {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding-left: 25px;
}
.access li:first-child {
  margin-right: 25px;
}
.receiving_head h1 {
  font-size: 24px;
  color: #04723d;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.catch_txt {
  font-size: 20px;
  margin-bottom: 15px;
}
.catch_txt::before {
  content: '【';
}
.catch_txt::after {
  content: '】';
}

.receiving_main{
  background: url(../img/common/bg-receiving-main.png) 0 0 no-repeat;
  background-size: 100% auto;
  border-radius: 20px;
  margin: 0 15px 30px;
  position: relative;
}
.receiving_main::after{
  content: '';
  background: url(../img/common/icon-grass3.png) 0 0 no-repeat;
  background-size: 108px 150px;
  height: 150px;
  width: 108px;
  position: absolute;
  bottom: 10px;
  right: -115px;
}

.receiving_main_img {
  padding: 30px 0;
  text-align: center;

  height: 545px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.receiving_main_img img {
  border-radius: 20px;

  width: 88%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.receiving_main_img img.w100{
  width: 100%;
}

.receiving_about {
  padding: 0 50px 40px;
  position: relative;
}
.receiving_about::after{
  content: '';
  background: url(../img/common/bg-border-dot.png) 0 0 repeat-x;
  background-size: auto;
  height: 9px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.receiving_about p {
  font-weight: normal;
  font-size: 18px;
}

.receiving_sub {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #cfefd0;
  border-radius: 30px;
}
.receiving_about + .receiving_sub{
  margin-top: 50px;
}
.receiving_sub_content {
  padding: 25px;
}
.content_l {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 300px;
}
.receiving_sub img {
  border-radius: 10px;
}
.receiving_sub_content p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}
.content_l img:nth-child(2) {
  margin-left: 20px;
}
.sub_x2 {
  display: flex;
  float: none;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.sub_x2 img {
  width: 297px;
}
.receiving_data_container {
  padding: 70px 0 90px;
}
.receiving_data {
  padding-bottom: 70px;
  margin-bottom: 70px;
  position: relative;
}
.receiving_data::after{
  content: '';
  background: url(../img/common/bg-border-dot.png) 0 0 repeat-x;
  background-size: auto;
  height: 9px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bg_green_h3{
  background: url(../img/common/bg-receiving-ttl.png) 0 0 repeat-x;
  background-size: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.bg_green_h3 h3 {
  font-size: 24px;
  color: #04723d;
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  text-align: center;
  background: #fff;
  min-height: auto;
  letter-spacing: 0;
  padding: 7px 15px;
  display: inline-block;
  text-indent: 0;
  min-width: 400px;
  border-radius: 50px;
  margin: 0;
}
.receiving_data > .receiving_data_content {
  padding: 0 40px;
  font-weight: normal;
  font-size: 18px;
}
.receiving_data_img {
  margin-top: 40px;
  text-align: center;
}
.receiving_data_img img {
  max-width: 900px;
  border-radius: 20px;
}

.contact_link_content{
  background-image: url(../img/common/bg-border-topleft.png), url(../img/common/bg-border-topright.png), url(../img/common/bg-border-leftbottom.png), url(../img/common/bg-border-bottomright.png), url(../img/common/bg-border-top.png), url(../img/common/bg-border-bottom.png), url(../img/common/bg-border-left.png), url(../img/common/bg-border-right.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left top, right top, left bottom, right bottom, top, bottom, left, right;
  background-color: #FFFFFF;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  padding: 40px;
}
.contact_link_box h2 {
  background: url(../img/common/bg-ttl-contact.png) 0 0 no-repeat;
  background-size: auto;
  min-height: 91px;
  padding: 50px 10px 0 80px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.contact_lists {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
.contact_lists dt {
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
}
.contact_lists dd {
  font-size: 18px;
  margin-left: 0;
  font-weight: normal;
}
.contact_tel {
  width: 35%;
  margin-right: 15%;
  margin-top: 0;
  margin-bottom: 0;
}
.contact_tel dt::before{
  content: '';
  background: url(../img/common/icon-tel-big.png) 0 0 no-repeat;
  background-size: 42px 35px;
  height: 35px;
  width: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact_tel dd p:first-child {
  margin-bottom: 10px;
}
.contact_form {
  width: 50%;
  margin: 0;
}
.contact_form dt::before{
  content: '';
  background: url(../img/common/icon-contact-link.png) 0 0 no-repeat;
  background-size: 48px 43px;
  height: 43px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.form_link_sav_txt {
  font-size: 15px;
}
.form_link_btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.contact_lists dd p:not(.form_link_btn) {
  margin: 0;
}
.form_link_btn a {
  background: #666;
  color: #fff;
  padding: 10px 35px 10px 20px;
  display: block;
  border-radius: 50px;
  max-width: 240px;
  width: 100%;
  position: relative;
  text-align: center;
}
.form_link_btn a::after{
  content: '';
  background: url(../img/common/icon-arrow-white.png) 0 0 no-repeat;
  background-size: 11px 17px;
  height: 17px;
  width: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.btn_img_box {
  text-align: center;
  margin-top: 120px;
}
.relation_bnrs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.relation_bnrs li {
  width: 48%;
  margin-right: 3%;
  margin-bottom: 30px;
}
.relation_bnrs li:nth-child(2n) {
  margin-right: 0;
}

/*==========================================================================
  産業体験とは
==========================================================================*/
.page_ttl_header {
  margin-bottom: 100px;
}
.experience_flow_contents .catch_txt {
  color: #d5094c;
  text-align: center;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: -15px;
}

.contents_anchor_links {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 30px;
  padding-left: 0;
}
.contents_anchor_links li {
  width: 32%;
  margin-right: 2%;
}
.contents_anchor_links li:nth-child(3n){
  margin-right: 0;
}
.contents_anchor_links li a {
  display: block;
  background: #fff;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #468b84;
  border-radius: 20px;
  color: #468b84;
  position: relative;
}
.contents_anchor_links li a.single_links {
  line-height: 54px;
}
.contents_anchor_links li a::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #468b84;
  border-right: solid 3px #468b84;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px;
}
.contents_anchor_links li a:hover{
  background: #468b84;
  color: #fff;
}
.contents_anchor_links li a:hover::after{
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}


.icon_forest{
  position: relative;
}
.icon_forest::after{
  content: '';
  background: url(../img/common/icon-forest.png) 0 0 no-repeat;
  background-size: 194px 154px;
  height: 154px;
  width: 194px;
  position: absolute;
  bottom: -110px;
  left: -80px;
}
.about_top_container h2{
  text-indent: 0;
  line-height: 1;
}
.about_container,
.about_top_container{
  background: #ebf8e7;
  padding: 10px 0 70px;
}
.about_top_container{
  padding: 50px 0 110px;
}
.about_top_summary_container {
  padding: 70px 0 45px;
  position: relative;
}
.about_top_summary_container::before,
.experience_voice_container::before{
  content: '';
  background: url(../img/common/bg-about1-left.png) 0 0 no-repeat;
  background-size: 240px 219px;
  height: 219px;
  width: 240px;
  position: absolute;
  left: 0;
  top: 20px;
}
.about_top_summary_container::after,
.experience_voice_container::after{
  content: '';
  background: url(../img/common/bg-about1-right.png) 0 0 no-repeat;
  background-size: 168px 203px;
  height: 203px;
  width: 168px;
  position: absolute;
  right: -20px;
  top: 20px;
}
.about_top_summary_container p {
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}
.about_top_summary_container p {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
}

.tb_normal {
  margin: 30px 0;
}
.tb_pattern1, .tb_pattern3 {
  width: 100%;
}
.tb_pattern1 tr, .tb_pattern3 tr {
  border-bottom: 5px solid #ebf8e7;
}
.tb_pattern1 tr:last-child, .tb_pattern3 tr:last-child {
  border-bottom: none;
}
.tb_pattern1 th, .tb_pattern1 td {
  font-size: 30px;
  font-weight: normal;
  padding: 30px;
}
.tb_pattern1 th {
  background: #468b84;
  color: #fff;
  text-align: center;
  width: 250px;
}
.tb_pattern1 td, .tb_pattern3 td {
  background: #fff;
}
.tb_pattern1 td > span, .tb_pattern3 td > span {
  display: block;
  font-size: 20px;
}
.tb_pattern1 .about_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.tb_pattern1 .about_dl dt {
  width: 24%;
  margin-right: 3%;
  font-weight: normal;
}
.tb_pattern1 .about_dl dd {
  font-size: 16px;
  margin-left: 0;
  width: 73%;
}

.tb_pattern3 th, .tb_pattern3 td {
  font-size: 18px;
  font-weight: normal;
  padding: 30px;
}
.tb_pattern3 th {
  background: #468b84;
  color: #fff;
  text-align: center;
  font-size: 24px;
  width: 265px
}

.about_top_shienmenu {
  position: relative;
  background: url(../img/common/bg-dot-green.png) 0 0 repeat;
  background-size: auto;
  padding: 70px 0;
}
.icon_about_menu::before{
  content: '';
  background: url(../img/common/icon-flag.png) 0 0 no-repeat;
  background-size: 78px 94px;
  height: 94px;
  width: 78px;
  position: absolute;
  left: -180px;
  top: -30px;
}
.icon_about_menu::after{
  content: '';
  background: url(../img/about/icon-about-point.png) 0 0 no-repeat;
  background-size: 197px 135px;
  height: 135px;
  width: 197px;
  position: absolute;
  right: -240px;
  top: -50px;
}
.about_top_shienmenu p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
}

.tb_responsive{
  margin: 30px 0;
}
.tb_pattern2 {
  width: 100%;
}
.tb_pattern2 th {
  background: #468b84;
  color: #fff;
}
.tb_pattern2 th,.tb_pattern2 td {
  text-align: center;
  padding: 20px;
  border: 2px solid #ebf8e7;
  font-size: 18px;
  font-weight: normal;
}
.tb_pattern2 td {
  background: #fff;
}
.tate_txt{
  width: 90px;
}
.tb_pattern2 tbody tr.tb_bg_bule td {
  background: #d4efec;
}
.tb_pattern2 tbody td:last-child {
  text-align: left;
}
.tb_pattern2 thead th:first-child{
  /* width: 225px; */
  /* 20250507_くらしまねっと産業体験ページ修正 */
  width: 280px;
}
/* 20250507_くらしまねっと産業体験ページ修正 */
.tb_pattern2 thead th:nth-child(2) {
  width: 151px;
}
.tb_pattern2 td > span{
  display: block;
  font-size: 16px;
}

.about_relation_container{
  padding: 70px 0;
}
.ribon_aqua_h2{
  max-width: 505px;
  width: 100%;
  margin: 0 auto 70px;
  position: relative;
}
.ribon_aqua_h2::before{
  content: '';
  background: url(../img/common/icon-forest3.png) 0 0 no-repeat;
  background-size: 83px 85px;
  height: 85px;
  width: 83px;
  position: absolute;
  left: -200px;
  top: 5px;
}
.ribon_aqua_h2::after{
  content: '';
  background: url(../img/common/icon-forest4.png) 0 0 no-repeat;
  background-size: 96px 89px;
  height: 89px;
  width: 96px;
  position: absolute;
  right: -215px;
  top: 5px;
}

.ribon_aqua_h2 h2 {
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  line-height: 1.5;
  text-indent: 0;
  text-align: center;
  position: relative;
  background: url(../img/common/ttl-aqua-ribbon-cnt.png) 0 0 repeat-x;
  background-size: cover;
  padding: 23px 10px;
  color: #fff;
}
.ribon_aqua_h2 h2::before{
  content: '';
  background: url(../img/common/ttl-aqua-ribbon-left.png) 0 0 no-repeat;
  background-size: 102px 94px;
  height: 94px;
  width: 102px;
  position: absolute;
  left: -102px;
  top: 3px;
}
.ribon_aqua_h2 h2::after{
  content: '';
  background: url(../img/common/ttl-aqua-ribbon-right.png) 0 0 no-repeat;
  background-size: 101px 98px;
  height: 98px;
  width: 101px;
  position: absolute;
  right: -100px;
  top: 7px;
}
.about_relation_contents {
  margin: 40px 0;
}
.about_relation_contents ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}
.about_relation_contents ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.about_relation_contents ul li:nth-child(3n) {
  margin-right: 0;
}
.about_relation_container .about_relation_contents {
  margin: 80px 0 0;
}
.border_bottom_dot{
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 75px;
}
.border_bottom_dot::after{
  content: '';
  background: url(../img/common/bg-border-dot.png) 0 0 repeat-x;
  background-size: auto;
  height: 9px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/** 手続きの流れ **/
.about_flow_contents {
  text-align: center;
}
.about_flow_contents > p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 2;
  text-align: left;
}
.not_icons::before, .not_icons::after{
  display: none;
}
.flow_img {
  background: url(../img/search/bg-search-cnt.png) 0 0 repeat;
  border-radius: 20px;
  padding: 30px 0;
}
.about_relation_conatiners{
  padding: 60px 0 70px;
}

/** 支援制度 **/
.summary_contents > p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.summary_types{
  background: #fff;
  border-radius: 20px;
  padding: 60px 30px 30px;
  position: relative;
  margin: 40px 0 60px;
}
.summary_types > h3{
  position: absolute;
  left: -70px;
  top: -30px;
  margin: 0;
}
.type_nougyou{
  border: 4px solid #7fb71d;
}
.type_gyogyou{
  border: 4px solid #237fc1;
}
.type_ringyou{
  border: 4px solid #bd9034;
}

.summary_type_box{
  margin-bottom: 40px;
}
.summary_type_box:last-child{
  margin-bottom: 0;
}
.summary_type_box h4 {
  font-size: 22px;
  font-weight: bold;
  color: #3ea222;
  margin-bottom: 15px;
  margin-top: 0;
}
.summary_txt {
  padding-left: 15px;
}
.summary_txt > div{
  display: flex;
  margin-bottom: 25px;
}
.summary_txt > div:last-child{
  margin-bottom: 0;
}
.end_work::before,
.prev_work::before{
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 2px;
  font-weight: normal;
  letter-spacing: 2px;
  top: 0;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 30px;
}
.prev_work::before{
  content: '就業前';
  color: #fff;
}
.type_nougyou .prev_work::before{
  background: #73ad42;
  border: 1px solid #73ad42;
}
.type_gyogyou .prev_work::before{
  background: #4a98c8;
  border: 1px solid #4a98c8;
}
.type_ringyou .prev_work::before{
  background: #b3864f;
  border: 1px solid #b3864f;
}

.end_work::before{
  content: '就業後';
  background: #fff;
  width: 30px;
}
.type_nougyou .end_work::before{
  color: #73ad42;
  border: 1px solid #73ad42;
}
.type_gyogyou .end_work::before{
  color: #4a98c8;
  border: 1px solid #4a98c8;
}
.type_ringyou .end_work::before{
  color: #b3864f;
  border: 1px solid #b3864f;
}

.summary_txt dl{
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}
.summary_txt dl:last-child{
  margin-bottom: 0;
}
.summary_cnt dt {
  font-size: 20px;
  color: #674000;
}
.summary_cnt dt span {
  font-size: 16px;
}
.summary_cnt dd {
  font-size: 18px;
  margin-left: 0;
}
.summary_contact {
  margin-top: 40px;
  margin-bottom: 0;
}
.summary_contact dt {
  background: #e95c06;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  width: 150px;
  text-align: center;
}
.summary_contact dd {
  font-weight: normal;
  font-size: 18px;
  margin-left: 0;
}

.consultation_desk_content {
  padding: 40px 40px 55px;
}
.consultation_desk_content h2 {
  line-height: 1;
  text-indent: 0;
}

.consultation_desk_content .contact_lists {
  flex-wrap: wrap;
}
.consultation_desk_content .contact_lists dl {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  margin-top: 0;
}
.consultation_desk_content .contact_lists dl:nth-child(2n) {
  margin-right: 0;
}
.consultation_desk_content .contact_lists dt span {
  font-size: 16px;
  display: block;
}
.consultation_desk_content .contact_lists dt {
  margin-bottom: 10px;
  border-bottom: 1px dashed #888;
  padding-bottom: 10px;
  height: 65px;
}
.consultation_desk_content .contact_lists dl:last-child dt {
  line-height: 65px;
}
.consultation_desk_content .contact_lists dd .summary_tel {
  font-size: 20px;
}

/** 産業体験の流れ **/
.about_contents_header{
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.about_contents_header .ttl_h2{
  position: relative;
  margin-bottom: 45px;
}
.about_contents_header .ttl_h2::before,
.about_contents_header .ttl_h2::after{
  content: '';
  background: url(../img/about/experience/icon-grass.png) 0 0 no-repeat;
  background-size: 155px 85px;
  height: 85px;
  width: 155px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.about_contents_header .ttl_h2::before{
  left: 10px;
}
.about_contents_header .ttl_h2::after{
  right: 10px;
}

.about_contents_header .ttl_h2 h2{
  background: url(../img/common/bg-h2.png) center no-repeat;
  background-size: 663px 129px;
  min-height: 129px;
  text-align: center;
  font-family:  游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  color: #fff;
  line-height: 129px;
  text-indent: 0;
  margin: 0;
}
.about_contents_header p{
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.experience_flow_box {
  padding: 55px 50px 70px;
  margin-bottom: 45px;
}

.experience_flow_point_box{
  background: url(../img/about/experience/bg-point-box.png) center top no-repeat;
  background-size: 100% auto;
}
.experience_flow_point_box h3{
  text-align: center;
  margin-bottom: 40px;
  text-indent: 0;
}

.experience_flow_point {
  margin-bottom: 40px;
}
.experience_flow_point ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}
.experience_flow_point ul li {
  width: 27%;
}
.experience_flow_point ul li:nth-child(even) {
  margin-left: -40px;
  margin-top: 130px;
}
.experience_flow_photos {
  text-align: center;
  margin-top: 35px;
}
.photos_frame_over{
  margin: 30px -30px 0;
}

.experience_flow_comment{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  margin-top: 40px;
}
.experience_flow_comment::before{
  content: '';
  border-style: solid;
  border-width: 0 30px 50px 30px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -32px;
}
.experience_flow_comment p{
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}
.experience_flow_comment p:last-child{
  margin-bottom: 0;
}
.experience_flow_comment p.bold{
  font-weight: bold;
}
.experience_flow_comment h4{
  color: #e94e2f;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px;
}
.experience_flow_box .ttl_h3{
  position: relative;
}
.experience_flow_box .ttl_h3::before,
.experience_flow_box .ttl_h3::after{
  content: '';
  background: url(../img/about/experience/bg-ttl.png) 0 0 no-repeat;
  background-size: 312px 19px;
  height: 19px;
  width: 312px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.experience_flow_box .ttl_h3::before{
  left: 0px;
}
.experience_flow_box .ttl_h3::after{
  right: 0px;
}
.experience_flow_box .ttl_h3 h3{
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  margin: 0;
}
.experience_flow_memo {
  text-align: center;
  margin-top: 25px;
}
.photos_x2 {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 50px;
}
.pohoto_box {
  width: 49%;
}
.pohoto_box:first-child {
  margin-right: 2%;
}
.pohoto_box img {
  display: block;
}
.pohoto_box img:nth-child(2) {
  margin-top: 20px;
}
.expricence_flow_group {
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}
.expricence_flow_group .experience_flow_photos {
margin-top: 0;
text-align: left;
}
.experience_flow_sav_photos {
  position: absolute;
  right: -35px;
  bottom: -35px;
}
.expricence_flow_group .experience_flow_memo {
  text-align: left;
  margin-top: 10px;
}
.expricence_flow_group2 {
  margin: 35px 0 20px;
}
.expricence_flow_group2::after{
  content: '';
  clear: both;
  display: block;
}
.expricence_flow_group2 .experience_flow_photos {
  text-align: left;
  margin-top: 0;
}
.expricence_flow_group2 .experience_flow_sav_memo {
  float: right;
  margin-top: -115px;
  margin-right: -20px;
  position: relative;
  z-index: 2;
}

/** 体験者の声 **/
.about_contents_header .icon_voice_ttl::before{
  content: '';
  background: url(../img/about/voice/icon-ttl-left.png) 0 0 no-repeat;
  background-size: 133px 156px;
  height: 156px;
  width: 133px;
  top: 0;
  margin-top: 0;
}
.about_contents_header .icon_voice_ttl::after{
  content: '';
  background: url(../img/about/voice/icon-ttl-right.png) 0 0 no-repeat;
  background-size: 111px 160px;
  height: 160px;
  width: 111px;
  top: 0;
  margin-top: 0;
}
.experience_voice_container{
  position: relative;
}
.experience_voice_box {
  padding: 80px 30px 90px;
}
.experience_voice_box > div {
  margin-bottom: 50px;
}
.experience_voice_box > div:last-child{
  margin-bottom: 0;
}
.voice_box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 5px 0 80px 35px;
  padding: 20px;
  border-radius: 12px;
  background: #fffcdb;
  font-size: 22px;
  font-weight: normal;
  width: 81%;
}
.voice_box:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -25px;
  border: 25px solid transparent;
  border-right: 45px solid #fffcdb;
}
.voice_box:last-child{
  margin-bottom: 0;
}
.voice_box p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2
}

.voice_nougyou::before{
  content: '';
  background: url(../img/about/voice/icon-nougyou.png) 0 0 no-repeat;
  background-size: 136px 178px;
  height: 178px;
  width: 136px;
  display: inline-block;
  vertical-align: middle;
}
.voice_ringyou::before{
  content: '';
  background: url(../img/about/voice/icon-ringyou.png) 0 0 no-repeat;
  background-size: 136px 180px;
  height: 180px;
  width: 136px;
  display: inline-block;
  vertical-align: middle;
}
.voice_gyogyou::before{
  content: '';
  background: url(../img/about/voice/icon-gyogyou.png) 0 0 no-repeat;
  background-size: 136px 182px;
  height: 182px;
  width: 136px;
  display: inline-block;
  vertical-align: middle;
}
.bnr_voice_report {
  text-align: center;
  padding-bottom: 70px;
  margin-top: 50px;
}

/** 心得5箇条 **/
.knowledge_container{
  position: relative;
  background: url(../img/common/bg-dot-green.png) 0 0 repeat;
  background-size: auto;
  padding: 40px 0 70px;
}
.knowledge_lists {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
.knowledge_lists li{
  color: #505050;
  font-size: 24px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.knowledge_lists li:last-child {
  margin-bottom: 0;
}
.knowledge_lists li > span {
  position: absolute;
  top: -3px;
  left: 0;
  color: #eba25a;
  font-size: 30px;
  font-family: 'Neucha';
  list-style: decimal inside;
}

/*==========================================================================
  産業体験レポート
==========================================================================*/
.report_container {
  background: #ebf8e7;
  padding: 50px 0 60px;
}
.report_head h2 {
  margin-top: 0;
  margin-bottom: 80px;
  text-indent: 0;
  line-height: 1;
}
.report_head > p {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 45px;
}
.report_link_maps {
  text-align: center;
  position: relative;
}
.report_link_maps > a{
  position: absolute;
  color: #000;
  font-size: 24px;
}
.matsue{
  right: 116px;
  top: 70px;
}
.izumo{
  right: 271px;
  top: 177px;
}
.unnan{
  right: 204px;
  top: 236px;
}
.yasugi{
  right: 44px;
  top: 194px;
}
.okuizumo{
  right: 104px;
  top: 292px;
}
.iinan{
  right: 268px;
  top: 345px;
}
.ooda{
  right: 406px;
  top: 298px;
}
.misato{
  right: 353px;
  top: 369px;
}
.kawamoto{
  right: 417px;
  top: 404px;
}
.oonann{
  right: 401px;
  top: 473px;
}
.gotsu{
  left: 413px;
  top: 408px;
}
.hamada{
  left: 337px;
  bottom: 322px;
}
.masuda{
  left: 237px;
  bottom: 209px;
}
.tsuwano{
  left: 148px;
  bottom: 123px;
}
.yosika{
  left: 210px;
  bottom: 49px;
}
.oki{
  position: absolute;
  left: 0;
  top: 0;
  height: 335px;
  width: 290px;
}
.oki > a{
  color: #000;
  font-size: 20px;
  display: block;
  height: 100%;
}
.oki > a span:nth-child(1) {
  position: absolute;
  right: 14px;
  top: 110px;
}

.oki > a span:nth-child(2) {
  position: absolute;
  right: 109px;
  bottom: 43px;
}

.oki > a span:nth-child(3) {
  position: absolute;
  top: 61px;
  left: 10px;
}

.oki > a span:nth-child(4) {
  position: absolute;
  bottom: 117px;
  left: 9px;
}
.oki > a span:nth-child(5) {
  position: absolute;
  bottom: 5px;
  left: 0;
}

.report_link_maps .hover_txt,
.report_link_maps a:hover{
  color: #ff5353;
  opacity: 1;
}

.report_person_img img {
  border-radius: 15px 15px 0 0;
}

/*==========================================================================
  申請書類ダウンロード
==========================================================================*/
.download_container{
  background: #ebf8e7;
  padding: 10px 0 70px;
}
.download_container .about_contents_header .ttl_h2 h2{
  background: url(../img/common/bg-h2-pink.png) center no-repeat;
}
.download_container .about_contents_header .ttl_h2::before{
  content: '';
  background: url(../img/about/flow_left.png) 0 0 no-repeat;
  background-size: 133px 156px;
  height: 156px;
  width: 133px;
  position: absolute;
  top: 50%;
  margin-top: -85px;
  left: 20px;
}
.download_container .about_contents_header .ttl_h2::after{
  content: '';
  background: url(../img/about/flow_right.png) 0 0 no-repeat;
  background-size: 133px 156px;
  height: 156px;
  width: 133px;
  position: absolute;
  top: 50%;
  margin-top: -72px;
  right: 20px;
}

.download_contents .about_contents_header{
  margin-top: 30px;
  margin-bottom: 30px;
}
.downloads_list_btn {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}
.downloads_list_btn li {
  width: 47%;
  margin-right: 3%;
}
.downloads_list_btn li:last-child {
  margin-right: 0;
}
.downloads_list_btn li a {
  display: block;
  background: #fff;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #468b84;
  border-radius: 20px;
  color: #468b84;
  position: relative;
}
.downloads_list_btn li a::after {
  content: '';
  background: url(../img/common/icon-download_off.png) 0 0 no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px
}
.downloads_list_btn li a:hover{
  background: #468b84;
  color: #fff;
}
.downloads_list_btn li a:hover::after{
  background: url(../img/common/icon-download_on.png) 0 0 no-repeat;
  background-size: 20px;
}

.download_files_container{
  position: relative;
  background: url(../img/common/bg-dot-green.png) 0 0 repeat;
  background-size: auto;
  padding: 40px 0 60px;
}
.download_note{
  display: block;
  font-size: 18px;
  font-weight: normal;
}

.download_lists{
  position: relative;
  padding-left: 0;
  margin: 0;
}

.download_lists li {
  list-style-position: outside;
  margin: 0 0 13px 0;
  padding-left: 1.25em;
  font-size: 19px;
}
.download_lists li a::after {
  content: '';
  background: url(../img/common/icon-download_off.png) 0 0 no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
}
.download_lists li:last-child{
  margin-bottom: 0;
}
.download_lists li a{
  color: #468b84;
}
.download_lists li a:hover{
  color: #ff6a00;
  text-decoration: underline;
}
.download_lists li .number {
  position: absolute;
  left: 0;
  margin: 0;
}
.supplement{
  display: block;
  font-size: 16px;
}


/*==========================================================================
  エラーページ
==========================================================================*/
.error_container{
  padding: 60px 0;
}
.error_box {
  text-align: center;
  padding: 130px 0;
  background: #fff;
  border: 5px solid #42b6d0;
  border-radius: 20px;
}
.error_box .btn_img_box {
  margin-top: 50px;
}
.error_box > p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
}
.btn_back_link {
  max-width: 300px;
  margin: 30px auto 0;
}
.btn_back_link a{
  display: block;
  background: #666;
  text-align: center;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  position: relative;
}
.btn_back_link a::before{
  content: '';
  background: url(../img/common/icon-arrow-white.png) 0 0 no-repeat;
  background-size: 12px 18px;
  height: 18px;
  width: 12px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -9px;
  transform: rotate(-180deg);
}
.icon_mountain{
  position: relative;
}
.icon_mountain::after{
  content: '';
  background: url(../img/report/icon-repot.png) 0 0 no-repeat;
  background-size: 294px 133px;
  height: 133px;
  width: 294px;
  position: absolute;
  right: -50px;
  top: 20px;
}
.report_experience_container{
  margin: 60px auto 40px;
}
.report_area_h2{
  margin-bottom: 45px;
  position: relative;
}
.report_area_h2::before, .report_area_h2::after{
  content: '';
  background: url(../img/report/bg-report-h2.png) 0 0 no-repeat;
  background-size: 397px 16px;
  height: 16px;
  width: 397px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.report_area_h2::before{
  left: 0;
}
.report_area_h2::after{
  right: 0;
}
.report_area_h2 h2{
  font-size: 28px;
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  text-align: center;
}

.report_experience_box {
  border: none;
  margin-bottom: 40px;
}
.report_type_ttl{
  margin-bottom: 35px;
}
.report_type_ttl h3 {
  letter-spacing: 1px;
  text-indent: 0;
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 0;
  margin: 0;
}
.report_type_ttl h3::after{
  content: '';
  background-size: 100% auto;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.type_nougyou .report_type_ttl h3::after{
  background: url(../img/report/bg-nougyou.png) 0 0 repeat-x;
}
.type_chikusan .report_type_ttl h3::after{
  background: url(../img/report/bg-chikusan.png) 0 0 repeat-x;
}
.type_gyogyou .report_type_ttl h3::after{
  background: url(../img/report/bg-gyogyou.png) 0 0 repeat-x;
}
.type_ringyou .report_type_ttl h3::after{
  background: url(../img/report/bg-ringyou.png) 0 0 repeat-x;
}
.type_dentoukougei .report_type_ttl h3::after{
  background: url(../img/report/bg-dentoukougei.png) 0 0 repeat-x;
}
.type_other .report_type_ttl h3::after{
  background: url(../img/report/bg-other.png) 0 0 repeat-x;
}

.report_lists {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.report_lists > li {
  margin-right: 3%;
  width: 22.7%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 15px;
}

.report_lists li:nth-child(4n) {
  margin-right: 0;
}
.report_lists a:hover > div{
  opacity: .8;
}
.report_lists a img:hover{
  opacity: 1;
}

.report_person_txt h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.report_person_txt h4 span {
  font-size: 16px;
  margin-left: 5px;
  color: #000;
}
.report_person_txt {
  padding: 0 10px 20px;
}
.report_access {
  font-size: 18px;
  padding-left: 15px;
  position: relative;
  color: #4bbfbf;
  margin: 0;
}
.report_access::before{
  content: '';
  background: url(../img/report/icon-report-access.png) 0 0 no-repeat;
  background-size: 11px 16px;
  height: 16px;
  width: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.report_person_txt .tag_type {
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  border-radius: 5px;
  letter-spacing: 4px;
  display: inline-block;
  margin: 0;
  margin-top: 15px;
}

.type_nougyou .report_person_txt h4{
  color: #e95613;
}
.type_chikusan .report_person_txt h4{
  color: #b28146;
}
.type_gyogyou .report_person_txt h4{
  color: #0088b0;
}
.type_dentoukougei .report_person_txt h4{
  color: #b53f62;
}
.type_other .report_person_txt h4{
  color: #56a2a7;
}
.type_ringyou .report_person_txt h4{
  color: #008364;
}

.report_person_txt .tag_type.nougyou{
  background: #e95613;
}
.report_person_txt .tag_type.chikusan{
  background: #b28146;
}
.report_person_txt .tag_type.gyogyou{
  background: #0088b0;
}
.report_person_txt .tag_type.dentoukougei{
  background: #b53f62;
}
.report_person_txt .tag_type.other{
  background: #56a2a7;
}
.report_person_txt .tag_type.ringyou{
  background: #008364;
}

.sangyou_contents ul.slick-slider {
  padding-left: 0;
}

.sangyou_contents .main_img {
  width: 100%;
  max-width: none;
}
.receiving_data_content p {
  margin: 0;
}

.sangyou_contents #about1, .sangyou_contents #about2 .block, .sangyou_contents #about4 .block{
  max-width: 1185px;
  width: 100%;
}
.sangyou_contents #about3 {
  max-width: none;
  width: 100%;
}

.bg-white{
  background: #fff;
  padding: 15px 20px;
  font-size: 18px;
}
.bnr-search_box {
  margin: 20px 0 50px;
}

.more_img_box {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

/*==========================================================================
  Responsive
==========================================================================*/
@media screen and (max-width: 600px){
  .sangyou_contents{
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 425px){
  /** パンくず **/
  .gap-below-header{
    padding-top: 0;
  }
  /** メインビジュアル **/
  .main_sp_img.sp_block {
    position: relative;
  }
  .main_cover_img {
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .taiken_rei {
    top: 270px;
    right: 10px;
    z-index: 100000;
  }
  .taiken_rei img {
    width: 220px;
  }

  /** グローバルメニュー **/
  .page_sub .page_g_navi{
    margin-bottom: 0;
  }
  .g_navi_h2 img {
    max-width: 300px;
    width: 100%;
  }
  .g_navi {
    align-items: center;
    flex-wrap: wrap;
  }
  .g_navi li {
    width: 30%;
    margin-bottom: 30px;
  }
  .g_navi > li:nth-child(1),
  .g_navi > li:nth-child(2),
  .g_navi > li:nth-child(3),
  .g_navi > li:nth-child(4),
  .g_navi > li:nth-child(5),
  .g_navi > li:nth-child(6) {
    margin-right: 0%;
  }
  /** しまね産業体験とは **/
  .top_about_area,
  .about_area{
    display: block;
    padding: 0 10px;
    margin-top: 20px;
  }
  .top_about_cnt::before,
  .about_cnt::before{
    left: 5px;
    opacity: 0.6;
  }
  .top_about_cnt::after,
  .about_cnt::after{
    right: -5px;
    opacity: 0.6;
  }
  .top_about_ttl,
  .about_ttl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
  }
  .top_about_cnt,
  .about_cnt{
    margin-top: 20px;
  }
  .top_point_area{
    margin: 45px 0;
  }
  .top_point_area::after{
    background-size: 134px 92px;
    height: 92px;
    width: 134px;
    left: 10px;
    bottom: 95px;
    opacity: 0.6;
  }
  .top_about_area p:last-child,
  .about_area p:last-child{
    position: relative;
    z-index: 1;
  }
  .point_cntents{
    display: block;
    position: relative;
    z-index: 1;
  }
  .point_box {
    margin: 75px auto 100px;
    max-width: 315px;
    width: 100%;
  }
  .point_box:last-child {
    margin-right: auto;
    margin-bottom: 60px;
  }
  .more_img {
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .current_number,
  .search_head_txt .current_number {
    position: relative;
    right: auto;
    top: auto;
  }
  .current_number table {
    max-width: 230px;
    width: 100%;
    margin: 20px auto;
  }
  .current_number th, .current_number td{
    font-size: 16px;
  }

  /** 受け入れ先体験 **/
  .top_search_area{
    padding: 0 10px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .top_search_ttl, .top_search_cnt {
    float: none;
    width: 100%;
  }
  .top_search_ttl {
    max-width: 200px;
    margin: 0 auto;
  }
  .top_search_cnt {
    margin-top: 20px;
    margin-right: 0;
  }
  .top_search_cnt p:first-child{
    margin-bottom: 20px;
  }
  .search_lists_h2{
    margin: 40px 0 30px;
  }
  .search_list{
    display: block;
  }
  .search_list_box {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 380px;
    margin-bottom: 40px;
  }
  .search_list_box:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
  .search_lists_cnt .search_list_box img{
    width: 100%;
  }
  .top_search_lists .search_list_box{
    max-width: 320px;
  }
  .relation_bnrs {
    display: block;
  }
  .relation_bnrs li {
    max-width: 425px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .relation_bnrs li:nth-child(2n) {
    margin-right: auto;
  }

  /** 産業体験レポート **/
  .top_report_area {
    margin: 50px 0;
    padding: 0 10px;
  }
  .report_h2 {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .top_report_head{
    margin-bottom: 20px;
  }
  .top_report_cnt{
    background-size: cover;
    padding: 18% 0 19%;
  }
  .report_h3{
    font-size: 24px;
  }
  .more_report{
    max-width: 350px;
  }
  .more_report a{
    font-size: 24px;
  }

  /** 最新情報 **/
  .ribon_green_h2{
    margin-bottom: 70px;
  }
  .ribon_green_h2::before,
  .about_summary .ribon_blue_h2::before,
  .knowledge_container .ribon_blue_h2::before{
    background-size: 42px 39px;
    height: 39px;
    width: 42px;
    position: absolute;
    left: 5px;
    top: -50px;
    opacity: .6;
  }
  .ribon_green_h2::after,
  .about_summary .ribon_blue_h2::after,
  .knowledge_container .ribon_blue_h2::after {
    background-size: 59px 37px;
    height: 37px;
    width: 59px;
    position: absolute;
    right: 5px;
    top: auto;
    bottom: -45px;
    opacity: .6;
  }
  .ribon_blue_h2::before{
    background-size: 77px 65px;
    height: 65px;
    width: 77px;
    position: absolute;
    left: auto;
    top: auto;
    right: 5px;
    bottom: -75px;
    opacity: .6;
  }
  .ribon_green_h2 h2{
    background: url(../img/common/bg-green-h2.png) 0 0 no-repeat;
    background-size: cover;
    border: 4px solid #7b8942;
    border-radius: 10px;
  }
  .ribon_blue_h2{
    margin-bottom: 35px;
  }
  .ribon_blue_h2 h2{
    background: url(../img/common/bg-blue-h2.png) 0 0 no-repeat;
    background-size: cover;
    border: 4px solid #4a918a;
    border-radius: 10px;
  }
  .ribon_green_h2 h2::before, .ribon_green_h2 h2::after,
  .ribon_blue_h2 h2::before, .ribon_blue_h2 h2::after,
  .ribon_aqua_h2 h2::before, .ribon_aqua_h2 h2::after{
    content: '';
    display: none;
  }
  .ribon_aqua_h2 h2{
    background: url(../img/common/bg-blue-h2.png) 0 0 no-repeat;
    background-size: cover;
    border: 4px solid #4a918a;
    border-radius: 10px;
  }
  .uiturn_info_area {
    margin: 40px 0 30px;
    padding: 0 10px;
  }
  .uiturn_info_area::before{
    background-size: 80px 54px;
    height: 54px;
    width: 80px;
    left: 10px;
    bottom: -50px;
    opacity: 0.6;
  }
  .uiturn_info_lists{
    display: block;
    position: relative;
    z-index: 1;
  }
  .uiturn_info_box {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 320px;
    margin-bottom: 30px;
  }
  .uiturn_info_box:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
  .uiturn_info_txt{
    margin-top: 10px;
    text-align: left;
  }

  /** お問い合わせ **/
  .f_contact_area {
    padding: 50px 10px;
  }
  .f_contact_area::after{
    background-size: 98px 86px;
    height: 86px;
    width: 98px;
    right: 5px;
    bottom: 110px;
    opacity: 0.6;
  }
  .f_contact_lists{
    display: block;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  .f_contact_box {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .f_contact_box:last-child{
    margin-bottom: 0;
  }

  /** 受入先一覧 **/
  .search_head_img {
    float: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .search_head_txt {
    float: none;
    margin-right: 0;
    width: 100%;
    padding-top: 15px;
  }
  .search_form_area{
    padding: 0 10px 30px;
  }
  .search_form_box{
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .search_form_bg{
    padding: 30px 20px;
  }
  .search {
    display: block;
  }
  .search dt {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .search dd {
    margin-left: 0;
    width: 100%;
  }
  .search input[type="text"], .search select{
    font-size: 18px!important;
    padding: 10px 5px;
  }
  .submit_img {
    position: relative;
    max-width: 300px;
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
    margin: 40px auto 0;
    bottom: 0;
  }
  .submit_img input[type="image"]{
    width: 100%;
    height: auto;
  }
  .search_lists_cnt .search_list{
    margin-bottom: 30px;
  }
  .search_list_link{
    display: none;
  }
  .search_lists_head .ribon_blue_h2{
    margin-bottom: 0;
  }
  .search_lists_head .ribon_blue_h2 h2{
    color: #333;
  }
  .search_lists_cnt .search_list_box:nth-child(3n){
    margin-right: auto;
  }
  .search_lists_area::before{
    bottom: 50px;
    left: 40px;
    opacity: .6;
  }
  .search_lists_area::after{
    bottom: 60px;
    right: 50px;
    opacity: .6;
  }
  .search_lists_head .ribon_blue_h2::before, .search_lists_head .ribon_blue_h2::after{
    display: none;
  }
  .search_navigation_box {
    overflow: hidden;
    margin-bottom: 30px;
  }

  /** 受入先詳細ページ **/
  .receiving_container{
    padding: 40px 10px 50px;
  }
  .receiving_container .about_contents_header {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .company_tags{
    display: block;
    margin-bottom: 15px;
  }
  .type_btn{
    margin-bottom: 15px;
  }
  .access{
    margin-left: 0;
  }
  .receiving_head h1{
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .receiving_main{
    margin: 0 0 20px;
  }
  .receiving_main::after{
    display: none;
  }
  .receiving_main_img {
    padding: 10px;
    height: 235px;
  }
  .receiving_about {
    padding: 0 0 90px;
  }
  .receiving_about::before{
    content: '';
    background: url(../img/common/icon-grass3.png) 0 0 no-repeat;
    background-size: 58px 90px;
    height: 90px;
    width: 58px;
    position: absolute;
    bottom: 20px;
    right: 0;
    opacity: .6;
  }
  .receiving_about p{
    position: relative;
    z-index: 1;
  }
  .receiving_sub_content {
    padding: 20px;
  }
  .content_l {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sub_x2 {
    display: block;
  }
  .sub_x2 img {
    width: 100%;
    display: block;
    max-width: 297px;
    margin: 0 auto;
  }
  .content_l img:nth-child(2) {
    margin-left: auto;
    margin-top: 20px;
  }

  .receiving_data {
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
  .receiving_data_container {
    padding: 50px 0 70px;
  }
  .bg_green_h3{
    background-size: cover;
  }
  .bg_green_h3 h3{
    min-width: 370px;
  }
  .receiving_data > .receiving_data_content,
  .receiving_data_img {
    padding: 0 10px;
  }
  .receiving_data_img img{
    width: 100%;
  }

  .contact_lists{
    display: block;
    padding: 0 20px;
  }
  .contact_link_content{
    padding: 20px;
    margin: 0 10px;
  }
  .contact_link_box h2{
    padding: 30px 10px 0 60px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .contact_tel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .contact_form {
    width: 100%;
  }
  .form_link_btn a{
    padding: 15px 35px 15px 20px;
    max-width: 300px;
    margin: 0 auto;
  }
  .form_link_btn a::after{
    margin-top: -9px;
  }
  .btn_img_box{
    margin-top: 70px;
  }

  .search_result_txt h3{
    line-height: 1.5;
  }
  .search_result_txt h3::before{
    top: 26px;
    left: 10px;
  }

  /** 産業体験とは **/
  .contents_anchor_links{
    display: block;
    padding: 0 10px;
  }
  .contents_anchor_links li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contents_anchor_links li:last-child{
    margin-bottom: 0;
  }

  .about_relation_contents ul{
    padding: 0 10px;
    justify-content: center;
  }
  .about_relation_contents ul li {
    width: 49%;
  }
  .about_relation_contents ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .about_relation_contents ul li:nth-child(2n) {
    margin-right: 0;
  }
  .about_top_container .icon_forest::after{
    background-size: 154px 114px;
    height: 114px;
    width: 154px;
    left: 10px;
    bottom: -120px;
  }
  .about_top_summary_container .page_contants {
    position: relative;
    z-index: 2;
    padding: 0 10px;
  }
  .about_top_summary_container::before,
.experience_voice_container::before{
    background-size: 230px 209px;
    height: 209px;
    width: 230px;
    opacity: .4;
  }
  .about_top_summary_container::after,
.experience_voice_container::after{
    background-size: 158px 193px;
    height: 193px;
    width: 158px;
    opacity: .4;
    right: 0;
  }
  .tb_normal table th, .tb_normal table td {
    width: 100%;
    display: block;
    font-size: 22px;
    padding: 15px 0;
  }
  .tb_pattern1 .about_dl {
    display: block;
  }
  .tb_pattern1 .about_dl dt {
    width: 100%;
    margin-right: 0;
  }
  .tb_pattern1 .about_dl dd {
    width: 100%;
  }
  .icon_about_menu::before{
    background-size: 58px 60px;
    height: 60px;
    width: 58px;
    top: 134px;
    right: auto;
    bottom: auto;
  }
  .icon_about_menu::after{
    background-size: 167px 105px;
    height: 105px;
    width: 167px;
    top: -80px;
    right: 0;
  }
  .tb_responsive {
    margin: 30px 0;
    width: 100%;
    overflow-x: auto;
  }
  .tb_responsive::-webkit-scrollbar {
    height: 10px;
  }
  .tb_responsive::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .tb_responsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .tb_responsive table {
    width: 1000px;
  }
  .tb_pattern2 thead th:first-child {
    /* width: 100px; */
    width:280px;
  }
  .tb_pattern2 th, .tb_pattern2 td{
    display: table-cell;
  }
  .about_top_shienmenu .page_contants{
    padding: 0 10px;
  }
  .about_relation_container .ribon_aqua_h2 {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .ribon_aqua_h2::before,
  .ribon_aqua_h2::after{
    display: none;
  }
  .about_relation_container .about_relation_contents {
    margin: 40px 0 0;
  }
  .border_bottom_dot {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }

  .about_contents_header {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .page_ttl_header {
    margin-bottom: 70px;
  }
  .about_contents_header .ttl_h2 {
    margin-bottom: 20px;
  }
  .about_contents_header .ttl_h2 h2{
    background-size: contain;
    min-height: auto;
    line-height: 90px;
  }
  .about_contents_header .ttl_h2 h2.long_ttl{
    line-height: 1.3;
    background-size: cover;
    padding: 10px 0;
  }
  .experience_flow_box {
    padding: 40px 15px 50px;
  }
  .experience_flow_point ul li {
    width: 50%;
  }
  .experience_flow_point ul li:nth-child(2) {
    margin-top: 130px;
  }
  .experience_flow_point ul li:nth-child(3) {
    margin-top: -60px;
  }
  .experience_flow_point ul li:nth-child(4) {
    margin-top: 70px;
  }

  .experience_flow_box .ttl_h3::before, .experience_flow_box .ttl_h3::after{
    width: 122px;
  }
  .photos_frame_over {
    margin: 30px 0 0;
  }
  .photos_x2 {
    display: block;
  }
  .pohoto_box {
    width: 100%;
  }
  .pohoto_box:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .experience_flow_sav_photos {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 25px 0;
  }
  .expricence_flow_group {
    margin-top: 25px;
  }
  .expricence_flow_group2 .experience_flow_sav_memo {
    float: none;
    margin-top: 20px;
    margin-right: 0;
  }

  .about_contents_header .ttl_h2::before,
  .about_contents_header .ttl_h2::after,
  .about_contents_header .icon_voice_ttl::before,
  .about_contents_header .icon_voice_ttl::after{
    display: none;
  }
  .experience_voice_box {
    padding: 50px 15px 70px;
  }
  .voice_box{
    display: block;
    font-size: 18px;
    margin: 5px 0 0 0;
    width: 100%;
  }
  .voice_box:after {
    top: -60px;
    left: 50%;
    margin-top: 0;
    margin-left: -25px;
    border-right: 25px solid transparent;
    border-bottom: 45px solid #fffcdb;
  }
  .voice_nougyou::before,
  .voice_ringyou::before,
  .voice_gyogyou::before{
    display: block;
    margin: 0 auto 50px;
  }
  .bnr_voice_report {
    padding-bottom: 55px;
  }
  .about_contents_header p{
    padding: 0 10px;
  }

  .sangyou_menu_contents::before{
    left: 196px;
  }
  .sangyou_menu ul li{
    width: 50%;
  }
  .sangyou_menu ul li:last-child {
    width: 100%;
  }

  .summary_types{
    padding: 20px;
  }
  .summary_types > h3 {
    position: relative;
    left: auto;
    top: auto;
    text-indent: 0;
    margin-bottom: 20px;
    font-weight: normal;
  }
  .summary_types > h3 span {
    display: block;
    padding: 5px 10px;
    color: #fff;
  }
  .type_nougyou > h3 span{
    background: #7fb71d;
  }
  .type_gyogyou > h3 span{
    background: #237fc1;
  }
  .type_ringyou > h3 span{
    background: #bd9034;
  }

  .consultation_desk_content h2{
    padding-top: 45px;
  }
  .consultation_desk_content .contact_lists dl {
    width: 100%;
    margin-right: 0;
  }
  .consultation_desk_content .contact_lists dt{
    height: auto;
  }
  .consultation_desk_content .contact_lists dl:last-child dt {
    line-height: 1;
  }
  .about_container, .about_top_container{
    padding-bottom: 100px;
    padding-top: 20px;
  }
  .about_relation_container{
    padding-top: 50px;
  }
  .experience_flow_contents .catch_txt{
    text-align: left;
    font-size: 20px;
  }
  .experience_flow_point_box{
    background: none;
  }

  /** 産業体験レポート **/
  .report_head {
    padding: 0 10px;
  }
  .report_link_maps img {
    padding: 0;
  }
  .report_container{
    padding: 50px 0 90px;
    position: relative;
  }
  .report_head h2 {
    margin-bottom: 35px;
  }
  .icon_mountain::after{
    display: none;
  }
  .report_container::after{
    content: '';
    background: url(../img/report/icon-repot.png) 0 0 no-repeat;
    background-size: 234px 93px;
    height: 93px;
    width: 234px;
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 10px;
    opacity: .6;
  }
  .toggle{
    position: relative;
  }
  .toggle::after{
    content: '';
    background: url(../img/common/icon-arrow_down.png) 0 0 no-repeat;
    background-size: 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
  }
  .open::after{
    content: '';
    background: url(../img/common/icon-arrow_up.png) 0 0 no-repeat;
    background-size: 25px;
  }
  .toggle_cnt{
    display: none;
  }

  .single_link_btn a{
    display: block;
    background: #fff;
    border: 1px solid #ff5353;
    border-radius: 5px;
    text-align: center;
    color: #333;
    padding: 10px;
    font-size: 18px;
  }
  .single_link_btn a:hover{
    border-bottom: 1px solid #ff5353!important;
  }

  .links_btn {
    margin: 30px 10px 40px 10px;
  }
  .link_area_box{
    margin-bottom: 30px;
  }
  .link_area_box:last-child{
    margin-bottom: 0;
  }
  .link_area_box .area_h4 {
    background: #f2b1b0;
    font-size: 22px;
    color: #fff;
    padding: 10px;
  }
  .links_btn ul{
    padding: 30px 20px 10px 20px;
    background: #fff;
  }
  .links_btn ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .links_btn ul li a {
    display: block;
    background: #fff;
    border: 1px solid #ff5353;
    border-radius: 5px;
    text-align: center;
    color: #333;
    padding: 10px;
    position: relative;
    font-size: 18px;
  }
  .links_btn ul li a::after {
    content: "";
    right: 23px;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #ff5353;
    border-right: 3px solid #ff5353;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
  }

  .report_area_h2::before, .report_area_h2::after{
    background-size: 100px 16px;
    width: 100px;
  }
  .report_lists > li{
    margin-right: 3%;
    width: 48%;
    margin-bottom: 30px;
  }
  .report_lists > li:nth-child(2n) {
    margin-right: 0;
  }
  .report_person_img img {
    width: 100%;
  }
  .report_experience_box:last-child {
    margin-bottom: 70px;
  }

  /** 申請書類ダウンロード **/
  .download_container{
    padding: 40px 0 50px;
  }
  .downloads_list_btn{
    display: block;
    padding: 0 10px;
  }
  .downloads_list_btn li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .downloads_list_btn li:last-child {
    margin-bottom: 0;
  }
  .downloads_list_btn li a{
    padding: 15px 35px;
  }
  .downloads_list_btn li a::after{
    right: 25px;
  }
  .download_lists li{
    margin-bottom: 20px;
    font-size: 17px;
  }
  .download_files_container{
    padding: 50px 0 30px;
  }

  /** 心得5箇条 **/
  .knowledge_container{
    padding: 50px 0 50px;
  }
  .knowledge_lists{
    padding: 20px;
    margin: 0 10px;
  }

  .search_head_img h1 {
    margin-bottom: 0;
  }

  .search_head_img + .search_head_txt {
    padding-top: 0;
  }
  .search_navigation li{
    margin: 0 5px;
  }
}
