@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-cta {
  padding-right: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-right: 0;
  }
}

.p-cta__ctabtn {
  position: absolute;
  bottom: -1.25rem;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 3px solid #E9D427;
  font-size: 3.75vw;
  background-color: #fff;
  border-radius: 0.9375rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  width: 12.5rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-cta__ctabtn {
    font-size: 0.7894736842vw;
  }
}

.p-cta__ctabtn:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-cta__wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 93.75rem;
    width: 90%;
  }
}

.p-cta__imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-cta__images {
    width: 90%;
  }
}

.p-cta__cta {
  position: absolute;
  top: 42%;
  left: 45%;
}

.p-cta__ctahead {
  font-size: 2.6315789474vw;
  color: #00565F;
}

.p-cta__ctaheadBtn {
  font-size: 1.4736842105vw;
  background-color: #fff;
  border: 5px solid #E9D427;
  border-radius: 1.5625rem;
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-cta__ctaheadBtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-faq {
  background-color: #F2FAFF;
  text-align: center;
  padding-top: 5.3125rem;
  padding-right: 5rem;
  padding-left: 1.875rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 11.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__inner {
    max-width: 100rem;
    width: 84.5%;
    margin: 0 auto;
  }
}

.p-faq__title {
  color: #E8E6E6;
  font-size: 4.375rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 1.5625rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 10.5263157895vw;
  }
}
@media screen and (min-width: 1900px) {
  .p-faq__title {
    font-size: 12.5rem;
  }
}

.p-faq__box {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 1.875rem;
  color: #00565F;
  text-align: left;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-faq__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-faq__trybtn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-faq__trybtn {
    max-width: 22.8125rem;
    margin-left: 9.375rem;
    font-size: 1.4210526316vw;
  }
}

.p-faq__trybtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-faq__question {
  font-size: 0.9375rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    font-size: 1.5625rem;
    font-weight: 900;
  }
}

.p-faq__answer {
  font-size: 0.8125rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    font-size: 1.25rem;
    padding-left: 3.3125rem;
  }
}

.p-faq__trybtn {
  display: inline-block;
  background-color: #E9D427;
  color: #333333;
  margin-top: 1.25rem;
  width: 100%;
  text-align: center;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  border-radius: 0.9375rem;
}

.p-footer {
  padding-right: 3.125rem;
  height: 1.875rem;
  background-image: url(../images/footer_bg.jpg);
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-right: 0;
    background-image: url(../images/footer_bg_pc.jpg);
    height: 2.5rem;
  }
}

.p-footer__wrap {
  border-left: 10px solid #06869D;
  border-right: 10px solid #06869D;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    height: 2.5rem;
    border-left: 3.1578947368vw solid #06869D;
    border-right: 3.1578947368vw solid #06869D;
  }
}
@media screen and (min-width: 1900px) {
  .p-footer__wrap {
    border-left: 60px solid #06869D;
    border-right: 60px solid #06869D;
  }
}

.p-footer__innerWrap {
  border-bottom: 2px solid #06869D;
  height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__innerWrap {
    height: 2.25rem;
  }
}

