@charset "utf-8";
.lower-page-wrap .content-wrap {
	margin-top: 7.559vw;
	margin-bottom: 9.847vw;
}
@media screen and (min-width: 1442px) {
	.lower-page-wrap .content-wrap {
		margin-top: 109px;
	    margin-bottom: 142px;
	}
}
@media screen and (max-width: 750px) {
	.lower-page-wrap {
		padding-top: 15.781vw;
	}
	.lower-page-wrap .content-wrap {
		margin-top: 9.063vw;
	}
}

/* ==========================================================================
   メインビジュアル
========================================================================== */
.mv_slider-wrap {
	position: relative;
}
.mv_slider-wrap .slider-item {
	margin: 0 1.318vw;
}
.mv_slider-wrap .slider-item img {
	object-fit: cover;
	height: 41.978vw;
}
.mv_slider-wrap .slick-dots {
	display: inline-flex;
    position: absolute;
	bottom: 1.179vw;
	left: 50%;
    transform: translateX(-50%);
}
.mv_slider-wrap .slick-dots li {
	width: 0.624vw;
	height: 0.624vw;
	border-radius: 50em;
	margin: 0 0.312vw;
	background: #FFFFFF;
	cursor: pointer;
}
.mv_slider-wrap .slick-dots li.slick-active {
  background: #6B7762;
}
.mv_slider-wrap .slick-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -735.221vw;
}
.mv_slider-wrap .arrow-icon {
    width: 3.082vw;
    height: 3.082vw;

    position: absolute;
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    cursor: pointer;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    background: url(../common/img/arrow-icon-b.svg) no-repeat;
    background-size: contain;
}
.mv_slider-wrap .arrow-icon.prev-icon {
    left: 17.2vw;
    transform: rotate(180deg);
}
.mv_slider-wrap .arrow-icon.next-icon {
    right: 15.8vw;
}
@media screen and (min-width: 1442px) {
	.mv_slider-wrap .slider-item {
		margin: 0 19px;
	}
	.mv_slider-wrap .slider-item img {
		height: 607px;
	}
	.mv_slider-wrap .slick-dots {
		bottom: 17px;
	}
	.mv_slider-wrap .slick-dots li {
		width: 9px;
		height: 9px;
		margin: 0 4.5px;
	}
	.mv_slider-wrap .slick-dots button {
	  text-indent: -735.221vw;
	}
	.mv_slider-wrap .arrow-icon {
		width: 46.44px;
        height: 46.44px;
	}
	/*.mv_slider-wrap .arrow-icon.prev-icon {
        left: 460px;
    }
    .mv_slider-wrap .arrow-icon.next-icon {
        right: 438px;
    }*/
}

@media screen and (max-width: 750px) {
	.mv_slider-wrap .slider-item {
		margin: 0 1.406vw;
	}
	.mv_slider-wrap .slider-item img {
		height: 46.719vw;
	}
	.mv_slider-wrap .slick-dots {
		bottom: 2.656vw;
	}
	.mv_slider-wrap .slick-dots li {
		width: 1.406vw;
		height: 1.406vw;
		margin: 0 0.703vw;
	}
	.mv_slider-wrap .slick-dots button {
	  text-indent: -735.221vw;
	}
	.mv_slider-wrap .arrow-icon {
        width: 6.719vw;
        height: 6.719vw;
        z-index: 1;
    }
    .mv_slider-wrap .arrow-icon.prev-icon {
        left: 9.375vw;
    }
    .mv_slider-wrap .arrow-icon.next-icon {
        right: 5.344vw;
    }
}
/* ==========================================================================
   メインビジュアル下
========================================================================== */
.column-wrap {
	display: flex;
	column-gap: 7.836vw;
}
.column-wrap .title-wrap {
	margin-top: 0.902vw;
	padding-top: 0;
	text-align: left;
}
.column-wrap .title-wrap h2 {
	letter-spacing: 0.05em;
}
.column-wrap .title-wrap h2 + .lead {
	color: #878179;
	font-weight: 500;
    margin-top: 3.745vw;
}

.column-wrap .column-item .title {
	font-size: 2.08vw;
	font-weight: 500;
	line-height: 1.73;
	letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.8);
}
.column-wrap .column-item .title + .text {
	font-size: 1.387vw;
	line-height: 2.25;
	letter-spacing: 0.1em;
	margin-top: 2.635vw;
}
@media screen and (min-width: 1442px) {
	.column-wrap {
		column-gap: 113px;
	}
	.column-wrap .title-wrap {
		margin-top: 13px;
	}
	.column-wrap .title-wrap h2 + .lead {
	    margin-top: 54px;
	}
	
	.column-wrap .column-item .title {
		font-size: 30px;
	}
	.column-wrap .column-item .title + .text {
		font-size: 20px;
		margin-top: 38px;
	}
}

