@charset "UTF-8";
/*変数*/
/*初期化*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  box-sizing: border-box;
  color: black; }

#contact {
  background: #F0F0F0; }

/* hero */
#hero {
  width: 100%;
  height: 800px;
  background-image: url("../img/lifeBox_top.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/* concept */
#concept {
  padding: 200px 0; }
  #concept img {
    width: 400px;
    display: block;
    margin: 0 auto; }
  #concept h1 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    line-height: 1;
    font-weight: bold;
    margin-top: 50px; }
  #concept span {
    content: "";
    width: 300px;
    height: 1px;
    background: #989898;
    display: block;
    margin: 30px auto 30px auto; }
  #concept p {
    width: auto;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 2; }

#section01 {
  width: 100%;
  height: 600px;
  background-image: url("../img/lifeBox/sectionImg.jpg");
  background-position: center center;
  background-size: cover; }

/* feature */
#feature {
  padding: 200px 0;
  background-color: #F0F0F0; }
  #feature h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #589FB4;
    line-height: 1;
    padding-bottom: 10px; }
  #feature h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #feature ul li {
    width: 400px;
    display: block;
    margin: 0 auto;
    border-bottom: solid thin #989898;
    padding: 50px 0; }
    #feature ul li:last-child {
      border: none; }
    #feature ul li .title {
      width: 100px;
      height: auto;
      margin: 0 auto; }
      #feature ul li .title .feature {
        font-family: "Poppins", sans-serif;
        text-align: center;
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: bold; }
      #feature ul li .title .number {
        font-family: "Poppins", sans-serif;
        text-align: center;
        font-size: 90px;
        font-weight: bold;
        color: #589FB4;
        margin-bottom: 30px; }
      #feature ul li .title .no02 {
        margin-left: -7px; }
      #feature ul li .title .no03 {
        margin-left: -7px; }
    #feature ul li dt {
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    #feature ul li dd {
      width: 400px;
      display: block;
      margin: 0 auto;
      font-size: 16px;
      line-height: 2; }

/* exterior */
#exterior {
  padding: 200px 0; }
  #exterior h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #589FB4;
    line-height: 1;
    padding-bottom: 10px; }
  #exterior h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #exterior .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  #exterior .swiper-container-wrapper {
    width: 1000px;
    height: auto;
    margin: 100px auto 0 auto;
    display: block;
    position: relative; }
  #exterior .swiper-container {
    width: 1000px;
    height: 650px;
    padding-bottom: 50px;
    box-sizing: content-box; }
  #exterior .swiper-button-prev {
    left: -100px;
    outline: none;
    top: 325px; }
  #exterior .swiper-button-next {
    right: -100px;
    outline: none;
    top: 325px; }

/* interior */
#interior {
  padding: 200px 0;
  background-color: #F0F0F0; }
  #interior h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #589FB4;
    line-height: 1;
    padding-bottom: 10px; }
  #interior h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #interior .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  #interior .swiper-container-wrapper {
    width: 1000px;
    height: auto;
    margin: 100px auto 0 auto;
    display: block;
    position: relative; }
  #interior .swiper-container {
    width: 1000px;
    height: 650px;
    padding-bottom: 50px;
    box-sizing: content-box; }
  #interior .swiper-button-prev {
    left: -100px;
    outline: none;
    top: 325px; }
  #interior .swiper-button-next {
    right: -100px;
    outline: none;
    top: 325px; }

/* base plan */
#plan {
  padding: 200px 0; }
  #plan h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #589FB4;
    line-height: 1;
    padding-bottom: 10px; }
  #plan h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #plan p {
    width: auto;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 2; }
  #plan ul {
    width: 1000px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between; }
    #plan ul li {
      display: inline-block; }

