@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  color: var(--main-txt-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
p {
  line-height: 1.75;
}
a {
  text-decoration: none;
  color: #fff;
}
div {
  display: block;
}
table {
  width: 100%;
  margin-top: 0px;
}
table th {
  border: 5px solid #e8f6f7;
  border-right: none;
  background: #008e85;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
}
table td {
  border: 5px solid #e8f6f7;
  border-left: none;
  background: #fff;
  padding: 15px 30px;
}
table td ul li {
  list-style: disc;
}
table td ul li::marker {
  color: #000;
  font-size: 1.5rem;
}
ul li {
  list-style: disc;
}
li::marker {
  color: #008e85;
  font-size: 2.0rem;
}
.link-pdf a {
  color: #000;
  text-decoration: underline;
  transition: opacity .3s ease;
}

#contents {
  width: 100%;
  display: block;
}
.cmn-sec {
  padding-top: 140px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.inner-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1210px;
  margin-bottom: 0;
}
.bg-blue {
  background: #e8f6f7;
  width: 100%;
  position: relative;
  z-index: 0;
}
.bg-white {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 0;
}
.white-box {
  display: block;
  background: #fff;
  margin: 0 auto;
  margin-top: 40px;
  padding: 50px;
  max-width: 1208px;
  border-radius: 40px;
}
.cmn-h2-ttl {
  font-size: 4.0rem;
  line-height: 1.5;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}
.cmn-h2-ttl::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 90px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #008e85;
  border-radius: 2px;
}
.app-section .cmn-h2-ttl {
  font-size: 4.0rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 32px;
  padding-top: 90px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
}
.app-section .cmn-h2-ttl::before {
  content: "";
  position: absolute;
  bottom: -4px;
  display: inline-block;
  width: 95px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 2px;
}
.cmn-h2-ttl h2 {
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.cmn-h3-ttl {
  margin-top: 40px;
  margin-bottom: 24px;
  border-bottom: 3px solid #bfdbd9;
  padding-bottom: 10px;
}
.cmn-h3-ttl h3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}
.cmn-h3-ttl {
  color: #292929;
  margin-bottom: 10px;
  position: relative;
}
.cmn-h3-ttl h3 {
  font-size: 2.0rem;
  font-weight: bold;
}
.layout-c {
  text-align: center;
}
.mt100 {
  margin-top: 100px;
}
.spacer-0 {
  height: 0;
}
.spacer-300 {
  height: 300px;
}
.spacer-550 {
  height: 550px;
}

/* header */
#header {
  background-image: linear-gradient(120deg, #156a6f, #088e48);
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 150;
  height: 125px;
}
#header .inner-wrap {
  display: flex;
  align-items: center;
  gap: 42px;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}
#header .inner-wrap .head-anchor-link > ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}
#header .inner-wrap .head-anchor-link > ul > li {
  list-style: none;
  margin-left: 0;
}
.head-anchor-link li a {
  display: inline-block;
  border: 1px solid #e8f6f7;
  border-style: none;
  border-radius: 2.7rem;
  background-color: rgb(232 246 247 / 0.2);
  padding: 15px 57px 15px 30px;
  font-size: 1.8rem;
  position: relative;
  white-space: nowrap;
  transition: opacity .3s ease;
}
.head-anchor-link li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/ja/product-information/product/mimory/assets/img/icn_anchor_btn.png) no-repeat center / contain;
  pointer-events: none;
  padding-right: 40px;
}
/* /header */

