html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
menu,
nav,
section,
main,
canvas,
picture {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

select,
option,
button {
  font-family: inherit;
  font-size: inherit;
}

input.styleReset,
button.styleReset,
textarea.styleReset,
select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased;
}

body {
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 3.2rem;
  line-height: 1.44;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.lock,
body.loading {
  overflow: hidden;
  overscroll-behavior-y: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-height: -webkit-fill-available;
}

@supports (-webkit-touch-callout: none) {
  body.lock,
  body.loading {
    min-height: -webkit-fill-available;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 6px;
  }

  body {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (min-width: 900px) {
  html {
    font-size: 8px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

p,
dt,
dd,
li {
  word-break: break-word;
  word-wrap: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

picture {
  text-align: center;
}

button {
  cursor: pointer;
  font-family: inherit;
}

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit;
}

.accordionTrigger {
  cursor: pointer;
  display: block;
}

.accordionContent {
  display: none;
}

.slide .image {
  opacity: 0;
  position: absolute;
  top: 0;
}
.slide .image:first-child {
  opacity: 1;
  position: relative;
}
.slide.slick-initialized .image {
  opacity: 1;
  position: relative;
}
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(100% + 2.3rem);
  left: 0;
  right: 0;
}
.slide .slick-dots li {
  flex-basis: 1.6rem;
  margin: 0 2.1rem;
}
.slide .slick-dots li:first-child:last-child {
  display: none;
}
.slide .slick-dots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  width: 1.6rem;
  height: 1.6rem;
  text-indent: -9999em;
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
}
.slide .slick-dots li button:hover,
.slide .slick-dots li.slick-active button {
  background-color: #000000;
}
.slide .slick-arrow {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 6.6rem;
  height: 6.6rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: contain;
}
.slide .slick-arrow.slick-prev {
  left: -2rem;
  transform: rotate(180deg);
}
.slide .slick-arrow.slick-next {
  right: -2rem;
}

@media screen and (min-width: 751px) {
  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1;
  }
  .mover:hover {
    opacity: 0.8;
  }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1;
  }
  .moverContent:hover > * {
    opacity: 0.8;
  }
}
.modePC,
.modePCib {
  display: none;
}
.modePC.important,
.modePCib.important {
  display: none !important;
}

.modeSP {
  display: block;
}
.modeSP.important {
  display: block !important;
}

@media screen and (min-width: 751px) {
  .modePC {
    display: block;
  }
  .modePC.important {
    display: block !important;
  }

  .modePCib {
    display: inline-block;
  }
  .modePCib.important {
    display: inline-block !important;
  }

  .modeSP {
    display: none;
  }
  .modeSP.important {
    display: none !important;
  }
}
.wrapper {
  background-color: #ffffff;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.load_complete .wrapper {
  opacity: 1;
}

.contentInner {
  width: calc(648 / 750 * 100%);
  margin: auto;
}

.scrollPosition {
  margin-top: calc(-96 / 750 * 100vw);
  padding-top: calc(96 / 750 * 100vw);
}

.fadeContent {
  opacity: 0;
  transition: all 0.4s ease;
}

.fadeContent.current {
  opacity: 1;
}

@media screen and (min-width: 751px) {
  body {
    position: relative;
  }

  .wrapper {
    overflow: hidden;
    max-width: 750px;
    margin: auto;
  }

  .contentInner {
    width: 100%;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: calc(96 / 750 * 100vw) 0 0 0;
  box-sizing: border-box;
}
#header .headerInner {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#header .headerInner .logo {
  flex-basis: calc(203 / 750 * 100%);
  margin: 0 0 0 calc(52 / 750 * 100%);
}
#header .headerInner .logo2 {
  flex-basis: calc(291 / 750 * 100%);
  margin: 0 0 0 calc(49 / 750 * 100%);
}

#globalNav .button {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 2px;
  z-index: 1000;
  width: calc(120 / 750 * 100vw);
  height: 0;
  padding: calc(96 / 750 * 100vw) 0 0 0;
  box-sizing: border-box;
}
#globalNav .button .wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(70 / 120 * 100%);
  height: 0;
  padding: calc(45 / 120 * 100%) 0 0 0;
  margin: auto;
}
#globalNav .button .wrap span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #8d86ad;
  margin: auto;
  transition: all 0.2s;
}
#globalNav .button .wrap span:nth-of-type(1) {
  top: 0;
}
#globalNav .button .wrap span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#globalNav .button .wrap span:nth-of-type(3) {
  bottom: 0;
}
#globalNav .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 100vh;
}
#globalNav .menu .menuInner {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
  background-color: #8d86ad;
  padding: calc(48 / 750 * 100%) 0 0 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
