@charset "UTF-8";
/*--------------------------------------------------------
共通設定
--------------------------------------------------------*/
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
  background-color: #fff;
  scroll-behavior: smooth;
  color: #252525;
}
body .sp-item {
  display: none !important;
}
body .pc-item {
  display: block !important;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
/*ボタン関連*/
.btn:hover {
  opacity: 0.7;
}
.btn-poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  position: relative;
  overflow: hidden;
  /* transform-origin: center center; */
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}
.btn-shine::after {
  animation: 2s 0s shine-btn linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
@keyframes shine-btn {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
img {
  width: 100%;
}
/*---------------
各エリアの設定(PC)
-----------------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
/* ページ内リンク先の要素にマージンを適用 */
section {
  scroll-margin-top: 150px; /* ヘッダーの高さ分ずらす */
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
/*-------------------------------------------
CTAエリア
-------------------------------------------*/
.cta-area {
  margin-top: -1px;
}
.cta-container {
  position: relative;
}
.cta-btn-doc {
  position: absolute;
  width: 38%;
  top: 28%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .cta-btn-doc {
    position: absolute;
    width: 90%;
    top: 10%;
    left: 5%;
  }
}
.cta-btn-demo {
  position: absolute;
  width: 38%;
  top: 28%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .cta-btn-demo {
    position: absolute;
    width: 90%;
    top: 39%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn-tel {
    position: absolute;
    width: 90%;
    top: 68%;
    left: 5%;
  }
}
.cta-btn-doc2 {
  position: absolute;
  width: 38%;
  top: 53%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .cta-btn-doc2 {
    position: absolute;
    width: 90%;
    top: 30%;
    left: 5%;
  }
}
.cta-btn-demo2 {
  position: absolute;
  width: 38%;
  top: 53%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .cta-btn-demo2 {
    position: absolute;
    width: 90%;
    top: 52%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn-tel2 {
    position: absolute;
    width: 90%;
    top: 74%;
    left: 5%;
  }
  .cta-btn-tel3 {
    position: absolute;
    width: 90%;
    top: 52%;
    left: 5%;
  }
}
/*--------------------------------------------------------
ロボット掃除機のポイントエリア
--------------------------------------------------------*/
.points-area {
  background-color: #f2fafe;
}
@media screen and (max-width: 768px) {
  .points-area {
    background-color: #fff;
  }
  .points-area h2 {
    background-color: #f2fafe;
  }
  .points-odd {
    background-color: #fff;
  }
  .points-even {
    background-color: #f2fafe;
  }
}
/*--------------------------------------------------------
ロボット掃除機比較表エリア
--------------------------------------------------------*/
.comp-area {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .comp-area {
    margin: 60px auto;
  }
}
.comp-area h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .comp-area h2 {
    margin-bottom: 20px;
  }
  .comp-scroll {
    margin-bottom: 10px;
  }
  .comp-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .comp-table img {
    width: 900px;
    height: auto;
    padding-bottom: 20px;
  }
}
/*--------------------------------------------------------
契約プランエリア
--------------------------------------------------------*/
.plan-area {
  background-color: #f2fafe;
  padding: 100px 0;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .plan-area {
    padding: 60px 0 20px;
    margin: 60px auto 0;
  }
}
.plan-area h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .plan-area h2 {
    margin-bottom: 20px;
  }
  .plan-scroll {
    margin-bottom: 20px;
  }
  .plan-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .plan-table img {
    width: 750px;
    height: auto;
    padding: 0 20px 20px 20px;
  }
}
/*--------------------------------------------------------
フローエリア
--------------------------------------------------------*/
.flow-area {
  margin: 100px auto;
}
.flow-area h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow-area {
    margin: 60px auto;
  }
  .flow-area h2 {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------
配膳・搬送ロボットエリア
--------------------------------------------------------*/
.robots-area {
  margin: 0 auto 100px auto;
}
.robots-area h2 {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .robots-area {
    margin: 0 auto 60px;
  }
  .robots-area h2 {
    margin: 60px auto 20px;
  }
}
/*--------------------------------------------------------
補助金・助成金エリア
--------------------------------------------------------*/
.subsidy-area {
  background-color: #f2fafe;
  padding: 100px 0;
  margin: 100px auto 0;
}
.subsidy-area h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .subsidy-area {
    padding: 60px 0;
    margin: 0 auto;
  }
  .subsidy-area h2 {
    margin-bottom: 20px;
  }
  .subsidy-scroll {
    margin-bottom: 20px;
  }
  .subsidy-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .subsidy-table img {
    width: 750px;
    height: auto;
    padding: 0 20px 20px 20px;
  }
}
/*--------------------------------------------------------
導入事例エリア
--------------------------------------------------------*/
.case-area {
  margin: 100px auto 0;
}
.case-area h2 {
  margin-bottom: 60px;
}
.case-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  padding: 0 40px;
}
.case-images img {
  /* width: calc((100% - 32px) / 3); */
  width: 350px;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 768px) {
  .case-area {
    margin: 60px auto 0;
  }
  .case-area h2 {
    margin-bottom: 20px;
  }
  .case-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    padding: 0 20px;
  }
  .case-images img {
    /* width: calc((100% - 32px) / 3); */
    width: 350px;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  }
}
/*--------------------------------------------------------
よくある質問エリア
--------------------------------------------------------*/
.faq-area {
  padding: 80px 0;
  margin: 100px auto 0;
  background-color: #f2fafe;
}
@media screen and (max-width: 768px) {
  .faq-area {
    margin-top: 60px;
    padding: 40px 0;
  }
}
.faq-items {
  padding: 40px 80px 0;
}
@media screen and (max-width: 768px) {
  .faq-items {
    padding: 20px 20px 0;
  }
}
.acd-check {
  display: none;
}
.acd-label {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .acd-label {
    padding: 10px 40px 10px 20px;
    font-size: 1.8rem;
  }
}
.acd-label:before {
  content: "Q";
  color: #005bea;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  flex-shrink: 0;
}
.acd-label:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .acd-label:after {
    right: 10px;
  }
}
.acd-content {
  display: flex;
  align-items: flex-start;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  font-size: 2rem;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 60px 0 20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .acd-content {
    font-size: 1.8rem;
    padding: 0 10px 0 20px;
  }
}
.acd-content:before {
  content: "A";
  color: #f16e24;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  flex-shrink: 0;
}
.acd-check:checked + .acd-label:after {
  content: "\f068";
}
.qa-box {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.qa-box:first-of-type {
  border-top: 1px solid #ddd;
}
/*--------------------------------------------------------
お客様の声エリア
--------------------------------------------------------*/
.voice-area {
  margin: 100px auto 0;
}
.voice-area h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .voice-area {
    margin: 60px auto 0;
  }
  .voice-area h2 {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------
会社情報エリア
--------------------------------------------------------*/
.company-info-area {
  padding: 80px 120px 40px 120px;
}
.company-info-table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  margin: 60px auto;
  padding: 0 120px;
}
.company-info-table th {
  font-size: 1.8rem;
  font-weight: bold;
  width: 20%;
  border-top: 1px solid #ccc;
  text-align: left;
  padding-left: 80px;
  vertical-align: middle;
}
.company-info-table td {
  font-size: 1.8rem;
  width: 80%;
  padding: 15px 40px 15px 40px;
  border-top: 1px solid #ccc;
  text-align: justify;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .company-info-area {
    width: 100%;
    padding: 40px 10px 10px;
  }
  .company-info-table {
    margin: 20px auto;
    padding: 0 10px;
  }
  .company-info-table th {
    width: 25%;
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .company-info-table td {
    width: 75%;
    padding: 15px 10px 15px 0;
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------------
フッター部分(PC)
--------------------------------------------------------*/
.footer-area {
  margin: 20px auto;
  text-align: center;
  padding: 30px;
  font-size: 1.6rem;
}
.footer-area a {
  color: #252525;
  text-decoration: none;
}
.footer-area a:hover {
  text-decoration: underline;
}
.footer-area .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-area .menu li {
  margin: 0;
  padding: 0 20px;
}
.footer-area .copyright {
  margin: 0;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .footer-area {
    margin: 40px auto;
    padding: 0px;
    font-size: 1.4rem;
  }
  .footer-area .copyright {
    padding: 10px 0 0 0;
  }
}
/*--------------------------------------------------------
追従ボタン
--------------------------------------------------------*/
.fixed-buttons {
  position: fixed;
  bottom: 25%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: none;
  flex-direction: column;
  transition: opacity 0.3s ease-in-out;
}
.fixed-buttons a {
  display: block;
  line-height: 0;
}
.fixed-buttons img {
  display: block;
  width: 150px;
  height: auto;
  border-radius: 0;
  margin: 0;
}
.fixed-buttons.visible {
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fixed-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: none;
    z-index: 9999;
    display: none;
    flex-direction: row;
    transition: opacity 0.3s ease-in-out;
  }
  .fixed-buttons a {
    display: block;
    line-height: 0;
  }
  .fixed-buttons img {
    display: block;
    width: 150px;
    height: auto;
    border-radius: 0;
    margin: 0;
  }
  .fixed-buttons.visible {
    display: flex;
    opacity: 1;
  }
}
