@charset "UTF-8";
#mainvisual {
  padding: 0 15px;
  background-color: #000;
  background-image: url(../images/top/bg1.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainvisual > .inner {
  position: relative;
  max-width: 1200px;
  height: 530px;
  margin: 0 auto;
}
#mainvisual .texts {
  position: absolute;
  top: 174px;
  left: 86px;
  z-index: 5;
}
#mainvisual .texts .text1 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#mainvisual .texts .text2 {
  margin: 0;
  color: #fff;
  font-size: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
#mainvisual .texts .text3 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 1.6rem;
}
#mainvisual .texts .btns {
  display: flex;
}
#mainvisual .texts .btns .btn1 {
  width: 200px;
  margin: 0 20px 0 0;
}
#mainvisual .texts .btns .btn1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  color: #20A29D;
  font-size: 1.6rem;
  font-weight: bold;
  transition: opacity 0.3s, border-color 0.3s;
}
#mainvisual .texts .btns .btn1 a .icon {
  margin: 0 15px 0 0;
}
#mainvisual .texts .btns .btn1 a:hover {
  opacity: 0.8;
  border-color: #20A29D;
  text-decoration: none;
}
#mainvisual .texts .btns .btn2 {
  width: 200px;
}
#mainvisual .texts .btns .btn2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #20A29D;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: opacity 0.3s;
}
#mainvisual .texts .btns .btn2 a .icon {
  margin: 0 15px 0 0;
}
#mainvisual .texts .btns .btn2 a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#mainvisual .wearable {
  position: absolute;
  top: 80px;
  right: 160px;
}
#mainvisual .wearable p {
  position: absolute;
  top: 308px;
  left: 202px;
  width: 8em;
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#mainvisual #news {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  max-width: 1000px;
  margin: 0 auto;
}
#mainvisual #news .swiper {
  width: 100%;
  height: 21px;
}
#mainvisual #news .item {
  display: flex;
  align-items: center;
}
#mainvisual #news .item .date {
  flex-shrink: 0;
  width: 9em;
  margin: 0 15px 0 0;
  color: #fff;
  font-weight: bold;
}
#mainvisual #news .item .category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  width: 110px;
  height: 20px;
  background-color: #393939;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
#mainvisual #news .item .category.news-release {
  background-color: #F2F2F2;
  color: #6A6A6A;
}
#mainvisual #news .item .category.press-release {
  background-color: #D8EFEE;
  color: #6A6A6A;
}
#mainvisual #news .item .title {
  width: calc(100% - 8em - 15px - 115px - 15px);
  margin: 0;
}
#mainvisual #news .item .title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

#sleep-disorder {
  padding: 10px 15px 40px;
  background-color: #fff;
}
#sleep-disorder > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#sleep-disorder .tpl-title1 {
  margin: 0 0 30px;
}
#sleep-disorder .list-wrapper {
  position: relative;
  padding: 0 0 60px;
  overflow: hidden;
}
#sleep-disorder .list-wrapper::after {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-bottom: 6px solid #000;
  border-right: 6px solid #000;
  transform: rotate(45deg);
  content: "";
}
#sleep-disorder .list {
  display: flex;
  margin: 0 -40px -40px 0;
}
#sleep-disorder .list .item {
  flex: 1;
  position: relative;
  margin: 0 40px 40px 0;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  background-color: #EFEFEF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#sleep-disorder .list .item h2 {
  margin: 0 0 15px;
  font-size: 2rem;
  text-align: center;
}
#sleep-disorder .list .item p {
  margin: 0;
}
#sleep-disorder .list .item::before {
  display: block;
  position: absolute;
  top: -26px;
  left: -26px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
#sleep-disorder .list .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
}
#sleep-disorder .list .item .icon::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  width: 8px;
  height: 4px;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}
#sleep-disorder .text {
  margin: 0 0 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
#sleep-disorder .tpl-btn1 {
  margin: 0 auto;
}

#movie {
  padding: 40px 15px;
  background-image: url(../images/top/bg2.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#movie > .inner {
  max-width: 960px;
  margin: 0 auto;
}
#movie .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#technology {
  padding: 60px 15px;
  background-color: #fff;
}
#technology > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#technology .tpl-title1 {
  margin: 0 0 30px;
}
#technology .grid {
  display: grid;
  grid-template-columns: 29.1666666667% auto;
  gap: 20px 50px;
}
#technology .text1 {
  grid-row: 1/2;
  grid-column: 1/3;
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
}
#technology .image {
  grid-row: 2/3;
  grid-column: 1/2;
  flex-shrink: 0;
}
#technology .data {
  grid-row: 2/3;
  grid-column: 2/3;
}
#technology .data .table-wrapper {
  margin: 0 0 5px;
  overflow: auto;
}
#technology .data table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#technology .data table thead tr {
  background: linear-gradient(45deg, #636161, #080808);
}
#technology .data table thead th {
  padding: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#technology .data table tbody tr {
  border-bottom: 1px solid #707070;
}
#technology .data table tbody tr:first-child {
  color: #20A29D;
  font-size: 1.8rem;
  font-weight: bold;
}
#technology .data table tbody td {
  padding: 15px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#technology .data .text2 {
  margin: 0;
  font-size: 1.2rem;
}