.pagettl-mv {
  position: relative;
  object-fit: cover;
}
.pagettl-mv .bg-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.pagettl-logo {
  position: absolute;
  content: "";
  top: 19%;
  left: 11.5%;
  width: 433px;
  height: 74px;
}
.pagettl-img-product {
  position: absolute;
  content: "";
  top: 15%;
  right: 11.5%;
  width: 407px;
  height: 448px;
  z-index: 10;
}
.pagettl-img-bg {
  position: absolute;
  content: "";
  top: 30%;
  right: 15%;
  width: 830px;
  height: 482px;
  z-index: 5;
}
.pagettl-txt {
  position: absolute;
  content: "";
  font-weight: bold;
  font-size: 2.0rem;
  top: 35%;
  left: 11.5%;
  padding-left: 33px;
  letter-spacing: 0.1em;
}
.pagettl-txt::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 55px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #008e85;
  border-radius: 2px;

}
/* spec */
.white-box.spec {
  position: relative;
  margin-top: 30px;
  padding: 54px 80px 200px;
}
.spec-bg-img {
  margin-top: 260px;
  padding-bottom: 20px;
  position: relative;
}
.spec-bg-img::before {
  position: absolute;
  content: "";
  background-image: url(/ja/product-information/product/mimory/assets/img/img_spec_01@2x.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  border-radius: 42px;
  top: -38%;
  right: -1%;
  width: 847px;
  height: 464px;
  z-index: 0;
}
.spec-img {
  position: absolute;
  content: "";
  top: -69%;
  left: 25.5%;
  width: 190px;
  height: 373px;
  z-index: 10;
}
.spec-wrap {
  border: none;
  border-radius: 40px;
  background-color: rgba(33 157 149 / 0.8);
  color: #fff;
  margin-left: 13px;
  padding: 87px 50px 73px 58px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.spec-table {
  font-size: 2rem;
  border-collapse: collapse;
}
.spec-table th {
  border: none;
  background: none;
  font-weight: bold;
  text-align: left;
  padding: 15px;
  white-space: nowrap;
  padding: 5px 56px 6px 0;
}
.spec-table td {
  border: none;
  background: none;
  color: #fff;
  padding: 5px; 
}
.spec-img2 {
  max-width: 100%;
  height: auto;
}
.container {
  position: relative;
}
.side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  gap: 110px;
}
.side-ttl-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 198px;
}
.side-ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.side-ttl::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 65px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #008e85;
  border-radius: 2px;
}
.label {
  position: absolute;
  z-index: 10;
}
.label-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #0da6a0;
  text-align: center;
  border: 1px solid #0da6a0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.label-txt {
  padding: 5px 15px 13px;
  background: #eaf7f8;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
  border: 2px solid #0da6a0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.label-03 .label-ttl, .label-03 .label-txt {
  max-width: 250px;
}
.label-04 .label-ttl, .label-04 .label-txt {
  max-width: 210px;
}
.label-01 {
  top: 12%;
  left: -46%;
  min-width: 178px;
}
.label-01::after {
  content: "";
  position: absolute;
  top: 46%;
  right: -24%;
  width: 43px;
  height: 13px;
  background: url(/ja/product-information/product/mimory/assets/img/icn_arrow_01.png) no-repeat center / contain;
}
.label-02 {
  top: 51%;
  left: -46%;
  max-width: 180px;
}
.label-02::after {
  content: "";
  position: absolute;
  top: 46%;
  right: -24%;
  width: 43px;
  height: 13px;
  background: url(/ja/product-information/product/mimory/assets/img/icn_arrow_01.png) no-repeat center / contain;
}
.label-03 {
  bottom: -34%;
  left: -6%;
}
.label-03::after {
  content: "";
  position: absolute;
  top: -89%;
  left: 47%;
  width: 12px;
  height: 93px;
  background: url(/ja/product-information/product/mimory/assets/img/icn_arrow_02.png) no-repeat center / contain;
}
.label-04 {
  top: 20%;
  left: 73%;
  min-width: 210px;
}
.label-04::after {
  content: "";
  position: absolute;
  top: 47%;
  left: -46%;
  width: 98px;
  height: 13px;
  background: url(/ja/product-information/product/mimory/assets/img/icn_arrow_04.png) no-repeat center / contain;
}
.label-05 {
  bottom: -5%;
  left: 74%;
  min-width: 180px;
}
.label-05::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -53%;
  width: 103px;
  height: 40px;
  background: url(/ja/product-information/product/mimory/assets/img/icn_arrow_03.png) no-repeat center / contain;
  z-index: -1;
}
.label-ttl-02 {
  border: 1px solid #74a6a4;
  background: #74a6a4;
}
.label-txt-02 {
  border: 2px solid #74a6a4;
  background: #eaf8f5;
}
.label-06 {
  top: -4%;
  right: -53%;
  min-width: 220px
}
.label-06::after {
  content: "";
  position: absolute;
  top: 92%;
  right: 97%;
  width: 142px;
  height: 81px;
  background: url(/ja/product-information/product/mimory/assets/img/icn_arrow_05.png) no-repeat center / contain;
  z-index: -1;
}
.label-07 {
  bottom: -39%;
  right: 7%;
  max-width: 225px;
}
.label-07::after {
  content: "";
  position: absolute;
  bottom: 97%;
  right: 49%;
  width: 87px;
  height: 204px;
  background: url(/ja/product-information/product/mimory/assets/img/icn_arrow_06.png) no-repeat center / contain;
  z-index: -1;
}
.side-left {
  position: relative;
  margin-top: 63px;
}
.side-left .watch-img {
  width: 271px;
  height: 307px;
  z-index: 5;
}
.side-right {
  position: relative;
  margin-top: 58px;
  margin-left: 48px;
}
.side-right .watch-img {
  width: 302px;
  height: 329px;
  z-index: 5;
}
/* /spec */

