@charset "UTF-8";
body.home {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 2;
}
body.home .side_menu_box a {
  letter-spacing: 0;
}

.mainvisual.underlayer.bg_blue {
  z-index: 2;
}
.home-story__mv__sp {
  display: none;
}
.home-story__mv {
  width: 100%;
  height: 688px;
  margin: 0 auto;
  box-sizing: border-box;
  background-image: url(/image/kurashimanet/home/story/mv.jpg);
  background-position: center bottom !important;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-top: -30px;
  z-index: 1;
}
.home-story__mv__ttl {
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: left;
}
.home-story__outline {
  background: #fff;
}
.home-story__outline--txt {
  margin: 50px auto;
  text-align: center;
}
.home-story__main {
  background: #D4ECF0;
}
.home-story__main__menu {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0 70px;
}
.home-story__main__menu--case01 ,
.home-story__main__menu--case02 ,
.home-story__main__menu--case03 {
  width: 50%;
  position: relative;
}
.home-story__main__menu--case02 {
  margin-top: 140px;
}
.home-story__main__menu--case03 {
  margin-top: 70px;
}
.home-story__main__menu--case01:after {
  position: absolute;
  content:"";
  bottom: 0;
  left: 4.8%;
  background-image: url(/image/kurashimanet/home/story/ill01.svg);
  background-repeat: no-repeat;
  width: 212px;
  height: 98px;
}
.home-story__main__menu--case02:after {
  position: absolute;
  content:"";
  bottom: -22%;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/image/kurashimanet/home/story/ill02.svg);
  background-repeat: no-repeat;
  width: 180px;
  height: 89px;
}
.home-story__main__menu--case03:after {
  position: absolute;
  content:"";
  bottom: 0;
  left: -195px;
  background-image: url(/image/kurashimanet/home/story/ill03.svg);
  background-repeat: no-repeat;
  width: 175px;
  height: 104px;
}
.home-story_click:hover {
  opacity: .7;
}
.home-story__main__contents {
  max-width : 1222px;
  margin: 0 auto;
}
.home-story__main__contents .bnr_link_box {
  margin-bottom :100px;
}
#tab-panel {
  margin-top: -100px;
  padding-top: 100px;
}
.tab-panel {
  padding-bottom: 100px;
}
.tab {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.tablist {
  flex-grow: 1;
  list-style:none;
  text-align:center;
  cursor:pointer;
  background: #FFED4B;
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 21px;
  position: relative;
}
.tablist:nth-child(1):before {
  position: absolute;
  content:"";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/image/kurashimanet/home/story/icon_no01.svg);
  background-repeat: no-repeat;
  width: 98px;
  height: 37px;
}
.tablist:nth-child(2):before {
  position: absolute;
  content:"";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/image/kurashimanet/home/story/icon_no02.svg);
  background-repeat: no-repeat;
  width: 98px;
  height: 37px;
}
.tablist:nth-child(3):before {
  position: absolute;
  content:"";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/image/kurashimanet/home/story/icon_no03.svg);
  background-repeat: no-repeat;
  width: 98px;
  height: 37px;
}
.tablist.active:before {
  display: none;
}
.tablist:last-child {
  margin-right: 0;
}
.panel{
  display:none;
}
.tablist.active {
  background:#5CB4DC;
  margin-bottom: -10px;
}
.tab-bottom .tablist.active {
  margin-top: -10px;
  margin-bottom: 0;
}
.tab_ttl {
  display: none;
}
.tablist.active .tab_ttl {
  /*display: block; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  color: #fff;
  padding: 0;
  margin: 0;
}
.tablist.active .tab_ttl img {
  margin-right: 20px;
}

.tabcontents {
  background: #fff;
  margin-bottom: 0;
}
.tabcontents-list {
  padding: 1rem;
}
.case__inner {
  max-width: 1088px;
  margin: auto;
}
.case__inner__link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 0;
}
.case__inner__link li {
  position: relative;
  margin-right: 10%;
}
.case__inner__link li a {
  color: #5CB4DC;
}
.case__inner__link li:last-child {
  margin-right: 0;
}
.case__inner__link li:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #5CB4DC;
  width: 100px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.case__inner__link li a:hover:after {
  position: absolute;
  content:"";
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/image/kurashimanet/home/story/icon_bottom.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
}
.case__inner__mv {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: right;
}
.case__inner__mv__ttl {
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 373px;
  height: 295px;
}
.case__inner__movie {
  margin: 50px auto;
  text-align: center;
  max-width: 1000px;
  padding-top: 56.25%;
  margin-top: 5rem;
  position: relative;
}
.case__inner__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.case__inner__explain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.explain__txt {
  width: 43%;
  padding-right: 5%;
}
.explain__txt p {
  margin-top: 0;
  line-height: 1.8;
}
.explain__img {
  width: 56.5%;
}
.case__inner__explain.second .explain__txt {
  order: 2;
  padding-right: 0;
  padding-left: 5%;
}
.case__inner__explain.second .explain__img {
  order: 1;
}
.case__inner__ttl {
  background: #5CB4DC;
  color: #fff;
  font-size: 28px;
  padding-left: 10px;
}
.timeline {
  list-style: none;
  padding: 20px 60px 40px;
  width: 68%;
  position: relative;
  margin-bottom: 0;
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline_content {
  width: 80%;
  float: left;
  padding: 0 0 0 35px;
  font-weight: 500;
  line-height: 2.2;
}
.timeline_content:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #5CB4DC;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
  z-index: 2;
}
.timeline_content:after {
  content: '';
  background: #A9D8EE;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: 1;
}
.timeline_content_ttl {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.5;
}
.timeline_content_txt {
  font-size: 16px;
  margin: 0 0 50px;
  line-height: 1.5;
}
.start__flex {
  display: flex;
}
.start__flex__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.start__flex__img figure {
  margin-bottom: 100px;
}
.system__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 880px;
  margin: 0 auto 70px;
}
.system__flex__img {
  margin-left: 0;
}
.system__flex__explain {
  width: 410px;
}
.system__flex__explain--subttl {
  font-size: 16px;
  margin: 0;
}
.system__flex__explain--ttl {
  font-size: 24px;
  position: relative;
  margin-top: 0;
}
.system__flex__explain--ttl:after {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/story/line_square.svg) repeat-x;
  background-size: auto;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: -10px;
}
.system__flex__explain--txt {
  font-size: 16px;
  margin: 0;
}
.system__flex__explain--smalltxt {
  font-size: 13px;
  display: block;
}
.price {
  max-width: 743px;
  margin: 0 auto;
  text-align: center;
  display:  flex;
  justify-content: center;
  align-items: center;
}
.price__ttl__pc {
  font-size: 24px;
  margin: 0;
  letter-spacing: 5px;
}
.price__ttl__sp {
  display: none;
}
.price__txt {
  background: #5CB4DC;
  border-radius: 20px;
  padding: 24px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 0;
}
.price__txt:before {
  content: "";
  border: 50px solid transparent;
  border-top: 30px solid #5CB4DC;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  margin: auto;
  width: 0px;
  height: 0;
  z-index: -1;
}
.modal_pop{
  width: 100vw;
  height: 100vh;
  position:fixed;
  top: 0;
  left:0;
  z-index:9997!important;
}
.bg{
  background-color: #1119;
  width: 100%;
  height: 100%;
  position:fixed;
  z-index:9998!important;
}
.modal_pop img{
  height:80vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index:9999!important;
}
.gallery__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.gallery__lists__child {
  width: 32%;
  margin-right: 2%;
  position: relative;
}
.gallery__lists__child:last-child {
  margin-right: 0;
}
.gallery__lists__child:after {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/story/icon_expand.svg);
  background-size: 100%;
  width: 32px;
  height: 32px;
  bottom: 20px;
  right: 10px;
}
.gallery__lists__child img {
  width: 100%;
  height: auto;
}
.gallery__lists__child a:hover {
  opacity: 0.7;
}
.gallery__txt {
  margin: 0 0 60px;
}
.case__inner__interview {
  margin-bottom: 50px;
}
.case__inner__interview p {
  margin-left: 50px;
}
.interview__ttl {
  font-size: 20px;
  color: #5CB4DC;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.interview__txt {
  display: flex;
  margin-bottom: 50px;
}
.interview__txt__img {
  width: 15%;
  text-align: center;
  display: flex;
  align-items: center;
}
.interview__txt__fukidashi {
  width: 70%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.interview__txt__fukidashi p {
  background: #fff;
  padding: 16px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  position: relative;
  z-index: 0;
  margin: 0 0 0 50px;
}
.interview__txt__fukidashi:before {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/story/icon_fukidashi.svg) no-repeat;
  background-size: 100%;
  width: 45px;
  height: 38px;
  top: 0;
  bottom:0;
  margin: auto;
  left: 6px;
  z-index: 1;
}
.house_block:last-child {
  margin-bottom: 0!important;
  padding-bottom: 100px;
}
.house_block.home_lower:last-child {
  padding-bottom: 180px;
}
/* point */
.home-level__mv {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-image: url(/image/kurashimanet/home/point/mv.jpg);
  background-position: center bottom !important;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-top: -30px;
  padding-bottom: 15%;
  z-index: 1;
}
.home-level__mv__ttl {
  padding-top: 150px;
}
.home-level__mv__sp {
  display: none;
}
.home-level__outline {
  background: #fff;
}
.home-level__outline--txt {
  margin: 50px auto;
  text-align: center;
}
.home-level__main__menu {
  max-width: 1086px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}
.home-level__main__menu--level01 ,
.home-level__main__menu--level02 {
  margin-right: 33px;
}
.level__bg {
  background: #D4ECF0;
  position: relative;
  padding: 80px 0;
}
.level__bg__inner {
  max-width: 1091px;
  margin: 0 auto;
}
.step__lists {
  display: flex;
  flex-wrap: wrap;
}
.step__lists__child {
  margin-right: 84px;
  position: relative;
  margin-bottom: 50px;
}
.step__lists__child:nth-child(even) {
  margin-right: 0;
}
.step__lists__child:nth-child(odd):after {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/point/icon_triangle.svg)no-repeat;
  background-size: 100%;
  width: 22px;
  height: 38px;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto;
}
.level__ttl {
  border: 1px solid #313131;
  padding: 10px;
  position: relative;
  width: 100%;
  text-align: center;
  position: relative;
  letter-spacing: 5px;
  z-index: 2;
  margin-top: 0;
}
.level__ttl.icon_level01 {
  background: #86CCEC;
}
.level__ttl.icon_level01:before {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/point/icon_level01.svg)no-repeat;
  background-size: 100%;
  width: 195px;
  height: 37px;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