@media screen and (max-width: 750px) {
	.column-wrap {
	    flex-direction: column;
	}
	.column-wrap .title-wrap {
		margin-top: 0;
	}
	.column-wrap .title-wrap h2 {
		font-size: 8.594vw;
	}
	.column-wrap .title-wrap h2 + .lead {
	    margin-top: 0;
	}
	.column-wrap .column-item + .column-item {
		margin-top: 7.031vw;
	}
	.column-wrap .column-item .title {
		font-size: 3.75vw;
	}
	.column-wrap .column-item .title + .text {
		font-size: 3.125vw;
		margin-top: 5vw;
	}
}
/* ==========================================================================
   機材・設備ボタン
========================================================================== */
.equipment-wrap {
	margin-top: 4.633vw;
}
.equipment-wrap .btn {
	width: 25.588vw;
}
.equipment-wrap .btn a {
	height: 5.048vw;
	letter-spacing: 0.05em;
}
.equipment-wrap .btn + .btn {
	margin-top: 1.452vw;
}
@media screen and (min-width: 1442px) {
	.equipment-wrap {
		margin-top: 67px;
	}
	.equipment-wrap .btn {
		width: 370px;
	}
	.equipment-wrap .btn a {
		height: 73px;
	}
	.equipment-wrap .btn + .btn {
		margin-top: 21px;
	}
}
@media screen and (max-width: 750px) {
	.equipment-wrap {
		margin-top: 9.063vw;
	}
	.equipment-wrap .btn {
		width: 80.625vw;
		margin: 0 auto;
	}
	.equipment-wrap .btn a {
		height: 11.406vw;
	}
	.equipment-wrap .btn + .btn {
		margin-top: 3.281vw;
	}
}
/* ==========================================================================
   ポイント
========================================================================== */
#point {
	margin-top: 4.508vw;
	padding: 6.103vw 0 6.241vw;
	background-color: #E0DBD3;
}
#point .column-wrap {
    justify-content: space-between;
}
#point .column-wrap + .column-wrap {
	margin-top: 3.675vw;
}
#point .column-wrap h3 {
	margin-top: 1.872vw;
	font-size: 1.664vw;
	line-height: 2.9;
	letter-spacing: 0.05em;
	color: #878179;
}
#point .column-wrap .title {
	font-size: 1.664vw;
	font-weight: 500;
	line-height: 2.16;
	letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.8);
}
#point .column-wrap .note {
	margin-top: 0.902vw;

	font-size: 1.11vw;
	line-height: 2.18;
	letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.8);
}
#point .column-wrap .img {
	width: 41.609vw;
}
#point .column-wrap .img img {
	border-radius: 0.347vw;
}
@media screen and (min-width: 1442px) {
	#point {
		margin-top: 65px;
		padding: 88px 0 90px;
	}
	#point .column-wrap + .column-wrap {
		margin-top: 53px;
	}
	#point .column-wrap h3 {
		margin-top: 27px;
		font-size: 24px;
	}
	#point .column-wrap .title {
		font-size: 24px;
	}
	#point .column-wrap .note {
		margin-top: 13px;

		font-size: 16px;
	}
	#point .column-wrap .img {
		width: 600px;
	}
	#point .column-wrap .img img {
		border-radius: 5px;
	}
}
@media screen and (max-width: 750px) {
	#point {
		margin-top: 10.938vw;
		padding: 13.281vw 0 13.281vw;
	}
	#point .column-wrap {
	    flex-direction: column-reverse;
	}
	#point .column-wrap + .column-wrap {
		margin-top: 10.938vw;
	}
	#point .column-wrap h3 {
		margin-top: 1.094vw;
		font-size: 3.125vw;
	}
	#point .column-wrap .title {
		font-size: 3.75vw;
		line-height: 1.75;
	}
	#point .column-wrap .note {
		margin-top: 2.031vw;

		font-size: 2.5vw;
		line-height: 1.875;
	}
	#point .column-wrap .img {
		width: auto;
	}
	#point .column-wrap .img img {
		border-radius: 0.781vw;
	}
}
/* ==========================================================================
   動画
========================================================================== */
#movie .movie-wrap {
	margin-top: 6.241vw;
}
#movie .movie-wrap .movie-item {
    width: 100%;
    background-color: #000000;
    padding: 5.486vw 0;
    position: relative;
}
#movie .movie-wrap .movie-item video {
	width: 100%;
    height: 37.222vw;
    object-fit: cover;
}
#movie .movie-wrap .movie-item .caption {
	font-size: 1.111vw;
	color: #FFFFFF;
	position: absolute;
	bottom: 1.389vw;
	right: 1.042vw;
}
@media screen and (min-width: 1442px) {
	#movie .movie-wrap {
		margin-top: 90px;
	}
	#movie .movie-wrap .movie-item {
	    padding: 79px 0;
	}
	#movie .movie-wrap .movie-item video {
	    height: 536px;
	}
	#movie .movie-wrap .movie-item .caption {
		font-size: 16px;
		bottom: 20px;
		right: 15px;
	}
}
@media screen and (max-width: 750px) {
	#movie .movie-wrap {
		margin-top: 10vw;
		margin-right: -10.938vw;
		margin-left: -10.938vw;
	}
	#movie .movie-wrap .movie-item {
	    padding: 6.406vw 0;
	}
	#movie .movie-wrap .movie-item video {
	    height: 44.063vw;
	}
	#movie .movie-wrap .movie-item .caption {
		font-size: 1.875vw;
		bottom: 1.563vw;
		right: 1.563vw;
	}
}


