body {
  height: 100%;
  margin: 0;
}

p {
  margin: 0;
}

div {
  margin: 0;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none !important;
  outline: none !important;
  display: block;
}

.article {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.article .inner {
  display: block;
}
.article .inner .cta-btn {
  position: relative;
}
.article .inner .cta-btn a {
  position: absolute;
  margin: 0 auto;
  top: 0;
}
.article .inner .cta-btn a .btn {
  width: 100%;
  animation: Shake 2s ease-in-out infinite;
}
.article .inner .cta-btn2 a .reflection {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  width: 85%;
  top: 0;
  height: 220px;
}
.article .inner .cta-btn2 a .reflection::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: reflection 2.5s ease-in-out infinite;
}
@media screen and (max-width: 750px) {
  .article .inner .cta-btn a .reflection {
    height: 28vw;
  }
}
.article .inner .anim {
  position: relative;
}
.article .inner .anim .swirl {
  position: absolute;
  top: 0;
}
.article .inner .anim .eye-muscles {
  position: absolute;
  top: 0;
}
.article .inner .anim .hitomi {
  position: absolute;
  top: 0;
}
.article .inner .anim .contrast_graph {
  position: absolute;
  bottom: 0;
}
.article .inner .anim .ouhan_ryou_graph {
  position: absolute;
  top: 13.6%;
  left: 5.7%;
}
.article .inner .anim .mechanism {
  position: absolute;
  top: 0;
  left: 2%;
}
.article .inner .movie {
  position: relative;
}
.article .inner .movie #video {
  position: absolute;
  top: 0;
  max-width: 750px;
  width: 100%;
  max-height: 869px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.article .inner .overlay-area {
  position: relative;
}
.article .inner .overlay-area .tel-btn {
  position: absolute;
  bottom: 8%;
}
.article .inner .accordion01Container {
  width: 100%;
  margin: 0 auto;
  padding: 9% 0 7%;
  background: #edd9af;
}
.article .inner .accordion01__item {
  position: relative;
  width: 90.9%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 5%;
  border-radius: 10px;
  overflow: hidden;
}
.article .footArea {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.article .footArea a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.article .footArea img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
}
.article .footArea .about {
  background: #fffce5;
}
.article .footArea .about p {
  padding: 0 5%;
  margin-bottom: 3%;
}
.article .footArea .about p:last-child {
  margin: 0;
  padding-bottom: 5%;
}
.article .footArea .about .titl {
  text-align: center;
  background: #004e89;
  color: #fff;
  font-weight: 700;
  padding: 2% 0;
  margin-bottom: 3%;
}
.article .footArea .red {
  color: #bd0014;
}
.article .footArea .pl {
  position: relative;
  width: 100%;
}
.article .footArea .mt6 {
  margin-top: 6%;
}
.article .footArea .mb3 {
  margin-bottom: 3em;
}
.article .footArea .cta-btn {
  position: absolute;
  top: 0;
  right: 3%;
  width: 47.85%;
}
.article .footArea .btn-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}
.article .footArea .btn-list p {
  margin-bottom: 3%;
}
.article .footArea .footer-link {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 10%;
  list-style: none;
}
.article .footArea .footer-link li {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
  text-align: center;
  list-style: none;
}
.article .footArea #copy {
  background: #18512e;
  text-align: center;
  font-size: 0.72em;
  color: #fff;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.7;
}
.article .footArea #copy p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .article .accordion01__item {
    border-radius: 1.3333333333vw;
  }
}
.article .accordion01__btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #004e89;
}
.article .accordion01__content {
  overflow: hidden;
  transition-duration: 0.3s;
  background: #fff;
}
.article .accordion01__content.js-close {
  height: 0;
  opacity: 0;
}
.article .accordion01__content.js-open {
  opacity: 1;
}
.article .accordion01__state {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 4.8%;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -18px;
}
@media screen and (max-width: 750px) {
  .article .accordion01__state {
    width: 4.8vw;
    height: 4.8vw;
    margin-top: -2.4vw;
  }
}
.article .accordion01__state::after, .article .accordion01__state::before {
  position: absolute;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #004e89;
}
@media screen and (max-width: 750px) {
  .article .accordion01__state::after, .article .accordion01__state::before {
    height: 0.5333333333vw;
  }
}
.article .accordion01__state::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
.article .js-active .accordion01__state::after {
  transform: rotate(0);
}
.article .accordion02Container {
  width: 100%;
  margin: 9.1% auto 0;
}
.article .accordion02__item {
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .article .accordion02__item {
    border-radius: 0.6666666667vw;
  }
}
.article .accordion02__btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.article .accordion02__content {
  overflow: hidden;
  transition-duration: 0.3s;
  background: #fff;
  padding-top: 3.8%;
}
.article .accordion02__content.js-close {
  height: 0;
  opacity: 0;
}
.article .accordion02__content.js-open {
  opacity: 1;
}
.article .accordion02__state {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 48.2%;
  left: 17.8%;
  border-radius: 50%;
  border: solid 2px #004e89;
  margin-top: -17px;
}
@media screen and (max-width: 750px) {
  .article .accordion02__state {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: solid 0.2666666667vw #004e89;
    margin-top: -2.2666666667vw;
  }
}
.article .accordion02__state::after, .article .accordion02__state::before {
  position: absolute;
  content: "";
  display: block;
  width: 57%;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #004e89;
}
@media screen and (max-width: 750px) {
  .article .accordion02__state::after, .article .accordion02__state::before {
    height: 0.2666666667vw;
  }
}
.article .accordion02__state::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
.article .js-active .accordion02__state::after {
  transform: rotate(0);
}