.level__ttl.icon_level02 {
  background: #E8D84A;
}
.level__ttl.icon_level02:before {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/point/icon_level02.svg)no-repeat;
  background-size: 100%;
  width: 220px;
  height: 37px;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
.level__ttl.icon_level03 {
  background: #6EC495;
}
.level__ttl.icon_level03:before {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/point/icon_level03.svg)no-repeat;
  background-size: 100%;
  width: 243px;
  height: 37px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.level__ttl.icon_level03 .overlap {
  margin-left: 20px;
}
.level-ttl__bx {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
.level-ttl__bx:after {
  position: absolute;
  content: "";
  border: 1px solid #313131;
  background: #fff;
  right: -6px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  z-index:1;
}
.level__subttl {
  font-size: 28px;
  text-align: center;
  letter-spacing: 7px;
}
.level__font__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  padding-left: 0;
}
.level__font__link li {
  margin-right: 40px;
}
.level__font__link li:last-child {
  margin-right: 0;
}
.level__white {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
}
.level__white__inner {
  display: flex;
  margin-bottom: 20px;
}
.level__white__inner--left {
  margin-right: 10px;
}
.level__white__inner--left--ttl {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0;
}
.level__point {
  background: #F6F0B7;
  font-size: 20px;
  font-weight: 600;text-align: center;
  position: relative;
  padding: 25px;
  letter-spacing: 6px;
  margin-bottom: 30px;
}
.level__point:before {
  position: absolute;
  content: "おすすめPOINT!!";
  color: #fff;
  background: #D2BD00;
  border-radius: 30px;
  top: -10px;
  left: -10px;
  font-size: 16px;
  padding: 2px 20px;
}
.ill01 ,
.ill02 ,
.ill03 {
  position: relative;
}
.ill01::after {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/point/icon_point02_01.svg)no-repeat;
  background-size: 100%;
  width: 145px;
  height: 99px;
  right: 57px;
  bottom: -85px;
}
.ill02::after {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/point/icon_point02_02.svg)no-repeat;
  background-size: 100%;
  width: 136px;
  height: 106px;
  right: 57px;
  bottom: -99px;
}
.ill03::after {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/point/icon_point02_03.svg)no-repeat;
  background-size: 100%;
  width: 176px;
  height: 103px;
  right: 57px;
  bottom: -96px;
}
.link_btn {
  margin-bottom: 0!important;
}
.link_btn .icon_check::after {
  content: "";
  background: url(/image/kurashimanet/home/point/icon_link.svg)no-repeat;
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 35%;
  background-size: 100%;
}
.home-level__main__contents {
  max-width: 1222px;
  margin: 0 auto;
}
.tablevel {
  background: #6EC495;
  color: #fff;
  font-size: 24px;
  letter-spacing: 6px;
  padding: 10px;
  margin-right: 10px;
  width: 352px;
  text-align: center;
  cursor: pointer;
}
.tablevel:last-child {
  margin-right: 0;
}
.tablevel.active {
  background: #FFED4B;
  color: #313131;
  margin-bottom: -10px;
}
.advice__inner {
  max-width: 1088px;
  margin:50px auto;
}
.advice__inner__ttl {
  font-size: 28px;
  letter-spacing: 5px;
}
.advice__prof {
  display: flex;
  justify-content: center;
}
.advice__prof p {
  margin: 0;
  padding: 0;
}
.advice__prof__left {
  width: 60%;
  margin-bottom: 20px;
  padding-right: 20px;
}
.advice__prof__right {
  width: 360px;
}
.advice__prof .prof__small {
  font-size: 16px;
}
.advice__prof .prof__big {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 6px;
}
.advice__prof__img {
  text-align: center;
  width: 280px;
  margin: 0;
}
.prof__ill {
  margin: 10px auto;
  text-align: center;
}
.prof__img img {
  width: 100%;
  height: auto;
}
.prof__name {
  font-size: 18px;
}
.prof__adr {
  font-size: 14px;
}
.prof__txt {
  font-size: 16px;
}
.advice__ttl {
  font-size: 20px;
  color: #47a3cd;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.advice__txt {
  display: flex;
  margin-bottom: 50px;
}
.advice__txt__img {
  width: 15%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advice__txt__fukidashi {
  width: 85%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: auto;
}
.advice__txt__fukidashi p {
  background: #FCFBF1;
  padding: 16px;
  color: #313131;
  border: 1px solid #F9E637;
  position: relative;
  z-index: 0;
  margin: 0 0 0 50px;
}
.fukidashi__ttl {
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.advice__txt__fukidashi:before {
  position: absolute;
  content: "";
  background: url(/image/kurashimanet/home/point/icon_fukidashi.svg) no-repeat;
  background-size: 100%;
  width: 45px;
  height: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 6px;
  z-index: 1;
}
.small_txt {
  font-size: 70%;
  font-weight: normal;
  margin-right: 10px;
}
.kinds__ttl ,
.kinds__txt {
  max-width: 860px;
  margin: auto;
}
.kinds__ttl {
  font-size: 24px;
  font-weight: 500;
  color: #47a3cd;
}
.kinds__txt {
  font-size: 16px;
  background: url(/image/kurashimanet/home/point/line_dot.png) no-repeat;
  background-size: 100%;
  width: 100%;
  background-position: bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.supplement {
  border: 1px solid #5CB4DC;
  background: #EEF7FB;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.supplement.space_none {
  padding: 20px 50px;
}
.supplement.space_none .supplement__article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.supplement__article {
  width: 60%;
}
.supplement__img {
  width: 304px;
}
.supplement__img img {
  width: 100%;
  height: auto;
}
.supplement__article--ttl {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.supplement__article--ttl.bold {
  font-size: 30px;
  font-weight: 600;
}
.supplement__article--txt {
  font-size: 16px;
  margin-top: 0;
}
.sp_br {
  display: none;
}
.txt_center {
  text-align: center;
}
.home-level__main__menu a:hover ,
.level__font__link a:hover{
  opacity:.8;
}
.system__bnr {
  margin: 30px auto;
  text-align: center;
}
.lum-lightbox {
  z-index:2;
}
/** ========================================
レスポンシブ
======================================== **/
@media screen and (max-width: 1250px) {
  .home-story__main__contents ,
  .home-level__main__contents {
    width: 90%;
  }
  .home-story__main__menu {
    width: 90%;
  }
  .home-story_click img {
    width: 100%;
    height: auto;
  }
  .tabcontents-list {
    padding: 40px;
  }
  .tablist:nth-child(1):before ,
  .tablist:nth-child(2):before ,
  .tablist:nth-child(3):before {
    width: 70px;
    height: 27px;
    background-size: 100%;
  }
  .br_1250 {
    display: block;
  }
  .case__inner__link li {
    margin-right: 6%;
    margin-bottom: 5%;
  }
  .explain__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1091px) {
  .home-level__main__menu--level01 ,
  .home-level__main__menu--level02 ,
  .home-level__main__menu--level03 {
    width: 30%;
    margin-right: 3%;
  }
  .home-level__main__menu--level03 {
    margin-right: 0;
  }
  .home-level__main__menu--level01 img ,
  .home-level__main__menu--level02 img ,
  .home-level__main__menu--level03 img {
    width: 100%;
    height: auto;
  }
  .level__bg__inner {
    width: 90%;
  }
  .level__ttl.icon_level01:before {
    width: 100px;
    height: 19px;
    left: 30px;
  }
  .level__ttl.icon_level02:before {
    width: 130px;
    height: 26px;
    left: 30px;
  }
  .level__ttl.icon_level03:before {
    width: 130px;
    height: 26px;
    left: 10px;
  }
  .level__ttl.icon_level03 .overlap {
    margin-left: 90px;
  }
  .step__lists__child {
    width: 45%;
    margin-right: 5%;
  }
  .step__lists__child img {
    width: 100%;
    height: auto;
  }
  .step__lists__child:nth-child(odd):after {
    width: 15px;
    height: 26px;
    right: -27px;
  }
  .prof__ill {
    width: 190px;
    margin: 10px auto;
  }
  .prof__ill.ill2 {
    width: 320px;
  }
  .prof__ill img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .level__white__inner {
    flex-direction: column;
  }
  .ill01::after {
    right: 0;
    bottom: -54px;
  }
  .ill02::after {
    right: 0;
    bottom: -54px;
  }
  .ill03::after {
    right: 0;
    bottom: -54px;
  }
  .supplement {
    flex-direction: column;
    padding: 20px;
  }
  .supplement__article {
    width: 100%;
  }
  .supplement__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual.underlayer .pagetitle {
    font-size: 2rem!important;
    padding-top: 10px!important;
  }
  .sp_br {
    display: block;
  }
  body.home {
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .home-story__mv {
    display: none;
  }
  .home-story__mv__sp {
    display: block;
    width: 100%;
    min-height: 440px;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url(/image/kurashimanet/home/story/mv_sp.jpg);
    background-position: center bottom !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    margin-top: -30px;
    z-index: 1;
    margin-bottom: 85px;
  }
  .home-story__mv__ttl {
    width: 90%;
    position: absolute;
    bottom: -95px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .home-story__mv__ttl img {
    width: 100%;
    height: auto;
  }
  .home-story__outline--txt {
    width: 90%;
  }
  .home-story__main__menu {
    flex-direction: column;
  }
  .home-story__main__menu--case01,
  .home-story__main__menu--case02,
  .home-story__main__menu--case03 {
    width: 90%;
    margin: 0 auto 8rem;
  }
  .home-story__main__menu--case03 {
    margin: 0 auto;
  }
  .home-story__main__menu img {
    width :100%;
    height: auto;
  }
  .home-story__main__menu--case01:after {
    bottom: -6rem;
    left: 0;
    width: 153px;
    height: 73px;
    background-size: 100%;
    margin: auto;
  }
  .home-story__main__menu--case02:after {
    width: 150px;
    height: 73px;
    background-size: 100%;
  }
  .home-story__main__contents {
    width: 90%;
  }
  .tablist {
    padding: 10px 0;
  }
  .tabcontents-list {
    padding: 1rem;
  }
  .tablist.active .tab_ttl {
    font-size: 16px;
    flex-direction: column;
    line-height: 1.5;
  }
  .tablist.active .tab_ttl img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 60px;
    height: 20px;
  }
  .tablist:nth-child(1):before ,
  .tablist:nth-child(2):before ,
  .tablist:nth-child(3):before {
    width: 40px;
    height: 20px;
    background-size: 100%;
  }
  .case__inner__link {
    margin: 30px auto;
  }
  .case__inner__link li {
    margin: 0;
    margin-bottom: 4rem;
    text-align: center;
    width: 50%;
  }
  .case__inner__link li:before {
    bottom: -5px;
  }
  .case__inner__link li a:hover:after {
    bottom: -25px;
  }
  .case__inner__mv {
    margin-bottom: 260px;
  }
  .case__inner__mv img {
    width: 100%;
    height: auto;
  }
  .case__inner__mv__ttl {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -500px;
    margin: auto;
    width: 350px;
    height: 277px;
  }
  .case__inner__explain {
    flex-direction: column;
    margin: 0 auto 30px;
  }
  .explain__txt ,
  .explain__img {
    width: 100%;
    margin: 0 0 1rem;
  }
  .explain__img img {
    width: 100%;
    height: auto;
  }
  .case__inner__ttl {
    font-size: 22px;
    padding: 10px;
  }
  .start__flex {
    flex-direction: column;
  }
  .timeline ,
  .start__flex__img {
    width: 100%;
  }
  .timeline {
    padding: 20px;
  }
  .timeline_content {
    width: 100%;
  }
  .start__flex__img {
    margin-bottom: 50px;
  }
  .start__flex__img figure {
    margin-bottom: 0;
  }
  .system__flex {
    flex-direction: column;
    margin: 0 auto 30px;
  }
  .system__flex__explain {
    width: 100%;
    margin: 10px 0;
  }
  .system__flex__img {
    margin:0 auto;
  }
  .system__flex__img img {
    width: 100%;
    height: auto;
  }
  .price__ttl__sp {
    display: block;
    font-size: 18px;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .price__inner {
    margin-bottom: 20px;
  }
  .price {
    flex-direction: column;
  }
  .price__txt:before {
    top: 0;
    bottom: -48px;
    right: 0;
    left: 0;
    transform: rotate(237deg);
  }
  .price__txt.short:before {
    bottom: -25px;
  }
  .price__ttl__pc {
    display: none;
  }
  .gallery__lists {
    justify-content: inherit;
  }
  .gallery__lists__child {
    width: 49%;
    margin-right: 1%;
  }
  .gallery__lists__child:after {
    width: 20px;
    height: 20px;
    bottom: 13px;
    right: 6px;
  }
  .gallery__txt {
    margin: 0 0 30px;
  }
  .case__inner__interview p {
    margin-left: 0;
    font-weight: normal;
  }
  .interview__txt {
    flex-direction: column;
  }
  .interview__txt__img {
    width: 50%;
    margin: auto;
    justify-content: center;
  }
  .interview__txt__img img {
    width: 100%;
    height: auto;
  }
  .interview__txt__fukidashi {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
  .interview__txt__fukidashi:before {
    transform: rotate(95deg);
    top: -40px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
  }

  /* point */
  .home-level__mv {
    display: none;
  }
  .home-level__mv__sp {
    display: block;
    width: 100%;
    min-height: 440px;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url(/image/kurashimanet/home/point/mv_sp.jpg);
    background-position: center bottom !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    margin-top: -30px;
    z-index: 1;
  }
  .home-level__mv__ttl {
    width: 90%;
    padding: 100px 0;
    margin: auto;
  }
  .home-level__mv__ttl img {
    width: 100%;
    height: auto;
  }
  .home-level__outline ,
  .home-level__main__menu ,
  .level__bg__inner {
    width: 90%;
    margin: 0 auto;
  }
  .home-level__main__menu {
    flex-direction: column;
    align-items: center;
  }
  .home-level__main__menu--level01 ,
  .home-level__main__menu--level02 ,
  .home-level__main__menu--level03 {
    margin-right: 0;
    margin-bottom: 30px;
    width: 70%;
  }
  .level__bg {
    padding: 30px 0;
  }
  .level__ttl {
    letter-spacing:  5px;
  }
  .level__ttl.icon_level01:before ,
  .level__ttl.icon_level02:before ,
  .level__ttl.icon_level03:before {
    position: relative;
    display: block;
    left: 0;
    margin-bottom: 10px;
  }
  .level__ttl.icon_level03 .overlap {
    margin-left: 0;
  }
  .step__lists {
    padding-left: 0;
    justify-content: center;
  }
  .step__lists__child {
    margin-right: 0;
    width: 70%;
  }
  .step__lists__child img {
    width: 100%;
    height: auto;
  }
  .step__lists__child:nth-child(odd):after ,
  .step__lists__child:nth-child(even):after {
    position: absolute;
    content: "";
    background: url(/image/kurashimanet/home/point/icon_triangle.svg)no-repeat;
    background-size: 100%;
    width: 22px;
    height: 38px;
    top: auto;
    left: 0;
    right: 0;
    bottom: -40px;
    transform: rotate(90deg);
    margin: auto;
  }
  .step__lists__child:last-child {
    display: none!important;
  }
  .level__font__link {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .level__font__link li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .house_block:last-child {
    padding-bottom: 0;
  }
  .house_block.home_lower:last-child {
    padding-bottom: 100px;
  }
  .level__white {
    padding: 30px;
  }
  .level__white__inner {
    flex-direction: column;
  }
  .level__white__inner--img img {
    width: 100%;
    height: auto;
  }
  .level__point {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 120px;
  }
  .ill01::after ,
  .ill02::after ,
  .ill03::after {
    left: 0;
    right: 0;
    margin: auto
  }
  .ill01::after {
    bottom: -105px;
  }
  .ill02::after {
    bottom: -110px;
  }
  .ill03::after {
    bottom: -108px;
  }
  .level__subttl {
    font-size: 22px;
  }
  .home-level__main__contents {
    width: 90%;
  }
  .tablevel {
    font-size: 20px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .advice__inner {
    margin: 30px auto;
  }
  .advice__inner__ttl {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .advice__prof {
    flex-direction: column;
  }
  .advice__prof__img {
    margin: auto;
  }
  .advice__prof__left ,
  .advice__prof__right {
    width: 100%;
    padding-right: 0;
  }
  .prof__ill {
    width: 25%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .prof__ill img {
    width: 100%;
    height: auto;
  }
  .advice__prof .prof__big {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .advice__txt {
    flex-direction: column;
  }
  .advice__txt__img {
    width: 50%;
    margin: auto;
  }
  .advice__txt__img img {
    width: 100%;
    height: auto;
  }
  .advice__txt__fukidashi {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
  .advice__txt__fukidashi:before {
    transform: rotate(95deg);
    top: -40px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
  }
  .advice__txt__fukidashi p {
    margin: 0;
  }
  .advice__ttl  {
    letter-spacing: 2px;
  }
  .fukidashi__ttl ,
  .kinds__ttl {
    font-size: 18px;
  }
  .supplement.space_none {
    padding: 20px;
  }
  .supplement__article--ttl.bold {
    font-size: 24px;
  }
  .supplement__img {
    width: auto;
  }
  .home-story__main__contents .bnr_link_box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .price__txt:before {
    bottom: -120px;
  }
  .price__txt.short:before {
    bottom: -76px;
  }
  .lum-lightbox-inner img {
    width: 100%;
    height: auto;
  }
  .system__bnr img {
    width: 100%;
    height: auto;
  }
}