#value-proposition {
  padding: 40px 15px;
  background-image: url(../images/top/bg3.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#value-proposition > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#value-proposition .tpl-title1 {
  margin: 0 0 30px;
}
#value-proposition .wrapper {
  display: flex;
}
#value-proposition .left {
  width: 50%;
  margin: 0 50px 0 0;
}
#value-proposition .left h2 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
#value-proposition .left .text1 {
  margin: 0 0 30px;
  color: #6A6A6A;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#value-proposition .left .text2 {
  margin: 0;
  font-size: 1.6rem;
}
#value-proposition .right {
  display: flex;
  align-items: center;
}
#value-proposition .right .panes {
  position: relative;
  margin: 0 15px 0 0;
  padding: 0 40px 0 0;
}
#value-proposition .right .panes::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-top: 6px solid #20A29D;
  border-right: 6px solid #20A29D;
  transform: rotate(45deg);
  content: "";
}
#value-proposition .right .pane {
  position: relative;
  max-width: 430px;
  min-height: 170px;
  padding: 25px 45px 15px;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
#value-proposition .right .pane h2 {
  margin: 0 0 15px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#value-proposition .right .pane ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
#value-proposition .right .pane ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
}
#value-proposition .right .pane ul li:last-child {
  margin: 0;
}
#value-proposition .right .pane ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
}
#value-proposition .right .pane ul li .icon::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  width: 8px;
  height: 4px;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}
#value-proposition .right .arrow {
  position: relative;
  z-index: 5;
  margin: 0 0 -15px;
  text-align: center;
}
#value-proposition .right .text {
  margin: 0;
  color: #20A29D;
  font-size: 2.2rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

