@charset "utf-8";


/* MV */

.concept_mv{
    background-image: url(../image/concept_bg_pc.png);
    background-size: cover;
    background-position: bottom center;
    padding: 14% 0 64%;
}
.concept_mv h2{
    text-align: center;
}
.concept_mv dl{
    text-align: center;
    margin-top: 80px;
}
.concept_mv dt{
    font-size: 3.0rem;
}
.concept_mv dd{
    font-size: 1.6rem;
    line-height: 2.4;
    margin-top: 40px;
}


/* メインコンテンツ */

.concept_location{
    padding: 8% 0;
}
.matusiyamate_wrap{
    background: #EFF5FE;
    background: linear-gradient(0deg, rgba(239, 245, 254, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: var(--blue);
}
.kuzuha_wrap{
    background: #FFFCF0;
    background: linear-gradient(0deg, rgba(255, 252, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: var(--beije);
}
.concept_location h3{
    text-align: center;
    padding-bottom: 8%;
}
.concept_location h3 .en{
    display: block;
    font-size: 6.4rem;
    line-height: 1;
    font-weight: 500;
}
.concept_location h3 .ja{
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 24px;
}
.location_main{
    display: flex;
    justify-content: space-between;
    gap: 0 3%;
}
.kuzuha_wrap .location_main{
    flex-direction: row-reverse;
}
.location_main .location_img .icon{
    position: absolute;
    bottom: 24px; right: 16px;
    max-width: 16%;
}
.location_main .location_img dl{
    padding-top: 16px;
}
.location_main .location_img dt{
    font-size: 3rem;
    font-weight: 600;
}
.location_main .location_img dd{
    font-size: 1.8rem;
    padding-top: 8px;
    font-weight: 500;
    line-height: 2;
}
.location_main .location_txt_rl{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 6svw;
    line-height: 1;
    font-weight: 600;
}


/* freeplan */

.freeplan_wrap{
    background-image: url(../image/freeplan_bg.jpg);
    background-size: cover;
    background-position: bottom center;
}
.freeplan_box{
    background-color: rgba(255,255,255,.9);
    padding: 8% ;
}
.freeplan_img{
    position: relative;
}
.freeplan_img p{
    text-align: center;
    font-size: 7rem;
    color: var(--light);
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.freeplan_box dl{
    padding-top: 8%;
    text-align: center;
    color: var(--blue);
}
.freeplan_box dt{
    font-size: 2.2rem;
    font-weight: 600;
}
.freeplan_box dd{
    font-size: 1.6rem;
    line-height: 2.4;
    margin-top: 40px;
}


/* planidea */

.planidea_wrap{
    background-image: url(../image/planidea_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    height: 94svh;
}
.planidea_box{
    background-image: url(../image/planidea_bg2.jpg);
    background-size: cover;
    background-position: bottom center;
    height: 94svh;
     position: relative;
}

.txt_bg{
    background-color: rgba(255,255,255,.9);
    padding: 8%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 70%;

}
.planidea_box h5{
    text-align: center;
    color: var(--blue);
    font-size: 8rem;
    font-weight: 400;
    line-height: .9;
}
.planidea_box .txt{
    text-align: center;
    color: var(--blue);
    font-size: 2.0rem;
    padding-top: 16px;
    padding-bottom: 16px;
}


/* kurumu */


.kurumu{
	background-color: #EEEBDD;
	padding: 8% 0;
	color: #4AA674;
}
.kurumu .inner{
	width: calc(100% - 20px);
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.kurumu_ttl{
	text-align: center;
}
.kurumu_ttl h4{
	font-size: 2.6rem;
	line-height: 1;
	font-weight: 400;
}
.kurumu_ttl h4 span{
	font-size: 12rem;
    font-weight: 400;
	line-height: 1;
	color: #4AA674;
	padding-top: 0px;
	display: block;
}
.kurumu_ttl p{
	text-align: center;
	font-size: 1.8rem;
	padding-top: 16px;
    color: #344D49;
}
.kurumu_point{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1060px;
	margin: 5% auto 0;
}
.kurumu_point li{
	flex-basis: 32%;
	margin: 0 4px 4px;
	background-color: var(--light);
	padding: 2% 1%;
}
.kurumu_point li .icon{
	text-align: center;
	width: 30px;
	margin: auto;
}
.kurumu_point li .txt{
	text-align: center;
	margin-top: 8px;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
    color: #344D49;
}
.kurumu_point li .txt small{
	font-size: 72%;
	display: block;
}
.kurumu_point li:last-child .txt{
	padding-top: 8px;
}


.re_kurumu_point{
	margin: 5% auto 0;
}
.re_kurumu_point h5{
	text-align: center;
	color: #4AA674;
	font-weight: 400;
	font-size: 3.2rem;
}
.re_kurumu_point_box{
	margin-top: 5%;
}
.re_kurumu_point_box dl{
	margin: 0 auto 3%;
	max-width: 600px;
	display: flex;
	justify-content: center;
}
.re_kurumu_point_box dt{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	flex-basis: 16%;
	padding: 16px;
	background-color: #4AA674;
	color: var(--light);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    font-weight: 400;
}
.re_kurumu_point_box dt span{
	line-height: 1;
	font-size: 200%;
	display: block;
	font-weight: 400;
}
.re_kurumu_point_box dd{
	flex-basis: 84%;
	background-color: var(--light);
	padding: 16px;
	font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #344D49;
}
.re_kurumu_point_box dd span{
	font-size: 160%;
    background-color: #D2F24A;
    font-weight: 700;
    padding: 0 5px;
}
.fukinuke{
	margin-top: 5%;
	position: relative;
}
.fukinuke_txt{
	position: absolute;
	z-index: 1;
	top: 12%; left: 0;
}
.fukinuke_txt p span{
    font-weight: 700;
    display: inline;
    padding: 5px 20px 5px 40px;
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.fukinuke_txt p:nth-of-type(1) {
	position: relative;
}
.fukinuke_txt p:nth-of-type(1) span{
	font-size: 4rem;
	line-height: 1.4;
}
.fukinuke_txt p:nth-of-type(2) span{
	font-size: 6.5rem;
	line-height: 1.4;
}
.fukinuke_txt p:nth-of-type(2) span span{
	color: #4AA674;
	padding: 0;
}
.fukinuke .imgBox{
	position: absolute;
	left: 3%; top: 34%;
}
.kurumu_txt_area{
	background: var(--light);
	padding: 8%;
	margin-top: 6%;
}

.kurumu_txt_ttl{
	text-align: center;
}
.kurumu_txt_ttl_icon{
	max-width: 46%;
	margin: auto;
}
.kurumu_txt_ttl h5{
	color: var(--light);
	background-color: #4AA674;
	padding: 2% 5%;
	font-size: 3.5rem;
	line-height: 1;
	display: inline-block;
	margin-top: 24px;
}
.kurumu_txt_box{
	display: flex;
	justify-content: space-between;
	margin-top: 8%;
}
.kurumu_txt_box.rev{
	flex-direction: row-reverse;
}
.kurumu_txt_box .txt_area{
	flex-basis: 48%;
	margin-top: 16px;
}
.kurumu_txt_box .txt_area dt{
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
}
.kurumu_txt_box .txt_area dt span{
	font-size: 160%;
	background-color: #D2F24A;
	font-weight: 700;
	padding: 0 5px;
}
.kurumu_txt_box .txt_area dd{
	font-size: 1.4rem;
	line-height: 2;
	text-align: justify;
}
.kurumu_txt_box .img_area{
	flex-basis: 48%;
}
.kurumu_txt_end{
	position: relative;
	margin: 7% auto 48px;
	text-align: center;
	max-width: 600px;
}
.kurumu_txt_end .dakara{
	position: absolute;
	top: -44px;
	left: -20px;
	width: 140px;
}
.kurumu_txt_end dt span{
	color: var(--light);
    background-color: #4AA674;
    padding: 2% 5%;
    font-size: 3.2rem;
	font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin-top: 8px;
}
.kurumu_txt_end dd{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-top: 24px;
}









/* スライダー */

.slider_area{
    padding-top: 8%;
}
.slider_area h4{
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
}

.location_slider_wrap{
  padding: 0 5svw;
  margin-top: 3%;
  margin-bottom: 80px;
}
.location_slider_box .txt{
    text-align: center;
    color: var(--dark);
    padding-top: 8px;
    font-size: 1.3rem;
}

.location_slick .slick-dots {
  bottom: -40px;
}
.location_slick .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.location_slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
  transition-duration: 0.3s;
  background: var(--blue);
}
.location_slick slick-dots li button:before {
  content: none;
}
.location_slick .slick-dots li button:hover, .location_slick  .slick-dots li.slick-active button {
  background: var(--beije);
}
.location_slick  .slick-dots li button:hover:before, .location_slick  .slick-dots li.slick-active button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid var(--beije);
  border-radius: 50%;
}

.location_slick .location_slider_box{
  padding-right: 5%;
  max-width: 600px;
}

@media screen and (max-width: 1250px) {


    /* MV */

    .concept_mv .contents_inner2{
    padding: 0 20px;
}

.concept_mv{
    background-image: url(../image/concept_bg_sp.png);
    padding: 40% 0 85%;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.concept_mv h2{
    text-align: center;
}
.concept_mv dl{
    text-align: center;
    margin-top: 40px;
}
.concept_mv dt{
    font-size: 2.0rem;
}
.concept_mv dd{
    font-size: 1.2rem;
    line-height: 2.4;
    margin-top: 24px;
}


/* メインコンテンツ */

.concept_location{
    padding: 16% 0;
}
.concept_location .contents_inner2{
    padding: 0 20px;
}

.concept_location h3{
    text-align: center;
    padding-bottom: 12%;
}
.concept_location h3 .en{
    display: block;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 500;
}
.concept_location h3 .ja{
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    padding-top: 16px;
}
.location_main{
    display: flex;
    justify-content: space-between;
    gap: 0 3%;
}
.location_main .location_img .icon{
    position: absolute;
    bottom: 24px; right: 16px;
    max-width: 26%;
}
.location_main .location_img dl{
    padding-top: 16px;
}
.location_main .location_img dt{
    font-size: 2rem;
    font-weight: 600;
}
.location_main .location_img dd{
    font-size: 1.3rem;
    padding-top: 8px;
    font-weight: 500;
    line-height: 2;
}
.location_main .location_txt_rl{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 12svw;
    line-height: 1;
    font-weight: 600;
}

.slider_area h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}


/* freeplan */

.freeplan_wrap{
    background-image: url(../image/freeplan_bg.jpg);
    background-size: cover;
    background-position: bottom center;
}
.freeplan_box{
    background-color: rgba(255,255,255,.7);
    padding: 8% 20px ;
}
.freeplan_img{
    position: relative;
}
.freeplan_img p{
    font-size: 4rem;
}
.freeplan_box dl{
    padding-top: 12%;
    text-align: center;
    color: var(--blue);
}
.freeplan_box dt{
    font-size: 1.8rem;
    font-weight: 600;
}
.freeplan_box dd{
    font-size: 1.3rem;
    line-height: 2.4;
    margin-top: 24px;
}


/* planidea */

.planidea_wrap{
    height: auto;
}
.planidea_box{
    background-image: url(../image/planidea_bg2.jpg);
    background-size: cover;
    background-position: bottom center;
    height: 81svh;
     position: relative;
}

.txt_bg{
    background-color: rgba(255,255,255,.8);
    padding: 8% 8% 4%;
    max-width: 90%;

}
.planidea_box h5{
    text-align: center;
    color: var(--blue);
    font-size: 4.8rem;
    font-weight: 400;
    line-height: .9;
}
.planidea_box .txt{
    text-align: center;
    color: var(--blue);
    font-size: 1.6rem;
    padding-top: 16px;
    padding-bottom: 8px;
}



/* kurumu */
.kurumu .contents_inner2{
    padding: 0 20px;
}
.kurumu{
		padding: 16% 0;
	}
	.kurumu .inner{
		max-width: 100%;
	}
	.kurumu_ttl h4{
		font-size: 1.6rem;
	}
	.kurumu_ttl h4 span{
		font-size: 6rem;
	}
	.kurumu_ttl p{
		text-align: center;
		font-size: 1.3rem;
		padding-top: 16px;
	}
	.kurumu_point{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 100%;
		margin: 8% auto 0;
	}
	.kurumu_point li{
		flex-basis: 49%;
		margin: 3px 0;
		background-color: var(--light);
		padding: 4% 1%;
	}
	.kurumu_point li .icon{
		text-align: center;
		width: 20px;
		margin: auto;
	}
	.kurumu_point li .txt{
		text-align: center;
		margin-top: 0px;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.kurumu_point li .txt small{
		font-size: 72%;
		display: block;
	}
	.kurumu_point li:last-child{flex-basis: 100%;}
	.kurumu_point li:last-child .txt{
		padding-top: 0px;
	}

	.re_kurumu_point{
		margin: 10% auto 0;
	}
	.re_kurumu_point h5{
		font-size: 1.8rem;
	}
	.re_kurumu_point_box{
		margin-top: 10%;
	}
	.re_kurumu_point_box dl{
		margin: 0 auto 3%;
		max-width: 100%;
		display: block;
	}
	.re_kurumu_point_box dt{
		text-align: center;
		font-size: 1.3rem;
		line-height: 1;
		padding: 8px;
		display: block;
	}
	.re_kurumu_point_box dt span{
		line-height: 1;
		font-size: 200%;
		display: inline-block;
		font-weight: 900;
		padding-left: 8px;
	}
	.re_kurumu_point_box dd{
		flex-basis: 84%;
		background-color: var(--light);
		padding: 16px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.6;
	}
	.re_kurumu_point_box dd span{
		font-size: 120%;
		background-color: #D2F24A;
		font-weight: 700;
		padding: 0 5px;
	}



	.fukinuke{
		margin-top: 10%;
		position: relative;
	}
	.fukinuke_txt{
		position: absolute;
		z-index: 1;
		top: 12%; left: 0;
	}
	.fukinuke_txt p span{
		padding: 3px 10px 3px 10px;
	}
	.fukinuke_txt p:nth-of-type(1) span{
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.fukinuke_txt p:nth-of-type(2) span{
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.fukinuke .imgBox{
		position: absolute;
		left: auto; top: 8px; right: 8px;
		width: 28%;
	}
	.kurumu_txt_area{
		padding: 8%;
	}
	.kurumu_txt_ttl_icon{
		max-width: 90%;
		margin: auto;
	}
	.kurumu_txt_ttl h5{
		color: var(--light);
		background-color: #4AA674;
		padding: 3% 0;
		font-size: 2.0rem;
		line-height: 1.2;
		display: block;
		margin-top: 8px;
	}
	.kurumu_txt_box{
		display: block;
		margin-top: 12%;
	}
	.kurumu_txt_box .txt_area{
		margin-top: 16px;
	}
	.kurumu_txt_box .txt_area dt{
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.6;
	}
	.kurumu_txt_box .txt_area dt span{
		font-size: 140%;
		background-color: #D2F24A;
		font-weight: 700;
		padding: 0 5px;
	}
	.kurumu_txt_box .txt_area dd{
		font-size: 1.3rem;
		margin-top: 16px;

	}
	.kurumu_txt_box .img_area{
		margin-top: 32px;
	}
	.kurumu_txt_end{
		margin: 22% auto 0;
	}
	.kurumu_txt_end .dakara{
		position: absolute;
		top: -34px;
		left: -20px;
		width: 100px;
	}
	.kurumu_txt_end dt span{
		color: var(--light);
		background-color: #4AA674;
		padding: 2% 5%;
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.3;
		display: inline-block;
		margin-top: 4px;
	}
	.kurumu_txt_end dd{
		font-size: 1.4rem;
	}




/* スライダー */


.location_slider_wrap{
  padding: 0 5svw;
  margin-top: 3%;
  margin-bottom: 40px;
}

.location_slick .slick-dots {
  bottom: -20px;
}
.location_slick .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.location_slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
  transition-duration: 0.3s;
  background: var(--blue);
}
.location_slick slick-dots li button:before {
  content: none;
}
.location_slick .slick-dots li button:hover, .location_slick  .slick-dots li.slick-active button {
  background: var(--beije);
}
.location_slick  .slick-dots li button:hover:before, .location_slick  .slick-dots li.slick-active button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid var(--beije);
  border-radius: 50%;
}

.location_slick .location_slider_box{
         padding-right: 0;
        max-width: 100%;
        margin-bottom: 24px;
}
}
