@charset "UTF-8";
/*
*******************************************************************************************************
# トップページ
*******************************************************************************************************
*/
/* ------------------------------------
	* 共通設定
* ------------------------------------ */
.wrp-contents {
  padding-bottom: 0;
}
.wrp-contents .inner_contents {
  width: auto;
}
.wrp-contents .inner_contents:before,
.wrp-contents .inner_contents:after {
  content: "";
  display: table;
}
.wrp-contents .inner_contents:after {
  clear: both;
}

@media screen and (max-width: 736px) {
  .wrp-footer {
    margin-top: 10px;
  }
}

/* ttl_slider_thumb:トップスライダー
----------------------------------- */
.wrp-contents .ttl_slider_thumb {
  width: 133px;
  float: left;
}
.wrp-contents .ttl_slider_thumb a {
  display: block;
  height: 133px;
  background-color: #385900;
  color: #fff;
  padding: 0 20px;
  transition: 0.3s ease-in-out;
}
.wrp-contents .ttl_slider_thumb span {
  display: block;
  line-height: 1.5;
}
.wrp-contents .ttl_slider_thumb .title1 {
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.09em;
}
.wrp-contents .ttl_slider_thumb .title2 {
  padding-top: 10px;
  font-size: 13px;
  font-family: "UD新ゴ M JIS2004";
}

@media screen and (max-width: 736px) {
  .wrp-contents .ttl_slider_thumb {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .wrp-contents .ttl_slider_thumb a {
    height: auto;
    padding: 5px 8px;
    transition: none;
  }
  .wrp-contents .ttl_slider_thumb span {
    display: inline-block;
    line-height: 1.3;
  }
  .wrp-contents .ttl_slider_thumb .title1 {
    padding-top: 0;
    font-size: 14px;
  }
  .wrp-contents .ttl_slider_thumb .title2 {
    padding: 0 0 0 1em;
    font-size: 11px;
  }
}

/* ------------------------------------
	* メインビジュアル
* ------------------------------------ */
.wrp-top_main .mainvisual {
  width: 895px;
  float: left;
}
.wrp-top_main .mainvisual .slick-slide img {
  width: 100%;
}
.wrp-top_main .mainvisual .slider {
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.wrp-top_main .mainvisual .slider.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 736px) {
  .wrp-top_main .mainvisual {
    width: 100%;
    float: none;
  }
}

/* ------------------------------------
	* サービス一覧パネル
* ------------------------------------ */

.list_service {
  width: 286px;
  float: right;
}

.list_service ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_service ul li {
  position: relative;
  height: 150px;
  width: 143px;
}

.list_service ul img {
  width: 143px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
}

.list_service ul li img:last-child:not(.mock) {
  opacity: 0;
  transition-duration: 0.3s;
}

.list_service ul li:hover img:last-child {
  opacity: 1;
  transition-duration: 0.3s;
}

@media screen and (max-width: 736px) {
  .list_service {
    width: 100%;
    padding: 3.33333% 0 0;
  }
  .list_service ul li {
    width: 25%;
    height: initial;
  }

  .list_service ul a img,
  .list_service ul .mock {
    width: 100%;
    height: 100%;
    position: initial;
  }
  /* hover画像は非表示 */
  .list_service ul li img:last-child:not(.mock) {
    display: none;
  }
  /* sp表示時順番変更 */

  .list_service ul li:first-child {
    order: 1;
  }
  .list_service ul li:nth-child(2) {
    order: 2;
  }
  .list_service ul li:nth-child(3) {
    order: 4;
  }
  .list_service ul li:nth-child(4) {
    order: 3;
  }
  .list_service ul li:nth-child(5) {
    order: 6;
  }
  .list_service ul li:nth-child(6) {
    order: 5;
  }
  .list_service ul li:nth-child(7) {
    order: 6;
  }
  .list_service ul li:nth-child(8) {
    order: 8;
  }
}

.landscape {
  margin-top: 1.75rem;
}
@media screen and (max-width: 736px) {
  .landscape {
    margin-top: 0.5rem;
  }
  .landscape img {
    width: 100%;
  }
}
.pc_hidden {
  display: none;
}
@media screen and (max-width: 736px) {
  .pc_hidden {
    display: block;
  }
}

/* ------------------------------------
	* パネル部分
* ------------------------------------ */
.wrp-top_panel {
  padding: 20px 0;
}
.wrp-top_panel:before,
.wrp-top_panel:after {
  content: "";
  display: table;
}
.wrp-top_panel:after {
  clear: both;
}
.wrp-top_panel .panel {
  width: 286px;
  float: left;
  margin-left: 19px;
}
.wrp-top_panel .panel a {
  display: block;
}
.wrp-top_panel .panel:first-child {
  margin-left: 0;
}
.wrp-top_panel .panel:nth-child(2) {
  margin-left: 18px;
}
.wrp-top_panel .panel.fb .inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 140%;
}
.wrp-top_panel .panel.fb .inner .fb-page {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .wrp-top_panel {
    padding: 3.33333% 0;
  }
  .wrp-top_panel .panel {
    width: 48.33333%;
    margin-left: 3.33333%;
    box-sizing: border-box;
  }
  .wrp-top_panel .panel:nth-child(2) {
    margin-left: 3.33333%;
  }
  .wrp-top_panel .panel:nth-child(odd) {
    margin-left: 0;
  }
  .wrp-top_panel .panel:nth-child(n + 3) {
    margin-top: 3.33333%;
  }
  .wrp-top_panel .panel img {
    width: 100%;
  }
}