/* example */
#example {
  padding: 200px 0;
  background-color: #F0F0F0; }
  #example h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #589FB4;
    line-height: 1;
    padding-bottom: 10px; }
    #example h1 span {
      font-size: 30px; }
  #example h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #example > ul {
    width: 900px;
    margin: 0 auto;
    /*li.example8-8 div.bg {       
        background-image: url("../img/example8-8_1.jpg"),url("../img/example8-8_2.jpg");
    }*/ }
    #example > ul > li {
      /*.bg {
          
          width: 900px;
      height: 450px;
      margin-bottom: 100px;
      background-size: 450px 450px,450px 450px;
      background-repeat: no-repeat;
      background-position: left,right;
      padding-top: 200px;
      
                 
      p {
          
          width: 120px;
          text-align: center;
          font-size: 30px;
          font-family: $english;
          padding: 20px;
          background: white;
          margin: 0 auto;
      }
          
      }*/ }
      #example > ul > li p {
        width: 100%;
        text-align: center;
        font-size: 60px;
        font-family: "Poppins", sans-serif;
        padding: 20px;
        margin: 0 auto;
        display: inline-block; }
      #example > ul > li div.data {
        display: block; }
        #example > ul > li div.data img {
          width: 600px;
          display: block;
          margin: 0 auto;
          padding-top: 50px; }
        #example > ul > li div.data dl {
          width: 600px;
          display: block;
          margin: 50px auto 200px auto; }
          #example > ul > li div.data dl dt {
            color: #589FB4;
            font-size: 30px;
            font-family: "Poppins", sans-serif; }
          #example > ul > li div.data dl dd {
            font-size: 16px;
            margin-top: 10px;
            line-height: 1.5; }

/* arrange plan */
#arrangePlan {
  padding: 200px 0 150px 0; }
  #arrangePlan h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #589FB4;
    line-height: 1;
    padding-bottom: 10px; }
  #arrangePlan h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #arrangePlan p {
    width: auto;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 2; }
  #arrangePlan ul {
    width: 1000px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between; }
    #arrangePlan ul li {
      display: inline-block; }

/* arrange plan example */
#example_arrange {
  padding: 0; }
  #example_arrange h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #589FB4;
    line-height: 1;
    padding-bottom: 10px; }
  #example_arrange h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #example_arrange > ul {
    width: 1100px;
    margin: 0 auto 100px auto;
    border-bottom: solid thin black;
    padding-bottom: 70px;
    /*li.example8-8 div.bg {       
        background-image: url("../img/example8-8_1.jpg"),url("../img/example8-8_2.jpg");
    }*/ }
    #example_arrange > ul:last-of-type {
      border-bottom: none; }
    #example_arrange > ul li {
      display: inline-block;
      vertical-align: top; }
    #example_arrange > ul li:first-of-type {
      width: 400px; }
      #example_arrange > ul li:first-of-type p {
        text-align: left;
        font-size: 60px;
        font-family: "Poppins", sans-serif;
        padding: 20px;
        display: block;
        margin-left: 70px; }
      #example_arrange > ul li:first-of-type div.data {
        display: block; }
        #example_arrange > ul li:first-of-type div.data img {
          width: 300px;
          display: block;
          padding-top: 50px; }
        #example_arrange > ul li:first-of-type div.data dl {
          display: block;
          margin: 50px auto 200px auto; }
          #example_arrange > ul li:first-of-type div.data dl dt {
            color: #589FB4;
            font-size: 30px;
            font-family: "Poppins", sans-serif; }
          #example_arrange > ul li:first-of-type div.data dl dd {
            font-size: 16px;
            margin-top: 10px;
            line-height: 1.5; }
    #example_arrange > ul li:last-of-type li {
      position: relative;
      display: block;
      padding: 20px;
      border: solid thin black;
      margin: 0 0 30px 50px;
      background: white;
      width: 600px; }
      #example_arrange > ul li:last-of-type li img {
        width: 550px; }
      #example_arrange > ul li:last-of-type li p {
        text-align: center;
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif; }

