@charset "UTF-8";
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

.technology {
  margin: 0;
  line-height: 2.1;
  color: #404544;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}
.technology img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

p {
  margin-bottom: 1em;
}

sup {
  font-size: 0.65em;
}

/* Display property
--------------------------------------------------------- */
@media print, screen and (max-width: 767px) {
  .none-sp-sm {
    display: none !important;
  }
}

@media print, screen and (max-width: 1149px) {
  .none-sp-md {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .none-pc-sm {
    display: none !important;
  }
}

@media print, screen and (min-width: 1150px) {
  .none-pc-md {
    display: none !important;
  }
}

/* Text alignment 
--------------------------------------------------------- */
.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

/* typography
--------------------------------------------------------- */
.note {
  font-size: 0.85em;
  line-height: 1.6em;
}
@media print, screen and (min-width: 768px) {
  .note {
    font-size: 0.75em;
  }
}

/* button
--------------------------------------------------------- */
.butn {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  width: 100%;
  min-height: 4.5em;
  padding: 1em 3em 1em 2em;
  background-color: #fff;
  color: #404544;
  border: 1px solid #D0D0D0;
  border-radius: 2.5em;
}
.butn::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-width: 3px 3px 0 0;
  border-style: solid;
  transform: translateY(-50%) rotate(45deg);
  transition: border 0.3s;
}
.aqua .butn::after {
  border-right-color: #28459A;
  border-top-color: #28459A;
}
@media (hover: hover) {
  .aqua .butn:hover {
    background-color: #28459A;
    border-color: #28459A;
  }
}
.hiito .butn::after {
  border-right-color: #ED6C00;
  border-top-color: #ED6C00;
}
@media (hover: hover) {
  .hiito .butn:hover {
    background-color: #ED6C00;
    border-color: #ED6C00;
  }
}
@media (hover: hover) {
  .butn:hover {
    color: #fff;
  }
  .butn:hover::after {
    border-right-color: #fff;
    border-top-color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .butn {
    font-size: min(1.25vw, 1.4rem);
    padding: 1.25em 3.5em 1.25em 2.5em;
    letter-spacing: 0.1em;
    width: auto;
  }
  .butn::after {
    right: 1.5em;
    width: min(0.7142857143vw, 8px);
    height: min(0.7142857143vw, 8px);
  }
}

/* table
--------------------------------------------------------- */
@media (max-width: 767px) {
  .topic-path {
    display: none;
  }
}

.contents {
  margin: 0 0 10px;
}

.fix-nav {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(21, 51, 66, 0.5);
  border-top-left-radius: 4vw;
  border-bottom-left-radius: 4vw;
  width: 14.1333333333vw;
  height: 32.5333333333vw;
  padding: 2.4vw;
}
.fix-nav__item {
  line-height: 0;
}
.fix-nav__item:not(:last-child) {
  border-bottom: 1px solid #898989;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
.fix-nav__item a {
  filter: grayscale(100%);
  opacity: 0.5;
  display: block;
}
.fix-nav__item a.current {
  filter: grayscale(0);
  opacity: 1;
}
.fix-nav__item img {
  width: 9.0666666667vw;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .fix-nav {
    border-top-left-radius: min(2.6785714286vw, 30px);
    border-bottom-left-radius: min(2.6785714286vw, 30px);
    width: min(7.1428571429vw, 80px);
    height: min(16.6071428571vw, 186px);
    padding: min(1.25vw, 14px);
  }
  .fix-nav__item:not(:last-child) {
    padding-bottom: min(1.0714285714vw, 12px);
    margin-bottom: min(1.0714285714vw, 12px);
  }
  .fix-nav__item img {
    width: min(4.6428571429vw, 52px);
  }
}

.technology {
  background-color: #fff;
  font-size: 3.7333333333vw;
}
.technology .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.technology .container::after {
  display: block;
  content: "";
  clear: both;
}
.technology a:hover {
  opacity: 1;
}
@media (max-width: 1149px) {
  .technology .container {
    padding-left: 9.3333333333vw;
    padding-right: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .technology {
    font-size: min(1.4285714286vw, 1.6rem);
  }
  .technology .container {
    padding-left: min(1.3392857143vw, 15px);
    padding-right: min(1.3392857143vw, 15px);
  }
}
@media print, screen and (min-width: 1150px) {
  .technology .container {
    width: 1150px;
  }
}

.kv {
  background-image: url("../img/kv-bg_sp.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  height: 188vw;
}
.kv::before {
  content: "";
  position: absolute;
  bottom: 2.6666666667vw;
  left: 0;
  width: 100%;
  height: 15.4666666667vw;
  background-image: url("../img/wave.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 236vw auto;
}
.kv .container {
  padding-top: 6.6666666667vw;
  position: relative;
  z-index: 1;
  height: 100%;
}
.kv__h {
  font-size: 8vw;
  width: 1em;
  line-height: 1.15;
  margin: 0 auto;
}
.kv__h span {
  display: block;
  transform: rotate(90deg);
}
@supports (writing-mode: vertical-rl) {
  .kv__h {
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .kv__h span {
    display: inline;
    transform: rotate(0);
  }
}
.kv__nav {
  position: absolute;
  top: 84.4vw;
  margin: 5.3333333333vw auto 0;
  width: 81.3333333333vw;
}
.kv__nav ul {
  font-size: 0;
  display: flex;
  flex-direction: column;
}
.kv__nav li:not(last-child) {
  margin-bottom: 3.3333333333vw;
}
.kv__nav li a {
  display: block;
  position: relative;
  transition: transform 0.3s;
}
.kv__nav li a::after {
  z-index: 1;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -3.2vw;
  left: 50%;
  width: 8.5333333333vw;
  aspect-ratio: 64/48;
  background-size: cover;
  margin-left: -4.2666666667vw;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .kv__nav li a:hover {
    transform: translateY(2%);
  }
  .kv__nav li a:hover::after {
    transform: translateY(-20%);
  }
}
.kv__nav li img {
  width: 100%;
}
.kv__nav-aq a::after {
  background-image: url("../img/kv-arw-aqua.svg");
}
.kv__nav-ht a::after {
  background-image: url("../img/kv-arw-hiito.svg");
}
@media print, screen and (min-width: 768px) {
  .kv {
    background-image: url("../img/kv-bg_pc.jpg");
    background-size: cover;
    height: min(56.6964285714vw, 635px);
  }
  .kv::before {
    bottom: -1px;
    height: min(10.3571428571vw, 116px);
    background-size: min(157.8571428571vw, 1770px) auto;
  }
  .kv .container {
    padding-top: 0;
  }
  .kv__h {
    position: absolute;
    top: min(5.3571428571vw, 60px);
    left: 50%;
    margin-left: -0.5em;
    font-size: min(3.3928571429vw, 3.8rem);
  }
  .kv__nav {
    top: min(14.6428571429vw, 164px);
    left: 50%;
    margin: 0 0 0 max(-39.375vw, -441px);
    width: min(78.75vw, 882px);
  }
  .kv__nav ul {
    flex-direction: row;
    justify-content: space-between;
  }
  .kv__nav li {
    flex: 0 0 min(32.6785714286vw, 366px);
  }
  .kv__nav li:not(last-child) {
    margin-bottom: 0;
  }
  .kv__nav li a::after {
    bottom: -2.1428571429vw;
    width: min(3.3928571429vw, 38px);
    margin-left: -1.6964285714vw;
  }
}
@media print, screen and (min-width: 1150px) {
  .kv__nav li a::after {
    bottom: -24px;
    margin-left: -19px;
  }
}

.read {
  padding-top: 14.6666666667vw;
  padding-bottom: 20vw;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, #D6E7EF 100%);
}
.read__ttl {
  font-size: 8vw;
  line-height: 1.66;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.3em;
}
.read__body {
  text-align: center;
  margin-bottom: 3.5em;
}
@media print, screen and (min-width: 768px) {
  .read {
    padding-top: min(2.6785714286vw, 30px);
    padding-bottom: min(5.3571428571vw, 60px);
  }
  .read__ttl {
    font-size: min(3.3928571429vw, 3.8rem);
    margin-bottom: 1em;
  }
  .read__body {
    margin-bottom: 5em;
  }
}

/* 2つ共通
--------------------------------------------------------- */
.mv {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.aqua .mv {
  background-image: url("../img/aq-bg_sp.jpg");
  padding-top: 15.6vw;
}
.hiito .mv {
  background-image: url("../img/ht-bg_sp.jpg");
  padding-top: 13.3333333333vw;
}
.mv__logo {
  line-height: 0;
  text-align: center;
  margin-bottom: 9.3333333333vw;
}
.mv__logo img {
  width: auto;
  height: 13.3333333333vw;
}
.mv__copy {
  text-align: center;
  font-size: 4.5333333333vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 46.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .aqua .mv {
    background-image: url("../img/aq-bg_pc.jpg");
    padding-top: min(8.2142857143vw, 92px);
  }
  .hiito .mv {
    background-image: url("../img/ht-bg_pc.jpg");
    padding-top: min(8.2142857143vw, 92px);
  }
  .mv__logo img {
    height: min(7.3214285714vw, 82px);
  }
  .aqua .mv__logo {
    margin-bottom: min(6.25vw, 70px);
  }
  .hiito .mv__logo {
    margin-bottom: min(6.7857142857vw, 76px);
  }
  .mv__copy {
    font-size: min(2.5vw, 2.8rem);
    margin-bottom: min(30.0892857143vw, 337px);
  }
}

.aqua .ovw {
  padding-bottom: 18.1333333333vw;
}
.hiito .ovw {
  padding-bottom: 0;
}
.ovw__img {
  line-height: 0;
  margin-bottom: 10vw;
}
.ovw__img img {
  width: 100%;
}
.ovw__txt p {
  line-height: 2.2;
}
.ovw__ttl {
  font-size: 6.4vw;
  line-height: 1.6;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.ovw__ttl small {
  font-size: 0.58em;
}
.ovw__sttl {
  font-size: 4.8vw;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
.ovw__btn {
  margin-top: 7.0666666667vw;
}
.hiito .ovw__btn {
  margin-top: 11.3333333333vw;
  margin-bottom: 12vw;
}
@media print, screen and (min-width: 768px) {
  .ovw {
    display: flex;
    align-items: center;
  }
  .aqua .ovw {
    padding-bottom: min(10.7142857143vw, 120px);
  }
  .hiito .ovw {
    padding-bottom: min(4.8214285714vw, 54px);
  }
  .ovw__img {
    flex: 0 0 min(42.8571428571vw, 480px);
    margin-bottom: 0;
  }
  .ovw__txt {
    flex: 1 1 auto;
    margin-left: min(7.1428571429vw, 80px);
  }
  .ovw__txt p {
    line-height: 2.5;
  }
  .ovw__ttl {
    font-size: min(3.0357142857vw, 3.4rem);
  }
  .ovw__sttl {
    font-size: min(2.1428571429vw, 2.4rem);
  }
  .ovw__btn {
    margin-top: min(3.5714285714vw, 40px);
  }
  .hiito .ovw__btn {
    text-align: center;
    margin-top: min(4.4642857143vw, 50px);
    margin-bottom: min(7.1428571429vw, 80px);
  }
  .hiito .ovw__btn .butn {
    width: min(35.7142857143vw, 400px);
  }
}

.dot {
  background-image: url("../img/bg-ptn01.png");
  background-size: 9.3333333333vw auto;
}
@media print, screen and (min-width: 768px) {
  .dot {
    background-size: min(3.125vw, 35px) auto;
  }
}

.report {
  padding-top: 20vw;
  padding-bottom: 13.3333333333vw;
}
.report__ttl, .report__ttl2 {
  font-size: 6.4vw;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 1.4em;
  color: #606060;
}
.report__ttl2 {
  margin-top: 16vw;
}
.report__row {
  margin-bottom: 6.6666666667vw;
}
.report__col:not(:last-child) {
  margin-bottom: 11.6vw;
}
.report__col figure img {
  width: 100%;
}
.report__sttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  min-height: 4.6em;
  border: 1px solid #D0D0D0;
  border-radius: 2.3em;
  padding: 0 1em;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.report__btns {
  margin-top: 9.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .report {
    padding-top: min(8.9285714286vw, 100px);
    padding-bottom: min(8.9285714286vw, 100px);
  }
  .report .container {
    padding-left: min(6.6964285714vw, 75px);
    padding-right: min(6.6964285714vw, 75px);
  }
  .report__ttl {
    font-size: min(3.0357142857vw, 3.4rem);
    text-align: center;
  }
  .report__ttl2 {
    font-size: min(2.5vw, 2.8rem);
    text-align: center;
    margin-top: min(4.5535714286vw, 51px);
  }
  .report__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: min(5vw, 56px);
  }
  .report__col {
    flex: 0 0 48%;
  }
  .report__col:not(:last-child) {
    margin-bottom: 0;
  }
  .report__col > figure {
    margin-left: min(3.125vw, 35px);
    margin-right: min(3.125vw, 35px);
  }
  .report__col > figure img {
    width: 100%;
  }
  .hiito .report__col figure {
    margin-left: auto;
    margin-right: auto;
  }
  .report__sttl {
    font-size: min(1.6071428571vw, 1.8rem);
  }
  .report__btns {
    margin-top: min(4.4642857143vw, 50px);
    text-align: center;
  }
  .report__btns .butn {
    width: min(35.7142857143vw, 400px);
  }
}

.prof {
  padding-top: 13.3333333333vw;
  width: 100%;
  overflow: hidden;
}
.prof__cm {
  position: relative;
}
.prof__cm:not(:first-of-type) {
  margin-top: 13.3333333333vw;
}
.prof__cm::after {
  position: absolute;
  content: "";
  left: -10.4vw;
  bottom: 0;
  z-index: 1;
  width: 26.6666666667vw;
  aspect-ratio: 222/250;
  background-size: cover;
}
.aqua .prof__cm::after {
  background-image: url("../img/prof-aq.svg");
}
.hiito .prof__cm::after {
  background-image: url("../img/prof-ht.svg");
}
.prof__cnt {
  position: relative;
  z-index: 0;
  border-radius: 2.6666666667vw;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  line-height: 2.1;
  padding: 9.3333333333vw 6.6666666667vw 4vw;
}
.aqua .prof__cnt {
  background-color: #EDF4FA;
  background-image: url("../img/wave-aq_sp.svg");
}
.hiito .prof__cnt {
  background-color: #FEF5E5;
  background-image: url("../img/wave-ht_sp.svg");
}
.prof__ttl {
  font-size: 1.14em;
}
.prof__ttl::after {
  vertical-align: middle;
  margin-left: 1em;
  content: "";
  display: inline-block;
  width: 24vw;
  aspect-ratio: 95/6;
  background-image: url("../img/point-ht.svg");
  background-size: cover;
}
.aqua .prof__ttl {
  color: #28459A;
}
.hiito .prof__ttl {
  color: #ED6C00;
}
.prof__name {
  font-size: 0.85em;
  margin-top: 4.5em;
  text-align: right;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .prof {
    padding-top: min(8.9285714286vw, 100px);
  }
  .prof__cm {
    width: min(89.2857142857vw, 1000px);
    margin-left: auto;
    margin-right: auto;
  }
  .prof__cm:not(:first-of-type) {
    margin-top: 5vw;
  }
  .prof__cm::after {
    left: max(-6.25vw, -70px);
    width: min(18.5714285714vw, 208px);
  }
  .prof__cnt {
    border-radius: min(0.8928571429vw, 10px);
    padding: min(4.0178571429vw, 45px) min(3.5714285714vw, 40px) min(4.0178571429vw, 45px) min(9.4642857143vw, 106px);
  }
  .aqua .prof__cnt {
    background-image: url("../img/wave-aq_pc.svg");
  }
  .hiito .prof__cnt {
    background-image: url("../img/wave-ht_pc.svg");
  }
  .prof__ttl {
    font-size: 1.125em;
  }
  .prof__ttl::after {
    width: min(8.3928571429vw, 94px);
  }
}

.info {
  margin-top: 13.3333333333vw;
}
.info__cnt {
  font-weight: 400;
  position: relative;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 15.4666666667vw 8.4vw 16.8vw;
}
.info__cnt::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 2.4vw;
  bottom: 2.4vw;
  left: 2.4vw;
  right: 2.4vw;
  border-width: 1px;
  border-style: solid;
}
.aqua .info__cnt::before {
  border-color: #28459A;
}
.hiito .info__cnt::before {
  border-color: #F39800;
}
.aqua .info__cnt {
  border-color: #28459A;
}
.hiito .info__cnt {
  border-color: #F39800;
}
.info__name {
  line-height: 0;
  text-align: center;
  margin-bottom: 8vw;
}
.info__name img {
  width: auto;
  height: 5.8666666667vw;
}
.info__name span {
  display: block;
  margin-top: 0.3em;
  line-height: 1;
  font-size: 4.5333333333vw;
}
.aqua .info__name span {
  color: #28459A;
}
.hiito .info__name span {
  color: #ED6C00;
}
.info__logo {
  text-align: center;
  line-height: 0;
  margin-bottom: 10.4vw;
}
.info__logo img {
  width: 32.5333333333vw;
}
.info__sttl {
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
.aqua .info__sttl {
  color: #28459A;
}
.hiito .info__sttl {
  color: #ED6C00;
}
.info__btns {
  margin-top: 10.6666666667vw;
}
.info__btns > a:not(:last-child) {
  margin-bottom: 5.0666666667vw;
}
@media print, screen and (min-width: 768px) {
  .info {
    margin-top: min(12.9464285714vw, 145px);
  }
  .info__cnt {
    padding: min(6.25vw, 70px) min(5.3571428571vw, 60px);
    border-width: 2px;
  }
  .info__cnt::before {
    border-width: 2px;
    top: min(0.8928571429vw, 10px);
    bottom: min(0.8928571429vw, 10px);
    left: min(0.8928571429vw, 10px);
    right: min(0.8928571429vw, 10px);
  }
  .info__name {
    margin-bottom: min(5.3571428571vw, 60px);
  }
  .info__name img {
    vertical-align: baseline;
    height: min(3.3035714286vw, 37px);
  }
  .info__name span {
    margin-left: 0.5em;
    display: inline-block;
    font-size: min(4.4642857143vw, 5rem);
  }
  .info__row {
    display: flex;
    align-items: center;
  }
  .info__logo {
    flex: 0 0 min(23.2142857143vw, 260px);
    margin-right: min(5.3571428571vw, 60px);
    margin-bottom: 0;
  }
  .info__logo img {
    width: min(18.75vw, 210px);
  }
  .info__txt {
    flex: 1 1 auto;
  }
  .info__txt p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .info__btns {
    margin-top: min(7.1428571429vw, 80px);
    text-align: center;
  }
  .info__btns > a {
    width: min(35.7142857143vw, 400px);
    margin: 0 min(1.3392857143vw, 15px);
  }
  .info__btns > a:not(:last-child) {
    margin-bottom: 0;
  }
}

/* AQUA OZONE
--------------------------------------------------------- */
.aqua {
  padding-bottom: 18.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .aqua {
    padding-bottom: min(6.25vw, 70px);
  }
}

.fig-ozon {
  display: flex;
  justify-content: space-between;
}
.fig-ozon figure {
  flex: 0 0 46%;
  line-height: 0;
  margin-bottom: 4.5333333333vw;
}
.fig-ozon figure img {
  width: 100%;
}
.fig-ozon figcaption {
  text-align: center;
  margin-top: 0.6em;
  line-height: 1;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .fig-ozon {
    margin-left: min(3.125vw, 35px);
    margin-right: min(3.125vw, 35px);
  }
  .fig-ozon + .note {
    margin-left: min(3.125vw, 35px);
  }
  .fig-ozon figure {
    margin-bottom: min(1.4285714286vw, 16px);
  }
  .fig-ozon figcaption {
    font-size: 0.75em;
  }
}

/* HIITO
--------------------------------------------------------- */
.body-temp {
  margin-top: 18.2666666667vw;
  text-align: center;
}
.body-temp__ttl {
  color: #ED6C00;
  font-size: 5.3333333333vw;
  margin-bottom: 1.25em;
}
.body-temp__img {
  line-height: 0;
  text-align: center;
}
.body-temp__img img {
  width: 66.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .body-temp {
    margin-top: min(7.1428571429vw, 80px);
  }
  .body-temp__ttl {
    font-size: min(1.7857142857vw, 2rem);
  }
  .body-temp__img img {
    width: min(89.2857142857vw, 1000px);
  }
}

.srepo {
  background-color: #FEF6F2;
  padding-top: 18.6666666667vw;
  padding-bottom: 18.6666666667vw;
}
.srepo em {
  font-style: normal;
  color: #ED6C00;
}
.srepo__ttl {
  text-align: center;
  font-size: 6.4vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ED6C00;
  margin-bottom: 1.25em;
}
.srepo__box {
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #F39800;
  padding-top: 13.3333333333vw;
  padding-bottom: 9.3333333333vw;
  padding-left: 6.6666666667vw;
  padding-right: 6.6666666667vw;
  position: relative;
}
.srepo__box:not(:last-child) {
  margin-bottom: 16vw;
}
.srepo__box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1.8666666667vw;
  background-image: url("../img/line-ht_sp.svg");
  background-size: cover;
}
.srepo__stp {
  background-image: url("../img/bg-wave.svg");
  background-repeat: repeat-x;
  background-position: left bottom -0.4em;
  position: relative;
  padding-left: 18.4vw;
  padding-bottom: 0.3em;
  font-size: 5.3333333333vw;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
.srepo__stp::before {
  content: "";
  background-size: cover;
  width: 15.7333333333vw;
  aspect-ratio: 118/72;
  position: absolute;
  left: 0.9333333333vw;
  bottom: 2vw;
}
.srepo__stp.st01::before {
  background-image: url("../img/nm-01.svg");
}
.srepo__stp.st02::before {
  background-image: url("../img/nm-02.svg");
}
.srepo__stp.st03::before {
  background-image: url("../img/nm-03.svg");
}
.srepo__stp.st04::before {
  background-image: url("../img/nm-04.svg");
}
.srepo__row:not(:last-child) {
  margin-bottom: 16vw;
}
.srepo__fig {
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  .srepo {
    padding-top: min(11.6071428571vw, 130px);
    padding-bottom: min(11.6071428571vw, 130px);
  }
  .srepo__ttl {
    font-size: min(3.0357142857vw, 3.4rem);
  }
  .srepo__read {
    font-size: min(1.6071428571vw, 1.8rem);
    letter-spacing: 0.1em;
    margin: 0 4.1% 3em;
  }
  .srepo__box {
    padding-top: min(6.6964285714vw, 75px);
    padding-bottom: min(6.6964285714vw, 75px);
    padding-left: min(5.3571428571vw, 60px);
    padding-right: min(5.3571428571vw, 60px);
  }
  .srepo__box:not(:last-child) {
    margin-bottom: min(11.6071428571vw, 130px);
  }
  .srepo__box::before {
    height: min(1.3392857143vw, 15px);
    background-image: url("../img/line-ht_pc.svg");
  }
  .srepo__stp {
    display: inline-block;
    padding-right: 1em;
    padding-left: min(12.2321428571vw, 137px);
    font-size: min(2.5vw, 2.8rem);
  }
  .srepo__stp::before {
    width: min(10.5357142857vw, 118px);
    left: min(0.625vw, 7px);
    bottom: min(1.3392857143vw, 15px);
  }
  .srepo__row {
    display: flex;
    align-items: center;
  }
  .srepo__row:not(:last-child) {
    margin-bottom: min(7.1428571429vw, 80px);
  }
  .srepo__row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .srepo__row:nth-child(even) .srepo__txt:first-child {
    padding-left: min(6.6964285714vw, 75px);
  }
  .srepo__row:nth-child(odd) .srepo__txt:first-child {
    padding-right: min(6.6964285714vw, 75px);
  }
  .srepo__fig {
    flex: 0 0 min(42.8571428571vw, 480px);
    margin-top: 0;
  }
  .srepo__txt {
    font-size: min(1.6071428571vw, 1.8rem);
  }
}

.fig-body-temp {
  width: 69.0666666667vw;
  margin: 8.6666666667vw auto;
}
@media print, screen and (min-width: 768px) {
  .fig-body-temp {
    margin-top: min(2.2321428571vw, 25px);
    margin-bottom: min(2.6785714286vw, 30px);
    width: min(25vw, 280px);
  }
}

.fig-temp {
  position: relative;
  background-image: url(../img/fig-temp-bg.svg);
  background-size: cover;
  aspect-ratio: 610/376;
  margin-top: 8vw;
  margin-bottom: 12vw;
}
.fig-temp__01, .fig-temp__02 {
  line-height: 0;
  position: absolute;
  z-index: 1;
  width: 12.8vw;
  aspect-ratio: 96/80;
}
.fig-temp__01 img, .fig-temp__02 img {
  width: 100%;
}
.fig-temp__01 {
  top: 10.9333333333vw;
  left: 19.4666666667vw;
}
.fig-temp__02 {
  top: 27.4666666667vw;
  left: 61.7333333333vw;
}
.fig-temp__ln {
  line-height: 0;
  position: absolute;
  top: 17.3333333333vw;
  left: 11.6vw;
  width: 58.1333333333vw;
  aspect-ratio: 436/110;
}
.fig-temp__ln svg {
  width: 100%;
}
.fig-temp .svg-elem-1 {
  stroke-dashoffset: 1094px;
  stroke-dasharray: 1094px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.fig-temp .svg-elem-2 {
  stroke-dashoffset: 445.5543518066px;
  stroke-dasharray: 445.5543518066px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.fig-temp .svg-elem-3 {
  stroke-dashoffset: 284.3608398438px;
  stroke-dasharray: 284.3608398438px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.fig-temp.js_startAnm .svg-elem-1 {
  stroke-dashoffset: 0;
}
.fig-temp.js_startAnm .svg-elem-2 {
  stroke-dashoffset: 0;
}
.fig-temp.js_startAnm .svg-elem-3 {
  stroke-dashoffset: 0;
}
@media print, screen and (min-width: 768px) {
  .fig-temp {
    margin-top: min(3.125vw, 35px);
    margin-bottom: min(4.0178571429vw, 45px);
    width: min(35.7142857143vw, 400px);
  }
  .fig-temp__01, .fig-temp__02 {
    width: min(5.625vw, 63px);
  }
  .fig-temp__01 {
    top: min(4.8214285714vw, 54px);
    left: min(8.5714285714vw, 96px);
  }
  .fig-temp__02 {
    top: min(12.0535714286vw, 135px);
    left: min(27.1428571429vw, 304px);
  }
  .fig-temp__ln {
    top: min(7.7678571429vw, 87px);
    left: min(5.0892857143vw, 57px);
    width: min(25.0892857143vw, 281px);
  }
}

.fig {
  background-color: #fff;
  border-radius: 2.6666666667vw;
  padding-top: 4vw;
  padding-bottom: 4.2666666667vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.fig figcaption {
  display: block;
  text-align: center;
  color: #ED6C00;
  font-size: 3.7333333333vw;
  line-height: 1;
}
.fig > div {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .fig {
    width: min(44.6428571429vw, 500px);
    border-radius: min(1.7857142857vw, 20px);
    padding-top: min(2.6785714286vw, 30px);
    padding-bottom: min(2.6785714286vw, 30px);
    margin-bottom: 0;
  }
  .fig figcaption {
    font-size: min(1.6071428571vw, 1.8rem);
  }
}

.bars {
  width: 100%;
  left: 0;
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.bars > div {
  position: absolute;
}

.bar1,
.bar2,
.bar3 {
  width: 9.7333333333vw;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js_startAnm .bar1,
.js_startAnm .bar2,
.js_startAnm .bar3 {
  transform: scaleY(1);
}
@media print, screen and (min-width: 768px) {
  .bar1,
  .bar2,
  .bar3 {
    width: min(6.4285714286vw, 72px);
  }
}

.bar1 {
  left: 14vw;
  background-color: #898989;
  transition-delay: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .bar1 {
    left: min(9.1964285714vw, 103px);
  }
}

.bar2 {
  left: 30.6666666667vw;
  background-color: #F39800;
  transition-delay: 0.6s;
}
@media print, screen and (min-width: 768px) {
  .bar2 {
    left: min(20.0892857143vw, 225px);
  }
}

.bar3 {
  left: 47.2vw;
  background-color: #ED6C00;
  transition-delay: 0.9s;
}
@media print, screen and (min-width: 768px) {
  .bar3 {
    left: min(30.9821428571vw, 347px);
  }
}

.fig-tempcg {
  aspect-ratio: 510/416;
  background-image: url("../img/fig-tempcg-bg.svg");
  background-position: left top 12.6666666667vw;
}
.fig-tempcg .ln {
  width: 59.4666666667vw;
  aspect-ratio: 446/164;
  left: 8.1333333333vw;
  top: 20.2666666667vw;
}
.fig-tempcg .fimg {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  transform-origin: left;
}
.fig-tempcg .img01,
.fig-tempcg .img02 {
  width: 18.1333333333vw;
  aspect-ratio: 1/1;
}
.fig-tempcg .img01 {
  top: 27.2vw;
  left: 17.6vw;
  transition-delay: 1.2s;
}
.fig-tempcg .img02 {
  top: 43.6vw;
  left: 57.8666666667vw;
  transition-delay: 1.5s;
}
.fig-tempcg .img03 {
  top: 20.5333333333vw;
  left: 43.7333333333vw;
  width: 18.1333333333vw;
  aspect-ratio: 136/120;
  transition-delay: 1.9s;
}
.fig-tempcg .img04 {
  top: 39.0666666667vw;
  left: 12.8vw;
  width: 7.2vw;
  aspect-ratio: 54/50;
  transition-delay: 0.8s;
}
.fig-tempcg .img05 {
  top: 22.6666666667vw;
  left: 31.2vw;
  width: 10.9333333333vw;
  aspect-ratio: 82/60;
  transition-delay: 1.6s;
  transform: scale(1);
}
.fig-tempcg .svg-elem-1 {
  stroke-dashoffset: 447.0475769043px;
  stroke-dasharray: 447.0475769043px;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, stroke-dasharray 0 cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
.fig-tempcg .svg-elem-2 {
  stroke-dashoffset: 581.7931518555px;
  stroke-dasharray: 581.7931518555px;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.fig-tempcg .svg-elem-3 {
  stroke-dashoffset: 50.3805268653px;
  stroke-dasharray: 50.3805268653px;
  fill: transparent;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
.fig-tempcg.js_startAnm .svg-elem-1 {
  stroke-dasharray: 2;
}
.fig-tempcg.js_startAnm .svg-elem-1,
.fig-tempcg.js_startAnm .svg-elem-2,
.fig-tempcg.js_startAnm .svg-elem-3 {
  stroke-dashoffset: 0;
}
.fig-tempcg.js_startAnm .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(237, 108, 0);
}
.fig-tempcg.js_startAnm .fimg {
  opacity: 1;
  transform: scale(1);
}
@media print, screen and (min-width: 768px) {
  .fig-tempcg {
    width: min(42.8571428571vw, 480px);
    background-position: left top min(7.3214285714vw, 82px);
  }
  .fig-tempcg .ln {
    width: min(34.2857142857vw, 384px);
    left: min(5.2678571429vw, 59px);
    top: min(10.7142857143vw, 120px);
  }
  .fig-tempcg .ln svg {
    width: 100%;
  }
  .fig-tempcg .img01,
  .fig-tempcg .img02 {
    line-height: 0;
    width: min(10.5357142857vw, 118px);
  }
  .fig-tempcg .img01 {
    top: min(15.625vw, 175px);
    left: min(10.7142857143vw, 120px);
  }
  .fig-tempcg .img02 {
    top: min(25.1785714286vw, 282px);
    left: min(34.0178571429vw, 381px);
  }
  .fig-tempcg .img03 {
    top: min(11.875vw, 133px);
    left: min(25.8035714286vw, 289px);
    width: min(10.4464285714vw, 117px);
  }
  .fig-tempcg .img04 {
    top: min(22.5892857143vw, 253px);
    left: min(7.8571428571vw, 88px);
    width: min(4.1964285714vw, 47px);
  }
  .fig-tempcg .img05 {
    top: min(13.0357142857vw, 146px);
    left: min(18.9285714286vw, 212px);
    width: min(6.25vw, 70px);
  }
}

.fig-sleep {
  aspect-ratio: 510/343;
}
.fig-sleep .bars {
  top: 12.6666666667vw;
  aspect-ratio: 510/214;
  background-image: url("../img/fig-sleep-bg.svg");
}
.fig-sleep .bar1,
.fig-sleep .bar2,
.fig-sleep .bar3 {
  bottom: 2.9333333333vw;
}
.fig-sleep .bar1 {
  height: 52.5357142857%;
}
.fig-sleep .bar2 {
  height: 60.8214285714%;
}
.fig-sleep .bar3 {
  height: 75.6071428571%;
}
.fig-sleep .img01 {
  width: 28.5333333333vw;
  aspect-ratio: 214/207;
  top: -9.8666666667vw;
  left: 53.2vw;
  transform-origin: left bottom;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.4s;
}
.fig-sleep.js_startAnm .img01 {
  opacity: 1;
  transform: scale(1);
}
@media print, screen and (min-width: 768px) {
  .fig-sleep {
    aspect-ratio: 500/300;
  }
  .fig-sleep .bars {
    top: min(5.3571428571vw, 60px);
  }
  .fig-sleep .bar1,
  .fig-sleep .bar2,
  .fig-sleep .bar3 {
    bottom: min(1.9642857143vw, 22px);
  }
  .fig-sleep .img01 {
    width: min(19.1071428571vw, 152px);
    top: max(-5.3571428571vw, -60px);
    left: min(35.8928571429vw, 402px);
  }
}

.fig-awake {
  aspect-ratio: 510/503;
  background-image: url("../img/fig-awake-bg.svg");
  background-position: left top 33.8666666667vw;
}
.fig-awake .bars {
  aspect-ratio: 510/220;
  top: 33.8666666667vw;
  background-image: url("../img/fig-awake-bg.svg");
}
.fig-awake .bar1,
.fig-awake .bar2,
.fig-awake .bar3 {
  bottom: 2.9333333333vw;
}
.fig-awake .bar1 {
  height: 75.3333333333%;
}
.fig-awake .bar2 {
  height: 59.5555555556%;
}
.fig-awake .bar3 {
  height: 45.4074074074%;
}
.fig-awake .fimg {
  background-size: cover;
  transform-origin: center;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fig-awake .img01 {
  top: 12.9333333333vw;
  left: -4.2666666667vw;
  width: 29.3333333333vw;
  aspect-ratio: 220/158;
  background-image: url("../img/fig-awake-01_sp.svg");
  transition-delay: 1.1s;
}
.fig-awake .img02 {
  top: 12.9333333333vw;
  left: 20.2666666667vw;
  width: 27.7333333333vw;
  aspect-ratio: 208/202;
  background-image: url("../img/fig-awake-02_sp.svg");
  transition-delay: 1.4s;
}
.fig-awake .img03 {
  top: 15.4666666667vw;
  left: 42.5333333333vw;
  width: 30.4vw;
  aspect-ratio: 228/210;
  background-image: url("../img/fig-awake-03_sp.svg");
  transition-delay: 1.7s;
}
.fig-awake.js_startAnm .fimg {
  opacity: 1;
  transform: scaleY(1);
}
@media print, screen and (min-width: 768px) {
  .fig-awake {
    aspect-ratio: 500/390;
  }
  .fig-awake .bars {
    top: min(12.9464285714vw, 145px);
  }
  .fig-awake .bar1,
  .fig-awake .bar2,
  .fig-awake .bar3 {
    bottom: min(1.9642857143vw, 22px);
  }
  .fig-awake .img01 {
    top: min(2.6785714286vw, 30px);
    left: min(2.0535714286vw, 23px);
    width: min(14.7321428571vw, 165px);
    aspect-ratio: 165/144;
    background-image: url("../img/fig-awake-01_pc.svg");
  }
  .fig-awake .img02 {
    top: min(6.0714285714vw, 68px);
    left: min(15.8928571429vw, 178px);
    width: min(14.1071428571vw, 158px);
    aspect-ratio: 158/122;
    background-image: url("../img/fig-awake-02_pc.svg");
  }
  .fig-awake .img03 {
    top: min(1.9642857143vw, 22px);
    left: min(28.3928571429vw, 318px);
    width: min(15.3571428571vw, 172px);
    aspect-ratio: 172/198;
    background-image: url("../img/fig-awake-03_pc.svg");
  }
}

.fig-qsleep {
  aspect-ratio: 510/353;
}
.fig-qsleep .bars {
  aspect-ratio: 510/218;
  top: 12.9333333333vw;
  background-image: url("../img/fig-qsleep-bg.svg");
}
.fig-qsleep .bar1,
.fig-qsleep .bar2,
.fig-qsleep .bar3 {
  bottom: 2.9333333333vw;
}
.fig-qsleep .bar1 {
  height: 47.3%;
}
.fig-qsleep .bar2 {
  height: 54.6391752577%;
}
.fig-qsleep .bar3 {
  height: 71.7894736842%;
}
@media print, screen and (min-width: 768px) {
  .fig-qsleep {
    aspect-ratio: 500/300;
  }
  .fig-qsleep .bars {
    top: min(5.7142857143vw, 64px);
  }
  .fig-qsleep .bar1,
  .fig-qsleep .bar2,
  .fig-qsleep .bar3 {
    bottom: min(1.9642857143vw, 22px);
  }
}

.fig-skn {
  aspect-ratio: 510/364;
}
.fig-skn .bars {
  aspect-ratio: 510/246;
  background-image: url("../img/fig-skn-bg.svg");
  top: 10.6666666667vw;
}
.fig-skn .bar1,
.fig-skn .bar2,
.fig-skn .bar3 {
  bottom: 2.9333333333vw;
}
.fig-skn .bar1::after,
.fig-skn .bar2::after,
.fig-skn .bar3::after {
  content: "";
  width: 116%;
  aspect-ratio: 82/18;
  position: absolute;
  left: -8%;
  bottom: 5.4666666667vw;
  background-image: url("../img/fig-skn-01.svg");
  background-size: auto 100%;
}
.fig-skn .bar1 {
  height: 37.3983739837%;
}
.fig-skn .bar2 {
  height: 45.5284552846%;
}
.fig-skn .bar3 {
  height: 60.162601626%;
}
@media print, screen and (min-width: 768px) {
  .fig-skn {
    aspect-ratio: 500/320;
  }
  .fig-skn .bars {
    top: min(4.2857142857vw, 48px);
  }
  .fig-skn .bar1,
  .fig-skn .bar2,
  .fig-skn .bar3 {
    bottom: min(1.9642857143vw, 22px);
  }
  .fig-skn .bar1::after,
  .fig-skn .bar2::after,
  .fig-skn .bar3::after {
    bottom: min(3.3035714286vw, 37px);
  }
}

.figs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.6666666667vw;
}
.figs figure {
  flex: 0 0 20.8vw;
  line-height: 0;
}
.figs figcaption {
  text-align: center;
  margin-top: 0.5em;
  color: #ED6C00;
  font-size: 0.785em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .figs {
    margin-bottom: 0;
  }
  .figs figure {
    flex: 0 0 min(11.6071428571vw, 130px);
  }
}

.shareUs {
  margin-top: 24vw;
  margin-bottom: 24vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shareUs p {
  font-size: 3.2vw;
  margin-right: 5.3333333333vw;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.shareUs > div {
  width: 12vw;
  height: 12vw;
  margin-left: 2.6666666667vw;
}
.shareUs > div a {
  height: 100%;
  display: block;
  border-radius: 50%;
  background-size: 4.8vw auto;
  background-repeat: no-repeat;
  background-position: center;
}
.shareUs .is-facebook {
  background-color: #004f8a;
  background-image: url("../img/icn-fb.svg");
}
.shareUs .is-twitter {
  background-color: #2e89d9;
  background-image: url("../img/icn-tw.svg");
}
@media print, screen and (min-width: 768px) {
  .shareUs {
    margin-top: min(17.8571428571vw, 200px);
    margin-bottom: min(17.8571428571vw, 200px);
  }
  .shareUs p {
    font-size: min(1.4285714286vw, 1.6rem);
    margin-right: min(3.5714285714vw, 40px);
  }
  .shareUs > div {
    width: min(5.3571428571vw, 60px);
    height: min(5.3571428571vw, 60px);
    margin-left: min(1.7857142857vw, 20px);
  }
  .shareUs > div a {
    background-size: min(2.1428571429vw, 24px) auto;
  }
}

/*!　*/