@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Arial", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #666;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #000;
}

.c-header p {
  font-style: 20px;
  margin-right: 20px;
}
.c-header img {
  height: auto;
  width: 190px;
}
.c-footer {
  background: #0099B3;
  color: #fff;
  padding: 30px 0;
}

.c-footer .logo {
  text-align: center;
}

.c-footer .txt {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.c-footer .copy-right {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

#pagetop {
  right: 7px;
}
#pagetop > a {
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 0px 2px 2px #e4e4e4;
          box-shadow: 0px 2px 2px #e4e4e4;
}
#pagetop > a .txt {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  position: relative;
  margin-top: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pagetop > a .txt::after {
  content: "";
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.c-bg-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#E7F6F9), color-stop(78%, #EDF9FB), to(#F6FEFF));
  background: linear-gradient(#E7F6F9 0%, #EDF9FB 78%, #F6FEFF 100%);
}

.c-ttl01 {
  text-align: center;
  border-bottom: 1px solid #BC9329;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 9px;
}
.c-ttl01.large {
  font-size: 18px;
}
.c-ttl01.bold {
  font-weight: bold;
}
.c-ttl01 .strong {
  font-weight: bold;
  color: #666666;
  font-size: 20px;
}
.device02 .pc {
  width: 352px;
  high: auto;
}
.think-block .img01 {
  width: 300px;
  margin: auto;
}
.use-section .c-btn01 {
  border: 1px solid #BC9329;
  text-align: center;
  margin: auto;
  width: 240px;
  display: block;
  font-weight: bold;
  color: #fff;
  position: relative;
  font-size: 14px;
  border-radius: 50px;
  background: #BC9329;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.5;
}
.use-section .c-btn01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background: #AFA870;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.use-section .c-btn01::after {
  content: "";
  -webkit-mask: url(../img/arrow01.svg) no-repeat center/cover;
          mask: url(../img/arrow01.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  background: #fff;
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn01 {
  border: 1px solid #0099B3;
  text-align: center;
  margin: auto;
  width: 218px;
  display: block;
  font-weight: bold;
  color: #fff;
  position: relative;
  font-size: 14px;
  border-radius: 50px;
  background: #0099B3;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.5;
}
.c-btn01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #7FCCD9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01::after {
  content: "";
  -webkit-mask: url(../img/arrow01.svg) no-repeat center/cover;
          mask: url(../img/arrow01.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background: #fff;
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01 .txt {
  font-weight: bold;
}
.c-btn01.book {
  padding: 8px 0;
  width: 240px;
}
.c-btn01.book .icon {
  -webkit-mask: url(../img/icon-book.svg) no-repeat center/cover;
          mask: url(../img/icon-book.svg) no-repeat center/cover;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  display: block;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01.book::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-btn01.external::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anm-fadeInUp {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.anm-fadeInUp.is-animated {
  -webkit-animation: fadeInUp 1.5s both;
          animation: fadeInUp 1.5s both;
}

.home .dear-area {
  background: #FCF9F0;
  text-align: center;
  padding: 15px 0;
}
.home .dear-area .txt {
  display: inline-block;
  font-weight: bold;
  color: #BC9329;
  position: relative;
  padding: 0 50px;
  font-size: 22px;
  line-height: 1.5;
  /* &::before {
    content: "";
    background: url(../img/dot01.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 40px;
    height: 7px;
  }
  &::after {
    content: "";
    background: url(../img/dot01.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 40px;
    height: 7px;
  } */
}
.home .mv-section {
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
}
.home .mv-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 582px;
  background: url(../img/deco-circle.png.webp) no-repeat center/cover;
}
.home .mv-section .inner-block {
  margin: auto;
}
.home .mv-section .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.home .mv-section .device-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .mv-section .main-ttl {
  text-align: center;
  margin: 10px
}
.home .mv-section .good-design {
  display: block;
  text-align: center;
  margin: 36px auto 0;
}
.home .mv-section .main-content {
  position: relative;
  margin: 0px auto 0;
}
.home .mv-section .desc {
  text-align: center;
  font-weight: 500;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
}
.home .mv-section .circle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .mv-section .circle {
  background: #fff;
  width: min(121px, 30.7106598985vw);
  height: min(121px, 30.7106598985vw);
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset -2px -3px 4px rgba(0, 153, 179, 0.15), -2px -4px 4px rgba(255, 255, 255, 0.8);
          box-shadow: inset -2px -3px 4px rgba(0, 153, 179, 0.15), -2px -4px 4px rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .mv-section .circle:nth-child(1) img {
  width: 33px;
}
.home .mv-section .circle:nth-child(2) img {
  width: 43px;
}
.home .mv-section .circle:nth-child(3) img {
  width: 50px;
}
.home .mv-section .circle img {
  display: block;
  margin: auto;
}
.home .mv-section .circle .txt {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
}
.home .download-block .download-area {
  text-align: center;
  background: rgba(120, 120, 120, 0.2);
  padding: 8px 0;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .download-block .download-area.sp .app-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-left: 16px
}
.home .download-block .download-area .btn {
  background: #0099B3;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  width: 270px;
  display: block;
  margin: auto;
  padding: 7px 0;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-shadow: 0 2px 2px rgba(85, 85, 85, 0.2);
          box-shadow: 0 2px 2px rgba(85, 85, 85, 0.2);
}
.home .download-block .blue-box {
  background: #E7F6F9;
  border-radius: 20px;
}
.home .download-block .icon {
  margin: auto;
  display: block;
  width: 150px;
  height: 150px;
}
.home .download-block .ttl {
  color: #0099B3;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.home .download-block .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.home .download-block .flex .box {
  width: 150px;
}
.home .download-block .device {
  color: #888;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.home .download-block .qr {
  display: block;
  margin: auto;
  padding: 12px;
  background: #fff;
  border-radius: 16px;
}
.home .function-section {
  padding-top: 35px;
  padding-bottom: 60px;
  overflow: hidden;
}
.home .function-section .c-ttl01 {
  margin-bottom: 18px;
}
.home .function-section .gray-area {
  position: relative;
  z-index: 0;
  padding-top: 16px;
  padding-bottom: 13px;
}
.home .function-section .gray-area::before {
  content: "";
  background: #F0F0F0;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
}
.home .function-section .gray-area .area-ttl {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  text-align: center;
  margin: auto;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 0 9px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
}
.home .function-section .content {
  margin: auto;
}
.home .function-section .comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .function-section .comment-wrap:nth-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 26px;
  margin-bottom: -13px;
  gap: 10px;
}
.home .function-section .comment-wrap:nth-child(1) .balloon {
  width: 219px;
  padding: 28px 20px 25px 34px;
  margin-left: 5px;
  background: url(../img/balloon02.svg) no-repeat center/contain;
}
.home .function-section .comment-wrap:nth-child(1) .person-icon {
  margin-top: 27px;
}
.home .function-section .comment-wrap:nth-child(2) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 9px;
}
.home .function-section .comment-wrap:nth-child(2) .balloon {
  background: url(../img/balloon03.svg) no-repeat center/contain;
  padding: 28px 37px 23px 46px;
}
.home .function-section .comment-wrap:nth-child(2) .person-icon {
  margin-top: 32px;
}
.home .function-section .comment-wrap .person-icon {
  background: #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  overflow: hidden;
  padding-top: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .function-section .comment-wrap .person-icon img {
  margin: auto;
  display: block;
}
.home .function-section .comment-wrap .balloon {
  line-height: 1.3;
}
.home .function-section .comment-wrap .balloon .txt {
  font-weight: bold;
  font-size: 14px;
  color: #0099B3;
}
.home .function-section .solution-area {
  padding-top: 20px;
}
.home .function-section .solution-area .area-ttl {
  font-weight: bold;
  color: #0099B3;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 32px;
}
.home .function-section .solution-area .area-ttl .strong {
  font-size: 20px;
}
.home .function-section .solution-area .solution-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(1) {
  gap: 12px;
  margin-bottom: 47px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(1) .txt-ttl::before {
  left: -10px;
  top: -3px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(1) .img-area {
  width: 87px;
  margin-top: 10px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 44px;
  gap: 8px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(2) .txt-ttl::before {
  top: -2px;
  left: -7px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(2) .img-area {
  width: 85px;
  position: relative;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(2) .txt {
  position: relative;
  z-index: 2;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(3) {
  gap: 12px;
  margin-bottom: 44px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(3) .txt-ttl::before {
  top: -6px;
  left: -8px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(3) .img-area {
  width: 85px;
  margin-top: 8px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(4) .txt-ttl::before {
  top: -2px;
  left: -7px;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(4) .img-area {
  width: 85px;
  position: relative;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(4) .img-area .balloon {
  position: absolute;
  top: 46px;
  bottom: 0;
  left: -52px;
  width: 66px;
  margin: auto;
}
.home .function-section .solution-area .solution-wrap:nth-of-type(4) .txt {
  position: relative;
  z-index: 2;
  margin-right: 46px;
}
.home .function-section .solution-area .solution-wrap .txt-ttl {
  font-weight: bold;
  color: #0099B3;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.home .function-section .solution-area .solution-wrap .txt-ttl::before {
  content: "";
  background: rgba(0, 153, 179, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
}
.home .function-section .solution-area .solution-wrap .txt {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}
.home .function-section .solution-area .solution-wrap .img-area {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .use-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#E7F6F9), color-stop(78%, #EDF9FB), to(#F6FEFF));
  background: linear-gradient(#E7F6F9 0%, #EDF9FB 78%, #F6FEFF 100%);
  padding-top: 20px;
  padding-bottom: 50px;
}
.home .use-section .c-ttl01 {
  margin-bottom: 25px;
}
.home .use-section .ttl-wrap {
  text-align: center;
  margin-bottom: 17px;
}
.home .use-section .ttl {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: 1.5;
  color: #BC9329;
  padding: 0 16px;
}
.home .use-section .ttl::before {
  content: "";
  width: 38px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -20px;
  background: #BC9329;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.home .use-section .ttl::after {
  content: "";
  width: 38px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -18px;
  background: #BC9329;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.home .use-section .box {
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 34px;
}
.home .use-section .box .color-bg {
  background: #0099B3;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 10.5px 0;
  line-height: 1.5;
}
.home .use-section .box .txt-area {
  padding: 15px 18px 48px;
}
.home .use-section .box .box-ttl {
  font-weight: bold;
  color: #BC9329;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
.home .use-section .box .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 2px;
  margin-bottom: 22px;
}
.home .use-section .box .desc a {
  color: #0099B3;
  text-decoration: underline;
}
.home .use-section .box .desc .logo01 {
  display: inline-block;
  width: 130px;
  vertical-align: middle;
  margin:0 2px;
}
.home .use-section .box .desc .logo02 {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
.home .use-section .box .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.home .use-section .box .logo-wrap .logo01 {
  width: 53%;
  display: block;
  margin-right: 11px;
}
.home .use-section .box .logo-wrap .logo02 {
  width: 35.2%;
}
.home .use-section .box .logo-wrap .cross {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 3px;
}
.home .use-section .box .logo-wrap .cross::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
  height: 1px;
  width: 100%;
  margin: auto;
}
.home .use-section .box .logo-wrap .cross::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
  height: 1px;
  width: 100%;
  margin: auto;
}
.home .use-section .box:last-child {
  padding-bottom: 31px;
  margin-bottom: 0;
}
.home .use-section .box:last-child .txt-area {
  padding-bottom: 0;
}
.home .use-section .img-wrap02 {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
}
.home .use-section .alignment {
  display: block;
  margin: 0px auto 24px;
  width: 95vw;
}
.home .use-section .flow-txt {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.home .use-section .img-area {
  position: relative;
  max-width: 230px;
  margin: auto;
}
.home .use-section .img-area .deco {
  position: absolute;
  bottom: 18px;
  right: -42px;
}
.home .use-section .device {
  display: block;
  margin: auto;
  max-width: 238px;
  border: 1px solid #ddd;
}
.home .use-section .nrk {
  display: block;
  margin: 0 auto 15px;
  max-width: 280px;
}
.home .use-section .device + .desc {
  margin-top: 23px;
}
.home .use-section .flow-arrow {
  background: rgba(0, 150, 178, 0.3);
  height: 30px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  margin: 34px auto 24px;
  max-width: 250px;
}
.home .use-section .blue-box {
  color: #0099B3;
  font-weight: bold;
  border: 2px solid #0099B3;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  padding: 13px 0;
  margin: 0 auto 32px;
  max-width: 290px;
}
.home .use-section .complete {
  color: #0099B3;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 250px;
  margin: 0 auto 30px;
  padding: 10px 0;
}
.home .use-section .complete .small {
  line-height: 1.6;
  font-size: 12px;
  margin-top: 5px;
}
.home .use-section .gray-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #F6F6F6;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 8px;
  max-width: 250px;
  margin: 30px auto 0;
}
.home .use-section .gray-box img {
  width: 39px;
}
.home .use-section .gray-box .box-txt {
  font-size: 10px;
  line-height: 1.4;
}
.home .use-section .gray-box .box-txt a {
  font-weight: 500;
  color: #0099B3;
}
.home .use-section .js-toggle-close-btn {
  margin-top: 30px;
}
.home .use-section .js-toggle-close-btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .use-section .toggle-area {
  display: none;
}
.home .think-block {
  padding-top: 50px;
}
.home .think-block .inner {
  max-width: 800px;
  margin: auto;
}
.home .think-block .txt {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.home .think-block .img01 {
  margin-top: 35px;
  text-align: center;
}
.home .think-block .img01 p {
  font-size: 0.8rem;
  margin-top: 4px;
}
.home .think-block .note {
  margin: 18px 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.home .think-block .center {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.home .think-block .center .ocher {
  color: #BC9329;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
}
.home .think-block .img02 {
  text-align: center;
}
.home .voice-section {
  padding-top: 48px;
  padding-bottom: 86px;
}
.home .voice-section .voice-list {
  margin-top: 28px;
}
.home .voice-section .voice-list > li {
  border-radius: 8px;
  background: #EDF9FB;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  padding: 15px 14px;
  margin-bottom: 29px;
}
.home .voice-section .voice-list > li:last-child {
  margin-bottom: 0;
}
.home .voice-section .voice-list .ttl {
  color: #0099B3;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2px;
}
.home .voice-section .voice-list .prof {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.home .voice-section .voice-list .balloon {
  background: #fff;
  border-radius: 8px;
  position: relative;
  border: 1px solid #0099B3;
  padding: 16px 14px 18px;
  margin: 0 3px;
}
.home .voice-section .voice-list .balloon::before {
  content: "";
  position: absolute;
  left: 35px;
  top: -14px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #0099B3;
  width: 16px;
  height: 14px;
}
.home .voice-section .voice-list .balloon::after {
  content: "";
  position: absolute;
  left: 36px;
  top: -12px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  width: 14px;
  height: 14px;
}
.home .voice-section .voice-list .balloon .txt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.home .faq-section {
  padding-top: 25px;
  padding-bottom: 68px;
}
.home .faq-section .c-ttl01 {
  margin-bottom: 33px;
}
.home .faq-section .faq-list {
  margin: 30px 3px;
}
.home .faq-section .faq-list > li {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 26px;
  border-radius: 8px;
}
.home .faq-section .faq-list > li .question-area {
  border-radius: 8px 8px 0 0;
}
.home .faq-section .faq-list > li:last-child {
  margin-bottom: 0;
}
.home .faq-section .faq-list .icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .faq-section .question-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #0099B3;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding: 11px 12px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 13px;
  border: 1px solid #0099B3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .faq-section .question-area .icon {
  background: #fff;
  color: #BC9329;
}
.home .faq-section .answer-area {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  padding: 13px 12px;
}
.home .faq-section .answer-area .answer-inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 13px;
}
.home .faq-section .answer-area .txt {
  font-weight: 500;
}
.home .faq-section .answer-area .txt a {
  color: #0099B3;
  text-decoration: underline;
}
.home .faq-section .answer-area .icon {
  background: #BC9329;
  color: #fff;
}
.home .caution-section {
  padding-top: 28px;
  padding-bottom: 38px;
}
.home .caution-section .c-ttl01 {
  margin-bottom: 30px;
}
.home .caution-section .ttl {
  color: #0099B3;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
.home .caution-section .wrapper {
  max-width: 800px;
  margin: auto;
}
.home .caution-section .txt {
  font-size: 14px;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.home .caution-section .txt + .ttl {
  margin-top: 16px;
}
.home .caution-section table {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 5px;
  border-collapse: separate;
  margin-bottom: 30px;
  border-spacing: 2px;
}
.home .caution-section table th {
  background: #EDF9FB;
  padding: 3px 9px;
  text-align: left;
  width: 60px;
}
.home .caution-section table td {
  padding: 0 5px;
}
.home .caution-section .dot-list {
  margin-bottom: 20px;
}
.home .caution-section .dot-list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.home .caution-section .dot-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  background: #555;
  border-radius: 50%;
  width: 2px;
  height: 2px;
}

.js-floating-banner {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.js-floating-banner.is-active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 14px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 18px;
    padding-right: 18px;
  }
  .pc {
    display: none !important;
  }
  .c-header p {
    margin-right: 10px;
    font-size: 18px;
  }
  .c-footer {
    padding: 15px 0 86px;
  }
  .c-footer .txt {
    margin-top: 10px;
    font-size: 10px;
  }
  .c-footer .copy-right {
    margin-top: 20px;
    font-size: 10px;
    padding-bottom: 40px;
  }
  .home .mv-section::before {
    height: 291px;
    background-image: url(../img/deco-circle-sp.png.webp);
  }
  .home .mv-section .inner-block {
    padding: 0 10px;
  }
  .home .mv-section .device-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .home .mv-section .device01.sp {
    width: 161px;
  }
  .home .mv-section .device02.sp {
    width: 161px;
  }
  .home .mv-section .good-design {
    width: 143px;
    margin-top: 18px;
  }
  .home .mv-section .circle-wrapper {
    margin-top: 15px;
    gap: 2px;
  }
  .home .function-section .content {
    width: min(335px, 89.3333333333vw);
  }
  .home .think-block {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .c-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #000;
  }
  .c-header img {
    height: auto;
    width: 283px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  #pagetop > a {
    width: 60px;
    height: 60px;
  }
  #pagetop > a:hover .txt {
    color: #0099B3;
  }
  #pagetop > a:hover .txt::after {
    border-color: #0099B3;
  }
  #pagetop > a .txt {
    font-size: 14px;
    margin-top: 12px;
  }
  #pagetop > a .txt::after {
    top: -6px;
    width: 8px;
    height: 8px;
  }
  .c-ttl01 {
    font-size: 30px;
  }
  .c-ttl01.large {
    font-size: 34px;
  }
  .c-ttl01 .strong {
    font-size: 34px;
  }
  .use-section .c-btn01 {
    padding: 10px 0;
    font-size: 18px;
    width: 300px;
    text-align: center;
  }
  .use-section .c-btn01:hover {
    background: #fff;
    color: #BC9329;
  }
  .use-section .c-btn01:hover::before {
    bottom: -3px;
  }
  .use-section .c-btn01:hover::after {
    bottom: -3px;
  }
  .use-section .c-btn01::before {
    width: 22px;
    height: 22px;
    right: 10px;
  }
  .use-section .c-btn01::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .c-btn01 {
    padding: 10px 0;
    font-size: 18px;
    width: 300px;
    text-align: center;
  }
  .c-btn01:hover {
    background: #fff;
    color: #0099B3;
  }
  .c-btn01:hover::before {
    bottom: -3px;
  }
  .c-btn01:hover::after {
    bottom: -3px;
  }
  .c-btn01::before {
    width: 26px;
    height: 26px;
    right: 10px;
  }
  .c-btn01::after {
    width: 10px;
    height: 10px;
    right: 18px;
  }
  .c-btn01.book {
    width: 400px;
    padding: 10px 0;
  }
  .c-btn01.book:hover .icon {
    background: #0099B3;
  }
  .c-btn01.book:hover::before {
    right: 7px;
    bottom: 0;
  }
  .c-btn01.book:hover::after {
    right: 15px;
    bottom: 0;
  }
  .c-btn01.book .icon {
    width: 25px;
    height: 17px;
    left: 28px;
  }
  .home .dear-area {
    padding: 10px 0;
  }
  .home .dear-area .txt {
    font-size: 54px;
    padding: 0 100px;
  }
  .home .mv-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .home .mv-section .inner-block {
    width: auto;
    max-width: 1560px;
  }
  .home .mv-section .main-ttl img {
    width: 673px;
  }
  .home .mv-section .main-content {
    margin-top: 70px;
  }
  .home .mv-section .desc {
    font-size: 21px;
    margin-top: 30px;
    line-height: 2;
  }
  .home .mv-section .circle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 110px;
  }
  .home .mv-section .circle {
    width: 220px;
    height: 220px;
  }
  .home .mv-section .circle:nth-child(1) img {
    width: 64px;
  }
  .home .mv-section .circle:nth-child(2) img {
    width: 85px;
  }
  .home .mv-section .circle:nth-child(3) img {
    width: 91px;
  }
  .home .mv-section .circle img {
    margin-top: -3px;
  }
  .home .mv-section .circle .txt {
    font-size: 17px;
    margin-top: 13px;
  }
  .home .download-block {
    padding: 50px 0;
  }
  .home .download-block .download-area {
    padding: 40px 0;
  }
  .home .download-block .download-area .btn {
    padding: 20px 0;
    width: 450px;
    font-size: 18px;
  }
  .home .download-block .download-area .btn:hover {
    color: #0099B3;
    background: #fff;
  }
  .home .download-block .blue-box {
    padding: 30px 0;
  }
  .home .function-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .function-section .c-ttl01 {
    margin-bottom: 40px;
  }
  .home .function-section .gray-area {
    padding: 30px 0;
  }
  .home .function-section .gray-area .area-ttl {
    padding: 20px 0;
    font-size: 20px;
  }
  .home .function-section .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(50px, 2.6041666667vw);
  }
  .home .function-section .comment-wrap {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .home .function-section .comment-wrap:nth-child(1) {
    margin-bottom: 0;
    margin-right: 0;
  }
  .home .function-section .comment-wrap:nth-child(1) .balloon {
    width: 440px;
    padding-left: 120px;
  }
  .home .function-section .comment-wrap:nth-child(1) .person-icon {
    margin-top: 20px;
  }
  .home .function-section .comment-wrap:nth-child(2) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home .function-section .comment-wrap:nth-child(2) .balloon {
    width: 440px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    align-items: center;
    display: flex;
  }
  .home .function-section .comment-wrap:nth-child(2) .balloon .txt {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    text-align: left; 
    direction: ltr; 
    display: inline-block;
  }
  .home .function-section .comment-wrap:nth-child(2) .person-icon {
    margin-top: 20px;
  }
  .home .function-section .comment-wrap .person-icon {
    width: 150px;
    height: 150px;
    padding-top: 16px;
  }
  .home .function-section .comment-wrap .person-icon img {
    width: 144px;
  }
  .home .function-section .comment-wrap .balloon {
    line-height: 1.8;
  }
  .home .function-section .comment-wrap .balloon .txt {
    font-size: 18px;
  }
  .home .function-section .solution-area {
    padding-top: 50px;
  }
  .home .function-section .solution-area .area-ttl {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .home .function-section .solution-area .area-ttl .strong {
    font-size: 30px;
  }
  .home .function-section .solution-area .solution-wrap {
    max-width: 890px;
    margin: auto;
  }
  .home .function-section .solution-area .solution-wrap:nth-of-type(1) {
    gap: 24px;
  }
  .home .function-section .solution-area .solution-wrap:nth-of-type(1) .img-area {
    width: auto;
  }
  .home .function-section .solution-area .solution-wrap:nth-of-type(2) .img-area {
    width: auto;
    left: -4px;
  }
  .home .function-section .solution-area .solution-wrap:nth-of-type(2) .txt {
    margin-right: 0px;
  }
  .home .function-section .solution-area .solution-wrap:nth-of-type(3) {
    gap: 22px;
  }
  .home .function-section .solution-area .solution-wrap:nth-of-type(3) .img-area {
    width: auto;
  }
  .home .function-section .solution-area .solution-wrap:nth-of-type(4) .img-area {
    width: auto;
  }
  .home .function-section .solution-area .solution-wrap:nth-of-type(4) .img-area .balloon {
    width: auto;
    left: -150px;
  }
  .home .function-section .solution-area .solution-wrap:nth-of-type(4) .txt {
    margin-right: 78px;
  }
  .home .function-section .solution-area .solution-wrap .txt-ttl::before {
    width: 30px;
    height: 30px;
  }
  .home .function-section .solution-area .solution-wrap .txt-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .home .function-section .solution-area .solution-wrap .txt {
    font-size: 16px;
  }
  .home .use-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .use-section .c-ttl01 {
    margin-bottom: 40px;
  }
  .home .use-section .ttl-wrap {
    margin-bottom: 30px;
  }
  .home .use-section .ttl {
    padding: 0 30px;
    font-size: 20px;
  }
  .home .use-section .box {
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px;
  }
  .home .use-section .box .color-bg {
    line-height: 1.5;
    padding: 20px 0;
    font-size: 20px;
  }
  .home .use-section .box .txt-area {
    width: 70%;
    margin: auto;
  }
  .home .use-section .box .box-ttl {
    font-size: 18px;
  }
  .home .use-section .box .desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .home .use-section .box .desc a:hover {
    text-decoration: none;
  }
  .home .use-section .box .desc .logo01 {
    width: 178px;
  }
  .home .use-section .box .desc .logo02 {
    width: 120px;
  }
  .home .use-section .img-wrap02 {
    width: 100%;
    margin: 0;
  }
  .home .use-section .alignment {
    margin: 33px auto;
  }
  .home .use-section .flow-list {
    padding: 0 30px;
  }
  .home .use-section .flow-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .home .use-section .blue-box {
    font-size: 16px;
    max-width: 500px;
  }
  .home .use-section .complete {
    font-size: 18px;
    max-width: 500px;
  }
  .home .use-section .complete .small {
    font-size: 14px;
  }
  .home .use-section .gray-box {
    max-width: 500px;
  }
  .home .use-section .gray-box .box-txt {
    font-size: 16px;
  }
  .home .use-section .gray-box .box-txt a:hover {
    text-decoration: underline;
  }
  .home .use-section .nrk {
    display: block;
    margin: 0 auto 20px;
    max-width: 450px;
  }
  .home .think-block .txt {
    font-size: 16px;
    margin-top: 40px;
  }
  .home .think-block .note {
    font-size: 14px;
  }
  .home .think-block .center {
    font-size: 18px;
    margin-top: 40px;
  }
  .home .voice-section {
    padding: 50px 0;
  }
  .home .voice-section .voice-list {
    max-width: 800px;
    margin: 40px auto 0;
  }
  .home .voice-section .voice-list > li {
    padding: 20px;
  }
  .home .voice-section .voice-list .ttl {
    font-size: 18px;
  }
  .home .voice-section .voice-list .prof {
    font-size: 14px;
  }
  .home .voice-section .voice-list .balloon .txt {
    font-size: 16px;
  }
  .home .faq-section {
    padding: 50px 0;
  }
  .home .faq-section .c-ttl01 {
    margin-bottom: 40px;
  }
  .home .faq-section .faq-list {
    max-width: 800px;
    margin: 50px auto 33px;
  }
  .home .faq-section .faq-list .icon {
    width: 25px;
    height: 25px;
    font-size: 16px;
    margin-top: 0;
  }
  .home .faq-section .question-area {
    font-size: 17px;
    padding: 20px 12px;
    gap: 20px;
  }
  .home .faq-section .answer-area {
    font-size: 16px;
    padding: 20px 12px;
  }
  .home .faq-section .answer-area .answer-inn {
    gap: 20px;
  }
  .home .faq-section .answer-area .txt a:hover {
    text-decoration: none;
  }
  .home .caution-section {
    padding: 50px 0;
  }
  .home .caution-section .c-ttl01 {
    margin-bottom: 40px;
  }
  .home .caution-section .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home .caution-section .txt {
    font-size: 16px;
  }
  .home .caution-section .txt + .ttl {
    margin-top: 30px;
  }
  .home .caution-section table {
    margin-top: 20px;
    font-size: 16px;
  }
  .home .caution-section table th {
    width: 150px;
    padding: 6px 10px;
  }
  .home .caution-section table td {
    padding: 0 10px;
  }
  .home .caution-section .dot-list li {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 5px;
  }
  .home .caution-section .dot-list li:last-child {
    margin-bottom: 0;
  }
  .home .caution-section .dot-list li::before {
    width: 4px;
    height: 4px;
    top: 11px;
  }
  .toggle-area .device {
    max-width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .c-header {
    padding: 0 40px;
  }
  .home .function-section .content {
    display: block;
  }
  .home .function-section .comment-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .home .function-section .comment-wrap:nth-child(1) {
    margin: auto;
  }
  .home .function-section .comment-wrap:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home .function-section .comment-wrap:nth-child(2) .balloon .txt {
    -webkit-transform: initial;
            transform: initial;
  }
  .home .function-section .comment-wrap:nth-child(2) .person-icon {
    margin-left: 130px;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 768px) {
  .c-header {
    padding: 15px 10px;
  }
  .c-header img {
    height: auto;
    width: 190px;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 420px) {
  .c-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .home .mv-section::before {
    height: 900px;
  }
  .home .mv-section .device-area {
    gap: 40px;
    margin-top: 40px;
  }
  .home .mv-section .device01.sp {
    display: block !important;
  }
  .home .mv-section .device02.sp {
    display: block !important;
  }
  .home .mv-section .main-content {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 400px) {
  .home .mv-section::before {
    background-image: url(../img/deco-circle.png.webp);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .home .mv-section .device01.pc {
    width: min(352px, 22vw);
  }
  .home .mv-section .device02.pc {
    width: min(352px, 22vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) and (max-width: 1300px) {
  .home .mv-section .device01.pc {
    display: none;
  }
  .home .mv-section .device02.pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) and (max-width: 900px) {
  .home .mv-section .device01.sp {
    width: min(352px, 39.1111111111vw);
  }
  .home .mv-section .device02.sp {
    width: min(352px, 39.1111111111vw);
  }
}
@media only screen and (max-width: 767px) and (max-width: 380px) {
  .home .mv-section .device01.sp {
    width: min(161px, 42.3684210526vw);
  }
  .home .mv-section .device02.sp {
    width: min(161px, 42.3684210526vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .home .mv-section .main-ttl img {
    width: min(603px, 43.0714285714vw);
  }
  .home .mv-section .circle {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 350px) {
  .home .mv-section .circle .txt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 360px) {
  .home .function-section .comment-wrap:nth-child(1) {
    margin-right: 0;
  }
  .home .function-section .comment-wrap:nth-child(1) .balloon {
    margin-left: 0;
    width: 100%;
    padding-left: min(43px, 11.9444444444vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .home .function-section .comment-wrap:nth-child(1) .balloon {
    padding-left: min(85px, 6.8vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) and (max-width: 1150px) {
  .home .function-section .comment-wrap:nth-child(1) .balloon {
    padding-left: min(60px, 5.2173913043vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) and (max-width: 1150px) and (max-width: 1050px) {
  .home .function-section .comment-wrap:nth-child(1) .balloon {
    padding-left: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .home .function-section .comment-wrap:nth-child(2) .balloon {
    padding-right: min(104px, 8.6666666667vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (max-width: 1050px) {
  .home .function-section .comment-wrap:nth-child(2) .balloon {
    -webkit-transform: initial;
            transform: initial;
    padding-left: 140px;
  }
}
@media (min-width: 1050px) {
  .home .function-section .comment-wrap:nth-child(2) .balloon .txt {
    transform: scale(-1, 1);
    text-align: left;
    width: 100%;
    display: block;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .home .function-section .comment-wrap:nth-child(2) .balloon .txt {
    padding-left: 100px;
  }
}