#globalNav .menu .list {
  width: calc(615 / 750 * 100%);
  margin: 0 auto calc(60 / 750 * 100%) auto;
}
#globalNav .menu .list .item a {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  padding: 1.1em 0;
}
#globalNav .menu .list2 {
  width: calc(615 / 750 * 100%);
  margin: 0 auto calc(120 / 750 * 100%) auto;
}
#globalNav .menu .list2 .item {
  margin: 0 0 calc(28 / 615 * 100%) 0;
}
#globalNav .menu .list2 .item a {
  display: block;
  color: #8d86ad;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  background-color: #ffffff;
  padding: 0.9em 0;
  border-radius: 1rem;
}
#globalNav .menu .tel {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  padding: 0 0 calc(60 / 750 * 100%) 0;
}
#globalNav .menu .tel .ttl {
  display: inline-block;
  margin: 0 0.8em 0 0;
}
#globalNav.open .button {
  background-color: var(--main-color);
}
#globalNav.open .button .wrap span {
  background-color: #ffffff;
}
#globalNav.open .button .wrap span:nth-of-type(1) {
  bottom: 0;
  left: 0;
  transform: translateY(50%) translateY(-1px) rotate(-45deg);
}
#globalNav.open .button .wrap span:nth-of-type(2) {
  opacity: 0;
  left: 0;
}
#globalNav.open .button .wrap span:nth-of-type(3) {
  top: 0;
  left: 0;
  transform: translateY(-50%) translateY(1px) rotate(45deg);
}

@media screen and (min-width: 751px) {
  #header {
    max-width: 750px;
    margin: auto;
    padding: 96px 0 0 0;
  }

  #globalNav .button {
    right: calc(50% - 375px);
    width: 113px;
    padding: 96px 0 0 0;
  }
  #globalNav .button .wrap span {
    height: 3px;
  }
  #globalNav .menu .menuInner {
    max-width: 750px;
    margin: auto;
  }
}
#footer {
  background-color: #e9e9eb;
}
#footer .text {
  font-size: 2.2rem;
  line-height: 1.82;
  text-align: center;
  padding: calc(38 / 750 * 100%) 0;
}
#footer .text .offer {
  margin: 0 0 calc(34 / 750 * 100%) 0;
}
#footer .text .company {
  margin: 0 0 calc(20 / 750 * 100%) 0;
}
#footer .text .copyright small {
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
}
#footer .text .copyright small a {
  text-decoration: underline;
}

/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: var(--main-color);
}

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both;
}

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
.animate.current {
  opacity: 1;
  transform: scale(1);
}

/* firstContent */
#firstContent .mv {
  position: relative;
  z-index: 10;
  background-color: #8d86ad;
  padding: 0 0 calc(120 / 750 * 100%) 0;
}
#firstContent .mv .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(103 / 750 * 100%);
  padding: calc(31 / 750 * 100%) 0 0 calc(17 / 750 * 100%);
}
#firstContent .mv .text {
  position: relative;
}
#firstContent .mv .text .circle {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(202 / 750 * 100%);
  margin: calc(-173 / 750 * 100%) calc(5 / 750 * 100%) 0 0;
}
#firstContent .mv .text .circle picture {
  position: relative;
  z-index: 2;
}
#firstContent .mv .text .circle .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
#firstContent .mv .buttonArea .button {
  display: block;
  position: relative;
  z-index: 10;
  width: calc(500 / 750 * 100%);
  color: #ffffff;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  background-color: #cf9292;
  margin: auto;
  padding: calc(24 / 750 * 100%) 0;
}
#firstContent .mv .scrollBar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(11 / 750 * 100%);
  margin: 0 auto calc(20 / 750 * 100%) auto;
}

/* innerNav */
.innerNav.bottom .content {
  background-color: #e9e9eb;
  padding: calc(95 / 750 * 100%) 0 calc(73 / 750 * 100%) 0;
}
.innerNav.bottom .title {
  margin: 0 auto calc(45 / 648 * 100%) auto;
}
.innerNav .content {
  padding: calc(35 / 750 * 100%) 0;
}
.innerNav .small {
  color: #8d86ad;
  font-size: 2.45rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0 0 0.5em 0;
}
.innerNav .title {
  width: calc(469 / 648 * 100%);
  margin: 0 auto calc(20 / 648 * 100%) auto;
}
.innerNav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerNav .wrap .item {
  flex-basis: calc(315 / 648 * 100%);
}