@media (max-width: 768px) {
  /* hero */
  #hero {
    width: 100%;
    height: 400px;
    background-image: url("../img/lifeBox_top.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

  /* concept */
  #concept {
    padding: 100px 0;
    margin-top: 0px; }
    #concept img {
      width: 300px;
      display: block;
      margin: 0 auto; }
    #concept h1 {
      font-size: 25px;
      text-align: center;
      width: 100%;
      line-height: 1;
      font-weight: bold;
      margin-top: 50px; }
    #concept span {
      content: "";
      width: 300px;
      height: 1px;
      background: #989898;
      display: block;
      margin: 20px auto 20px auto; }
    #concept p {
      width: auto;
      display: block;
      margin: 0 auto;
      font-size: 15px;
      text-align: center;
      line-height: 2; }

  /* section01 */
  #section01 {
    width: 100%;
    height: 200px;
    background-image: url("../img/lifeBox01.jpg");
    background-position: center center;
    background-size: cover; }

  /* feature */
  #feature {
    padding: 100px 0;
    background-color: #F0F0F0; }
    #feature h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.1em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px; }
      #feature h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
    #feature h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px;
      margin-bottom: 50px; }
    #feature ul {
      padding: 0 50px; }
      #feature ul li {
        width: 100%;
        display: block;
        margin: 0 auto;
        border-bottom: solid thin #989898;
        padding: 40px 0; }
        #feature ul li:last-child {
          border: none; }
        #feature ul li .title {
          width: 100px;
          height: auto;
          margin: 0 auto; }
          #feature ul li .title .feature {
            font-family: "Poppins", sans-serif;
            text-align: center;
            font-size: 20px;
            letter-spacing: 0.1em;
            font-weight: bold; }
          #feature ul li .title .number {
            font-family: "Poppins", sans-serif;
            text-align: center;
            font-size: 90px;
            font-weight: bold;
            color: #589FB4;
            margin-bottom: 30px; }
          #feature ul li .title .no02 {
            margin-left: -7px; }
          #feature ul li .title .no03 {
            margin-left: -7px; }
        #feature ul li dt {
          font-size: 22px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 30px; }
        #feature ul li dd {
          width: 100%;
          display: block;
          margin: 0 auto;
          font-size: 16px;
          line-height: 2; }

  /* exterior */
  #exterior {
    padding: 100px 0; }
    #exterior h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.1em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px; }
      #exterior h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
    #exterior h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px;
      margin-bottom: 50px; }
    #exterior .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    #exterior .swiper-container-wrapper {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
      position: relative; }
    #exterior .swiper-container {
      width: 90%;
      height: 250px;
      padding-bottom: 0px;
      box-sizing: content-box; }
    #exterior .swiper-button-prev {
      left: 30px;
      outline: none;
      top: 125px; }
      #exterior .swiper-button-prev:after {
        transform: scale(0.6); }
    #exterior .swiper-button-next {
      right: 30px;
      outline: none;
      top: 125px; }
      #exterior .swiper-button-next:after {
        transform: scale(0.6); }

  /* interior */
  #interior {
    padding: 100px 0;
    background-color: #F0F0F0; }
    #interior h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.1em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px; }
      #interior h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
    #interior h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px;
      margin-bottom: 50px; }
    #interior .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    #interior .swiper-container-wrapper {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
      position: relative; }
    #interior .swiper-container {
      width: 90%;
      height: 250px;
      padding-bottom: 0px;
      box-sizing: content-box; }
    #interior .swiper-button-prev {
      left: 30px;
      outline: none;
      top: 125px; }
      #interior .swiper-button-prev:after {
        transform: scale(0.6); }
    #interior .swiper-button-next {
      right: 30px;
      outline: none;
      top: 125px; }
      #interior .swiper-button-next:after {
        transform: scale(0.6); }

  /* base plan */
  #plan {
    padding: 100px 0; }
    #plan h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.1em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px; }
      #plan h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
    #plan h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px;
      margin-bottom: 50px; }
    #plan p {
      font-size: 16px;
      padding: 0 20px 0 50px;
      text-align: left; }
      #plan p br {
        display: none; }
    #plan ul {
      width: 100%;
      margin: 50px auto 0 auto;
      display: block; }
      #plan ul li {
        display: block;
        margin-bottom: 50px; }
        #plan ul li img {
          width: 60%;
          display: block;
          margin: 0 auto; }

  /* example */
  #example {
    padding: 100px 0;
    background-color: #F0F0F0; }
    #example h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.1em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px;
      font-size: 25px; }
      #example h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
      #example h1 br {
        display: none; }
      #example h1 span {
        font-size: 25px; }
    #example h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px;
      margin-bottom: 50px; }
    #example > ul {
      width: 100%;
      margin: 0 auto; }
      #example > ul > li .bg {
        width: 100%;
        height: 250px;
        margin-bottom: 0px;
        background-size: 50% auto , 50% auto;
        background-repeat: no-repeat;
        background-position: left,right;
        padding-top: 100px; }
        #example > ul > li .bg p {
          width: 120px;
          text-align: center;
          font-size: 30px;
          font-family: "Poppins", sans-serif;
          padding: 20px;
          background: white;
          margin: 0 auto; }
      #example > ul > li div.data img {
        width: 90%;
        display: block;
        margin: 0 auto;
        padding-top: 0px; }
      #example > ul > li div.data dl {
        width: 100%;
        display: block;
        margin: 50px auto 100px auto;
        padding: 0 30px; }
        #example > ul > li div.data dl dt {
          color: #589FB4;
          font-size: 25px;
          font-family: "Poppins", sans-serif; }
        #example > ul > li div.data dl dd {
          font-size: 16px;
          margin-top: 10px;
          line-height: 1.5; }
      #example > ul li.example8-8 div.bg {
        background-image: url("../img/example8-8_1.jpg"), url("../img/example8-8_2.jpg"); }

  /* arrange plan */
  #arrangePlan {
    padding: 100px 0;
    background-color: white; }
    #arrangePlan h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.1em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px;
      font-size: 30px; }
      #arrangePlan h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
      #arrangePlan h1 br {
        display: none; }
      #arrangePlan h1 span {
        font-size: 25px; }
    #arrangePlan h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px;
      margin-bottom: 50px; }
    #arrangePlan p {
      font-size: 15px;
      text-align: left;
      padding: 0 0 0 50px; }

  #example_arrange > ul {
    width: 100%;
    margin: 0 auto 30px auto;
    border-bottom: solid thin black;
    padding: 50px 0;
    display: block;
    /*li.example8-8 div.bg {       
        background-image: url("../img/example8-8_1.jpg"),url("../img/example8-8_2.jpg");
    }*/ }
    #example_arrange > ul:last-of-type {
      border-bottom: none; }
    #example_arrange > ul li {
      display: block;
      width: 90%;
      margin: 0 auto; }
    #example_arrange > ul li:first-of-type {
      width: 100%; }
      #example_arrange > ul li:first-of-type p {
        text-align: center;
        font-size: 60px;
        font-family: "Poppins", sans-serif;
        padding: 0;
        margin: 0;
        width: 100%; }
      #example_arrange > ul li:first-of-type div.data {
        display: table;
        margin: 0 auto; }
        #example_arrange > ul li:first-of-type div.data img {
          width: 100%;
          display: block;
          padding-top: 50px;
          margin: 0 auto; }
        #example_arrange > ul li:first-of-type div.data dl {
          display: block;
          margin: 50px auto 30px auto; }
          #example_arrange > ul li:first-of-type div.data dl dt {
            color: #589FB4;
            font-size: 30px;
            font-family: "Poppins", sans-serif; }
          #example_arrange > ul li:first-of-type div.data dl dd {
            font-size: 16px;
            margin-top: 10px;
            line-height: 1.5; }
    #example_arrange > ul li:last-of-type li {
      position: relative;
      display: block;
      padding: 20px;
      border: solid thin black;
      margin: 0 auto 30px auto;
      background: white;
      width: 100%; }
      #example_arrange > ul li:last-of-type li img {
        width: 100%; }
      #example_arrange > ul li:last-of-type li p {
        text-align: center;
        font-size: 15px;
        margin: 0;
        padding: 0;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
        line-height: 1.8; } }