.p-footer__wrap img {
  width: 6.25rem;
  margin: 0 auto;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
@media screen and (min-width: 768px) {
  .p-footer__wrap img {
    width: 12.5rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.p-function {
  padding-top: 5.625rem;
  padding-bottom: 9.375rem;
  background-image: url(../images/function_bg_sp.gif);
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-function {
    padding-top: 7.8947368421vw;
    padding-bottom: 18.75rem;
    background-image: url(../images/function_bg.gif);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.p-function__inner {
  padding-right: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-function__inner {
    padding-right: 7.8947368421vw;
    padding-left: 7.8947368421vw;
  }
}

@media screen and (min-width: 768px) {
  .p-function__head {
    width: 50%;
  }
}

.p-function__title {
  text-align: center;
  color: #00565F;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-function__title {
    font-size: 2.6315789474vw;
  }
}

.p-function__subtitle {
  text-align: center;
  color: #128CA3;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-function__subtitle {
    font-size: 2.6315789474vw;
  }
}

@media screen and (min-width: 768px) {
  .p-function__s {
    font-size: 1.5789473684vw;
  }
}

.p-function__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.25rem;
  padding-right: 0.625rem;
}
.p-function__item {
  background-color: #fff;
  border-radius: 1.875rem;
  -webkit-box-shadow: 5px 5px 1px 0px #c9c9c9;
          box-shadow: 5px 5px 1px 0px #c9c9c9;
  text-align: center;
  max-height: 9.375rem;
  width: 35vw;
  height: 100%;
  margin-bottom: 0.9375rem;
  margin-right: 3.75vw;
  padding-top: 1.0625rem;
  padding-bottom: 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-function__item {
    width: 12.1052631579vw;
    max-height: 15rem;
    margin-bottom: 3.75rem;
    margin-right: 3.1578947368vw;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-function__item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-function img {
  display: inline-block;
  max-width: 8.75rem;
  width: 50%;
  height: auto;
}

.p-function__flex {
  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;
  height: 100%;
}

.p-function__flex p {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-function__text {
  font-size: 2.75vw;
  color: #00565F;
}
@media screen and (min-width: 768px) {
  .p-function__text {
    font-size: 0.9473684211vw;
  }
}

.p-function__ctabtn {
  text-align: center;
  border: 3px solid #E9D427;
  border-radius: 0.9375rem;
  display: block;
  margin: 0 auto;
  max-width: 12.5rem;
  width: 90%;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-top: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-function__ctabtn {
    font-size: 1.5789473684vw;
    max-width: 20rem;
    -webkit-transform: translateX(21.0526315789vw);
            transform: translateX(21.0526315789vw);
  }
}

.p-function__ctabtn:hover {
  -webkit-transform: translateX(400px) scale(1.1);
          transform: translateX(400px) scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-function__shrink02 img {
  width: 33%;
}

.p-function__shrink06 img {
  width: 40%;
}

.p-function__shrink08 img {
  width: 37%;
}

.p-fv {
  position: relative;
  height: 162.5vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: 57.8947368421vw;
  }
}

.p-fv__img {
  display: inline;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    width: 30%;
    margin-bottom: 1.875rem;
  }
}

.p-fv__box {
  position: absolute;
  top: 20%;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__box {
    top: 25%;
    left: 30%;
  }
}

.p-fv__subtitle {
  background-color: #fff;
  color: #128CA3;
  font-size: 3.25vw;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-fv__subtitle {
    font-size: 1.5789473684vw;
    width: 20%;
  }
}

.p-fv__title {
  background-color: #fff;
  color: #00565F;
  font-size: 5.5vw;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    font-size: 2.6315789474vw;
    width: 35%;
    margin-bottom: 2.5rem;
  }
}

.p-fv__buttons {
  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;
}

.p-fv__buttons a {
  display: inline;
}

.p-fv__movie {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.p-fv__movie video {
  width: 104%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.p-header {
  background-color: #fff;
  position: fixed;
  right: 0rem;
  width: 3.125rem;
  height: 100vh;
  padding-top: 7.5vw;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .p-header {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top: 1.25rem;
    padding-left: 8.9473684211vw;
    padding-right: 8.9473684211vw;
    padding-bottom: 1.25rem;
  }
}

.p-header__wrap {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-header__logo {
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 18.75rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 380px) {
  .p-header__logo {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .p-header__logo {
    margin-bottom: 150px;
  }
}
.p-header__link {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-header__dl, .p-header__free {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 3.25vw;
}
@media screen and (min-width: 768px) {
  .p-header__dl, .p-header__free {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-orientation: initial;
    font-size: 1.125rem;
  }
}

.p-header__dl:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__free:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv__dl:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv__free:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__dl, .p-fv__dl {
  border: 3px solid #E9D427;
  border-radius: 1.25rem;
  padding: 2.1875rem 0.3125rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__dl, .p-fv__dl {
    padding: 0.3125rem 2.1875rem;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}

.p-header__free, .p-fv__free {
  background-color: #E9D427;
  border-radius: 1.25rem;
  padding: 2.1875rem 0.4375rem;
  letter-spacing: 0.2em;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__free, .p-fv__free {
    padding: 0.4375rem 2.1875rem;
    margin-bottom: 0;
  }
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100vw - 50px);
  height: 100vh;
  -webkit-transform: translate(-100vw);
          transform: translate(-100vw);
  background-color: rgba(255, 255, 255, .6);
  background-size: cover;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
@media screen and (min-width: 768px) {
  .header__nav {
    -webkit-transform: translate(75vw, -40vh);
            transform: translate(75vw, -40vh);
    width: 15.7894736842vw;
    height: 30vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header__nav {
    -webkit-transform: translate(70vw, -36.3636363636vw);
            transform: translate(70vw, -36.3636363636vw);
    width: 22.7272727273vw;
  }
}

.nav__items {
  position: absolute;
  top: 37%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
}

.nav__cta {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #fff;
  border: 3px solid #E9D427;
  border-radius: 1.25rem;
  width: 80%;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  text-align: center;
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .nav__cta {
    font-size: 0.9473684211vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .nav__cta {
    font-size: 1.6363636364vw;
    width: 100%;
  }
}

.nav-items a {
  color: #00565F;
  width: 100%;
  display: block;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .nav-items a {
    font-size: 1.125rem;
    margin-bottom: 0.4375rem;
  }
}

.nav-items:last-child a {
  margin-bottom: 0;
}

.header__hamburger {
  width: 2.8125rem;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 768px) {
  .hamburger {
    margin-left: 1.875rem;
  }
}

.hamburger span {
  width: 100%;
  height: 4px;
  background-color: #CACBCC;
  border-radius: 3.125rem;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.hamburger span:nth-child(3)::after {
  content: "MENU";
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #CACBCC;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.header__nav.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .header__nav.active {
    -webkit-transform: translate(75vw, 85px);
            transform: translate(75vw, 85px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header__nav.active {
    -webkit-transform: translate(70vw, 7.9090909091vw);
            transform: translate(70vw, 7.9090909091vw);
  }
}

.hamburger.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.active span:nth-child(3)::after {
  content: "CLOSE";
  top: 12px;
  left: 5%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.p-intro {
  padding-right: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-intro {
    padding-right: 0;
  }
}

.p-intro__wrap {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-intro__title {
  color: #00565F;
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-intro__title {
    font-size: 1.8421052632vw;
  }
}

.p-intro__img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-intro__img {
    width: 40%;
  }
}

.maker {
  color: #fff;
  background-color: #128CA3;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.intro_text_s {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .intro_text_s {
    font-size: 1.5789473684vw;
  }
}

.p-plan {
  padding-left: 1.875rem;
  padding-right: 5rem;
  padding-bottom: 1.875rem;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .p-plan {
    padding-right: 13.6842105263vw;
    padding-left: 13.6842105263vw;
    padding-top: 7.8947368421vw;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__planFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-plan__titleBox {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media screen and (min-width: 768px) {
  .p-plan__titleBox img {
    position: absolute;
    top: -13.1578947368vw;
    right: -8.9473684211vw;
    max-width: 36.5625rem;
    width: 30.7894736842vw;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__mainTitle {
    position: absolute;
    top: -14.2105263158vw;
  }
}

.p-plan__title {
  position: absolute;
  top: 2.5641025641vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-weight: 400;
  font-size: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  .p-plan__title {
    top: -12.1052631579vw;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    left: auto;
    left: initial;
    right: 2.6315789474vw;
    font-size: 2.6315789474vw;
  }
}

.p-plan__text {
  background-color: #fff;
  color: #00565F;
  display: inline;
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  text-align: center;
  font-size: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  .p-plan__text {
    font-size: 1.5789473684vw;
    width: 40%;
    right: -10%;
    left: auto;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    -webkit-transform: translateY(-3.6842105263vw);
            transform: translateY(-3.6842105263vw);
  }
}

.p-plan__planBox {
  background-color: #fff;
  border-top: 12px solid #EAD527;
  color: #00565F;
  text-align: center;
  font-weight: 400;
  padding-top: 1.5625rem;
  padding-bottom: 2.1875rem;
  margin-bottom: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-plan__planBox {
    width: 33%;
    margin-right: 3.125rem;
  }
}

.p-plan__planBox:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-plan__planBox:last-child {
  margin-right: 0;
}

.p-plan__planBox:nth-child(1) {
  border-top: 12px solid #EAD527;
}

.p-plan__planBox:nth-child(2) {
  border-top: 12px solid #EDAB44;
}

.p-plan__planBox:nth-child(3) {
  border-top: 12px solid #128DA4;
}

.p-plan__boxTitle {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-plan__boxTitle {
    font-size: 1.5789473684vw;
  }
}

.p-plan__subtitle {
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-plan__subtitle {
    font-size: 1.0526315789vw;
  }
}

.p-plan__price {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-plan__price {
    font-size: 1.3157894737vw;
  }
}

.p-plan__planBox img {
  display: inline;
}

.p-plan__img1 {
  width: 39%;
}

.p-plan__img2 {
  width: 52%;
}

.p-plan__img3 {
  width: 40%;
}

.p-plan__services {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-plan__services {
    max-width: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__service {
    font-size: 1.0526315789vw;
  }
}

.service_mark {
  position: relative;
}

.p-plan__service::before {
  position: absolute;
  content: url(../images/plan_item_logo.svg);
  top: 0.1875rem;
  left: -1.5625rem;
  width: 0.9375rem;
}

.p-plan__planBox:nth-child(2) .service_mark::before {
  content: url(../images/plan_item_logo_orange.svg);
}

.p-plan__planBox:nth-child(3) .service_mark::before {
  content: url(../images/plan_item_logo_buz.svg);
}

.p-plan__text {
  font-size: 5.1282051282vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-plan__text {
    font-size: 2.6315789474vw;
  }
}

@media screen and (max-width: 390px) {
  .p-plan__text {
    font-size: 3.8461538462vw;
  }
}
.p-plan__text--s {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-plan__text--s {
    font-size: 1.5789473684vw;
  }
}

.plus::before {
  content: "";
}

@media screen and (min-width: 768px) {
  .plus {
    padding-left: 3.125rem;
  }
}

.p-plan__mb {
  margin-bottom: 1.0526315789vw;
}

.p-service {
  padding-top: 1.875rem;
  padding-right: 3.125rem;
  background-color: #BBD2DC;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-right: 0;
    padding-top: 4.375rem;
    max-width: 100rem;
    width: 90%;
    margin: 0 auto;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
  }
}

.p-service__head {
  text-align: center;
  padding-bottom: 3.125rem;
}

.p-service__headImg {
  display: inline;
}
@media screen and (min-width: 768px) {
  .p-service__headImg {
    margin: 0 auto;
    width: 30%;
  }
}

.p-service__headTitle {
  color: #00565F;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__headTitle {
    font-size: 1.5789473684vw;
  }
}

.p-service__services {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service__services {
    padding-bottom: 3.125rem;
    background-color: #BBD2DC;
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}

.p-service__cta {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-service__cta {
    padding-top: 9.375rem;
  }
}

.p-service__cta img {
  display: inline;
}

.p-service__wrap {
  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;
}

.p-service__arrow {
  position: absolute;
  top: -0.9375rem;
  left: 40%;
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__arrow {
    left: 45%;
    width: 7.5rem;
  }
}

.p-service__title {
  font-size: 1.1875rem;
  color: #00565F;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: 2.6315789474vw;
    margin-bottom: 4.125rem;
  }
}

.p-service__body {
  font-size: 0.8125rem;
  color: #00565F;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__body {
    font-size: 1.5789473684vw;
    margin-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__img {
    display: block;
    width: 18.4210526316vw;
    margin-right: 5rem;
  }
}

.p-service__ctaBtn {
  display: inline-block;
  border: 5px solid #EBD400;
  border-radius: 1.25rem;
  width: 60%;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-service__ctaBtn {
    font-size: 1.4210526316vw;
  }
}

.p-service__ctaBtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-service__ctaBtn::before {
  content: "詳しくは";
  position: absolute;
  top: -0.625rem;
  left: 0rem;
  color: #005861;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__ctaBtn::before {
    top: -1.25rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
  .p-service__slideItem img {
    width: 105%;
  }
}
.p-service__slideItem {
  position: relative;
}

.p-service__slideItem .p-service__movie {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__slideItem .p-service__video {
  position: absolute;
  width: 50%;
  right: 20%;
}

.p-service__movie {
  width: 100%;
  position: relative;
}

.p-service__video {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 27%;
}

.p-service__video2 {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 30%;
}

.p-service__left {
  position: absolute;
  top: 10%;
  left: 5%;
  color: #00565F;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-service__left {
    width: 40%;
  }
}

.p-service__header {
  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;
  margin-bottom: 1.0526315789vw;
}

.p-service__num {
  color: #128CA3;
  font-weight: 700;
  margin-right: 2.6315789474vw;
  font-size: 9vw;
}
@media screen and (min-width: 768px) {
  .p-service__num {
    font-size: 4.2105263158vw;
  }
}

.p-service__middle {
  margin-bottom: 1.0526315789vw;
}

.p-service__serviceVideo01 {
  margin: 0 auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-service__serviceVideo01 {
    width: 90%;
  }
}

.p-service__serviceVideo02 {
  margin: 0 auto;
  width: 55%;
}
@media screen and (min-width: 768px) {
  .p-service__serviceVideo02 {
    width: 70%;
  }
}

.p-service__serviceVideo03 {
  margin: 0 auto;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-service__serviceVideo03 {
    width: 50%;
  }
}

.p-service__leftTitle {
  text-align: center;
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  .p-service__leftTitle {
    font-size: 1.5789473684vw;
  }
}

.p-service__footer {
  font-size: 1.0526315789vw;
  text-align: center;
}

.p-service .prev-arrow {
  position: absolute;
  top: -1.875rem;
  left: 30%;
  z-index: 999;
  width: 1.875rem;
}

.p-service .next-arrow {
  position: absolute;
  top: -1.875rem;
  right: 30%;
  width: 1.875rem;
}

.p-service_anime04 {
  width: 70%;
  margin: 0 auto;
}

a.anchor {
  display: block;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

a.anchor2 {
  display: block;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

a.anchor3 {
  display: block;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.p-step {
  padding-top: 5rem;
  padding-right: 3.125rem;
  padding-bottom: 5rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step {
    padding-top: 9.375rem;
    padding-right: 0;
    padding-bottom: 18.75rem;
  }
}

.p-step__toplogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}

.p-step__bottomlogo {
  position: absolute;
  bottom: 1.25rem;
  right: 3.125rem;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-step__bottomlogo {
    right: 0;
  }
}

.p-step__drop1 {
  position: absolute;
  bottom: 0.5263157895vw;
  left: 20%;
  max-width: 3.75rem;
  width: 3.1578947368vw;
}
@media screen and (min-width: 768px) {
  .p-step__drop1 {
    left: 35%;
  }
}

.p-step__drop2 {
  position: absolute;
  bottom: -7.8947368421vw;
  left: 18.7%;
  max-width: 6.25rem;
  width: 5.2631578947vw;
}
@media screen and (min-width: 768px) {
  .p-step__drop2 {
    left: 33.7%;
  }
}

.p-step__logo {
  display: inline;
}
@media screen and (min-width: 768px) {
  .p-step__logo {
    width: 26.3157894737vw;
  }
}

.typing {
  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;
}

.p-step__description {
  width: 18ch;
  font-size: 1rem;
  color: #00565F;
  margin-bottom: 1.25rem;
  -webkit-animation: typing 3s steps(18), effect 0.5s step-end infinite alternate;
          animation: typing 3s steps(18), effect 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-step__description {
    font-size: 1.875rem;
  }
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}
@-webkit-keyframes effect {
  50% {
    border-color: transparent;
  }
}
@keyframes effect {
  50% {
    border-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .p-step__slideFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.p-step__slideItem img {
  max-width: 16.875rem;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-step__slideItem img {
    margin: 0;
    margin-left: auto;
    padding-right: 9.375rem;
    margin-top: 1.25rem;
  }
}

.p-step__slideText {
  color: #00565F;
}
@media screen and (min-width: 768px) {
  .p-step__slideText {
    width: 40%;
    z-index: 20;
    margin-right: -13.1578947368vw;
  }
}

.p-step__slideTitle {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-step__slideTitle {
    font-size: 1.5789473684vw;
  }
}

.p-step__slideBody {
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-step__slideBody {
    font-size: 1.0526315789vw;
  }
}

@media screen and (min-width: 768px) {
  .slideBody01 {
    margin-bottom: 0;
  }
}

.p-step__ctaBtn {
  display: inline-block;
  background-color: #E9D427;
  border-radius: 0.9375rem;
  max-width: 12.5rem;
  width: 90%;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-step__ctaBtn {
    margin: 0 auto;
    font-size: 0.9473684211vw;
    margin-top: 2.1875rem;
  }
}

.p-step__ctaBtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-step__lineheight {
  line-height: 2.3;
}

.p-step__movie {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-step__movie {
    width: 50%;
    margin: 0;
    margin-left: -13.1578947368vw;
    z-index: 10;
  }
}

.p-step__movie video {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .p-step__movie video {
    width: 100%;
  }
}

.p-step__mtadj {
  margin-top: -0.625rem;
}

.p-step__mtadj3 {
  margin-top: 2.5rem;
}

.p-step__wizard {
  display: none !important;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-step__wizard {
    display: block !important;
    max-width: 64.2105263158vw !important;
    text-align: right;
    margin-right: 2.6315789474vw;
    z-index: 99999;
  }
}

.p-step .prev-arrow {
  position: absolute;
  top: 42%;
  left: 1.875rem;
  z-index: 999;
  width: 7.5vw;
}
@media screen and (min-width: 768px) {
  .p-step .prev-arrow {
    top: 74%;
    left: 12%;
    left: 14.7368421053vw;
    width: 3.1578947368vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-step .prev-arrow {
    top: 76%;
  }
}
@media screen and (min-width: 1600px) {
  .p-step .prev-arrow {
    top: 72%;
  }
}

.p-step .next-arrow {
  position: absolute;
  top: 42%;
  right: 1.875rem;
  width: 7.5vw;
}
@media screen and (min-width: 768px) {
  .p-step .next-arrow {
    top: 74%;
    left: 38%;
    left: 39.4736842105vw;
    width: 3.1578947368vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-step .next-arrow {
    top: 76%;
  }
}
@media screen and (min-width: 1600px) {
  .p-step .next-arrow {
    top: 72%;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-bold {
  font-weight: 900;
}

.u-bold7 {
  font-weight: 700;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none !important;
  }
}

.u-ub10 {
  margin-bottom: 0.625rem;
}

.u-ub20 {
  margin-bottom: 1.25rem;
}
/*# sourceMappingURL=styles.css.map */