/* 機能詳細 */
.table-wrap {
  margin-top: 86px;
  margin-bottom: 55px;
}
.table-wrap table th {
  font-size: 2rem;
  padding: 19px 28px;
}
.table-wrap table td {
  font-size: 1.8rem;
}
.list {
  margin-top: 15px;
  margin-left: 23px;
  font-size: 1.8rem;
}
.list li.notes::before {
  content: "※";
}
.list li.notes {
  margin-left: 0;
  list-style-type: none;
}
.list li + li {
  margin-top: 10px;
}
/* 機能詳細 */

/* 仕組み */
.section-mechanism {
  padding-bottom: 600px;
}
.mechanism-sub-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 75px;
} 
.mechanism-sub-ttl > p {
  display: inline-block;
  padding: 2px 95px;
  border: 1px solid #1eaaa2;
  background: #1eaaa2;
  border-radius: 25px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
}
.lead {
  text-align: center;
  font-size: 1.8rem;
}
.mechanism-img {
  display: block;
  text-align: center;
  margin: 0 auto;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

/* app-section */
.app-section-wrap {
  display: flex;
  justify-content: center;
  margin-top: -46.5%;
  width: 100%;
  z-index: 10;
}
.app-section {
  margin: 0 auto;
  padding: 33px;
  padding-inline: 83px;
}
.app-section-bg {
  background: url(/ja/product-information/product/mimory/assets/img/img_senyou_app_01@2x.jpg) no-repeat center top;
  background-size: cover;
  max-width: 1208px;
  height: 828px;
  margin: 0 auto;
  border-radius: 42px;
}
.app-flx1 {
  display: flex;
  padding-top: 45px;
  gap: 50px;
}
.app-flx2 {
  display: flex;
  padding: 40px 95px;
  gap: 77px;
  margin-top: 78px;
}
.app-img {
  display: flex;
  gap: 20px;
}
.app-introduction {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.app-introduction-img {
  display: flex;
  align-items: center;
  gap: 40px;
}
.app-introduction-img > p {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
}
.app-introduction-txt {
  font-size: 1.8rem;
  border-radius: 12px;
  padding: 10px;
  background-color: rgba(0,0,0,0.2);
}
.app-introduction-txt p + p {
  margin-top: 10px;
}
.app-introduction-txt .note {
  display: flex;
  margin-top: 12px;
  font-size: 1.6rem;
}
.app-introduction-txt .note span {
  display: inline-block;
}
.app-introduction-txt p {
  color: #fff;
  line-height: 1.75;
}
.app-bg-wrap {
  position: relative;
  width: fit-content;
}
.app-bg-wrap::before {
  position: absolute;
  content: "";
  top: 85%;
  left: -31%;
  transform: translateY(-50%);
  width: 497px;
  height: 722px;
  background: url(/ja/product-information/product/mimory/assets/img/img_senyou_app_06.png) no-repeat center / contain;
  z-index: 0;
}

.app-flx2 .app-bg {
  position: relative;
  z-index: 1;
  display: block;
}
.list-box .list-green-box > li {
  list-style: none;
}
.list-green-box {
  border: 1px solid #cee9eb;
  background: #cee9eb;
  padding: 35px 40px 20px;
  display: flex;
  gap: 35px;
  margin-bottom: 10px;
}
.list-green-box:first-child {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.list-green-box:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.list-green-box .list-box-ttl {
  line-height: 1.5;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
  margin-top: 65px;
  margin-bottom: 100px;
}
.app-grid > li {
  list-style: none;
}
.app-grid .app-info-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #008e85;
}
.app-grid .app-info-txt {
  max-width: 510px;
  letter-spacing: 0.07em;
}
.app-grid li p > a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity .3s ease;
}
.notes-wrap {
  margin-top: 20px;
  color: #fff;
  border-radius: 12px;
  background-color: rgba(0,0,0,0.2);
  padding: 10px;
}
.notes-wrap > li {
  list-style-type: none;
}
/* app-section */

/* contact */
.contact-section .lead {
  margin-top: 80px;
}
.contact-btn {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  padding-bottom: 100px;
}
.contact-btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  min-width: 560px;
  height: 103px;
  border: 1px solid #095e61;
  border-radius: 50px;
  font-size: 2.4rem;
  text-align: center;
  background: #095e61;
  color: #fff;
  font-weight: bold;
  transition: opacity .3s ease;
}
.contact-btn .btn-txt {
  padding-left: 30px;
}
.contact-btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 130px;
  transform: translateY(-50%);
  background: url(/ja/product-information/product/mimory/assets/img/icn_contact.png) no-repeat center / contain;
  display: inline-block;
  width: 26px;
  height: 17px;
  z-index: 30;
}
footer {
  position: relative;
  background-image: linear-gradient(120deg, #156a6f, #088e48);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
footer .inner-wrap {
  max-width: 1210px;
  padding-top: 58px;
  padding-bottom: 50px;
  z-index: 0;
}
footer .bg-blue {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8f6f7;
  z-index: -1;
}
.footer-flx {
  display: flex;
  justify-content: space-between;
}
.footer-site-nav {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer-nav {
  display: flex;
}
.footer-nav > li {
  list-style: none;
}
.footer-nav li + li {
    margin-left: 16px;
    padding-left: 16px;
    position: relative;
}
.footer-nav li + li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  border-left: 1px solid #fff;
}
.footer-site-nav p {
  margin-top: 22px;
  font-size: 1.4rem;
  color: #fff;
}
/* /contact */

/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 768px){
  body {
    min-width: 1290px;
  }
  #wrap {
    width: 100%;
    position: relative;
  }
  .sp-only {
    display: none;
  }
  .head-anchor-link li a:hover,
  .contact-btn a:hover {
    opacity: .8;
  }

  .footer-nav > li a:hover {
    text-decoration: underline;
  }

  .link-pdf a:hover,
  .app-grid li p > a:hover {
    opacity: .7;
  }

}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 767px){
  .inner-wrap {
    overflow: hidden;
  }
  .cmn-sec {
    padding-top: 80px;
  }
  .inner-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .white-box {
    padding: 20px;
  }
  .sp-mb20 {
    margin-bottom: 20px;
  }
  .sp-spacer-0 {
    height: 0;
  }
  .sp-spacer-300 {
    height: 300px;
  }
  .sp-spacer-500 {
    height: 500px;
  }
  .pc-only {
    display: none;
  }
  .cmn-h2-ttl h2 {
    font-size: 2.4rem;
  }
  .list {
    font-size: 1.4rem;
  }
  .hamburger-btn {
    margin-left: 40px;
    padding: 0;
    width: 33px;
    height: 33px;
    background-color: transparent;
    border: none;
  }
  .hamburger-btn .bar {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    transition: all .3s ease;
    background-color: #fff;
    border-radius: 2px;
  }
  .hamburger-btn .bar::before,
  .hamburger-btn .bar::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .3s ease;
    border-radius: 2px;
  }
  .hamburger-btn .bar::before {
    transform: translateY(-10px);
  }
  .hamburger-btn .bar::after {
    transform: translateY(10px);
  }
  .hamburger-btn.open .bar {
    background-color: transparent;
  }
  .hamburger-btn.open .bar::before {
    transform: rotate(45deg);
  }
  .hamburger-btn.open .bar::after {
    transform: rotate(-45deg);
  }
  .modal {
    position: fixed;
    padding: 30px 35px;
    width: 100%;
    height: fit-content;
    top: 60px;
    background: linear-gradient(120deg, #156a6f, #088e48);
    visibility: hidden;
    pointer-events: none;
    border-radius: 0 0 21px 21px;
  }
  .modal.open {
    visibility: visible;
    pointer-events: all;
  }
  .modal .anchor-list li {
    list-style: none;
  }
  .modal .anchor-list li a {
    display: inline-block;
    border: 1px solid #e8f6f7;
    border-style: none;
    border-radius: 2.7rem;
    background-color: rgb(232 246 247 / 0.2);
    padding: 10px 30px;
    width: 100%;
    font-size: 1.7rem;
    text-align: center;
    position: relative;
    white-space: nowrap;
    transition: opacity .3s ease;
  }
  .modal .anchor-list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/ja/product-information/product/mimory/assets/img/icn_anchor_btn.png) no-repeat center / contain;
    pointer-events: none;
    padding-right: 40px;
  }
  .modal .anchor-list li + li {
    margin-top: 18px;
  }
  /* header */
  #header {
    height: 62px;
  }
  .logo-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
  }
  .logo-wrap > img {
    width: 180px;
    height: 30px;
  }
  /* /header */

  .mechanism-sub-ttl > p {
    padding: 5px 40px;
  }

  /* mv */
  .pagettl-logo {
    top: 38px;
    left: 31px;
    width: auto;
    height: auto;
  }
  .pagettl-logo img {
    max-width: 216px;
    height: auto;
  }
  .pagettl-img-product {
    content: initial;
    top: 191px;
    left: 180px;
    max-height: 180px;
    max-width: 166px;
  }
  .pagettl-txt {
    top: 91px;
    left: 20px;
    font-size: 1.8rem;
  }
  .pagettl-txt::before {
    top: 7px;
    left: 14px;
    height: 75px;
    transform: none;
  }
  .pagettl-img-bg {
    width: 425px;
    height: 241px;
    top: 50%;
    right: 25px;
  }
  .pagettl-mv .bg-img {
    height: 438px;
  }
  /* mv */  

  /* spec */
  .white-box.spec {
    padding: 10px;
    padding-bottom: 40px;
  }
  .spec-bg-img {
    margin-top: 250px;
  }
  .spec-bg-img::before {
    background-size: cover;
    width: 265px;
    height: 300px;
    border-radius: 40px;
    top: -55%;
  }
  .spec-img {
    content: initial;
    top: -20%;
    left: 8%;
    width: 78px;
    height: auto;
  }
  .spec-wrap {
    margin-left: 0;
    padding: 10px;
  }
  .spec-table {
    font-size: 1.4rem;
    margin: 70px 0 0 0;
  }
  .spec-table th {
    padding: 15px;
    white-space: nowrap;
    padding: 5px;
  }
  .spec-table td {
    color: #fff;
    padding: 5px;
  }
  .spec-img2 {
    max-width: 100%;
    height: auto;
  }
  .side {
    grid-template-columns: 1fr;
    gap: 150px;
  }
  .side .side-ttl {
    margin-bottom: 40px;
  }
  .side-left {
    margin-top: 20px;
  }
  .side-left .watch-img {
    margin-left: 10px;
    max-width: 136px;
    height: auto;
  }
  .side .label-ttl {
    font-size: 1.2rem;
  }
  .side .label-txt {
    font-size: 1.2rem;
    padding: 5px;
    letter-spacing: -0.03em;
  }
  .label-01,
  .label-02,
  .label-04,
  .label-05,
  .label-06,
  .label-07 {
    min-width: auto;
    width: 115px;
  }
  .label-01 {
    top: 22%;
    left: -62%;
  }
  .label-01::after {
    top: 96%;
    right: -7%;
    width: 27px;
    height: 10px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .label-02 {
    top: 79%;
    left: -62%;
  }
  .label-02::after {
    top: 10%;
    right: -8%;
    width: 27px;
    height: 10px;
    transform: rotate(-45deg);
    z-index: -1;
  }
  .label-03 {
    bottom: -39%;
    left: -39%;
    max-width: 158px;
  }
  .label-03::after {
    top: -80%;
    left: 62%;
    width: 11px;
    height: 60px;
    z-index: -1;
  }
  .label-04 {
    min-width: 32vw;
    left: 74%;
    top: 45%;
  }
  .label-04::after {
    left: -36px;
    width: 58px;
    z-index: -1;
  }
  .label-05 {
    top: 100%;
    left: 70%;
    min-width: 33vw;
  }
  .label-05::after {
    width: 65px;
    height: 56px;
    top: -47px;
    left: -43px;
    transform: rotate(37deg);
  }
  .label-06 {
    top: 20%;
  }
  .label-06::after {
    top: 60%;
    right: 69%;
    width: 100px;
  }
  .label-07 {
    top: 65%;
    right: -53%;
  }
  .label-07::after {
    bottom: 45%;
    right: 67%;
    height: 137px;
    transform: rotate(-45deg);
  }
  .side-right {
    margin: 0;
  }
  .side-right .watch-img {
    max-width: 151px;
    height: auto;
  }
  /* /spec */

  /* app */
  .table-wrap table th,
  .table-wrap table td {
    padding: 6px 8px;
    font-size: 1.4rem;
  }
  .table-wrap table colgroup col:nth-child(1) {
    width: 33vw;
  }
  table .list {
    margin-top: 0;
  }
  table td ul li::marker {
    font-size: 1.4rem;
  }
  object {
    max-height: 329px;
  }
  object a {
    display: block;
    margin-top: 40px;
    text-align: center;
    color: #000;
  }
  .section-mechanism {
    padding-bottom: 80px;
  }
  .app-section-wrap {
    display: block;
    margin-top: 0;
  }
  .app-section {
    width: 100%;
    height: auto;
    background-size: cover;
    border-radius: 0;
    padding: 20px 15px;
  }
  .app-section .cmn-h2-ttl {
    padding-top: 80px;
  }
  .app-section-bg {
    border-radius: 0;
    height: auto;
    background-position: -478px top;
  }
  .app-flx1 {
    flex-direction: column;
    padding: 0;
    gap: 30px;
  }
  .app-flx2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    gap: 30px;
  }
  .app-img {
    justify-content: center;
    flex-wrap: nowrap;
  }
  .app-img img {
    width: 30%;
    height: auto;
  }
  .app-introduction {
    gap: 10px;
  }
  .app-introduction-img {
    gap: 10px;
  }
  .app-introduction-img > img {
    width: 100px;
    height: 100px;
  }
  .app-introduction-txt .note {
    font-size: 1.2rem;
  }
  .app-bg-wrap::before {
    left: -35%;
  }
  .app-bg-wrap img {
    margin-bottom: 150px;
  }
  .list-green-box {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin-left: 0;
  }
  .list-green-box img {
    margin: 0 auto;
  }
  .app-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 0;
    padding: 0 15px;
  }
  .list-green-box .list-box-ttl {
    font-size: 1.6rem;
  }
  .list-green-box p {
    font-size: 1.4rem;
  }
  .app-section .cmn-h2-ttl {
    padding-top: 30px;
    font-size: 2.4rem;
  }
  .app-introduction-img > p {
    padding-top: 0;
    font-size: 2rem;
  }
  .app-introduction-txt p {
    font-size: 1.4rem;
  }

  .app-grid .app-info-ttl {
    font-size: 1.6rem;
  }
  .app-grid .app-info-txt {
    font-size: 1.4rem;
  }

  .notes-wrap {
    font-size: 1.2rem;
  }
  /* contact */
  .contact-btn a {
    flex: 1;
    min-width: auto;
    font-size: 1.6rem;
    height: 50px;
  }
  .contact-btn a::before {
    left: 60px;
  }
  .contact-btn .btn-txt {
    line-height: 1;
  }

  /* /contact */

  /* footer */
  .footer-flx {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .footer-site-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .footer-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .footer-nav a {
    width: 100%;
  }
  .footer-nav li + li {
    margin: 0;
    padding: 0;
  }
  .footer-nav li + li::before {
    display: none;
  }
  /* /footer */
}