@keyframes Shake {
  0% {
    transform: scale(0.9, 0.9);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.4;
  }
  71% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */


/* デフォルトのスタイル */
#floatingBtn2 {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    margin: 0 auto;
}

#floatingBtn3 {
    position: fixed;
    bottom: 13px;
    left: 56%;
    transform: translateX(-50%);
    z-index: 1000;
    margin: 0 auto;
    animation: Shake 2s ease-in-out infinite;
}

/* スマートフォン向けのスタイル */
@media only screen and (max-width: 767px) {
    #floatingBtn2, #floatingBtn3 {
       width: 100%; /* スマートフォンではボタンの幅を80%に変更 */
        transform: translateX(-50%);
    }
    
    #floatingBtn3 {
        width: 35%; /* スマートフォンではボタンの幅を80%に変更 */
        left: 65%;
        bottom: 8px;
        transform: translateX(-50%);
    }
}

.cta-btn img {
  display: block;
  margin: 0 auto;
}
.btn {
  margin-top: 40px; /* 画像とボタンの間隔を調整 */
}

@media screen and (max-width: 750px) {
  .btn {
    margin-top: 20px; /* 画像とボタンの間隔を調整 */
  }

  }




/*---------------
contact
----------------*/
.contact{position: relative;}

.btn-list {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}

.btn2-list {
  position: absolute;
  top: -25%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}

.btn-list p {
  margin-bottom: 3%;
}

/*---------------
footer
----------------*/
.footer-link {
  text-align: center;
  margin-top: 5%;
}
.footer-link li{
  font-size: 1em;
  color: #3c230f;
  padding-bottom: 1em;
}
#copy {
  background: #18512e;

  text-align: center;
  font-size: .72em;
  color: #fff;

  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.7;
}

@media screen and (min-width: 640px){

  .footer-link li{
    font-size: 24px;
  }
  }
  
  /*---------------
about 
----------------*/
.about {
  background: #ffffff;
  padding-bottom: 3%;
}

.about .titl {
  text-align: center;
  background: #ff9e4d;
  color: #F3FFFF;
  font-weight: bold;
  padding: 2% 0;
  margin-bottom: 3%;
  font-size:20px;
}

.about p,dl{
  padding: 0 5%;
  margin-bottom: 3%;
}

.about dt {
  font-weight:700;
  font-size: 24px;
}
.about .desc,dd.about .desc,dd{
  margin-bottom: 3%;
  font-size: 14px;
}

.about dd{
  margin-left: 10px;
}


@media screen and (min-width: 640px){

.about .desc,dd{
  font-size: 20px;
}
.about dd {
  margin-bottom: 20px;
}
}

@media all and (max-width: 767px) {
  table .res {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child .res:last-child {
    border-bottom: 1px solid #ccc;
  }

}

.floating-btn {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

/* 光のライン */
.floating-btn-wrapper {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: inline-block;
  overflow: hidden;
}

.floating-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 10%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shine 1s linear infinite;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}

@media (max-width: 750px) {
  .floating-btn-wrapper {
    width: 100vw; /* スマホでは画面の90%幅に */
    bottom: 10px;
    height: auto;
  }

  .floating-btn-wrapper img {
    width: 100%;
    height: auto;
  }
}