/* price */
.price .title {
  padding: calc(25 / 648 * 100%) 0 calc(25 / 648 * 100%) 0;
}
.price .image {
  margin: 0 0 calc(50 / 648 * 100%) 0;
}
.price .frame {
  margin: 0 0 calc(34 / 648 * 100%) 0;
}
.price .frame .list {
  border: 3px solid #8c8c8c;
  border-bottom: 0;
}
.price .frame .list .item {
  padding: 0.5rem;
  border-bottom: 3px solid #8c8c8c;
}
.price .frame .list .item .name {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  background-color: #f5e5e5;
  padding: 0.6em 0;
}
.price .frame .list .item .value {
  color: #d99a99;
  font-size: 8.1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 0.25em 0 0.28em 0;
}
.price .frame .list .item .value .unit {
  font-size: 4.6rem;
  line-height: 1;
}
.price .frame .list .item .value .taxinc {
  display: block;
  color: #000000;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin: 0.8em 0 0 0;
}
.price .note {
  width: calc(336 / 648 * 100%);
  margin: 0 auto calc(104 / 648 * 100%) auto;
}
.price .box {
  margin: 0 0 calc(52 / 648 * 100%) 0;
  padding: calc(7 / 648 * 100%) calc(32 / 648 * 100%) calc(43 / 648 * 100%)
    calc(32 / 648 * 100%);
  border: 1px solid #8c8c8c;
}
.price .box .title {
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.price .box .text {
  font-size: 2.2rem;
  line-height: 1.82;
  margin: 0 0 2.8em 0;
}
.price .box .text:last-child {
  margin-bottom: 0;
}
.price .codeArea {
  text-align: center;
  margin: 0 0 calc(15 / 648 * 100%) 0;
}
.price .codeArea .guide {
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 0.2em 0;
}
.price .codeArea .code {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0.85em 0;
}
.price .codeArea .code:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 100%;
  width: 1px;
  height: 1.5em;
  background-color: #8c8c8c;
  transform: rotate(-40deg);
}
.price .codeArea .code:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 100%;
  width: 1px;
  height: 1.5em;
  background-color: #8c8c8c;
  transform: rotate(40deg);
}
.price .codeArea .copyBtn {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  background-color: #f0f0f0;
  padding: 0.5em 1em;
}
.price .buttonArea {
  margin: 0 0 calc(88 / 648 * 100%) 0;
}
.price .buttonArea .button {
  position: relative;
  z-index: 10;
}

/* trial */
.trial .title {
  padding: calc(25 / 648 * 100%) 0 calc(31 / 648 * 100%) 0;
}
.trial .image {
  margin: 0 0 calc(38 / 648 * 100%) 0;
}
.trial .note {
  font-size: 2.2rem;
  line-height: 1.36;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 calc(42 / 648 * 100%) 0;
}
.trial .buttonArea {
  margin: 0 0 calc(32 / 648 * 100%) 0;
}
.trial .buttonArea .button {
  position: relative;
  z-index: 10;
}

/* about */
#about .wrap .list .item {
  position: relative;
  margin: 0 0 calc(83 / 648 * 100%) 0;
}
#about .wrap .list .item:nth-child(2n) .point {
  left: auto;
  right: 0;
}
#about .wrap .list .item .point {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(202 / 648 * 100%);
  margin-top: calc(-92 / 648 * 100%);
}
#about .wrap .list .item .desc {
  font-size: 2.6rem;
  line-height: 1.46;
  font-weight: 700;
  letter-spacing: 0.015em;
  padding: 0.4em 0;
}
#about .slideWrap {
  position: relative;
}
#about .slideWrap .ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: calc(539 / 648 * 100%);
  margin-top: calc(-34 / 648 * 100%);
}
#about .slideWrap .slider .slick-dots {
  bottom: 2px !important;
}
#about .slideWrap .slider .slick-dots li button:before {
  font-size: 20px !important;
  width: 5px !important;
  height: 5px !important;
}
#about .scene {
  margin: 0 0 calc(42 / 648 * 100%) 0;
}
#about .scene .list {
  display: flex;
  margin: 0 0 calc(25 / 648 * 100%) 0;
}
#about .scene .list .item {
  flex-basis: calc(100% / 3);
}
#about .scene .text {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* effect */
#effect .title {
  color: #ffffff;
  font-size: 5.8rem;
  line-height: 1.21;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(to bottom, #8d86ad, #d3d1e0);
  margin: 0 0 calc(67 / 750 * 100%) 0;
  padding: calc(34 / 750 * 100%) 0 calc(23 / 750 * 100%) 0;
}
#effect .title .num {
  font-size: 8.4rem;
  line-height: 1;
}
#effect .list {
  margin: 0 0 calc(95 / 750 * 100%) 0;
}
#effect .list .item {
  margin: 0 0 calc(38 / 750 * 100%) 0;
}
#effect .list .item .ttl {
  width: calc(500 / 750 * 100%);
  margin: 0 0 calc(40 / 750 * 100%) 0;
}
#effect .list .item .ttl img {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.17));
}
#effect .list .item .image {
  margin: 0 0 calc(32 / 750 * 100%) 0;
}
#effect .list .item .text {
  font-size: 3rem;
  line-height: 1.77;
  padding: 0 1.4em;
}
#effect .list .item .text em {
  font-weight: 700;
}

