@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 1.8em;
  line-height: 1.5;
  word-wrap: break-word;
}
a {
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.9;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
main {
  display: block;
}
div.aainc a.fixed {
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  div.aainc a.fixed {
    bottom: -174px;
  }
}
@media screen and (max-width: 767px) {
  div.aainc a.fixed {
    bottom: -23.2vw;
  }
}
div.aainc a.fixed.is-active {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  div.aainc a.fixed img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  div.aainc {
    max-width: 750px;
    margin: 0 auto;
  }
}
div.aainc div.cta {
  position: relative;
}
div.aainc div.cta a.btn {
  display: table;
  position: absolute;
  left: 12%;
}
@media screen and (min-width: 768px) {
  div.aainc div.cta a.btn {
    top: 935px;
    width: 583px;
  }
}
@media screen and (max-width: 767px) {
  div.aainc div.cta a.btn {
    top: 124.6666666667vw;
    width: 77.7333333333vw;
  }
}
div.aainc div.ig {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  div.aainc div.ig {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  div.aainc div.ig {
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.aainc div.ig a {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  div.aainc div.ig a {
    width: 30.6666666667vw;
  }
}
div.aainc div.cta a.btn_01 {
  display: table;
  position: absolute;
  left: 12%;
}
@media screen and (min-width: 768px) {
  div.aainc div.cta a.btn_01 {
    top: 820px;
    width: 583px;
  }
}
@media screen and (max-width: 767px) {
  div.aainc div.cta a.btn_01 {
    top: 110vw;
    width: 77.7333333333vw;
  }
}
.cta .chatformBtn img {
  animation: move 1.5s infinite;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.chatformBtn {
  transition: all 0.3s ease;
}
.chatformBtn:hover {
  transform: scale(1.04);
}

.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  overflow: auto;
  z-index: 99999;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 22, 72, 0.6);
  transition: all 0.3s ease-in-out;
}

.popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup .popup-content {
  padding: 30px 0;
  width: 500px;
  background-image: unset;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(0.8);
  position: absolute;
  visibility: visible;
  bottom: initial;
  right: initial;
  transition: all 0.3s ease-in-out;
}

.popup.show .popup-content {
  transform: translateX(-50%) scale(1);
}

.popup .close {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 52px;
  height: 52px;
  cursor: pointer;
}

.popup .popupBtn {
  position: absolute;
  width: 400px;
  min-height: 102px;
  top: 555px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.popup .popup-content .chatformBtn img {
  animation: move 1.5s infinite;
}