/* ------------------------------------
	* お客様の声・メンバー
* ------------------------------------ */
.wrp-top_voice_member {
  padding: 20px 0;
  border-top: #c2d968 4px solid;
  border-bottom: #c2d968 4px solid;
}

@media screen and (max-width: 736px) {
  .wrp-top_voice_member {
    padding: 0;
    border: none;
  }
}

.wrp-top_voice,
.wrp-top_member {
  width: 589px;
}

.wrp-top_voice {
  float: left;
}

.wrp-top_member {
  float: right;
}

.wrp-top_member .slider img {
  width: 133px;
  padding-left: 19px;
}

.wrp-top_voice .slider img {
  width: 133px;
  padding-left: 19px;
}

@media screen and (max-width: 736px) {
  .wrp-top_voice,
  .wrp-top_member {
    width: auto;
    float: none;
  }
  .wrp-top_member {
    padding-top: 3.33333%;
  }
}

/* ------------------------------------
	* 独自サービス
* ------------------------------------ */
.wrp-top_service {
  padding: 20px 0;
  border-bottom: #c2d968 4px solid;
}

@media screen and (max-width: 736px) {
  .wrp-top_service {
    padding: 3.33333% 0 0 0;
    border-bottom: none;
  }
}

/* box_slider_bnr
----------------------------------- */
.wrp-top_service .box_slider_bnr {
  width: 1048px;
  float: right;
}
.wrp-top_service .box_slider_bnr .slick-slide {
  width: 249px;
  margin-left: 17px;
  text-align: center;
}
.wrp-top_service .box_slider_bnr .slick-slide a,
.wrp-top_service .box_slider_bnr .slick-slide div {
  display: block;
  height: 89px;
  border: 10px #edf4d1 solid;
  padding: 12px 8px;
  transition: 1s;
}
.wrp-top_service .box_slider_bnr .slick-slide a img,
.wrp-top_service .box_slider_bnr .slick-slide div img {
  transition: none;
  margin: 0 auto;
}
.wrp-top_service .box_slider_bnr .slick-slide a:hover {
  border-color: #c2d968;
}
.wrp-top_service .box_slider_bnr .slick-slide a:hover img {
  opacity: 1;
}
.wrp-top_service .box_slider_bnr .slick-slide span {
  display: block;
  margin-top: 15px;
  font-size: 11px;
  line-height: 1.5;
}
.wrp-top_service .box_slider_bnr .ba-navii img {
  width: 100px;
}
.wrp-top_service .box_slider_bnr .narubizi img {
  width: 110px;
}
.wrp-top_service .box_slider_bnr .slider {
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.wrp-top_service .box_slider_bnr .slider.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 736px) {
  .wrp-top_service .box_slider_bnr {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .wrp-top_service .box_slider_bnr .slick-slide {
    width: 100%;
    margin-left: 0;
    display: table;
  }
  .wrp-top_service .box_slider_bnr .slick-slide a,
  .wrp-top_service .box_slider_bnr .slick-slide div {
    height: 120px;
    border: none;
    padding: 0;
    transition: none;
    background-color: #fafafa;
    display: table-cell;
    vertical-align: middle;
  }
  .wrp-top_service .box_slider_bnr .slick-slide span {
    margin-top: 10px;
    font-size: 13px;
  }
}
