@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  color: #000;
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #7F9B9D;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 50px;
  }
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }
}

.bold {
  font-weight: bold;
}

.green {
  color: #7F9B9D;
}

.stroke {
  -webkit-text-stroke: 0.08em;
}

.stroke_none {
  -webkit-text-stroke: 0;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
    padding-top: 50px;
  }
}
.fv .loop_wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 38px;
  overflow: hidden;
  z-index: -1;
  top: 39px;
}
@media screen and (min-width: 769px) {
  .fv .loop_wrap {
    top: initial;
    bottom: -2px;
    height: 60px;
  }
}
.fv .loop_wrap img {
  width: auto;
  height: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 769px) {
  .fv .loop_wrap img {
    padding-left: 50px;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.fv .loop_wrap img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
@media screen and (min-width: 769px) {
  .fv .loop_wrap img:first-child {
    -webkit-animation: loop 100s -50s linear infinite;
            animation: loop 100s -50s linear infinite;
  }
}
.fv .loop_wrap img:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
@media screen and (min-width: 769px) {
  .fv .loop_wrap img:last-child {
    -webkit-animation: loop2 100s linear infinite;
            animation: loop2 100s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 100px;
  }
}
.fv .title {
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  margin-top: 80px;
  margin-left: 40px;
}
@media screen and (min-width: 769px) {
  .fv .title {
    font-size: 33px;
    margin-top: 0;
    margin-left: 100px;
  }
}
.fv .title span {
  display: block;
  font-size: 12px;
  margin-top: 16px;
}
.fv .fv_img {
  width: 67%;
  margin: 50px auto 0;
}
@media screen and (min-width: 769px) {
  .fv .fv_img {
    width: 300px;
    margin: 0;
  }
}

.about {
  width: 88%;
  padding: 80px 0 1px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 769px) {
  .about {
    max-width: 1200px;
    padding-top: 120px;
  }
}
.about .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .about .title {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  .about .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about .info .box {
  border: 3px solid #7F9B9D;
  border-radius: 5px;
  width: 80%;
  margin: 50px auto;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .about .info .box {
    width: 32%;
    min-width: 350px;
    margin: 70px 10px 90px;
  }
}
.about .info .box img {
  height: 30px;
  width: auto;
  text-align: center;
  margin: 0 auto 20px;
}
.about .info .box .title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about .info .box .title {
    font-size: 18px;
  }
}
.about .info .box .text {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .about .info .box .text {
    font-size: 16px;
  }
}

.btn {
  display: block;
  width: 74%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  background-color: #4e7376;
  color: #fff;
  padding: 25px 0;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 400px;
    font-size: 16px;
    margin-bottom: 130px;
  }
}

.inner {
  background-color: #fff;
  width: 88%;
  margin: auto;
  padding-bottom: 1px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1200px;
    position: relative;
    padding-bottom: 1px;
  }
}
.inner .slider {
  width: 60%;
  margin: 40px auto 80px;
}
@media screen and (min-width: 769px) {
  .inner .slider {
    width: 20%;
    margin: 0;
    padding-top: 70px;
    margin-left: 28%;
    margin-bottom: 10%;
  }
}
.inner .howto {
  margin-left: 15px;
}
@media screen and (min-width: 769px) {
  .inner .howto {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    left: -48px;
    margin: 0;
    padding: 0;
    padding: 30px 5px;
  }
}
.inner .howto span {
  display: inline-block;
  padding: 24px 0;
}
@media screen and (min-width: 769px) {
  .inner .howto span {
    padding: 0;
  }
}
.inner .howto .proce {
  font-variant: 18px;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 769px) {
  .inner .howto .proce {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    padding: 10px;
    font-size: 24px;
    letter-spacing: 4px;
  }
}
.inner .howto .line {
  display: block;
  width: 200px;
  margin: -15px;
  border-top: 1px dotted #000;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .inner .howto .line {
    display: none;
  }
}
.inner .howto .notyet {
  font-size: 14px;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 769px) {
  .inner .howto .notyet {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    border-left: 1px dotted;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.inner .done {
  color: #506fcb;
}

.slides p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .slides p {
    position: absolute;
    top: 40%;
    left: 144%;
    width: 100%;
    font-size: 16px;
  }
}

.flex-control-nav {
  bottom: -30px;
}

.flex-direction-nav a {
  margin: -40px 0 0;
}
@media screen and (min-width: 769px) {
  .flex-direction-nav a {
    top: 56%;
  }
}

.flex-direction-nav a.flex-next:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/next.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.flex-direction-nav a.flex-prev:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/prev.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.flex-direction-nav .flex-next {
  right: -50px;
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -50px;
}

.flex-direction-nav .flex-prev {
  left: -50px;
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -50px;
}

.flex-direction-nav a {
  width: 32px;
  height: 32px;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}

/*---------------------------------------------
APP
---------------------------------------------*/
.app {
  background-color: #A2C4DB;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .app {
    padding-bottom: 0;
  }
}
.app .fukidashi {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .app .fukidashi {
    width: 45%;
    max-width: 500px;
  }
}
.app .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .logo_wrap .pal_icon {
  width: 62px;
}
.app .logo_wrap p {
  font-size: 22px;
  line-height: 1.3;
  margin-left: 30px;
  letter-spacing: 1px;
}
.app .text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .app .text {
    font-size: 16px;
  }
}
.app .update {
  width: 81%;
  margin: auto;
  margin-left: 18vw;
}
@media screen and (min-width: 769px) {
  .app .update {
    width: 400px;
    margin: 0;
    margin-left: 70px;
  }
}
.app .btn {
  margin-top: 80px;
  background-color: #FDFE55;
  color: #333;
}
@media screen and (min-width: 769px) {
  .app .btn {
    width: 300px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/* ローディング中のスタイル */
.wf-loading #contents {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* フォント読み込み完了後のスタイル */
.wf-active #contents {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive #contents {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */