@charset "UTF-8";

/*==========================================================
  共通contents
==========================================================*/
.sp {
  display: block;
}

.contens_sec {
  padding: 40px 0;
}

.contents_title {
  padding-bottom: 30px;
}


/*==============================================================================================

	header

==============================================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#header_sec {
  height: 40px;
}

#header_sec .logo_wrap {
  height: 40px;
}

#header_sec .logo_wrap img {
  width: 100px;
}

#header_sec .logo_wrap div.cross {
  width: 12px;
  height: 13px;
  margin: 0 5px;
}


#header_sec nav {
  display: none;
}

/*==============================================================================================

	メインビジュアル

==============================================================================================*/
.mv_wrap .logo_wrap {
  padding-bottom: 30px;
}

.mv_wrap .logo_wrap img {
  width: 200px;
}

.mv_wrap .logo_wrap div.cross {
  width: 30px;
  height: 30px;
}

.mv_wrap p {
  padding: 5px 0;
}

.push-factor_wrap {
  font-size: 35px;
}

.mv_wrap .push-factor_wrap .cross {
  width: 35px;
  height: 35px;
  margin: 0px 10px;
}

/*==============================================================================================

	アバウト

==============================================================================================*/
.worries_cont {
  padding-top: 30px;
}

.worries_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.worries_wrap > div {
  width: calc(100% / 2 - 5px);
  margin-bottom: 10px;
  padding: 20px 5px;
}

.worries_wrap span {
  font-size: 16px;
}

.relief_wrap {
  margin: 60px 0;
  text-align: center;
  position: relative;
}

.relief_wrap:after {
  border-width: 100px 100px 0 100px;
}

.step_cont {
  background: #f5f5f5;
  padding: 60px 0;
}

.step_cont p {
  padding: 0;
}

.step_wrap {
  display: block;
  padding-bottom: 0;
}

.step_wrap > div {
  width: 100%;
  position: relative;
  text-align: center;
  color: #c0b283;
}

.step_wrap > div div:nth-child(2) {
  padding: 20px 0;
}

.step_title {
  color: #FFFFFF;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.step_title:before {
  width: 100%;
  left: 0;
}

.step_wrap > div:nth-child(1) .step_title:before {
  width: 100%;
}

.step_title:after {
  display: none;
}

.step_wrap > div img {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
}


.step_cont .f5 {
  font-size: 20px;
}

/*==============================================================================================

	デザイン

==============================================================================================*/
#design_sec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.design_bg_img {
  left: -15px;
}

.design_back {
  display: none;
}

#design_sec .contents_wrap {
  padding-right: 0;
}

.design_wrap {
  padding: 20px 20px 50px 20px;
  background: #373737;
}

.design_wrap h2 {
  padding-bottom: 30px;
}

#design_sec .design_push_wrap {
  position: inherit;
  bottom: 0;
  left: 0;
  padding: 20px 0 0 0;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  display: block;
}

.design_push_inner {
  width: 100%;
  color: #ffffff;
  background: #c0b283;
  padding: 20px;
}

.design_push_inner + .design_push_inner {
  margin-top: 20px;
}

.design_push_inner h3 {
  text-align: center;
}

.design_push_inner div {
  width: 120px;
  height: 30px;
  margin: 10px auto;
}

/*==============================================================================================

	プラン

==============================================================================================*/
.plan_wrap {
  display: block;
  padding: 0 20px;
}

.plan_inner {
  width: 100%;
}

.plan_inner:nth-child(1),
.plan_inner:nth-child(2) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

/*==============================================================================================

	パッケージ

==============================================================================================*/

.package_select_wrap > div {
  width: calc(100% / 3 - 10px);
}

.package_inner {
  padding: 10px;
}

.package_title {
  font-size: 10px;
  padding-bottom: 0;
  border-bottom: none;
}

.package_title span {
  font-size: 12px;
}

.package_inner .package_price {
  display: none;
}

.package_slide_cont {
  padding: 30px 0;
}

.package_slide_inner {
  width: 100%;
}

.package_slide_status {
  display: block;
}

.package_slide_status .package_title {
  font-size: 14px;
  width: 100%;
}

