@charset "UTF-8";


/* mvWrap
***************************************************************/
.top_h1 {
  height: 0;
}
.mvWrap {
  display: flex;
  border-bottom: 1px solid #646464;
}
.mvWrap_in1 {
  width: calc(100% - 80px);
}
.mvWrap_in2 {
  width: 80px;
  position: relative;
}
.mvWrap_box1 {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_siteID {
  width: 203px;
}
.mv_list1 {
  display: flex;
  padding-right: 40px;
}
.mv_list1 .li1 + .li1 {
  margin-left: 10px;
}
.mv_list1 .link1 {
  width: 340px;
  display: block;
}
.mv {
  width: 100%;
}
.mvWrap_box2 {
  padding-left: 80px;
  display: flex;
  justify-content: center;
}
.mvWrap_box2_in {
  display: flex;
}
.mvWrap_box2_item1 {
  background-color: #006400;
  color: #fff;
  width: 300px;
  padding: 12px 6px 6px;
}
.mvWrap_box2_item1 .t1 {
  width: 236px;
  margin: 0 auto;
  background-color: #fff;
  color: #006400;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.7em;
  line-height: 1;
  padding: 2px 0;
}
.mvWrap_box2_item1 .t2 {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-top: 8px;
}
.mvWrap_box2_item1 .t3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: 4px;
}
.mvWrap_box2_item1 .t4 {
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: 4px;
}
.mvWrap_box2_item2 {
  width: calc(100% - 300px);
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 8px;
  display: flex;
}
.mvWrap_box2_item2 .li1 {
  text-align: center;
}
.mvWrap_box2_item2 .li1 + .li1 {
  margin-left: 30px;
}
.mvWrap_box2_item2 .li1 .t1 {
  display: inline-block;
  border-left: 1px solid #006400;
  border-right: 1px solid #006400;
  color: #006400;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 6px;
}
.mvWrap_box2_item2 .li1 .t2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.23;
  margin-top: 6px;
}
.mvWrap_box2_item2 .li1 .t3 {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 4px;
}
.scrollDown {
  width: 80px;
  padding: 0 36px 118px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.scrollDown::after {
  content: "";
  width: 1px;
  height: 112px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: height 0.3s ease;
}
@media all and (min-width: 681px) and (max-width: 1300px) {
  .mvWrap_box2_item2 .li1 .t2 {
    font-size: 19px;
    letter-spacing: 0;
  }
}
@media all and (min-width: 681px) {
  .pageScroll .head {
    opacity: 1;
    pointer-events: auto;
  }
  .mv_list1 a.link1:hover {
    opacity: .7;
  }
  a.scrollDown:hover::after {
    height: 90px;
  }
  .top_toggleBtn {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .top_open .top_toggleBtn {
    position: fixed;
  }
  .top_toggleBtn .i1 {
    display: block;
    width: 38px;
  }
  .top_toggleBtn .i2 {
    display: none;
    width: 42px;
  }
  .top_open .top_toggleBtn .i1 {
    display: none;
  }
  .top_open .top_toggleBtn .i2 {
    display: block;
  }
}
@media all and (max-width: 680px) {
  .mvWrap {
    display: block;
    border-bottom: 1px solid #646464;
  }
  .mvWrap_in1 {
    width: 100%;
  }
  .mvWrap_in2 {
    width: 100%;
  }
  .mv {
    width: 100%;
  }
  .mvWrap_box2 {
    padding-left: 0;
    display: block;
    position: relative;
  }
  .mvWrap_box2_in {
    display: block;
  }
  .mvWrap_box2_item1 {
    width: 100%;
    padding: 14px 0 6px;
  }
  .mvWrap_box2_item1 .t1 {
    width: 250px;
    font-size: 14px;
  }
  .mvWrap_box2_item1 .t2 {
    font-size: 22px;
    line-height: 1.29;
    padding-top: 6px;
  }
  .mvWrap_box2_item1 .t3 {
    font-size: 14px;
    padding-top: 4px;
  }
  .mvWrap_box2_item1 .t4 {
    font-size: 11px;
    text-align: right;
    padding-top: 6px;
    padding-right: 20px;
  }
  .mvWrap_box2_item2 {
    width: 100%;
    padding: 15px 10px 16px;
    display: flex;
    flex-flow: wrap;
  }
  .mvWrap_box2_item2 .li1 {
    width: 50%;
    position: relative;
    padding: 0 10px;
  }
  .mvWrap_box2_item2 .li1:nth-of-type(1n + 3) {
    width: calc(100% / 3);
    margin-top: 30px;
  }
  .mvWrap_box2_item2 .li1:nth-of-type(3)::after {
    content: "";
    width: calc(100vw - 20px);
    height: 1px;
    border-top: 1px dotted #000;
    position: absolute;
    top: -15px;
    left: 0;
  }
  .mvWrap_box2_item2 .li1 + .li1 {
    margin-left: 0;
  }
  .mvWrap_box2_item2 .li1:nth-of-type(2),
  .mvWrap_box2_item2 .li1:nth-of-type(4),
  .mvWrap_box2_item2 .li1:nth-of-type(5) {
    border-left: 1px dotted #000;
  }
  .mvWrap_box2_item2 .li1 .t1 {
    font-size: 13px;
  }
  .mvWrap_box2_item2 .li1 .t2 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 0;
  }
  .mvWrap_box2_item2 .li1 .t3 {
    line-height: 1.3;
    margin-top: 0;
  }
  .scrollDown {
    width: 40px;
    padding: 0 16px 50px;
    top: -109.09px;
    bottom: auto;
    left: auto;
    right: 0;
  }
  .scrollDown::after {
    height: 42px;
  }
}
@media all and (max-width: 370px) {
  .mvWrap_box2_item2 .li1 {
    padding: 0 2px;
  }
  .mvWrap_box2_item2 .li1 .t1 {
    font-size: 12px;
  }
  .mvWrap_box2_item2 .li1 .t2 {
    font-size: 12px;
  }
}


/* jissekiWrap
***************************************************************/
.jissekiWrap {
  border-top: 1px solid #646464;
  padding: 60px 0 80px;
}
.jisseki_h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.jisseki_slide {
  width: 1200px;
  padding-top: 35px;
  margin: 0 auto;
}
.jisseki_slide_item {
  width: 265px;
  padding: 22px 15px 0;
  background-color: #fff;
  position: relative;
  /* box-shadow: 0 1px 5px rgba(0,0,0,0.2); */
}
.jisseki_img1 {
  width: 100%;
  height: 145px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jisseki_ico1 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #EB4655;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.1;
  position: absolute;
  top: 0;
  right: 0;
}
.jisseki_ico1 .t1 {
  font-size: 25px;
}
.jisseki_ico1 .t2 {
  font-size: 17px;
}
.jisseki_inner {
  padding: 15px 15px 22px;
  border-bottom: 12px solid #ADE500;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.jisseki_price {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.jisseki_price::after {
  content: "";
  width: 34px;
  height: 30px;
  background-image: url(../img/common/up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.jisseki_price_in {
  width: 100px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.3;
  padding-bottom: 6px;
}
.jisseki_price_in .t1 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}
.jisseki_price_in .t2 {
  font-size: 14px;
  font-weight: 700;
}
.jisseki_price_in .t3 {
  font-size: 29px;
  font-weight: 700;
  color: #EB4655;
  line-height: 1;
}
.jisseki_p1 {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.025em;
  line-height: 1.5;
  border-top: 1px solid #646464;
  padding-top: 8px;
}
.jissekiWrap .slick-prev, .jissekiWrap .slick-next {
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease;
}
.jissekiWrap .slick-prev:hover, .jissekiWrap .slick-prev:focus, .jissekiWrap .slick-next:hover, .jissekiWrap .slick-next:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.jisseki_sml1 {
  width: 870px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  padding-top: 20px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .jissekiWrap {
    padding: 35px 0 40px;
  }
  .jisseki_h2 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .jisseki_slide {
    width: 85%;
    padding-top: 10px;
  }
  .jisseki_slide_item {
    width: 100%;
    padding: 22px 15px 0;
  }
  .jisseki_img1 {
    height: 160px;
  }
  .jisseki_sml1 {
    width: 100%;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
    padding: 15px 20px 0;
  }
}
@media all and (max-width: 370px) {
}


/* supportWrap
***************************************************************/
.supportWrap {
  background-color: #F1F7F5;
  padding: 30px 0 40px;
}
.support_h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.support_box1 {
  width: 924px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.support_box1_in {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  margin-top: 25px;
  width: 452px;
}
.support_box1_in .dt1 {
  background-color: #006400;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  padding: 6px 0 8px;
}
.support_box1_in .dt1::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #006400;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.support_box1_in .dt1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #006400 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
}
.support_box1_in .dt1 .t1 {
  font-weight: 700;
}
.support_box1_in .dd1 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.41;
  padding: 15px 0 15px;
}
.support_box1_in .dd1 .t1 {
  font-size: 26px;
  font-weight: 700;
  color: #EB4655;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .supportWrap {
    padding: 30px 0 40px;
  }
  .support_h2 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .support_box1 {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
  .support_box1_in {
    margin-top: 18px;
    width: 100%;
  }
  .support_box1_in .dt1 {
    font-size: 14px;
  }
  .support_box1_in .dt1 .t1 {
    font-weight: 700;
  }
  .support_box1_in .dd1 {
    font-size: 18px;
    padding: 12px 0;
  }
  .support_box1_in .dd1 .t1 {
    font-size: 22px;
  }
}
@media all and (max-width: 370px) {
  .support_box1_in .dt1 {
    font-size: 13px;
    letter-spacing: 0;
  }
}


/* taisyouWrap
***************************************************************/
.taisyouWrap {
  background-image: linear-gradient( -45deg, #D1ECAA 40%, #E6F3D0 40%, #E6F3D0 50%, #D1ECAA 50%, #D1ECAA 90%, #E6F3D0 90%, #E6F3D0);
  background-size: 12px 12px;
  padding: 30px 0 40px;
}
.taisyou_h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.taisyou_ul {
  width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.taisyou_ul .li1 {
  width: 265px;
}
.taisyou_ul .link1 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 16px 0 13px;
  display: flex;
  flex-flow: column;
}
.taisyou_ul .link1 .t1 {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.taisyou_ul .link1 .t1 .bold {
  font-weight: 700;
  color: #EB4655;
}
.taisyou_ul .link1 .t2 {
  width: 208px;
  height: 34px;
  margin: 8px auto 0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  position: relative;
  background: #2b6217;
  background: linear-gradient(to bottom, #2b6217 0%,#0e2905 100%);
  transition: background 0.3s ease;
}
.taisyou_ul .link1 .t2::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/common/ico_green1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media all and (min-width: 681px) {
  .taisyou_ul a.link1:hover {
    background-color: #ade500;
  }
  .taisyou_ul a.link1:hover .t2 {
    background: linear-gradient(to bottom, #0e2905 0%,#0e2905 100%);
  }
}
@media all and (max-width: 680px) {
  .taisyouWrap {
    padding: 30px 0 40px;
  }
  .taisyou_h2 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .taisyou_ul {
    width: 100%;
    padding: 18px 20px 0;
    display: block;
  }
  .taisyou_ul .li1 {
    width: 100%;
  }
  .taisyou_ul .li1:nth-of-type(1n + 2) {
    margin-top: 15px;
  }
  .taisyou_ul .link1 {
    height: auto;
    padding: 18px 0;
    display: block;
  }
  .taisyou_ul .link1 .t1 {
    font-size: 15px;
    display: block;
  }
  .taisyou_ul .link1 .t2 {
    width: 240px;
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
  }
}
@media all and (max-width: 370px) {
}

/* companyWrap
***************************************************************/
.companyWrap {
  padding: 60px 0 60px;
}
.company {
  width: 900px;
  margin: 50px auto 0;
}
.company .company_info {
  display: flex;
  justify-content: center;
}
.company .company_detail {
  width: 50%;
}
.company .company_map {
  width: 50%;
}
.company .company_map_box {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 680px) {
  .companyWrap {
      padding: 45px 0 45px;
  }
  .company {
      width: 100%;
      margin: 20px auto 0;
  }
  .company .company_info {
      display: block;
  }
  .company .company_detail {
      width: 90%;
      font-size: 14px;
      margin: 0 auto 17px;
  }
  .company .company_map {
      width: 90%;
      margin: 0 auto;
  }
}

/* movieWrap
***************************************************************/
.movieWrap {
  padding: 60px 0 70px;
  background-color: #F1F7F5;
}
.movie_ul1 {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}
.movie_ul1 .li1 {
  width: 533px;
}
.movie_h2 {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 38px;
  padding: 0 15px 0 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  background-color: #006400;
  color: #fff;
}
.movie_h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 12px;
  border-color: transparent transparent transparent #006400;
  position: absolute;
  right: -12px;
  top: 0;
}
.movie_ul1 .link1 {
  width: 100%;
  display: block;
  position: relative;
}
.movie_ul1 .link1::after {
  content: "";
  width: 82px;
  height: 49px;
  background-image: url(https://stg-jobutsu.lolipop.io/wp-content/themes/jobutsu/files/img/common/movie_ico1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .movie_ul1 a.link1:hover::after {
    background-image: url(https://stg-jobutsu.lolipop.io/wp-content/themes/jobutsu/files/img/common/ico_movie1_red.svg);
  }
}
@media all and (max-width: 680px) {
  .movieWrap {
    padding: 40px 0 60px;
  }
  .movie_ul1 {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
  .movie_ul1 .li1 {
    width: 100%;
  }
  .movie_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 26px;
  }
  .movie_h2 {
    height: 34px;
    padding: 0 10px 0 12px;
    font-size: 15px;
  }
  .movie_h2::after {
    border-width: 17px 0 17px 12px;
  }
  .movie_ul1 .link1::after {
    width: 64px;
    height: 39px;
  }
}
@media all and (max-width: 370px) {
}


/* mediaWrap
***************************************************************/
.mediaWrap {
  padding-bottom: 68px;
  border-bottom: 1px solid #646464;
}
.w_topTitle1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: 30px;
  position: relative;
}
.w_topTitle1::after {
  content: "";
  width: 56px;
  height: 7px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.media_ul1 {
  padding-top: 35px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.media_ul1 .li1 {
  width: 190px;
}
.media_ul1 .link1 {
  width: 100%;
  display: block;
  border: 1px solid #B4B4B4;
}
.media_all {
  width: 1100px;
  margin: 0 auto;
  padding-top: 38px;
}
@media all and (min-width: 681px) {
  .media_ul1 {
    position: relative;
    left: -5px;
  }
  .media_ul1 .li1 {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .media_ul1 a.link1:hover {
    opacity: .5;
  }
}
@media all and (max-width: 680px) {
  .mediaWrap {
    padding-bottom: 30px;
  }
  .w_topTitle1 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .w_topTitle1::after {
    width: 30px;
    height: 4px;
  }
  .media_ul1 {
    padding: 25px 20px 0;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .media_ul1 .li1 {
    width: 49%;
  }
  .media_ul1 .li1:nth-of-type(1n + 3) {
    margin-top: 10px;
  }
  .media_ul1 .li1:nth-of-type(even) {
    margin-left: 2%;
  }
  .media_ul1 .li1:nth-child(n + 7) {
    display: none;
  }
  .media_all {
    width: 100%;
    padding: 30px 10px 0;
  }
}
@media all and (max-width: 370px) {
}


/* teijiWrap
***************************************************************/
.teijiWrap {
  padding: 58px 0 98px;
}
.teiji_h2 {
  padding-top: 140px;
  position: relative;
}
.teiji_h2::before {
  content: "";
  width: 103px;
  height: 130px;
  background-image: url(../img/top/title_ico1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.teiji_h3 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 40px;
}
.teiji_p1 {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.17;
  width: 930px;
  margin: 35px auto 0;
}
.teiji_ul1 {
  width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.teiji_ul1 .li1 {
  width: 346px;
  background-color: #006400;
  color: #fff;
  border-radius: 5px;
  padding: 24px 38px;
}
.teiji_dl1 .dt1 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  padding-top: 90px;
}
.teiji_dl1 .dt1::after {
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(../img/top/teiji_ico1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.teiji_dl1 .dt1.type2::after {
  width: 65px;
  height: 65px;
  background-image: url(../img/top/teiji_ico2.svg);
}
.teiji_dl1 .dt1.type3::after {
  width: 86px;
  height: 65px;
  background-image: url(../img/top/teiji_ico3.svg);
}
.teiji_dl1 .dd1 {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.67;
  margin-top: 15px;
}
.teiji_dl1 .dd1 .bold {
  font-weight: 700;
}
.w_contact_bnr1 {
  width: 850px;
  display: block;
  margin: 72px auto 0;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.w_btnBox1 {
  margin-top: 55px;
}
.w_btnBox1_p1 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.w_btnBox1_btn1 {
  width: 400px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  background-color: #fff;
  position: relative;
}
.w_btnBox1_btn1::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/common/ico_black1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
@media all and (min-width: 681px) {
  a.w_contact_bnr1:hover {
    opacity: .7;
  }
  a.w_btnBox1_btn1:hover {
    background-color: #e3efbf;
  }
}
@media all and (max-width: 680px) {
  .teijiWrap {
    padding: 30px 0 45px;
  }
  .teiji_h2 {
    padding-top: 70px;
  }
  .teiji_h2::before {
    width: 51.5px;
    height: 65px;
  }
  .teiji_h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .teiji_p1 {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.86;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
  .teiji_ul1 {
    width: 100%;
    padding: 26px 20px 0;
    display: block;
  }
  .teiji_ul1 .li1 {
    width: 100%;
    padding: 20px 22px;
  }
  .teiji_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 15px;
  }
  .teiji_dl1 .dt1 {
    font-size: 22px;
    padding-top: 80px;
  }
  .teiji_dl1 .dd1 {
    font-size: 16px;
  }
  .w_contact_bnr1 {
    width: calc(100% - 40px);
    margin-top: 35px;
  }
  .w_btnBox1 {
    margin-top: 28px;
  }
  .w_btnBox1_p1 {
    font-size: 14px;
  }
  .w_btnBox1_btn1 {
    width: 300px;
    height: 50px;
    font-size: 15px;
  }
  .w_btnBox1_btn1::after {
    width: 16px;
    height: 16px;
    right: 5px;
  }
}
@media all and (max-width: 370px) {
}


/* selectWrap
***************************************************************/
.selectWrap {
  background-color: #F1F7F5;
  padding: 58px 0 0;
}
.select_h2 {
  padding-top: 140px;
  position: relative;
}
.select_h2::before {
  content: "";
  width: 138px;
  height: 126px;
  background-image: url(../img/top/title_ico2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.select_ul1 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.select_ul1 .li1 {
  width: 488px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  background-color: #fff;
  border: 2px solid #ADE500;
  display: flex;
  align-items: center;
  padding: 4px 10px 4px 25px;
}
.select_ul1_img1 {
  width: 140px;
}
.select_ul1_p1 {
  width: calc(100% - 140px);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding-left: 10px;
}
.select_p1Box {
  width: 810px;
  margin: 0 auto;
  padding: 130px 0 0;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 30px;
}
.select_p1Box::before {
  content: "";
  width: 80px;
  height: 80px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.select_p1Box_img1 {
  width: 288px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (min-width: 681px) {
  .select_ul1 .li1:nth-of-type(1n + 3) {
    margin-top: 24px;
  }
}
@media all and (max-width: 680px) {
  .selectWrap {
    padding: 30px 0 0;
  }
  .select_h2 {
    padding-top: 70px;
  }
  .select_h2::before {
    width: 69px;
    height: 63px;
  }
  .select_ul1 {
    width: 100%;
    padding: 25px 20px 0;
    display: block;
  }
  .select_ul1 .li1 {
    width: 100%;
    padding: 8px 10px;
  }
  .select_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 15px;
  }
  .select_ul1_img1 {
    width: 85px;
  }
  .select_ul1_p1 {
    width: calc(100% - 85px);
    font-size: 15px;
    letter-spacing: 0;
    padding-left: 10px;
  }
  .select_p1Box {
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.025em;
    line-height: 1.7;
    padding: 70px 20px 35px;
  }
  .select_p1Box::before {
    width: 40px;
    height: 40px;
  }
  .select_p1Box_img1 {
    width: 180px;
    right: 0;
  }
}
@media all and (max-width: 370px) {
  .select_ul1_p1 {
    font-size: 12px;
  }
  .select_p1Box {
    font-size: 18px;
    padding: 70px 18px 26px;
  }
  .select_p1Box_img1 {
    width: 150px;
  }
}


/* meritWrap
***************************************************************/
.meritWrap {
  padding: 60px 0 30px;
  background-color: #F1F7F5;
}
.merit_h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.merit_h2 .t1 {
  font-size: 36px;
  color: #006400;
}
.merit_box1 {
  width: 910px;
  margin: 0 auto;
  padding-top: 40px;
  counter-reset: merit 0;
}
.merit_box1_row {
  display: flex;
  margin-bottom: 20px;
}
.merit_box1_row.flx_center {
  justify-content: center;
}
.merit_box1_row.flx_between {
  justify-content: space-between;
}
.merit_box1_row .merit_box1_cont {
  width: 33%;
  text-align: center;
}
.merit_box1_cont .merit_box1_txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.merit_box1_cont .merit_box1_txt::before {
  position: absolute;
  top: -19%;
  left: 5px;
  color: #006400;;
  font-size: 50px;
  counter-increment: merit 1;
  content: counter(merit) " ";
}
.merit_box1_cont .merit_box1_num {
  color: #006400;
  font-size: 2rem;
  padding: 0 5px;
}
.merit_box1_cont .merit_box1_txt .small {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .meritWrap {
    padding: 30px 0 15px;
  }
  .merit_h2 {
    font-size: 20px;
  }
  .merit_h2 .t1 {
    font-size: 24px;
  }
  .merit_box1 {
    width: 100%;
    padding-top: 15px;
  }
  .merit_box1_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .merit_box1_cont .merit_box1_txt {
    width: 48%;
    font-size: 16px;
  }
  .merit_box1_cont .merit_box1_icon {
    width: 20%;
    margin-left: 20px;
  }
  .merit_box1_cont .merit_box1_txt::before {
    position: absolute;
    top: -8%;
    left: -40px;
    color: #006400;
    font-size: 35px;
    counter-increment: merit 1;
    content: counter(merit) " ";
  }
}
@media all and (max-width: 370px) {
}


/* personWrap
***************************************************************/
.personWrap {
  padding: 60px 0 30px;
}
.person_h2 {
  padding-top: 140px;
  position: relative;
}
.person_h2::before {
  content: "";
  width: 130px;
  height: 130px;
  background-image: url(../img/top/title_ico3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.person_h3 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
.person_p1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  color: #006400;
  margin-top: 70px;
}
.person_ul1 {
  width: 1000px;
  margin: 20px auto 0;
  border: 4px solid #006400;
  border-bottom: none;
}
.person_ul1 .li1 {
  width: 100%;
  padding: 30px 30px 30px 0;
  position: relative;
  display: flex;
  border-bottom: 4px solid #006400;
}
.person_ul1 .textBox1 {
  width: calc(100% - 370px);
}
.person_ul1 .imgBox1 {
  width: 370px;
}
.textBox1_in1 {
  display: flex;
  align-items: center;
}
.textBox1_in1_in {
  width: 345px;
  height: 82px;
  color: #fff;
  background-color: #006400;
  padding-left: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
.textBox1_in1_in::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 0 41px 27px;
  border-color: transparent transparent transparent #006400;
  position: absolute;
  top: 0;
  right: -27px;
}
.textBox1_in1_in .t1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.textBox1_in1_in .t2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.21;
  white-space: nowrap;
}
.textBox1_in1_in .t3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 20px;
}
.textBox1_in1 .t4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-left: 42px;
}
.textBox1_p1 {
  width: 100%;
  padding: 20px 30px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.75;
}
@media all and (min-width: 681px) {
  .textBox1_in1_in {
    left: -1px;
  }
  .textBox1_in1_in::before {
    content: "";
    width: 2px;
    height: calc(100% - 2px);
    background-color: #006400;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    margin: auto;
  }
}
@media all and (max-width: 680px) {
  .personWrap {
    padding: 30px 0 15px;
  }
  .person_h2 {
    padding-top: 70px;
  }
  .person_h2::before {
    width: 65px;
    height: 65px;
  }
  .person_h3 {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-top: 25px;
  }
  .person_p1 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 45px;
  }
  .person_ul1 {
    width: calc(100% - 40px);
    margin-top: 20px;
    border: 2px solid #006400;
    border-bottom: none;
  }
  .person_ul1 .li1 {
    width: 100%;
    padding: 15px 0 0;
    display: block;
    border-bottom: 2px solid #006400;
  }
  .person_ul1 .textBox1 {
    width: 100%;
  }
  .person_ul1 .imgBox1 {
    width: 100%;
    padding: 15px 20px 20px;
  }
  .textBox1_in1 {
    display: block;
    background-color: #006400;
    color: #fff;
    padding: 8px 0;
    text-align: center;
  }
  .textBox1_in1_in {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding-left: 0;
    display: block;
  }
  .textBox1_in1_in::after {
    display: none;
  }
  .textBox1_in1_in .t1 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .textBox1_in1_in .t2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 3px;
  }
  .textBox1_in1_in .t3 {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-left: 12px;
  }
  .textBox1_in1 .t4 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 0;
    margin-top: 2px;
  }
  .textBox1_p1 {
    width: 100%;
    padding: 13px 30px 0;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media all and (max-width: 370px) {
  .textBox1_in1 .t4 {
    font-size: 11px;
  }
}


/* flowWrap
***************************************************************/
.flowWrap{
    padding: 60px 0 90px;
    border-top: 1px solid #646464;
}
.flow_h2{
    padding-top: 140px;
    position: relative;
}
.flow_h2::before{
    content: "";
    width: 128px;
    height: 126px;
    background-image: url(../img/service01/01_img07.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.flow_h3{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
.flow_div1{
    width: 1100px;
    margin: 60px auto 0;
}
.stepWrap{
	position: relative;
}
.step{
	height: 95px;
	z-index: 100;
    position: relative;
}
.step:not(.step_3):not(.step_4){
	display: flex;
	border: 1px solid #000;
	background-color: #fff;
}
.step + .step{
	margin-top: 30px;
}
.step_ttl{
	width: 330px;
	font-size: 22px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-shrink: 0;
}
.step_txt{
	font-size: 16px;
	letter-spacing: 0;
}

/*step_1*/
.step_1 .step_txtWrap > div{
	display: flex;
	margin-top: 5px;
}
.step_1 .step_txtWrap a{
	width: 346px;
}
/*step_2*/
.step_2 .step_ttl span{
	width: 60px;
	background-color: #ade500;
	color: #006400;
	font-size: 19px;
	font-weight: bold;
	border-radius: 5px;
	margin-left: 10px;
}
/*step_3*/
.step_3{
	height: 485px;
	display: flex;
	align-items: center;
}
.step_3 .step_ttl{
	margin-left: 55px;
	margin-right: 55px;
	width: 220px;
	height: 120px;
	background-image: repeating-linear-gradient(0deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(90deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(180deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(270deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px);
	background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}
.step_3 .step_txtWrap{
	height: 485px;
	width: 100%;
	position: relative;
	background-color: #dfeccf;
	padding: 30px;
	background-image: repeating-linear-gradient(0deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(90deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(180deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px), repeating-linear-gradient(270deg, #000, #000 6px, transparent 6px, transparent 9px, #000 9px);
	background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
}
.step_3 .step_txtWrap p{
	background-color: #006400;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #fff;
	text-align: center;
}
.step_3 .step_txtWrap dl dt{
	width: 180px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.35;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.step_3 .step_txtWrap dl dd{
	width: calc(100% - 180px);
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0;
	text-align: justify;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
}
/*step_4*/
.step_4{
	height: 275px;
	display: flex;
	align-items: center;
}
.step_4 .step_ttl{
	margin-left: 55px;
	margin-right: 55px;
	width: 220px;
	height: 120px;
	color: #eb4655;
	background-image: repeating-linear-gradient(0deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(90deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(180deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(270deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px);
	background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}
.step_4 .step_txtWrap{
	height: 275px;
	width: 100%;
	position: relative;
	background-color: #f5f5ea;
	padding: 30px;
	background-image: repeating-linear-gradient(0deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(90deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(180deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px), repeating-linear-gradient(270deg, #eb4655, #eb4655 6px, transparent 6px, transparent 9px, #eb4655 9px);
	background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
}
.step_4 .step_txtWrap > div{
	display: flex;
	position: relative;
}
.step4_txt1{
	font-size: 16px;
	letter-spacing: 0;
}
.step4_txt1 span{
	font-size: 12px;
}
.step4_txt2{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 45px;
}
.step4_txt2 span{
	color: #eb4655;
}

@media all and (min-width: 681px) {
  .step_3 .step_txtWrap dl dd{
    font-size: 13px;
  	line-height: 1.4;
  }
	.step_1 .step_txtWrap a.mail:hover{
		opacity: 0.8;
	}
	/*.step_txtWrap:not(.step_3 .step_txtWrap):not(.step_4 .step_txtWrap){
		width: calc(100% - 330px);
		border-left: 1px solid #000;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 30px;
	}*/
	.stepWrap > div:not(.step_3):not(.step_4) .step_txtWrap{
		width: calc(100% - 330px);
		border-left: 1px solid #000;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 30px;
	}
	.stepWrap::before{
		content: '';
		width: 5px;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 165px;
	}
	/*step_1*/
	.step_1{
		height: 120px;
	}
	.step_1 .step_txtWrap a.tel{
		pointer-events: none;
	}
	.step_1 .step_txtWrap a + a{
		margin-left: 10px;
	}
	/*step_3*/
	.step_3 .step_txtWrap::before{
		content: '';
	    background: url(../img/service01/huki01.svg) center / 100% no-repeat;
	    width: 75px;
	    height: 55px;
	    position: absolute;
	    top: 50%;
	    left: -45px;
	    transform: translateY(-50%);
	}
	.step_3 .step_txtWrap dl{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 5px;
	}
	.step_3 .step_txtWrap dl dt:after{
		content: '';
		width: 1px;
		height: 50px;
		background-color: #000;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.service04 .step_3,
	.service04 .step_3 .step_txtWrap{
		height: 335px;
	}
	.step_3 .step_txtWrap dl dt,
	.step_3 .step_txtWrap dl dd{
		height: 80px;
	}
	.step_3 .step_txtWrap dl dt:not(:last-of-type),
	.step_3 .step_txtWrap dl dd:not(:last-of-type){
	    border-bottom: 1px solid #000;
	}
	/*step_4*/
	.step_4 .step_txtWrap::before{
		content: '';
	    background: url(../img/service01/huki02.svg) center / 100% no-repeat;
	    width: 75px;
	    height: 55px;
	    position: absolute;
	    top: 50%;
	    left: -45px;
	    transform: translateY(-50%);
	}
	.step_4 .step_txtWrap img{
		width: 550px;
		height: auto;
		position: absolute;
		top: 5px;
		right: -25px;
	}
}
@media all and (max-width: 680px) {
	.flowWrap{
        padding: 30px 0 15px;
    }
    .flow_h2{
        padding-top: 70px;
    }
    .flow_h2::before {
        width: 64px;
        height: 63px;
    }
    .flow_h3{
      font-size: 14px;
      letter-spacing: 0.1em;
      margin-top: 25px;
    }
    .flow_div1{
        width: 100%;
        padding: 30px 20px 30px;
        margin: 0;
    }
	.step{
		height: auto;
	}
	.step:not(.step_3):not(.step_4){
		display: block;
	}
	.step + .step{
		margin-top: 20px;
	}
	.step_ttl{
		width: 100%;
		font-size: 16px;
		padding: 8px 0;
	}

	.stepWrap > div:not(.step_3):not(.step_4) .step_txtWrap{
		border-top: 1px solid #000;
		padding: 15px;
	}
	/*.step_txtWrap:not(.step_3 .step_txtWrap):not(.step_4 .step_txtWrap){
		border-top: 1px solid #000;
		padding: 15px;
	}*/
	.step_txt{
		font-size: 12px;
		letter-spacing: 0.1em;
		text-align: justify;
	}
	.step_txtWrap{
		position: relative;
	}
	.stepWrap > div:not(.step_7) .step_txtWrap::after{
		content: '';
		width: 3px;
		height: 21px;
		background-color: #000;
		position: absolute;
		bottom: -21px;
		left: 50%;
		transform: translateX(-50%);
	}

	/*.step_txtWrap:not(.step_7 .step_txtWrap)::after{
		content: '';
		width: 3px;
		height: 21px;
		background-color: #000;
		position: absolute;
		bottom: -21px;
		left: 50%;
		transform: translateX(-50%);
	}*/

	/*step_1*/
	.step_1 .step_txtWrap > div{
		display: flex;
		flex-direction: column;
		margin-top: 5px;
	}
	.step_1 .step_txtWrap a{
		width: 100%;
	}

	.step_1 .step_txtWrap a + a{
		margin-top: 10px;
	}
	/*step_2*/
	.step_2 .step_ttl{
	    padding: 10px 0 10px 4.1em;
	}
	.step_2 .step_ttl span{
		width: 45px;
		font-size: 13px;
		margin-left: 20px;
	}
	/*step_3*/
	.step_3{
		height: auto;
		display: block;
	}
	.step_3 .step_ttl{
		margin-left: auto;
		margin-right: auto;
		width: 220px;
		height: 45px;
		background-image: repeating-linear-gradient(0deg, #000, #000 4px, transparent 4px, transparent 6px, #000 6px), repeating-linear-gradient(90deg, #000, #000 4px, transparent 4px, transparent 6px, #000 6px), repeating-linear-gradient(180deg, #000, #000 4px, transparent 4px, transparent 6px, #000 6px), repeating-linear-gradient(270deg, #000, #000 4px, transparent 4px, transparent 6px, #000 6px);
	}
	.step_3 .step_txtWrap{
		height: auto;
		width: 100%;
		padding: 15px;
		background-image: repeating-linear-gradient(0deg, #000, #000 3px, transparent 3px, transparent 5px, #000 5px), repeating-linear-gradient(90deg, #000, #000 3px, transparent 3px, transparent 5px, #000 5px), repeating-linear-gradient(180deg, #000, #000 3px, transparent 3px, transparent 5px, #000 5px), repeating-linear-gradient(270deg, #000, #000 3px, transparent 5px, transparent 5px, #000 5px);
		margin-top: 35px;
	}
	.step_3 .step_txtWrap::before{
		content: '';
	    background: url(../img/service01/huki01_sp.svg) center / 100% no-repeat;
	    width: 30px;
	    height: 41px;
	    position: absolute;
	    top: -27px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.step_3 .step_txtWrap p{
		font-size: 13px;
		line-height: 2;
	}
	.step_3 .step_txtWrap dl dt{
		width: 100%;
		font-size: 15px;
	    padding-top: 15px;
	    padding-bottom: 7px;
	    position: relative;
	}
	.step_3 .step_txtWrap dl dd{
		width: 100%;
		font-size: 12px;
		padding-top: 0;
	    padding-bottom: 15px;
	    padding-left: 0;
	}
	.step_3 .step_txtWrap dl dd:not(:last-of-type){
	    border-bottom: 1px solid #000;
	}
	/*step_4*/
	.step_4{
	height: auto;
	display: block;
	}
	.step_4 .step_ttl{
		margin-left: auto;
		margin-right: auto;
		width: 220px;
		height: 45px;
		background-image: repeating-linear-gradient(0deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(90deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(180deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(270deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px);
		background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
	}
	.step_4 .step_txtWrap{
		height: auto;
		padding: 15px;
		background-image: repeating-linear-gradient(0deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(90deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(180deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px), repeating-linear-gradient(270deg, #eb4655, #eb4655 4px, transparent 4px, transparent 6px, #eb4655 6px);
			background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
		margin-top: 35px;
	}
	.step_4 .step_txtWrap::before{
		content: '';
	    background: url(../img/service01/huki02_sp.svg) center / 100% no-repeat;
	    width: 30px;
	    height: 41px;
	    position: absolute;
	    top: -27px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.step_4 .step_txtWrap > div{
		flex-direction: column;
		align-items: center;
	}
	.step_4 .step_txtWrap img {
	    width: 100%;
	    height: auto;
	    max-width: 340px;
	}
	.step4_txt1{
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	.step4_txt1 span{
		font-size: 10px;
		line-height: 1.65;
		display: block;
		margin-top: 10px;
	}
	.step4_txt2{
		font-size: 14px;
		margin-top: 25px;
	}
}
@media all and (max-width: 370px) {
}


/* comparisonWrap
***************************************************************/
.comparisonWrap {
  padding: 60px 0 90px;
  border-top: 1px solid #646464;
}
.comparison_h2 {
  padding-top: 150px;
  position: relative;
}
.comparison_h2::before {
  content: "";
  width: 130px;
  height: 140px;
  background-image: url(../img/top/title_ico2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.comparison_h3 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
.comparison_div1 {
  width: 1100px;
  margin: 60px auto 0;
}
.comparison_table tr {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
}
.comparison_table th,
.comparison_table td {
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
.comparison_table .point_green {
  font-weight: bold;
  color: #006400;
}
.comparison_table .point_red {
  font-weight: bold;
  color: #EB4655;
}

@media (max-width: 680px) {
  .comparisonWrap {
      padding: 30px 0 15px;
  }
  .comparison_h2 {
      padding-top: 80px;
  }
  .comparison_h2::before {
      width: 65px;
      height: 70px;
  }
  .comparison_h3 {
      font-size: 14px;
      letter-spacing: 0.1em;
      margin-top: 25px;
  }
  .comparison_div1 {
      width: 100%;
      padding: 30px 20px 30px;
      margin: 0;
  }
  .comparison_table {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
  }
}

/* worksWrap
***************************************************************/
.worksWrap {
  background-color: #F1F7F5;
  padding: 60px 0 30px;
}
.works_h2 {
  padding-top: 150px;
  position: relative;
}
.works_h2::before {
  content: "";
  width: 130px;
  height: 140px;
  background-image: url(../img/top/title_ico4.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.works_ul1 {
  width: 1100px;
  margin: 70px auto 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.works_ul1 .li1 {
  width: 533px;
}
.works_ul1 .link1 {
  width: 100%;
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  position: relative;
  padding-bottom: 30px;
}
.works_ul1_box1 {
  display: flex;
}
.works_ul1_box1_textBox {
  width: 200px;
}
.works_ul1_box1_textBox .category {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ADE500;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.works_ul1_box1_textBox .category.cat1 {
  background-color: #006400;
}
.works_ul1_box1_textBox .category.cat2 {
  background-color: #289100;
}
.works_ul1_box1_textBox .category.cat3 {
  background-color: #00644E;
}
.works_ul1_box1_textBox .category.cat4 {
  background-color: #008575;
}
.works_ul1_box1_textBox .typeBox {
  padding: 30px 0 20px 20px;
}
.works_ul1_box1_textBox .type_item + .type_item {
  border-top: 1px dashed #000;
  padding-top: 10px;
  margin-top: 10px;
}
.works_ul1_box1_textBox .type_item .t1 {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.works_ul1_box1_textBox .type_item .t2 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.works_ul1_box1_img1 {
  width: calc(100% - 200px);
  padding: 20px 20px 0;
}
.works_ul1_box1_img1 .img1 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/common/noimage.jpg);
}
.works_ul1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 15px 20px 20px;
}
.works_ul1_cat {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-flow: wrap;
}
.works_ul1_cat .li2 {
  width: calc((100% - 20px) / 6);
  margin-left: 4px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  background-color: #F0F0F0;
}
.works_ul1_more {
  width: 120px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -20px;
  transition: background 0.3s ease;
}
.works_ul1_more::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 14px;
  border-color: transparent transparent transparent #000;
  transition: border-color 0.3s ease;
  position: absolute;
  top: 0;
  right: -14px;
}
@media all and (min-width: 681px) {
  .works_ul1 .li1:nth-of-type(1n + 3) {
    margin-top: 42px;
  }
  .works_ul1_cat .li2:first-child,
  .works_ul1_cat .li2:nth-of-type(6n + 1) {
    margin-left: 0;
  }
  .works_ul1_cat .li2:nth-of-type(1n + 7) {
    margin-top: 4px;
  }
  .works_ul1 a.link1:hover {
    background-color: #e3efbf;
  }
  a:hover .works_ul1_more {
    background-color: #006400;
  }
  a:hover .works_ul1_more::after {
    border-color: transparent transparent transparent #006400;
  }
}
@media all and (max-width: 680px) {
  .worksWrap {
    padding: 30px 0 15px;
  }
  .works_h2 {
    padding-top: 80px;
  }
  .works_h2::before {
    width: 65px;
    height: 70px;
  }
  .works_ul1 {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px 30px;
    display: block;
  }
  .works_ul1 .li1 {
    width: 100%;
  }
  .works_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
  .works_ul1 .link1 {
    width: 100%;
    padding-bottom: 30px;
  }
  .works_ul1_box1_textBox {
    width: 134px;
  }
  .works_ul1_box1_textBox .category {
    height: 35px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .works_ul1_box1_textBox .typeBox {
    padding: 10px 0 0;
  }
  .works_ul1_box1_textBox .type_item + .type_item {
    border-top: 1px dashed #000;
    padding-top: 5px;
    margin-top: 5px;
  }
  .works_ul1_box1_textBox .type_item .t1 {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .works_ul1_box1_textBox .type_item .t2 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .works_ul1_box1_img1 {
    width: calc(100% - 134px);
    padding: 10px 10px 0;
  }
  .works_ul1_p1 {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 1.7;
    padding: 10px 10px 8px;
  }
  .works_ul1_cat {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-flow: wrap;
  }
  .works_ul1_cat .li2 {
    width: calc((100% - 20px) / 3);
    margin-left: 4px;
    height: 26px;
    font-size: 11px;
  }
  .works_ul1_cat .li2:first-child,
  .works_ul1_cat .li2:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .works_ul1_cat .li2:nth-of-type(1n + 4) {
    margin-top: 4px;
  }
  .works_ul1_more {
    width: 90px;
    word-break: keep-all;
    height: 32px;
    font-size: 14px;
    letter-spacing: 0.025em;
    bottom: -15px;
  }
  .works_ul1_more::after {
    border-width: 16px 0 16px 8px;
    right: -8px;
  }
}
@media all and (max-width: 370px) {
}


/* interviewWrap
***************************************************************/
.interviewWrap {
  padding: 60px 0 30px;
}
.interview_h2 {
  padding-top: 140px;
  position: relative;
}
.interview_h2::before {
  content: "";
  width: 128px;
  height: 126px;
  background-image: url(../img/top/title_ico5.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* .interview_ul1 {
  width: 1100px;
  margin: 70px auto 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.interview_ul1 .li1 {
  width: 533px;
}
.interview_ul1 .link1 {
  width: 100%;
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  position: relative;
  padding: 25px 25px 35px;
}
.interview_ul1_title1 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.53;
  padding-bottom: 15px;
  border-bottom: 3px solid #000;
  position: relative;
}
.interview_ul1_title1.type1 {
  padding-left: 156px;
}
.interview_ul1_title1.type1::after {
  content: "";
  background-image: url(../img/top/interview1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.interview_ul1_title1.type2 {
  padding-right: 156px;
}
.interview_ul1_title1.type2::after {
  content: "";
  background-image: url(../img/top/interview2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 170px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.interview_ul1_t1 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 15px 0 18px;
}
.interview_ul1_dl1 + .interview_ul1_dl1 {
  margin-top: 20px;
}
.interview_ul1_dl1 .dt1 {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #006400;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.interview_ul1_dl1.type2 .dt1 {
  background-color: #ADE500;
  color: #000;
}
.interview_ul1_dl1 .dd1 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.interview_ul1_more {
  width: 120px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -20px;
  transition: background 0.3s ease;
}
.interview_ul1_more::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 14px;
  border-color: transparent transparent transparent #000;
  transition: border-color 0.3s ease;
  position: absolute;
  top: 0;
  right: -14px;
} */
.voice_ul1 {
  width: 100%;
  padding: 70px 0 0;
}
.voice_ul1 .li1 {
  width: 1000px;
  margin: 0 auto;
}
.voice_ul1 .li1:nth-of-type(1n + 2) {
  margin-top: 70px;
}
.voice_ul1 .link1 {
  width: 100%;
  display: flex;
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.voice_ul1 .voice_ul1_box1 {
  width: calc(100% - 446px);
  padding: 30px 38px;
}
.voice_ul1 .voice_ul1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
}
.voice_ul1 .voice_ul1_h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.59;
  margin-top: 5px;
}
.voice_ul1_dl1 {
  margin-top: 10px;
}
.voice_ul1 .voice_ul1_dt1 {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006400;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.voice_ul1 .voice_ul1_dd1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.voice_ul1 .thumb1 {
  width: 446px;
  min-height: 268px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease;
}
.voice_ul1 .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.voice_ul1_more {
  width: 120px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -20px;
  transition: background 0.3s ease;
}
.voice_ul1_more::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 14px;
  border-color: transparent transparent transparent #000;
  transition: border-color 0.3s ease;
  position: absolute;
  top: 0;
  right: -14px;
}
@media all and (min-width: 681px) {
  /* .interview_ul1 .li1:nth-of-type(1n + 3) {
    margin-top: 42px;
  }
  .interview_ul1 a.link1:hover {
    background-color: #e3efbf;
  }
  a:hover .interview_ul1_more {
    background-color: #006400;
  }
  a:hover .interview_ul1_more::after {
    border-color: transparent transparent transparent #006400;
  } */
  .voice_ul1 a:hover .thumb1 {
    opacity: .7;
  }
  .voice_ul1 a:hover .img1 {
    transform: scale(1.1);
  }
  a:hover .voice_ul1_more {
    background-color: #006400;
  }
  a:hover .voice_ul1_more::after {
    border-color: transparent transparent transparent #006400;
  }
}
@media all and (max-width: 680px) {
  .interviewWrap {
    padding: 30px 0 15px;
  }
  .interview_h2 {
    padding-top: 70px;
  }
  .interview_h2::before {
    width: 64px;
    height: 63px;
  }
  /* .interview_ul1 {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px 30px;
    display: block;
  }
  .interview_ul1 .li1 {
    width: 100%;
  }
  .interview_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
  .interview_ul1 .link1 {
    width: 100%;
    padding-bottom: 30px;
  }
  .interview_ul1_title1 {
    font-size: 14px;
  }
  .interview_ul1_title1.type1 {
    padding-left: 78px;
  }
  .interview_ul1_title1.type1::after {
    width: 90px;
    height: 85px;
  }
  .interview_ul1_title1.type2 {
    padding-right: 60px;
  }
  .interview_ul1_title1.type2::after {
    width: 90px;
    height: 85px;
  }
  .interview_ul1_t1 {
    font-size: 14px;
    padding: 12px 0 14px;
  }
  .interview_ul1_dl1 + .interview_ul1_dl1 {
    margin-top: 18px;
  }
  .interview_ul1_dl1 .dt1 {
    height: 28px;
    font-size: 14px;
  }
  .interview_ul1_dl1 .dd1 {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 5px;
  }
  .interview_ul1_more {
    width: 90px;
    word-break: keep-all;
    height: 32px;
    font-size: 14px;
    letter-spacing: 0.025em;
    bottom: -15px;
  }
  .interview_ul1_more::after {
    border-width: 16px 0 16px 8px;
    right: -8px;
  } */
  .voice_ul1 {
    width: 100%;
    padding: 30px 20px 30px;
  }
  .voice_ul1 .li1 {
    width: 100%;
  }
  .voice_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 60px;
  }
  .voice_ul1 .link1 {
    width: 100%;
    display: block;
  }
  .voice_ul1 .voice_ul1_box1 {
    width: 100%;
    padding: 16px 22px;
  }
  .voice_ul1 .voice_ul1_p1 {
    font-size: 13px;
  }
  .voice_ul1 .voice_ul1_h2 {
    font-size: 16px;
    margin-top: 5px;
  }
  .voice_ul1_dl1 {
    margin-top: 10px;
  }
  .voice_ul1 .voice_ul1_dt1 {
    font-size: 16px;
  }
  .voice_ul1 .voice_ul1_dd1 {
    font-size: 14px;
  }
  .voice_ul1 .thumb1 {
    width: 100%;
    height: 180px;
    min-height: auto;
  }
  .voice_ul1_more {
    width: 90px;
    word-break: keep-all;
    height: 32px;
    font-size: 14px;
    letter-spacing: 0.025em;
    bottom: -15px;
  }
  .voice_ul1_more::after {
    border-width: 16px 0 16px 8px;
    right: -8px;
  }
}
@media all and (max-width: 370px) {
  /* .interview_ul1_title1 {
    font-size: 10px;
  } */
}


/* columnWrap
***************************************************************/
.columnWrap {
  padding: 60px 0 90px;
  border-top: 1px solid #646464;
}
.column_h2 {
  padding-top: 140px;
  position: relative;
}
.column_h2::before {
  content: "";
  width: 103px;
  height: 130px;
  background-image: url(../img/top/title_ico1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.column_readBox {
  width: 1100px;
  margin: 0 auto;
  padding-top: 58px;
}
.column_readBox_p1 {
  margin-bottom: 1rem;
}
.column_readBox_p1:last-child {
  margin-bottom: 0;
}
.column_readBox_p1 a {
  color: #006400;
  font-weight: 600;
}
.column_readBox_p1 a:hover {
  opacity: .7;
}
.column_ul1 {
  width: 1100px;
  margin: 0 auto;
  padding-top: 58px;
}
.column_ul1 .li1 {
  width: calc(100% / 3);
}
.column_ul1 .link1 {
  width: 100%;
  display: block;
}
.column_ul1 .thumb1 {
  width: 100%;
  height: 250px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.column_ul1 .img1 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.column_ul1 .textBox1 {
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.column_ul1 .cat {
  width: 280px;
  height: 32px;
  background-color: #ADE500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.column_ul1 .cat.cat1 {
  background-color: #ADE500;
}
.column_ul1 .cat.cat2 {
  background-color: #6CCCD8;
}
.column_ul1 .cat.cat3 {
  background-color: #FFA092;
}
.column_ul1 .column_ul1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
  padding-right: 40px;
}
.column_ul1 .column_ul1_p1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  transform: rotate(-45deg);
  transition: border 0.3s ease;
}
.columnWrap .slick-prev, .columnWrap .slick-next {
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease;
}
.columnWrap .slick-prev:hover, .columnWrap .slick-prev:focus, .columnWrap .slick-next:hover, .columnWrap .slick-next:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
@media all and (min-width: 681px) {
  .column_ul1 a:hover .thumb1 {
    opacity: .7;
  }
  .column_ul1 a:hover .img1 {
    transform: scale(1.1);
  }
}
@media all and (max-width: 680px) {
  .columnWrap {
    padding: 30px 0 45px;
  }
  .column_h2 {
    padding-top: 70px;
  }
  .column_h2::before {
    width: 51.5px;
    height: 65px;
  }
  .column_readBox {
    width: 100%;
    padding: 30px 20px 0;
  }
  .column_readBox_p1 {
    font-size: 15px;
  }
  .column_ul1 {
    width: 100%;
    padding: 30px 20px 0;
  }
  .column_ul1 .li1 {
    width: 100%;
  }
  .column_ul1 .thumb1 {
    width: 100%;
    height: 60vw;
  }
  .column_ul1 .textBox1 {
    padding-top: 25px;
  }
  .column_ul1 .cat {
    width: 260px;
    height: 32px;
    top: -16px;
    font-size: 17px;
  }
  .column_ul1 .column_ul1_p1 {
    font-size: 15px;
    padding-right: 40px;
  }
  .column_ul1 .column_ul1_p1::after {
    right: 12px;
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 370px) {
}


/* faqWrap
***************************************************************/
.faqWrap {
  padding: 60px 0 30px;
  background-color: #F1F7F5;
}
.faq_h2 {
  padding-top: 140px;
  position: relative;
}
.faq_h2::before {
  content: "";
  width: 76px;
  height: 126px;
  background-image: url(../img/top/title_ico6.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.faq_ul1 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 58px;
}
.faq_ul1 .li1 {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  border-left: 15px solid #ADE500;
  background-color: #fff;
  padding: 22px 40px 30px 70px;
}
.faq_ul1 .li1:nth-of-type(1n + 2) {
  margin-top: 22px;
}
.faq_dl1 .dt1 {
  color: #006400;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.0em;
  line-height: 1.5;
  text-indent: -36px;
  padding-left: 36px;
}
.faq_dl1 .dt1 .t1 {
  font-size: 30px;
}
.faq_dl1 .dd1 {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 10px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .faqWrap {
    padding: 30px 0 15px;
  }
  .faq_h2 {
    padding-top: 70px;
  }
  .faq_h2::before {
    width: 38px;
    height: 63px;
  }
  .faq_ul1 {
    width: 100%;
    padding: 30px 20px 0;
  }
  .faq_ul1 .li1 {
    border-left: none;
    border-bottom: 10px solid #ADE500;
    padding: 12px 15px 15px;
  }
  .faq_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 25px;
  }
  .faq_dl1 .dt1 {
    font-size: 17px;
    text-indent: -22px;
    padding-left: 22px;
  }
  .faq_dl1 .dt1 .t1 {
    font-size: 20px;
  }
  .faq_dl1 .dd1 {
    font-size: 15px;
  }
}
@media all and (max-width: 370px) {
}


/* top_megamenu
***************************************************************/
.top_megamenu {
  width: 0;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8888;
  background-color: #F1F7F5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease,width 0.5s ease;
}
.top_open .top_megamenu {
  width: 640px;
  opacity: 1;
  pointer-events: auto;
}
.top_megamenu_box1 {
  width: 100%;
  height: 100px;
  padding-left: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_megamenu_siteID {
  width: 203px;
}
.top_megamenu_flx {
  width: 474px;
  padding-top: 140px;
  padding-left: 90px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.top_megamenu_flx .in1 {
  width: calc((100% - 60px) / 2);
}
.top_megamenu_flx .in2 {
  width: 100%;
  padding-top: 40px;
}
.top_megamenu_ul1 .li1:nth-of-type(1n + 2) {
  margin-top: 20px;
}
.top_megamenu_ul1 .link1 {
  display: block;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.top_megamenu_ul1 .sub .link1 {
  font-size: 18px;
}
.top_megamenu_ul1 .sub + .sub .link1 {
  margin-top: 15px;
}
.top_megamenu_ul2 .li1:nth-of-type(1n + 2) {
  margin-top: 20px;
}
.top_megamenu_ul2 .link1 {
  display: block;
}
.top_megamenu_ul2 .link1 img {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
@media all and (min-width: 681px) {
  .top_megamenu_ul1 a.link1:hover {
    opacity: .6;
  }
  .top_megamenu_ul2 a.link1:hover {
    opacity: .7;
  }
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* newsWrap
***************************************************************/
.newsWrap {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #c8c8c8;
  padding: 100px 0;
}
.news_block1 {
  width: 1100px;
  margin: 60px auto 0;
  text-align: right;
}
.news_list {
  width: 100%;
  height: 195px;
  overflow: auto;
  border-bottom: 1px solid #6f7174;
  padding-right: 30px;
}
.news_list::-webkit-scrollbar {
  width: 10px;
}
.news_list::-webkit-scrollbar-track {
  background-color: #d2d4d8;
}
.news_list::-webkit-scrollbar-thumb {
  background-color: #6f7174;
}
.news_list .li1 + .li1 {
  border-top: 1px solid #e0e0e0;
}
.news_link1 {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.news_list_dayBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 190px;
  padding-left: 6px;
}
.news_list_day {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
.news_list_tag {
  width: 96px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  background-color: #bd5050;
  border-radius: 3px;
}
.news_list_tag.cat2 {
  background-color: #db9f46;
}
.news_list_tag.cat3 {
  background-color: #008695;
}
.news_list_p1 {
  width: calc(100% - 210px);
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  padding-right: 40px;
}
.news_list_p1.url {
  padding-right: 0;
  text-decoration: underline;
}
.news_list_p1.url::after {
  display: none;
}
.news_list_p1.nolink {
  padding-right: 0;
}
.news_list_p1.nolink::after {
  display: none;
}
.news_list_p1 br {
  display: none;
}
a .news_list_p1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 16px;
  height: 16px;
  border-right: 2px solid #6f7174;
  border-bottom: 2px solid #6f7174;
  transform: rotate(-45deg);
  transition: right 0.3s ease;
}
.news_block1 .top_link1 {
  margin-top: 22px;
}
@media all and (min-width: 681px) {
  .newsWrap .top_title1 .s1 {
    width: 422px;
  }
  a.news_link1:hover {
    background-color: #dae1eb;
  }
  a:hover .news_list_p1.url {
    text-decoration: none;
  }
}
@media all and (max-width:680px) {
  .newsWrap .top_title1 .s1 {
    width: 276.2px;
  }
  .newsWrap {
    width: calc(100% - 40px);
    padding: 50px 0;
  }
  .news_block1 {
    width: 100%;
    margin-top: 40px;
    display: block;
  }
  .news_block1 + .news_block1 {
    margin-top: 45px;
  }
  .news_list {
    height: 248px;
    padding-right: 20px;
  }
  .news_list .li1:first-child .news_link1 {
    padding-top: 0;
  }
  .news_link1 {
    display: block;
  }
  .news_list_dayBox {
    width: 100%;
    padding-left: 0;
    justify-content: flex-start;
  }
  .news_list_day {
    font-size: 12px;
  }
  .news_list_tag {
    font-size: 11px;
    margin-left: 12px;
  }
  .news_list_p1 {
    width: 100%;
    letter-spacing: 0;
    padding-right: 30px;
    margin-top: 10px;
  }
  a .news_list_p1::after {
    right: 0;
  }
  .news_block1 .top_link1 {
    margin-top: 20px;
  }
}
@media all and (max-width:370px) {
}

/* movieWrap
***************************************************************/
.movieWrap {
  padding: 95px 0 95px;
}
.movieSlide {
  padding-top: 55px;
}
.movieSlide .slick-prev, .movieSlide .slick-next {
  top: 55%;
}
.movie_item {
  width: 335px;
  margin: 0 20px;
}
.movie_item_link1 {
  display: block;
  width: 100%;
}
.movie_item_thumb1 {
  width: 100%;
  height: 180px;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.movie_item_thumb1::after {
  content: "";
  width: 60px;
  height: 36px;
  background-image: url(../img/common/movie_ico1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.movie_item_text1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-top: 10px;
}
@media all and (min-width: 681px) {
  .movie_item_link1:hover {
    opacity: .7;
  }
}
@media all and (max-width:680px) {
  .movieWrap {
    padding: 45px 0 45px;
  }
  .movieSlide {
    padding-top: 30px;
  }
  .movieSlide .slick-prev, .movieSlide .slick-next {
    top: 52%;
  }
  .movie_item {
    width: 250px;
    margin: 0 30px;
  }
  .movie_item_text1 {
    font-size: 15px;
  }
}
@media all and (max-width:370px) {
}

/* top_link1
***************************************************************/
.top_link1 {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.top_link1 .arrow {
  width: 32px;
  height: 32px;
  background-color: #1f2e43;
  position: relative;
  margin-left: 8px;
  transition: background-color 0.3s ease ,right 0.3s ease;
  right: 0;
}
.top_link1 .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border-color 0.3s ease;
}
@media all and (min-width: 681px) {
  a.top_link1:hover,
  a:hover .top_link1 {
    color: #666;
  }
  a.top_link1:hover .arrow,
  a:hover .top_link1 .arrow {
    background-color: #2d5f86;
    right: -6px;
  }
}
@media all and (max-width:680px) {
  .top_link1 {
    font-size: 14px;
  }
  .top_link1 .arrow {
    width: 24px;
    height: 24px;
    margin-left: 6px;
  }
  .top_link1 .arrow::after {
    right: 4px;
    width: 8px;
    height: 8px;
  }
}
@media all and (max-width:370px) {
}

@media all and (min-width: 681px) {
  .top_linkBox1 {
    width: 1150px;
    margin: -68px auto 0;
    padding-bottom: 26px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    line-height: 1.3;
  }
}

@media all and (max-width:680px) {
  .top_linkBox1 {
    display: flex;
    justify-content: center;
    padding-top: 25px;
  }
}

.person_ul1 .li1 a {
  position: relative;
  display: flex;
  transition: all .5s;
}

.person_ul1 .li1 a:hover {
  opacity: .7;
  transition: all .5s;
}

@media all and (max-width:680px) {
  .person_ul1 .li1 a {
    flex-direction: column;
  }
}

/* 20240822追記 */
/* agency_purchase_difference
***************************************************************/
.agency_purchase_difference_Wrap {
  margin-bottom: 80px;
}

.agency_purchase_difference_Wrap .box {
  display: flex;
  flex-wrap: wrap;
}

.agency_purchase_difference_Wrap .flow_div1 {
  margin-top: 30px;
}

.flow_div1 {
  width: 1100px;
  margin: 60px auto 0;
}

.agency_purchase_difference_Wrap .item {
  width: 48%;
  min-width: 450px;
  padding: 1%;
  margin: 30px auto;
  border: 2px solid #017502;
}

.agency_purchase_difference_Wrap .headline {
  width: auto;
  margin: auto;
  padding: 10px 0;
  background-color: #017502;
  color: #fff;
  text-align: center;
}

.agency_purchase_difference_Wrap .figure1 {
  width: auto;
  margin: 25px auto;
}

@media (max-width: 680px) {
  .agency_purchase_difference_Wrap .flow_div1 {
      margin-top: 0;
      padding-top: 0;
  }
}

@media (max-width: 680px) {
  .flow_div1 {
      width: 100%;
      padding: 30px 20px 30px;
      margin: 0;
  }
}

@media (max-width: 680px) {
  .agency_purchase_difference_Wrap .item {
      width: 100%;
      min-width: unset;
      padding: 3%;
  }

  .agency_purchase_difference_Wrap {
      margin-bottom: 30px;
  }
}

/* 20240912追記 */
/* メディア紹介実績 修正
***************************************************************/
@media all and (max-width: 680px) {
  .media_ul1.retouch .li1:nth-child(n + 7) {
    display: block;
  }

  .media_ul1.retouch .li1:nth-child(n + 13) {
    display: none;
  }
}