#special {
  padding: 60px 15px 100px;
  background-color: #fff;
}
#special > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#special .tpl-title1 {
  margin: 0 0 30px;
}
#special .wrapper {
  display: flex;
}
#special .wrapper .image {
  flex-shrink: 0;
  width: 46.4166666667%;
  margin: 0 40px 0 0;
  text-align: center;
}
#special .wrapper .right p {
  margin: 0 0 60px;
  font-size: 1.6rem;
}
#special .wrapper .right .tpl-btn1 {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  #mainvisual > .inner {
    height: 500px;
  }
  #mainvisual .texts {
    top: 115px;
    left: 0;
  }
  #mainvisual .texts .text2 .sp-inline {
    display: inline;
  }
  #mainvisual .wearable {
    top: 86px;
    left: 58.0729166667%;
    width: 308px;
  }
  #mainvisual .wearable p {
    top: 262px;
    left: 184px;
  }

  #sleep-disorder .list {
    flex-wrap: wrap;
  }
  #sleep-disorder .list .item {
    flex: initial;
    width: calc(50% - 40px);
  }

  #technology .grid {
    grid-template-columns: auto 220px;
    gap: 30px 30px;
  }
  #technology .text1 {
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: left;
  }
  #technology .image {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  #technology .data {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  #mainvisual {
    padding: 70px 15px 15px;
  }
  #mainvisual > .inner {
    height: auto;
  }
  #mainvisual .texts {
    position: static;
    margin: 0 0 30px;
  }
  #mainvisual .texts .text1 {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
  #mainvisual .texts .text2 {
    margin: 0 0 10px;
    font-size: 2.4rem;
  }
  #mainvisual .texts .text3 {
    margin: 0;
    font-size: 1.2rem;
  }
  #mainvisual .texts .btns {
    display: none;
    position: fixed;
    bottom: 0;
    left: -15px;
    width: calc(100% + 30px);
    z-index: 100;
  }
  #mainvisual .texts .btns .btn1 {
    flex: 1;
    margin: 0;
  }
  #mainvisual .texts .btns .btn1 a {
    border-top: 1px solid #20A29D;
    border-bottom: 1px solid #20A29D;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  #mainvisual .texts .btns .btn1 a .icon {
    margin: 0 15px 0 0;
  }
  #mainvisual .texts .btns .btn2 {
    flex: 1;
  }
  #mainvisual .texts .btns .btn2 a {
    border-radius: 0;
    font-size: 1.4rem;
  }
  #mainvisual .texts .btns .btn2 a .icon {
    margin: 0 15px 0 0;
  }
  #mainvisual .wearable {
    position: relative;
    top: 0;
    left: 0;
    width: 184px;
    margin: 0 auto 30px;
  }
  #mainvisual .wearable p {
    top: 160px;
    left: 108px;
    font-size: 1.2rem;
  }
  #mainvisual #news {
    position: static;
  }
  #mainvisual #news .swiper {
    height: 44px;
  }
  #mainvisual #news .item {
    flex-wrap: wrap;
  }
  #mainvisual #news .item .date {
    margin: 0 10px 0 0;
    font-size: 1.2rem;
  }
  #mainvisual #news .item .category {
    margin: 0;
    width: 100px;
    height: 18px;
    font-size: 1rem;
  }
  #mainvisual #news .item .title {
    width: 100%;
    margin: 5px 0 0;
  }

  #sleep-disorder {
    padding: 30px 15px;
  }
  #sleep-disorder .tpl-title1 {
    margin: 0 0 15px;
  }
  #sleep-disorder .tpl-title1__text2 {
    text-align: left;
  }
  #sleep-disorder .list {
    display: block;
    margin: 0 0 -20px;
  }
  #sleep-disorder .list .item {
    width: auto;
    margin: 0 0 20px;
    padding: 15px;
  }
  #sleep-disorder .list .item h2 {
    font-size: 1.6rem;
  }
  #sleep-disorder .list .item p {
    font-size: 1.3rem;
  }
  #sleep-disorder .text {
    margin: 0 0 15px;
    font-size: 1.8rem;
  }
  #sleep-disorder .tpl-btn1 {
    margin: 0 auto;
  }

  #movie {
    padding: 20px 15px;
  }

  #technology {
    padding: 30px 15px;
  }
  #technology .tpl-title1 {
    margin: 0 0 15px;
  }
  #technology .grid {
    display: block;
  }
  #technology .text1 {
    margin: 0 0 15px;
    font-size: 1.3rem;
  }
  #technology .image {
    width: auto;
    margin: 0 0 30px;
    text-align: center;
  }
  #technology .data .table-wrapper {
    margin: 0 0 10px;
  }
  #technology .data table thead th {
    padding: 10px;
  }
  #technology .data table tbody td {
    padding: 10px;
  }
  #technology .data .text2 {
    font-size: 1rem;
  }

  #value-proposition {
    padding: 30px 15px;
  }
  #value-proposition .tpl-title1 {
    margin: 0 0 15px;
  }
  #value-proposition .wrapper {
    flex-direction: column;
  }
  #value-proposition .left {
    order: 2;
    width: auto;
    margin: 0;
  }
  #value-proposition .left h2 {
    font-size: 1.6rem;
  }
  #value-proposition .left .text1 {
    margin: 0 0 15px;
    font-size: 1.2rem;
  }
  #value-proposition .left .text2 {
    font-size: 1.3rem;
  }
  #value-proposition .right {
    order: 1;
    margin: 0 0 30px;
  }
  #value-proposition .right .panes {
    flex-grow: 1;
    margin: 0 10px 0 0;
    padding: 0 30px 0 0;
  }
  #value-proposition .right .panes::after {
    width: 15px;
    height: 15px;
    border-top: 5px solid #20A29D;
    border-right: 5px solid #20A29D;
  }
  #value-proposition .right .pane {
    max-width: none;
    min-height: auto;
    padding: 15px 25px 15px;
  }
  #value-proposition .right .pane h2 {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
  #value-proposition .right .pane ul {
    font-size: 1.2rem;
  }
  #value-proposition .right .pane ul li {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
  }
  #value-proposition .right .pane ul li .icon {
    top: 1px;
    left: 0;
    width: 13px;
    height: 13px;
  }
  #value-proposition .right .pane ul li .icon::before {
    top: 4px;
    width: 6px;
    height: 3px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
  }
  #value-proposition .right .arrow {
    width: 30px;
    margin: 0 auto -8px;
  }
  #value-proposition .right .text {
    font-size: 1.4rem;
  }

  #special {
    padding: 30px 15px 60px;
  }
  #special .tpl-title1 {
    margin: 0 0 15px;
  }
  #special .wrapper {
    display: block;
  }
  #special .wrapper .image {
    width: auto;
    margin: 0 0 20px;
    text-align: center;
  }
  #special .wrapper .right p {
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
}