/* faq */
#faq .title {
  width: calc(142 / 648 * 100%);
  margin: auto;
  padding: calc(50 / 648 * 100%) 0 calc(30 / 648 * 100%) 0;
}
#faq .section {
  margin: 0 0 calc(20 / 648 * 100%) 0;
}
#faq .section:last-child {
  margin: 0 0 calc(87 / 648 * 100%) 0;
}
#faq .section .ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background-color: #e9e9eb;
  padding: 1.4em 0;
}
#faq .section .row {
  font-size: 2.6rem;
  line-height: 1.46;
}
#faq .section .row.open .question:after {
  top: 0.5em;
  transform: rotate(-135deg);
}
#faq .section .row .question {
  display: flex;
  position: relative;
  padding: 0.8em 2em 0.8em 0;
}
#faq .section .row .question:before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/icon_q.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0.1em 0.2em 0 0;
}
#faq .section .row .question:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.4em;
  right: 0.4em;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  transform: rotate(45deg);
}
#faq .section .row .answer {
  padding: 0 0 1em 0;
}
#faq .section .row .answer p {
  display: flex;
  position: relative;
}
#faq .section .row .answer p:before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/icon_a.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0.1em 0.2em 0 0;
}

/* access */
#access .title {
  width: calc(210 / 648 * 100%);
  margin: auto;
  padding: calc(50 / 648 * 100%) 0 calc(30 / 648 * 100%) 0;
}
#access .map {
  position: relative;
  padding: calc(262.5 / 375 * 100%) 0 0 0;
}
#access .map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#access .info {
  margin: 0 0 calc(80 / 648 * 100%) 0;
}
#access .info .ttl {
  font-size: 2.6rem;
  line-height: 1.46;
  font-weight: 700;
  padding: calc(20 / 648 * 100%) 0;
}
#access .info .row {
  font-size: 2.6rem;
  line-height: 1.46;
  margin: 0 0 calc(30 / 648 * 100%) 0;
}
#access .info .row .head {
  margin: 0 0 calc(10 / 648 * 100%) 0;
  padding: 0.2em 0.5em;
  border-left: 5px solid #e9e9eb;
}

/* floatBanner */
#floatBanner {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#floatBanner.active .inner {
  transform: translateY(0);
}
#floatBanner .inner {
  transform: translateY(150%);
  transition: transform 0.2s ease-out;
}
#floatBanner .inner .list {
  display: flex;
  color: #ffffff;
}
#floatBanner .inner .list .item {
  flex-basis: calc(100% / 3);
  position: relative;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
#floatBanner .inner .list .item:first-child:before {
  display: none;
}
#floatBanner .inner .list .item a {
  display: block;
  padding: 1.25em 0;
}

#floatBanner .inner .list .item:nth-child(1) {
  background-color: #8d86ad;
}
#floatBanner .inner .list .item:nth-child(2) {
  background-color: #d99a99;
}
#floatBanner .inner .list .item:nth-child(3) {
  background-color: #84b5bc;
}

@media screen and (min-width: 751px) {
  #floatBanner {
    max-width: 750px;
    margin: auto;
  }
}

.footLink {
  margin-bottom: 40px;
}
.footLink li {
  display: inline-block;
}
.footLink li:first-child {
  margin-right: 20px;
}
.footLink li a {
  text-decoration: underline;
}
.row.accordion {
  padding: 10px 0;
  border-bottom: 2px solid #eee;
}
.copyright {
  margin-bottom: 60px;
}

.img-mv-circle-text {
  width: 90%;
  margin-top: 15%;
}

.box {
  .note-box {
    text-align: center;
    border: 1px solid #f19693;
    color: #ec8492;
    padding: 6px 20px;

    .text {
      font-size: 12px;
    }
  }
}
