@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.font_gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, sans-serif;
}

img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  overflow: hidden;
}

@media screen and (max-width:800px) {
  .f20res {
    font-size: 4vw;
  }
  .f18res {
    font-size: 5vw;
  }
  .f22res {
    font-size: 5vw;
  }
  .f16res {
    font-size: 3.9vw;
  }
  .f14res {
    font-size: 4.2vw;
  }
}
figure.img {
  position: relative;
  top: 0;
  left: 0;
}
figure.img .img_caption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
}
@media screen and (max-width:800px) {
  figure.img .img_caption {
    right: 4%;
    bottom: 6%;
    width: 91%;
    text-align: right;
  }
}

#section01 {
  width: 100%;
  padding: 0;
  background-color: #dedbd8;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 .img .img_caption {
    text-align: left;
  }
}
#section01 .titles {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section01 h1 {
  text-align: center;
}
#section01 h1 .eng {
  text-align: center;
  margin-bottom: 0.6em;
}
#section01 h1 .jpn {
  text-align: center;
  margin-bottom: 1em;
}
#section01 .base_text {
  text-align: center;
}

#section02 {
  width: 100%;
  padding: 96px 0 100px;
  background: repeat top/80% auto url(../images/smartlife/bg_pc.jpg);
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 36px 0 50px;
    background: repeat top/100% auto url(../images/smartlife/bg_pc.jpg);
  }
}
#section02 .intro_text {
  margin: 0 auto 38px;
  max-width: 900px;
  width: 89%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .intro_text {
    text-align: left;
  }
  #section02 .intro_text .intro_top {
    font-size: 3.8vw;
  }
}
#section02 .intro_text .intro_large {
  margin-top: 34px;
  line-height: 1.7em;
}
@media screen and (max-width:800px) {
  #section02 .intro_text .intro_large {
    margin-top: 27px;
  }
}
#section02 .intro_text .intro_note {
  margin-top: 35px;
}
@media screen and (max-width:800px) {
  #section02 .intro_text .intro_note {
    margin-top: 17px;
    font-size: 3vw;
  }
}
#section02 .iot_img {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
#section02 .iot_img figcaption {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02 .iot_img figcaption {
    font-size: 5vw;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#section02 .block.block--01 {
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 {
    margin-top: 64px;
  }
  #section02 .block.block--01 .block_title_wrap {
    margin: 0 calc(50% - 50vw);
  }
  #section02 .block.block--01 .title_bottom {
    margin-top: 12px;
  }
}
#section02 .block.block--01 .block_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap {
    margin-top: 24px;
    display: block;
  }
}
#section02 .block.block--01 .block_wrap .block_item {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .block_item {
    width: 100%;
  }
  #section02 .block.block--01 .block_wrap .block_item.block2 {
    margin-top: 37px;
  }
}
#section02 .block.block--01 .block_wrap .block_item_title {
  background-color: #0094b3;
  color: #fff;
  line-height: 1em;
  padding: 6px 0;
  text-align: center;
}
#section02 .block.block--01 .block_wrap .block_item_img {
  margin-top: 14px;
}
#section02 .block.block--01 .block_wrap .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .box_wrap {
    display: block;
  }
}
#section02 .block.block--01 .block_wrap .box_wrap .box_img_wrap {
  width: 18%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .box_wrap .box_img_wrap {
    width: 100%;
    margin-top: 34px;
  }
}
#section02 .block.block--01 .block_wrap .box_wrap .box_text_wrap {
  width: 75%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .box_wrap .box_text_wrap {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .box_wrap .box_imgsp {
    margin-bottom: 7.5vw;
  }
}
#section02 .block.block--01 .block_wrap .box_text_title {
  border-top: 1px solid #0094b3;
  border-bottom: 1px solid #0094b3;
  box-sizing: border-box;
  line-height: 1em;
  padding: 4px 0;
  color: #0094b3;
  margin-top: 15px;
}
#section02 .block.block--01 .block_wrap .box_text--note {
  margin-top: 10px;
}
#section02 .block.block--02 {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--02 {
    margin-top: 60px;
  }
  #section02 .block.block--02 .block_title_wrap {
    margin: 0 calc(50% - 50vw);
  }
}
#section02 .block.block--02 .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--02 .box_wrap {
    margin-top: 16px;
    display: block;
  }
}
#section02 .block.block--02 .box01 {
  width: 54%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--02 .box01 {
    width: 100%;
  }
}
#section02 .block.block--02 .box02 {
  width: 26%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--02 .box02 {
    width: 100%;
    margin-top: 44px;
  }
}
#section02 .block.block--02 .box03 {
  width: 11.3%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--02 .box03 {
    width: 100%;
    margin-top: 44px;
  }
}
#section02 .block.block--02 .box_text {
  margin-top: 17px;
}
#section02 .block.block--03 {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--03 {
    margin-top: 60px;
  }
  #section02 .block.block--03 .block_title_wrap {
    margin: 0 calc(50% - 50vw);
  }
  #section02 .block.block--03 .title_bottom {
    margin-top: 12px;
  }
}
#section02 .block.block--03 .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  background: no-repeat right bottom url(../images/smartlife/lifit_box_bg.png);
  background-size: auto 100%;
  background-color: #2e5938;
  color: #fff;
  padding: 20px 22px 14px 22px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--03 .box_wrap {
    margin-top: 23px;
    background: none;
    padding: 0;
  }
}
#section02 .block.block--03 .box_list {
  width: 53%;
}
#section02 .block.block--03 .box_list li:last-child {
  margin-top: 26px;
}
#section02 .block.block--03 .item_title {
  padding: 12px 0;
  padding-left: 56px;
  position: relative;
  top: 0;
  left: 0;
}
#section02 .block.block--03 .item_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
}
#section02 .block.block--03 .item_title.item_title--01:before {
  background: no-repeat center/100% url(../images/smartlife/lifit_box01_icon.svg);
}
#section02 .block.block--03 .item_title.item_title--02:before {
  background: no-repeat center/100% url(../images/smartlife/lifit_box02_icon.svg);
}
#section02 .block.block--03 .list_table {
  margin-top: 10px;
}
#section02 .block.block--03 .box_note {
  margin-top: 3px;
}
#section02 .block.block--04 {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--04 {
    margin-top: 60px;
  }
  #section02 .block.block--04 .block_title_wrap {
    margin: 0 calc(50% - 50vw);
  }
  #section02 .block.block--04 .title_bottom {
    margin-top: 12px;
  }
}
#section02 .block.block--04 .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--04 .box_wrap {
    margin-top: 21px;
    display: block;
  }
}
#section02 .block.block--04 .img01 {
  width: 21.3%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--04 .img01 {
    width: 100%;
  }
}
#section02 .block.block--04 .img02 {
  width: 32%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--04 .img02 {
    width: 100%;
    margin-top: 9px;
  }
}
#section02 .block.block--04 .img03 {
  width: 42%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--04 .img03 {
    width: 100%;
    margin-top: 40px;
  }
}
#section02 .block.block--04 .box_note {
  margin-top: 51px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--04 .box_note {
    margin-top: 34px;
  }
}/*# sourceMappingURL=smartlife.css.map */