/* ==========================================================================
   実績紹介
========================================================================== */
#news h3 {
	font-size: 1.664vw;
	font-weight: 500;
	line-height: 1.66;
	letter-spacing: 0.1em;
	color: #7E8B75;
}
#news .link {
	right: 6.103vw;
}
#news .news-items {
	width: 72.538vw;
    margin: 3.259vw auto 0;
}
#news .news-items .news-item {
    width: 22.954vw;
    margin: 0 0.832vw;
}
#news .news-items .news-item .img img {
    width: 22.954vw;
    height: 14.632vw;
}
#news .arrow-icon.prev-icon {
	left: 0;
}
#news .arrow-icon.next-icon {
    right: -1.664vw;
}
@media screen and (min-width: 1442px) {
	#news h3 {
		font-size: 24px;
	}
	#news .link {
		right: 88px;
	}
	#news .news-items {
		width: 1046px;
        margin: 47px auto 0;
	}
    #news .news-items .news-item {
        width: 331px;
        margin: 0 12px;
    }
    #news .news-items .news-item .img img {
        width: 331px;
        height: 211px;
    }
    #news .arrow-icon.next-icon {
	    right: -24px;
	}
}
@media screen and (max-width: 750px) {
	#news h3 {
		font-size: 3.75vw;
	}
	#news .link {
		right: 0;
	}
    #news .news-items {
        width: auto;
        margin: 2.656vw auto 0;
    }
    #news .news-items .news-item {
      width: 55.469vw;
      margin: 0 1.875vw;
    }
	#news .news-items .news-item .img img {
        border-radius: 0.781vw;
        width: 55.469vw;
        height: 35.313vw;
    }
    #news .arrow-icon {
        z-index: 1;
    }
    #news .arrow-icon.prev-icon {
        left: -4.375vw;
        transform: rotate(180deg);
    }
    #news .arrow-icon.next-icon {
        right: -7.344vw;
    }
}


/* ==========================================================================
   サービス料金
========================================================================== */
#price {
	margin-top: 8.322vw;
}
#price .price-item + .price-item {
	margin-top: 4.161vw;
}
#price h3 {
	font-size: 2.08vw;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

#price .detail-wrap {
	margin-top: 2.774vw;
	text-align: center;
}
#price .detail-wrap .time {
	font-size: 2.219vw;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.6);
}
#price .detail-wrap .time span {
	font-size: 3.467vw;
	font-weight: 500;
	line-height: 0.8;
	letter-spacing: 0.05em;

	margin-left: 5.201vw;
}
#price .detail-wrap .note {
	font-size: 1.248vw;
	font-weight: 400;
	line-height: 1.94;
	letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.8);

    margin-top: 1.04vw;
}

#price .plan-table {
	margin-top: 4.854vw;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0.416vw;
	grid-row-gap: 3.467vw;
}
#price .plan-table dl dt {
	font-size: 1.664vw;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.1em;
	background-color: #E0DBD3;
	text-align: center;

	display: flex;
    align-items: center;
    justify-content: center;

	min-height: 6.727vw;
}

#price .plan-table dl dd {
	padding-top: 2.011vw;
	text-align: center;
}
#price .plan-table dl dd .price {
	font-size: 3.467vw;
	font-weight: 500;
	line-height: 0.8;
	letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.6);
}
#price .plan-table dl dd .price span {
	font-size: 1.664vw;
}
#price .plan-table dl dd .tax {
	font-size: 1.387vw;
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: 0.1em;
}