.package_slide_status .package_title span {
  font-size: 22px;
}

.flickity-page-dots .dot {
  width: 100px;
  border-radius: 0;
}

.package_slide_status .package_slide_text {
  width: 100%;
  display: block;
  padding: 10px 0;
}

.package_slide_status .package_price {
  width: 100%;
  padding: 0;
}

.package_slide_detail {
  padding: 0 20px 20px;
}

.package_slide_detail {
  display: block;
}

.package_slide_detail > div {
  width: 100%;
}

.package_slide_detail .point_icon_cont {
  padding-top: 10px;
}

.package_slide_detail .point_icon_wrap {
  width: calc(100% / 6);
}

.package_slide_detail .point_icon_wrap span {
  display: none;
}

/*==============================================================================================

	キャッチ

==============================================================================================*/
#catch_sec {
  height: 200px;
  margin-bottom: 60px;
}

#catch_sec > div {
  line-height: 1;
  display: block;
  text-align: center;
}


/*==============================================================================================

	ネットワーク

==============================================================================================*/
.network_pop_wrap {
  padding-top: 10px;
}

.network_pop_text {
  width: calc(100% / 3 - 10px);
  padding: 10px;
  font-size: 10px;
}

.network_pop_text br {
  display: none
}

.network_pop_text:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #0f1626 transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.network_image_cont {
  padding-top: 20px;
}

.network_image_wrap {
  padding-top: 20px;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.network_arrow {
  width: 100%;
  height: 200px;
  min-height: 200px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 40px
}

.network_arrow img {
  width: 50%;
  padding: 20px;
}

.network_arrow_text {
  font-size: 12px;
}

.network_arrow_anim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.network_arrow_anim div {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 280px;
  height: 140px;
  background: #b7d333;
}

.network_arrow_anim div:after {
  content: '';
  display: ;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 160px 0 160px;
  border-color: #b7d333 transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 50%;
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.network_image {
  margin-top: 10px;
  width: 100%;
}

.network_text {
  text-align: center;
  padding-top: 20px;
}


.network_text span {
  font-size: 60px;
}

#network_sec .network_text p {
  font-size: 10px;
  padding-top: 30px;
}


/*==============================================================================================

	保証

==============================================================================================*/


.ensure_wrap + .scrollanim .contents_title {
  margin: 60px auto;
}

.ensure_wrap + .scrollanim .contents_title:after {
  border-width: 100px 100px 0 100px;
}


.ensure_title {
  padding: 10px 20px;
}

#ensure_sec p {
  padding: 20px 40px 60px 20px;
}

#ensure_sec p span {
  bottom: 20px;
}

.ensure_img {
  padding: 0 40px 0 20px;
}

.ensure_img img {
  width: 100%;
  max-width: 600px;
}

#ensure_sec .f4 {
  font-size: 18px;
}

/*==============================================================================================

	ギャラリー

==============================================================================================*/
#gallery_sec {
  background: #373737;
  color: #c0b283;
}

.gallery_wrap {
  display: block;
}

.gallery_title {
  text-align: center;
}

.gallery_wrap > div:nth-child(n+2) {
  display: none;
}

.gallery_wrap_slider {
  margin-top: 20px;
  display: block;
}

/*==============================================================================================

	お問い合わせ

==============================================================================================*/
#inq_title_sec p {
  text-align: center;
}

.inq_sec {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, .8);
  padding: 10px 0;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.inq_view .inq_sec {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.inq_sec > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.inq_btn,
.est_btn {
  text-align: center;
  font-size: 10px;
  padding: 10px;
  height: 50px
}

/*==============================================================================================

	会社概要

==============================================================================================*/
#comp_sec {
  margin-top: 60px;
  padding: 60px 0;
}

.comp_wrap {
  display: block;
}

.comp_wrap > div {
  width: 100%;
  padding: 30px 0px;
}

.comp_wrap > div:nth-child(1) {
  border-right: none;
}

.comp_table div:nth-child(1) {
  width: 80px;
}


/*==============================================================================================

	footer

==============================================================================================*/
footer {
  height: 200px;
}
