@charset "UTF-8";
/*!
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/*
start _module.scss
*/
.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.clearfloat {
  display: block;
  height: 1px;
  clear: both;
}

.bold {
  font-weight: 700 !important;
}

.light {
  font-weight: 300 !important;
}

.medium {
  font-weight: 500 !important;
}

.normal {
  font-weight: 400 !important;
}

.tLeft {
  text-align: left !important;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.size-small {
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-small {
    font-size: 0.86rem;
  }
}

.size-xsmall {
  font-size: 0.71rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-xsmall {
    font-size: 0.71rem;
  }
}

.size-large {
  font-size: 1.14rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-large {
    font-size: 1.14rem;
  }
}

.size-caption {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-caption {
    font-size: 1rem;
  }
}

.size-lead {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-lead {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.mt0rem {
  margin-top: 0rem !important;
}

.pr0rem {
  padding-right: 0rem;
}

.pl0rem {
  padding-left: 0rem;
}

.mb0rem {
  margin-bottom: 0rem;
}

.mr0rem {
  margin-right: 0rem;
}

.ml0rem {
  margin-left: 0rem;
}

.mt1rem {
  margin-top: 1rem !important;
}

.pr1rem {
  padding-right: 1rem;
}

.pl1rem {
  padding-left: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mt2rem {
  margin-top: 2rem !important;
}

.pr2rem {
  padding-right: 2rem;
}

.pl2rem {
  padding-left: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

.mt3rem {
  margin-top: 3rem !important;
}

.pr3rem {
  padding-right: 3rem;
}

.pl3rem {
  padding-left: 3rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mr3rem {
  margin-right: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.mt4rem {
  margin-top: 4rem !important;
}

.pr4rem {
  padding-right: 4rem;
}

.pl4rem {
  padding-left: 4rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mr4rem {
  margin-right: 4rem;
}

.ml4rem {
  margin-left: 4rem;
}

.mt5rem {
  margin-top: 5rem !important;
}

.pr5rem {
  padding-right: 5rem;
}

.pl5rem {
  padding-left: 5rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mr5rem {
  margin-right: 5rem;
}

.ml5rem {
  margin-left: 5rem;
}

.mt6rem {
  margin-top: 6rem !important;
}

.pr6rem {
  padding-right: 6rem;
}

.pl6rem {
  padding-left: 6rem;
}

.mb6rem {
  margin-bottom: 6rem;
}

.mr6rem {
  margin-right: 6rem;
}

.ml6rem {
  margin-left: 6rem;
}

.mt7rem {
  margin-top: 7rem !important;
}

.pr7rem {
  padding-right: 7rem;
}

.pl7rem {
  padding-left: 7rem;
}

.mb7rem {
  margin-bottom: 7rem;
}

.mr7rem {
  margin-right: 7rem;
}

.ml7rem {
  margin-left: 7rem;
}

.mt8rem {
  margin-top: 8rem !important;
}

.pr8rem {
  padding-right: 8rem;
}

.pl8rem {
  padding-left: 8rem;
}

.mb8rem {
  margin-bottom: 8rem;
}

.mr8rem {
  margin-right: 8rem;
}

.ml8rem {
  margin-left: 8rem;
}

.mt9rem {
  margin-top: 9rem !important;
}

.pr9rem {
  padding-right: 9rem;
}

.pl9rem {
  padding-left: 9rem;
}

.mb9rem {
  margin-bottom: 9rem;
}

.mr9rem {
  margin-right: 9rem;
}

.ml9rem {
  margin-left: 9rem;
}

.mt10rem {
  margin-top: 10rem !important;
}

.pr10rem {
  padding-right: 10rem;
}

.pl10rem {
  padding-left: 10rem;
}

.mb10rem {
  margin-bottom: 10rem;
}

.mr10rem {
  margin-right: 10rem;
}

.ml10rem {
  margin-left: 10rem;
}

@media screen and (max-width: 428px) {
  .mt0rem--sp {
    margin-top: 0rem !important;
  }
  .pr0rem--sp {
    padding-right: 0rem !important;
  }
  .pl0rem--sp {
    padding-left: 0rem !important;
  }
  .mb0rem--sp {
    margin-bottom: 0rem !important;
  }
  .mr0rem--sp {
    margin-right: 0rem !important;
  }
  .ml0rem--sp {
    margin-left: 0rem !important;
  }
  .mt1rem--sp {
    margin-top: 1rem !important;
  }
  .pr1rem--sp {
    padding-right: 1rem !important;
  }
  .pl1rem--sp {
    padding-left: 1rem !important;
  }
  .mb1rem--sp {
    margin-bottom: 1rem !important;
  }
  .mr1rem--sp {
    margin-right: 1rem !important;
  }
  .ml1rem--sp {
    margin-left: 1rem !important;
  }
  .mt2rem--sp {
    margin-top: 2rem !important;
  }
  .pr2rem--sp {
    padding-right: 2rem !important;
  }
  .pl2rem--sp {
    padding-left: 2rem !important;
  }
  .mb2rem--sp {
    margin-bottom: 2rem !important;
  }
  .mr2rem--sp {
    margin-right: 2rem !important;
  }
  .ml2rem--sp {
    margin-left: 2rem !important;
  }
  .mt3rem--sp {
    margin-top: 3rem !important;
  }
  .pr3rem--sp {
    padding-right: 3rem !important;
  }
  .pl3rem--sp {
    padding-left: 3rem !important;
  }
  .mb3rem--sp {
    margin-bottom: 3rem !important;
  }
  .mr3rem--sp {
    margin-right: 3rem !important;
  }
  .ml3rem--sp {
    margin-left: 3rem !important;
  }
  .mt4rem--sp {
    margin-top: 4rem !important;
  }
  .pr4rem--sp {
    padding-right: 4rem !important;
  }
  .pl4rem--sp {
    padding-left: 4rem !important;
  }
  .mb4rem--sp {
    margin-bottom: 4rem !important;
  }
  .mr4rem--sp {
    margin-right: 4rem !important;
  }
  .ml4rem--sp {
    margin-left: 4rem !important;
  }
  .mt5rem--sp {
    margin-top: 5rem !important;
  }
  .pr5rem--sp {
    padding-right: 5rem !important;
  }
  .pl5rem--sp {
    padding-left: 5rem !important;
  }
  .mb5rem--sp {
    margin-bottom: 5rem !important;
  }
  .mr5rem--sp {
    margin-right: 5rem !important;
  }
  .ml5rem--sp {
    margin-left: 5rem !important;
  }
  .mt6rem--sp {
    margin-top: 6rem !important;
  }
  .pr6rem--sp {
    padding-right: 6rem !important;
  }
  .pl6rem--sp {
    padding-left: 6rem !important;
  }
  .mb6rem--sp {
    margin-bottom: 6rem !important;
  }
  .mr6rem--sp {
    margin-right: 6rem !important;
  }
  .ml6rem--sp {
    margin-left: 6rem !important;
  }
  .mt7rem--sp {
    margin-top: 7rem !important;
  }
  .pr7rem--sp {
    padding-right: 7rem !important;
  }
  .pl7rem--sp {
    padding-left: 7rem !important;
  }
  .mb7rem--sp {
    margin-bottom: 7rem !important;
  }
  .mr7rem--sp {
    margin-right: 7rem !important;
  }
  .ml7rem--sp {
    margin-left: 7rem !important;
  }
  .mt8rem--sp {
    margin-top: 8rem !important;
  }
  .pr8rem--sp {
    padding-right: 8rem !important;
  }
  .pl8rem--sp {
    padding-left: 8rem !important;
  }
  .mb8rem--sp {
    margin-bottom: 8rem !important;
  }
  .mr8rem--sp {
    margin-right: 8rem !important;
  }
  .ml8rem--sp {
    margin-left: 8rem !important;
  }
  .mt9rem--sp {
    margin-top: 9rem !important;
  }
  .pr9rem--sp {
    padding-right: 9rem !important;
  }
  .pl9rem--sp {
    padding-left: 9rem !important;
  }
  .mb9rem--sp {
    margin-bottom: 9rem !important;
  }
  .mr9rem--sp {
    margin-right: 9rem !important;
  }
  .ml9rem--sp {
    margin-left: 9rem !important;
  }
  .mt10rem--sp {
    margin-top: 10rem !important;
  }
  .pr10rem--sp {
    padding-right: 10rem !important;
  }
  .pl10rem--sp {
    padding-left: 10rem !important;
  }
  .mb10rem--sp {
    margin-bottom: 10rem !important;
  }
  .mr10rem--sp {
    margin-right: 10rem !important;
  }
  .ml10rem--sp {
    margin-left: 10rem !important;
  }
}
.order0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media screen and (max-width: 768px) {
  .order0-sp {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order0-pc {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (max-width: 768px) {
  .order0-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  .order1-sp {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.order1-pc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 768px) {
  .order1-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 768px) {
  .order2-sp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.order2-pc {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .order2-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (max-width: 768px) {
  .order3-sp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.order3-pc {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (max-width: 768px) {
  .order3-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media screen and (max-width: 768px) {
  .order4-sp {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.order4-pc {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
@media screen and (max-width: 768px) {
  .order4-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media screen and (max-width: 768px) {
  .order5-sp {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.order5-pc {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
@media screen and (max-width: 768px) {
  .order5-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

@media screen and (max-width: 768px) {
  .order6-sp {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

.order6-pc {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
@media screen and (max-width: 768px) {
  .order6-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

@media screen and (max-width: 768px) {
  .order7-sp {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
}

.order7-pc {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
@media screen and (max-width: 768px) {
  .order7-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

@media screen and (max-width: 768px) {
  .order8-sp {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
}

.order8-pc {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
@media screen and (max-width: 768px) {
  .order8-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

@media screen and (max-width: 768px) {
  .order9-sp {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
}

.order9-pc {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
@media screen and (max-width: 768px) {
  .order9-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.ulSimple {
  margin-bottom: 2rem;
}
.ulSimple > li {
  text-indent: -1em;
  margin: 0 0 0.5em 1em;
  line-height: 1.5;
}
.ulSimple--style2 > li {
  text-indent: -3em;
  margin-left: 3em;
}

.fadeupin {
  opacity: 0;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    transform 1s,
    opacity 1s;
  transition:
    transform 1s,
    opacity 1s,
    -webkit-transform 1s;
}
.fadeupin.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 428px) {
  .fadeupin {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition:
      opacity 1s,
      -webkit-transform 1s;
    transition:
      opacity 1s,
      -webkit-transform 1s;
    transition:
      opacity 1s,
      transform 1s;
    transition:
      opacity 1s,
      transform 1s,
      -webkit-transform 1s;
  }
  .fadeupin.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.anchor {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 428px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

a.image-ov .image {
  overflow: hidden;
}
a.image-ov .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition:
    transform 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
  display: block;
}
a.image-ov:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
end _module.scss
*/
/*
start _extend.scss
*/
/*
end _extend.scss
*/
/*
start _mixin.scss
*/
/*
end _mixin.scss
*/
/*@import "animate/_attention-seekers/attention-seekers";
@import "animate/_bouncing-entrances/bouncing-entrances";
@import "animate/_bouncing-exits/bouncing-exits";
@import "animate/_fading-entrances/fading-entrances";*/
/*@import "animate/_zooming-entrances/zooming-entrances";
@import "animate/_zooming-exits/zooming-exits";*/
/*
start _setting.scss
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 428px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  overflow-x: hidden;
  color: #333;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.fixed {
  position: fixed;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

picture {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  line-height: 1em;
}
picture img {
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 700;
}

ul,
ol,
li {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*リンク色*/
a {
  color: #456dd1;
}

a:link {
  text-decoration: none;
}

.linkWhite a:link {
  color: #fff;
}
.linkWhite a:visited {
  color: #fff;
}

.bgWhite {
  background: #fff;
}

.pc-alt,
.pc-hide {
  display: none;
}
@media screen and (max-width: 428px) {
  .pc-alt,
  .pc-hide {
    display: block;
  }
}

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 428px) {
  .sp-alt,
  .sp-hide {
    display: none;
  }
}

.alt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 0;
  line-height: 0;
}

/*
end _setting.scss
*/
@-webkit-keyframes on {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes on {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.mainvisual {
  max-width: 100rem;
  margin: 0 auto;
  padding: 1rem 0 2rem;
  text-align: center;
}
.mainvisual:before,
.mainvisual:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mainvisual:before {
  aspect-ratio: 700/200;
  background-image: url(../img/mv-1.png);
}
.mainvisual:after {
  aspect-ratio: 700/215;
  background-image: url(../img/mv-2.png);
  margin-top: 5rem;
}
.mainvisual .logo {
  max-width: 47rem;
  width: 100%;
  margin: 3rem auto;
  display: block;
}
.mainvisual h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #7e3e8a;
}
.mainvisual h2 span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, rgb(255, 255, 0)),
    to(rgb(255, 255, 0))
  );
  background: linear-gradient(transparent 50%, rgb(255, 255, 0) 50%, rgb(255, 255, 0));
  background-size: 50% auto;
}
.mainvisual p {
  font-size: 2rem;
  font-weight: 500;
}
.mainvisual--install {
  padding-bottom: 8rem;
}
.mainvisual--install:before,
.mainvisual--install:after {
  display: none;
}
.mainvisual .link__button {
  text-align: center;
  max-width: 30rem;
  margin: 5rem auto 0;
}
.mainvisual .link__button a {
  padding: 0 5rem;
}
@media screen and (max-width: 428px) {
  .mainvisual {
    padding: 5vw 5vw 10vw;
  }
  .mainvisual .logo {
    max-width: 80vw;
    margin: 10vw auto;
  }
  .mainvisual h2 {
    font-size: 6vw;
    margin-bottom: 1rem;
  }
  .mainvisual p {
    font-size: 4.5vw;
    font-weight: 500;
  }
  .mainvisual .link__button {
    text-align: center;
    max-width: 25rem;
    margin: 10vw auto 0;
  }
  .mainvisual .link__button a {
    padding: 0 3rem;
  }
}

.mainNav {
  background: #7e3e8a;
  position: sticky;
  left: 0;
  top: 0;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
}
.mainNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.8rem;
}
.mainNav ul li {
  margin: 0 4.5rem;
  padding: 0;
}
.mainNav a {
  display: block;
  color: #fff;
}
.mainNav a:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1.5rem;
  height: 0.8rem;
  background: url(../img/nav-cursor.png) center center/contain no-repeat;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainNav a:hover:after {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}
@media screen and (max-width: 428px) {
  .mainNav {
    height: 15vw;
  }
  .mainNav ul {
    font-size: 3.4vw;
  }
  .mainNav ul li {
    margin: 0 3vw;
    padding: 0;
  }
  .mainNav a:after {
    width: 10px;
    height: 5px;
    margin-top: 5px;
  }
  .mainNav a:hover:after {
    -webkit-transform: none;
    transform: none;
  }
}

.title {
  background: transparent linear-gradient(93deg, #7e3e8a 0%, #ba90b2 100%) 0% 0% no-repeat padding-box;
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 428px) {
  .title {
    height: 15vw;
    font-size: 4.5vw;
  }
}

.lead {
  font-size: 2rem;
  font-weight: 500;
  margin: 3rem 0;
  text-align: center;
}

.mkr {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fbe88e));
  background: linear-gradient(transparent 70%, #fbe88e 30%);
}

.art {
  margin-top: -7rem;
  padding-top: 10rem;
}
.art__title h2 {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
.art__title h2:before {
  content: attr(data-en) "";
  font-family: "Akshar";
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}
.art__title h2:after {
  content: "";
  display: block;
  margin: 0.5rem auto 0;
  max-width: 6.4rem;
  aspect-ratio: 64/24;
  background: url(../img/title-btm.png) center center/contain no-repeat;
}
.art__title--mt {
  margin-top: 5rem;
}
.art__title2 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
.art__title3 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 5rem 0 3rem;
}
.art__inner {
  max-width: 80rem;
  margin: 0 auto;
}
.art__inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10rem;
  padding-top: 5rem;
}
.art__inner3 {
  max-width: 100rem;
  margin: 0 auto;
}
.art__inner4 {
  max-width: 110rem;
  margin: -10rem auto 0;
}
.art__inner5 {
  max-width: 80rem;
  margin: 5rem auto 10rem;
}
.art__inner6 {
  max-width: 80rem;
  margin: -10rem auto 10rem;
}
.art p,
.art ul,
.art li {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
}
.art p.sml,
.art ul.sml,
.art li.sml {
  font-size: 1.4rem;
}
.art p {
  line-height: 2.5;
  clear: both;
}
.art ul,
.art li {
  line-height: 2;
}
.art .spimage {
  max-width: 26rem;
  display: block;
  margin: 6rem auto;
}
.art .osusume li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.art .osusume li:before {
  content: "●";
  margin-right: 0.5rem;
  font-size: 0.7em;
  color: #b492b0;
}
@media screen and (max-width: 428px) {
  .art {
    margin-top: -15vw;
    padding-top: 20vw;
  }
  .art__title h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
  .art__title h2:before {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .art__title h2:after {
    margin: 3vw auto 0;
    max-width: 5rem;
  }
  .art__title2 h2 {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
  .art__title2 h2 {
    font-size: 5vw;
    margin: 10vw 0 6vw;
  }
  .art__title3 h2 {
    font-size: 5vw;
    margin: 10vw 0 6vw;
  }
  .art__inner {
    padding: 0 5vw 10vw;
  }
  .art__inner2 {
    padding: 10vw 5vw 15vw;
  }
  .art__inner3 {
    padding: 0 5vw;
  }
  .art__inner4 {
    padding: 0 5vw;
  }
  .art__inner5 {
    padding: 0 5vw;
  }
  .art__inner6 {
    padding: 0 5vw;
  }
  .art p,
  .art ul,
  .art li {
    font-size: 4vw;
    line-height: 2;
  }
  .art p.sml,
  .art ul.sml,
  .art li.sml {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .art .spimage {
    max-width: 70%;
    margin: 5vw auto;
  }
  .art .osusume li {
    line-height: 1.5;
    padding-bottom: 1em;
  }
}

.line-button {
  float: left;
  margin-right: 1rem;
}
.line-button img {
  max-height: 3rem;
  width: auto;
}

.lineCaution {
  background: #f9f7fa;
  border-radius: 1rem;
  padding: 3rem 4rem;
  max-width: 80rem;
  width: 100%;
  border: 2px solid #b492b0;
  margin: 0 auto;
}
.lineCaution ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}

.art__wrapper {
  background: #f9f7fa;
  padding-bottom: 10rem;
}
@media screen and (max-width: 428px) {
  .art__wrapper {
    padding-bottom: 20vw;
  }
}

.art__wrapper2 {
  background: #f9f7fa;
  padding-bottom: 10rem;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 428px) {
  .art__wrapper2 {
    padding-bottom: 20vw;
  }
}

.pv {
  margin-top: 5rem;
}
.pv__iframe {
  max-width: 80rem;
  width: 100%;
  aspect-ratio: 640/360;
  margin-top: 5rem;
  position: relative;
}
.pv__iframe iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 640/360;
  width: 100%;
}
@media screen and (max-width: 428px) {
  .pv {
    margin-top: 0;
  }
}

.concept {
  margin-top: 5rem;
}
.concept__image {
  margin: 8rem 0 1rem;
  background: #f5eff4;
  border-radius: 6rem;
  border: 8px solid #b492b0;
  padding: 5rem 7rem;
  position: relative;
}
.concept__image:after {
  content: "";
  display: block;
  width: 18rem;
  height: 20.5rem;
  background: url(../img/concept-bg.png) center center/contain no-repeat;
  position: absolute;
  right: 5rem;
  bottom: 5rem;
}
.concept__image img {
  display: block;
}
@media screen and (max-width: 428px) {
  .concept {
    margin-top: 0;
  }
  .concept__image {
    margin: 10vw 0 1vw;
    border-radius: 10vw;
    border: 4px solid #b492b0;
    padding: 5vw;
  }
  .concept__image:after {
    content: "";
    display: block;
    width: 7.2rem;
    height: 8.2rem;
    right: 2rem;
    bottom: 2rem;
  }
}

.whocanuseList {
  width: 100%;
}
.whocanuseDt {
  width: 100%;
}
.whocanuseDt dt {
  color: #7e3e8a;
  font-size: 2rem;
}
.whocanuseDt dt span {
  border: 2px solid #ba90b2;
  border-radius: 0.5rem;
  height: 6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.whocanuseDt dd {
  padding: 2rem 0 5rem 2rem;
}
.whocanuseDt dd h4 {
  border-bottom: 1px solid #7e3e8a;
  margin: 0 0 1rem 0;
  font-weight: 700;
}
.whocanuseDt dd ul li {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.whocanuseDt dd ul.column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2rem;
  padding-top: 1rem;
}
.whocanuseDt dd ul.column3 > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 2rem;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  max-width: 33.3%;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 428px) {
  .whocanuseDt dd ul.column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding-top: 1rem;
  }
  .whocanuseDt dd ul.column3 > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .whocanuseList {
    margin: 10vw 0;
  }
  .whocanuseList > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0;
  }
  .whocanuseDt dt {
    font-size: 5vw;
  }
  .whocanuseDt dt span {
    border: 1px solid #ba90b2;
    height: 5rem;
  }
  .whocanuseDt dd {
    padding: 3vw 0 10vw 5vw;
  }
}

.howtouseFlow {
  margin: 8rem -2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.howtouseFlow > li {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 2.5rem;
  position: relative;
}
.howtouseFlow > li:not(:last-child):after {
  content: "";
  display: block;
  width: 2.3rem;
  height: 5.3rem;
  background: url(../img/how-cursor.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.howtouseFlow > li > div {
  border: 6px solid #b492b0;
  background: #fff;
  padding: 2rem 2rem 0rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  border-radius: 2rem;
}
.howtouseFlow > li > div h3 {
  max-width: 12.5rem;
  margin-bottom: 1rem;
}
.howtouseFlow > li > div p {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.howtouseFlow > li > div .image {
  display: block;
  margin: 0 auto;
}
.howtouseFlow > li > div .image--1 {
  max-width: 18.2rem;
  margin-left: 2rem;
}
.howtouseFlow > li > div .image--2 {
  max-width: 10.5rem;
}
.howtouseFlow > li > div .image--3 {
  max-width: 6.6rem;
}
.howtouseSpec {
  background: #fff;
  border: 1px solid #333;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.howtouseSpec__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10rem 5rem 5rem;
}
.howtouseSpec > dt {
  font-size: 1.8rem;
  font-weight: 500;
  background: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 6rem;
}
.howtouseSpec > dd {
  font-size: 2rem;
  padding: 2rem 8rem 2rem 3rem;
}
@media screen and (max-width: 428px) {
  .howtouseFlow {
    margin: 10vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .howtouseFlow > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 5vw 15vw;
  }
  .howtouseFlow > li:not(:last-child):after {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, 0%) rotate(90deg);
    transform: translate(50%, 0%) rotate(90deg);
  }
  .howtouseFlow > li > div {
    border: 4px solid #b492b0;
    padding: 5vw 5vw 3vw 5vw;
    border-radius: 2rem;
  }
  .howtouseFlow > li > div .image {
    display: block;
    margin: 5vw auto 0;
  }
  .howtouseSpec {
    display: block;
  }
  .howtouseSpec__wrapper {
    margin: 5vw 0 10vw;
  }
  .howtouseSpec > dt {
    font-size: 3.5vw;
    padding: 0.5em 0;
    white-space: nowrap;
  }
  .howtouseSpec > dd {
    font-size: 3vw;
    padding: 3vw 5vw;
  }
}

.map__button a {
  max-width: 30rem;
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7e3e8a;
  border: 2px solid #7e3e8a;
  border-radius: 100rem;
  padding: 0 3rem;
  margin: 0 auto 3rem;
}

.map__button a:hover {
  color: #7e3e8a;
  background: #fff;
}

@media screen and (max-width: 428px) {
  .map__button {
    padding: 0 5vw;
  }
  .map__button a {
    height: 5rem;
    font-size: 4vw;
    padding: 0 2rem;
  }
}

.button a {
  max-width: 40rem;
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7e3e8a;
  border-radius: 100rem;
  padding: 0 3rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 428px) {
  .button {
    padding: 0 5vw;
  }
  .button a {
    height: 5rem;
    font-size: 4vw;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
}

.buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem -1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.buttonWrapper h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.buttonWrapper > * {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 1rem;
}
.button--android a:before,
.button--iphone a:before,
.button--pc a:before,
.button--edge a:before,
.button--chrome a:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}
.button--android a:before {
  background: url(../img/icon-android.svg) center center/contain no-repeat;
}
.button--iphone a:before {
  background: url(../img/icon-iphone.svg) center center/contain no-repeat;
}
.button--pc a:before {
  background: url(../img/icon-laptop.svg) center center/contain no-repeat;
}
.button--edge a:before {
  background: url(../img/icon-edge.svg) center center/contain no-repeat;
}
.button--chrome a:before {
  background: url(../img/icon-chrome.svg) center center/contain no-repeat;
}
@media screen and (max-width: 428px) {
  .button a {
    font-size: 1.4rem;
  }
  .buttonWrapper {
    display: block;
    margin: 3rem 0;
  }
  .buttonWrapper h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .buttonWrapper > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0rem;
  }
  .button--android a:before,
  .button--iphone a:before,
  .button--pc a:before,
  .button--edge a:before,
  .button--chrome a:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
}

.map-inline {
  width: 90vw;
  height: 100%;
  max-height: 90vh;
  aspect-ratio: 3/2;
}
.map-inline iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 428px) {
  .map-inline {
    aspect-ratio: 3/5;
  }
}

.manual__button a {
  max-width: 38rem;
  width: 100%;
  height: 6.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7e3e8a;
  border-radius: 100rem;
  border: 3px solid #7e3e8a;
  padding: 0 3rem;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.manual__button a:before,
.manual__button a:after {
  content: "";
  width: 1.2rem;
  height: 2.2rem;
}
.manual__button a:after {
  background: url(../img/cursor.png) center center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.manual__button a:hover {
  background: #fff;
  color: #7e3e8a;
}
.manual__button a:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(21%) saturate(3148%) hue-rotate(256deg) brightness(80%)
    contrast(82%);
  filter: brightness(0) saturate(100%) invert(31%) sepia(21%) saturate(3148%) hue-rotate(256deg) brightness(80%)
    contrast(82%);
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
@media screen and (max-width: 428px) {
  .manual__button {
    padding: 0 5vw;
  }
  .manual__button a {
    height: 6.4rem;
    font-size: 4.5vw;
    padding: 0 2rem;
  }
}

.installFlow {
  margin-top: 3rem;
  max-width: 80rem;
}
.installFlow > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 6px solid #b492b0;
  background: #fff;
  padding: 5rem 0;
  margin-bottom: 5rem;
  border-radius: 2rem;
}
.installFlow > li p {
  font-size: 2rem;
  line-height: 1.6;
}
.installFlow > li:not(:last-child):after {
  content: "";
  display: block;
  width: 2.3rem;
  height: 5.3rem;
  background: url(../img/how-cursor.png) center center/contain no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%) rotate(90deg);
  transform: translate(-50%, 100%) rotate(90deg);
}
.installFlow > li .text {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
  padding: 0 3rem 0 10rem;
}
.installFlow > li .text .icon {
  color: #fff;
  font-weight: 700;
  background: #7e3e8a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-family: "Akshar";
  border-radius: 0.3rem;
  margin: 0 0.2em;
}
.installFlow > li .image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  display: block;
  margin: 0 auto;
  padding: 0 5rem;
}
.installFlow > li.icon {
  position: relative;
}
.installFlow > li.icon:before {
  color: #fff;
  font-weight: 700;
  background: #7e3e8a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 3rem;
  top: 5rem;
  width: 5rem;
  height: 5rem;
  font-family: "Akshar";
  font-size: 3rem;
  border-radius: 0.5rem;
}
.installFlow > li.icon--1:before {
  content: "1";
}
.installFlow > li.icon--2:before {
  content: "2";
}
.installFlow > li.icon--3:before {
  content: "3";
}
.installFlow > li.icon--4:before {
  content: "4";
}
.installFlow > li.icon--5:before {
  content: "5";
}
.installFlow--pc > li .text {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 45%;
  padding-right: 0;
}
.installFlow--pc > li .image {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  max-width: 55%;
}
@media screen and (max-width: 428px) {
  .installFlow > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 4px solid #b492b0;
    padding: 2rem 0 2rem;
    margin-bottom: 4rem;
    border-radius: 2rem;
  }
  .installFlow > li p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .installFlow > li .text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 3rem;
  }
  .installFlow > li .image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    padding: 0;
  }
  .installFlow > li.icon:before {
    left: 0rem;
    top: 0rem;
    -webkit-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
  }
  .installFlow--pc > li .text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .installFlow--pc > li .image {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
}

.link {
  margin: 0 -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.link__wrapper {
  max-width: 100rem;
  width: 100%;
  margin: 5rem auto 5rem;
}
.link__button {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  padding: 0 1.5rem;
}
.link__button a {
  width: 100%;
  height: 6.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7e3e8a;
  border-radius: 100rem;
  padding: 0 2rem;
  margin: 0 auto;
  border: 3px solid #7e3e8a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link__button a:hover {
  background: #fff;
  color: #7e3e8a;
}
.link__button.active a {
  background: #fff;
  color: #7e3e8a;
}
@media screen and (max-width: 428px) {
  .link {
    padding: 0 5vw;
  }
  .link__wrapper {
    max-width: 70%;
    margin: 2rem auto 3rem;
  }
  .link__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 0 1.5rem;
  }
  .link__button a {
    height: 5rem;
    font-size: 4vw;
    padding: 0 2rem;
  }
}

.faq > li {
  margin-bottom: 5rem;
}
.faq__q,
.faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
}
.faq__q:before,
.faq__a:before {
  content: "";
  width: 8rem;
  height: 8rem;
  display: block;
  min-height: 5rem;
  margin-right: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}
.faq__q {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #7e3e8a;
}
.faq__q:before {
  background: url(../img/faq-q.svg) center center/contain no-repeat;
}
.faq__a {
  margin-left: 3rem;
}
.faq__a:before {
  background: url(../img/faq-a.svg) center center/contain no-repeat;
}
@media screen and (max-width: 428px) {
  .faq > li {
    margin-bottom: 3rem;
  }
  .faq__q,
  .faq__a {
    padding-top: 1rem;
  }
  .faq__q:before,
  .faq__a:before {
    width: 6rem;
    height: 6rem;
    display: block;
    margin-right: 1rem;
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  .faq__q {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .faq__a {
    margin-left: 0;
    font-size: 1.4rem;
  }
}

.contactBlock {
  border: 6px solid #7e3e8a;
  border-radius: 3rem;
  max-width: 80rem;
  width: 100%;
}
.contactBlock h3 {
  background: #7e3e8a;
  font-size: 3rem;
  color: #fff;
  height: 7rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2rem 2rem 0 0;
}
.contactBlock__unei {
  padding: 3rem 3rem 1rem;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
.contactBlock__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
}
.contactBlock__tel p {
  font-size: 2rem;
  padding: 2rem 3rem 3rem 5rem;
}

@media screen and (max-width: 428px) {
  .contactBlock__unei {
    padding: 3rem;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
  }
  .contactBlock__tel {
    display: block;
    padding-bottom: 1.5rem;
  }
  .contactBlock__tel p {
    font-size: 1.8rem;
    padding: 0 3rem 1.5rem;
  }
}

.hospital__list > li {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

.image-login {
  max-width: 30rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 428px) {
  .image-login {
    max-width: 20rem;
  }
}

.header {
  height: 14rem;
  padding: 3rem 6rem 4rem;
  max-width: 104rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 428px) {
  .header {
    padding: 1rem;
  }
}
.header .logo {
  -ms-flex-preferred-size: 8rem;
  flex-basis: 8rem;
  max-width: 8rem;
}
.header .logo a {
  padding: 0;
  height: auto;
}
@media screen and (max-width: 428px) {
  .header .logo {
    -ms-flex-preferred-size: 7rem;
    flex-basis: 7rem;
    max-width: 7rem;
  }
}
.header a {
  font-weight: 700;
  color: #fff;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header a:hover {
  color: #ffdc3b;
}
.header .globalMenu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7e3e8a;
  border-radius: 10rem;
  padding: 0 2.5rem;
}
.header__nav > li {
  padding: 0 1.5rem;
}
.header .submit {
  margin-left: 2.5rem;
}
.header .submit a {
  padding: 0 4rem;
  background: #ffdc3b;
  color: #7e3e8a;
  border-radius: 10rem;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  border: 3px solid #ffdc3b;
}
.header .submit a:hover {
  background: #fff;
}
@media screen and (max-width: 428px) {
  .header {
    height: 9rem;
  }
  .header a {
    height: 6rem;
    font-size: 2rem;
  }
  .header .globalMenu {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    background: #7e3e8a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    padding: 80px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .globalMenu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #7e3e8a;
    border-radius: 10rem;
    padding: 0 2.5rem;
  }
  .header__nav > li {
    padding: 0 1.5rem;
  }
  .header .submit {
    margin-left: 0rem;
    margin-top: 5rem;
  }
  .header .submit a {
    padding: 0 4rem;
    background: #ffdc3b;
    color: #7e3e8a;
    border-radius: 10rem;
  }
}

.menuButton {
  display: none;
  width: 70px;
  height: 70px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  background: #7e3e8a;
}
@media screen and (max-width: 428px) {
  .menuButton {
    display: block;
  }
}
.menuButton div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 34px;
  height: 22px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.menuButton div i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.menuButton div i:nth-of-type(1) {
  top: 0;
}
.menuButton div i:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.menuButton div i:nth-of-type(3) {
  bottom: 0;
}
.menuButton.active div {
  width: 34px;
  height: 22px;
}
.menuButton.active div i {
  top: 50% !important;
  left: 50% !important;
}
.menuButton.active div i:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}
.menuButton.active div i:nth-of-type(3) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.menuButton.active div i:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.footer {
  font-size: 1.4rem;
  background: #4c4b4c;
  color: #fff;
  padding: 2rem 0;
}
.footer__inner {
  max-width: 100rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__left li {
  margin-right: 2em;
}
.footer__left li a {
  color: #fff;
}
.footer__left li a:before {
  content: "▲";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.7em;
}
@media screen and (max-width: 428px) {
  .footer {
    font-size: 3vw;
    padding: 5vw;
  }
  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .footer__right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