#price .plan-table + .note {
	font-size: 1.387vw;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #7E8B75;

	text-align: center;
	margin-top: 3.814vw;
}
#price .campaign-bnr {
    margin-top: 1.872vw;
    text-align: center;
}
#price .campaign-bnr span {
	font-size: 1.942vw;
	font-weight: 500;
	line-height: 1.42;
	letter-spacing: 0.05em;
	color: #7E8B75;

	border: 1px solid #7E8B75;
	border-radius: 0.347vw;

	display: inline-block;
	min-width: 38.696vw;
    padding: 1.548vw 0;

    text-align: center;
}
@media screen and (min-width: 1442px) {
	#price {
		margin-top: 120px;
	}
	#price .price-item + .price-item {
		margin-top: 60px;
	}
	#price h3 {
		font-size: 30px;
	}

	#price .detail-wrap {
		margin-top: 40px;
	}
	#price .detail-wrap .time {
		font-size: 32px;
	}
	#price .detail-wrap .time span {
		font-size: 50px;

		margin-left: 75px;
	}
	#price .detail-wrap .note {
		font-size: 18px;

	    margin-top: 15px;
	}

	#price .plan-table {
		margin-top: 70px;
		grid-column-gap: 6px;
		grid-row-gap: 50px;
	}
	#price .plan-table dl dt {
		font-size: 24px;

		min-height: 97px;
	}

	#price .plan-table dl dd {
		padding-top: 29px;
	}
	#price .plan-table dl dd .price {
		font-size: 50px;
	}
	#price .plan-table dl dd .price span {
		font-size: 24px;
	}
	#price .plan-table dl dd .tax {
		font-size: 20px;
	}

	#price .plan-table + .note {
		font-size: 20px;

		margin-top: 55px;
	}
	#price .campaign-bnr {
	    margin-top: 27px;
	}
	#price .campaign-bnr span {
		font-size: 28px;

		border-radius: 5px;

		min-width: 558px;
	    padding: 22.32px 0;
	}
}
@media screen and (max-width: 750px) {
	#price {
		margin-top: 16.406vw;
	}

	#price h3 {
		font-size: 3.906vw;
        margin-left: -10.938vw;
        margin-right: -10.938vw;
	}

	#price .detail-wrap {
		margin-top: 2.813vw;
	}
	#price .detail-wrap .time {
		font-size: 3.906vw;
	}
	#price .detail-wrap .time span {
		font-size: 7.031vw;

		margin-left: 3.125vw;
	}
	#price .detail-wrap .note {
		font-size: 2.188vw;

	    margin-top: 2.813vw;
	}
	#price .detail-wrap .time + .note {
		margin-top: 5.156vw;
	}
	#price .plan-table {
		margin-top: 4.688vw;
		margin-left: -10.938vw;
		margin-right: -10.938vw;
		grid-column-gap: 0.469vw;
		grid-row-gap: 6.25vw;
	}
	#price .plan-table dl dt {
		font-size: 2.813vw;

		min-height: 10.313vw;
	}

	#price .plan-table dl dd {
		padding-top: 3.594vw;
	}
	#price .plan-table dl dd .price {
		font-size: 5.313vw;
	}
	#price .plan-table dl dd .price span {
		font-size: 2.5vw;
	}
	#price .plan-table dl dd .tax {
		font-size: 2.188vw;
	}

	#price .plan-table + .note {
		font-size: 2.5vw;

		margin-top: 6.563vw;
	}
	#price .campaign-bnr {
	    margin-top: 8.281vw;
	}
	#price .campaign-bnr span {
		font-size: 3.594vw;

		border-radius: 0.781vw;

		min-width: 78.125vw;
	    padding: 3.464vw 0;
	}
}


/* ==========================================================================
   プラン
========================================================================== */
#plan {
	margin-top: 5.201vw;
}
#plan .link {
	text-align: right;
	margin: 2.497vw auto 0;
	max-width: 168.281vw;
    width: 90%;
}
@media screen and (min-width: 1442px) {
	#plan {
		margin-top: 75px;
	}
	#plan .link {
		text-align: right;
		margin: 36px auto 0;
		max-width: 1077px;
        width: 90%;
	}
}
@media screen and (max-width: 750px) {
	#plan {
		margin-top: 16.406vw;
	}
	#plan .link {
	  margin-top: 3.467vw;
	  width: 100%;
	}
}