/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --main-black: #454545;
  --main-blue: #2891C7;
  --main-green: #15AFAF;
  --main-beige: #F9F6ED;
}

html {
  font-size: 62.5%;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

a {
  transition: 0.2s;
  color: #fff;
}

a:hover {
  opacity: 0.6;
}

main {
  background-color: var(--main-beige);
  color: var(--main-black);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  width: 100vw;
}

main::before {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  main section {
    padding: 0 0;
  }
}
.inner {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.2s;
}

@media screen and (max-width: 1100px) {
  .inner {
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-strong {
  font-weight: bold;
}

.c-small {
  font-size: 1.2rem;
}

.c-mideum {
  font-size: 1.6rem;
}

.c-large {
  font-size: 1.8rem;
}

.c-x-large {
  font-size: 2.4rem;
}

.c-ttl__en {
  font-family: Helvetica, sans-serif;
  font-size: 1.1em;
}

.c-mini {
  font-size: 0.6em;
  display: contents;
}

.c-note {
  font-size: 1.3rem;
  font-weight: 500;
}

.c-grad {
  background: linear-gradient(90deg, #2891c7 0%, #2891c7 40%, #15afaf 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media screen and (min-width: 769px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-small {
    font-size: 1.1rem;
  }
  .c-x-large {
    font-size: 1.8rem;
  }
  .c-note {
    font-size: 1rem;
  }
}
.p-mv {
  padding-top: 1px;
  background: url(../img/mv.jpg) no-repeat center top;
  background-size: cover;
  height: 600px;
  width: 100%;
  max-width: unset;
}
.p-mv__info {
  color: #fff;
  margin-top: 80px;
  max-width: 480px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-mv__info-img {
  background-color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 15px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mv__info-img img {
  width: 103px;
}

.p-mv__info-subttl {
  margin-top: 35px;
  font-size: 2.4rem;
  line-height: 1;
}

.p-mv__info-ttl {
  margin-top: 30px;
  font-size: 6rem;
  line-height: 1;
}

.p-mv__info-txt {
  margin-top: 52px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-mv {
    background: url(../img/mv_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .p-mv .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-mv__info {
    margin-top: auto;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-mv__info-img {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: 30px;
  }
  .p-mv__info-img img {
    width: 66px;
  }
  .p-mv__info-subttl {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-top: 25px;
    font-size: 1.6rem;
    letter-spacing: -0.05rem;
  }
  .p-mv__info-ttl {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-top: 20px;
    font-size: 4rem;
    letter-spacing: -0.1rem;
  }
  .p-mv__info-txt {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
.p-app {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-app.--footer {
  margin-top: 80px;
  padding-bottom: 120px;
}

.p-app__box {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-app__box-link {
  margin-top: 28px;
  width: calc(100% - 171px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-app__box-qr {
  width: 171px;
  transition: 0.2s;
}

.p-app__box.--appstore .p-app__box-link img {
  width: 196px;
}
.p-app__box.--appstore p {
  margin-top: 5px;
  font-size: 1.4rem;
}

.p-app__box.--google .p-app__box-link img {
  width: 212px;
}
.p-app__box.--google p {
  margin-top: 15px;
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .p-app__box {
    width: calc((100% - 20px) / 2);
    padding: 10px 10px;
  }
  .p-app__box-link {
    width: calc(100% - 100px);
  }
  .p-app__box-qr {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-app {
    margin-top: 10px;
    align-items: stretch;
  }
  .p-app.--footer {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .p-app__box {
    width: calc((100% - 10px) / 2);
    padding: 20px 10px 13px;
  }
  .p-app__box-link {
    margin-top: 0;
    width: 100%;
  }
  .p-app__box-qr {
    display: none;
  }
  .p-app__box.--appstore .p-app__box-link img {
    width: 132px;
  }
  .p-app__box.--appstore p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .p-app__box.--google .p-app__box-link img {
    width: 142px;
  }
  .p-app__box.--google p {
    margin-top: 13px;
    font-size: 1.2rem;
  }
}
.p-intro {
  margin-top: 80px;
  text-align: center;
}

.p-intro__ttl {
  font-size: 3.8rem;
}

.p-intro__txt {
  margin-top: 40px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-intro {
    margin-top: 50px;
    text-align: center;
  }
  .p-intro__ttl {
    font-size: 2rem;
  }
  .p-intro__txt {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}
.p-worries {
  margin-top: 80px;
  position: relative;
  z-index: 10;
}

.p-worries__ttl {
  font-size: 3.8rem;
  text-align: center;
}

.p-worries__list {
  margin-top: 20px;
  display: grid;
  grid-auto-rows: 180px;
  grid-template-columns: repeat(4, 180px);
  justify-content: center;
  gap: 10px 20px;
}
.p-worries__list li {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-worries {
    margin-top: 50px;
    padding-bottom: 84px;
  }
  .p-worries__ttl {
    font-size: 2rem;
  }
  .p-worries__list {
    grid-auto-rows: 150px;
    grid-template-columns: repeat(2, 150px);
    gap: 10px 20px;
  }
  .p-worries__list li {
    width: 150px;
    height: 150px;
    font-size: 1.3rem;
  }
}
.p-solution {
  max-width: 1000px;
  position: relative;
  z-index: 5;
  border-radius: 30px;
  margin-top: -60px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 87px;
}

.p-solution::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, #2891C7 0%, #15AFAF 100%);
}

.p-solution__ttl {
  margin-top: 120px;
  font-size: 3.8rem;
}

.p-solution__box {
  margin-top: 30px;
  width: 720px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.p-solution__mobile {
  width: 280px;
}

.p-solution__txt {
  width: 420px;
}
.p-solution__txt p {
  width: 100%;
  height: 81px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  font-size: 2.2rem;
}
.p-solution__txt p + p {
  margin-top: 22px;
}
.p-solution__txt p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 3px solid transparent;
  background: linear-gradient(to right, #2891c7, #15afaf) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.p-solution__illust {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .p-solution {
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 50px;
  }
  .p-solution__ttl {
    margin-top: 50px;
    font-size: 2rem;
  }
  .p-solution__box {
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .p-solution__mobile {
    width: 200px;
  }
  .p-solution__txt {
    margin-top: 20px;
    width: 100%;
  }
  .p-solution__txt p {
    width: 330px;
    height: 52px;
    border-radius: 26px;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-solution__txt p + p {
    margin-top: 10px;
  }
  .p-solution__txt p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 26px;
    border: 2px solid transparent;
    background: linear-gradient(to right, #2891c7, #15afaf) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
            mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
  .p-solution__illust {
    margin-top: 30px;
    width: 300px;
  }
}
.p-step {
  margin-top: 80px;
}

.p-step__ttl {
  text-align: center;
  font-size: 3.8rem;
}

.p-step__list {
  margin-top: 40px;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-step__list .c-note {
  margin-top: 30px;
}
.p-step__list .c-note + p {
  margin-top: 40px;
}
.p-step__list li {
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 53px;
  padding: 34px 80px;
  font-size: 1.8rem;
}
.p-step__list li + li {
  margin-top: 30px;
}
.p-step__list li:nth-child(1) {
  padding: 60px 80px;
  gap: 40px;
}
.p-step__list li:nth-child(1) img {
  width: 150px;
}
.p-step__list li:nth-child(1) .p-step__list-txt {
  width: 370px;
}
.p-step__list li:nth-child(2) img {
  width: 200px;
  margin-left: 27px;
}
.p-step__list li:nth-child(3) img {
  width: 200px;
  margin-left: 27px;
}
.p-step__list li:nth-child(4) {
  gap: 43px;
}
.p-step__list li:nth-child(4) img {
  width: 220px;
  margin-left: 17px;
}
.p-step__list li:nth-child(4) .c-note {
  margin-top: 10px;
}

.p-step__list-num {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--main-blue);
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  left: -20px;
}

.p-step__list-txt {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .p-step {
    margin-top: 50px;
  }
  .p-step__ttl {
    font-size: 2rem;
  }
  .p-step__list {
    margin-top: 25px;
    max-width: 340px;
  }
  .p-step__list .c-note {
    margin-top: 8px;
  }
  .p-step__list .c-note + p {
    margin-top: 30px;
  }
  .p-step__list li {
    align-items: flex-start;
    border-radius: 20px;
    gap: 20px;
    padding: 20px 18px;
    font-size: 1.5rem;
  }
  .p-step__list li + li {
    margin-top: 20px;
  }
  .p-step__list li:nth-child(1) {
    padding: 30px 20px;
    gap: 35px;
    align-items: center;
  }
  .p-step__list li:nth-child(1) img {
    width: 80px;
    margin-left: 15px;
  }
  .p-step__list li:nth-child(1) .p-step__list-txt {
    width: 170px;
  }
  .p-step__list li:nth-child(2) .p-step__list-txt-p:first-child {
    margin-top: 10px;
  }
  .p-step__list li:nth-child(2) img {
    width: 100px;
    margin-left: 12px;
  }
  .p-step__list li:nth-child(3) {
    padding-bottom: 30px;
  }
  .p-step__list li:nth-child(3) .p-step__list-txt-p:first-child {
    margin-top: 10px;
  }
  .p-step__list li:nth-child(3) img {
    width: 100px;
    margin-left: 12px;
  }
  .p-step__list li:nth-child(4) {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-step__list li:nth-child(4) img {
    width: 110px;
    margin-left: 0;
  }
  .p-step__list li:nth-child(4) .c-note {
    margin-top: 10px;
  }
  .p-step__list-num {
    width: 34px;
    height: 34px;
    font-size: 1.7rem;
    top: -5px;
    left: -5px;
  }
  .p-step__list-txt {
    width: 170px;
  }
}
.p-attention {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-top: 60px;
  border: 1px solid #A9A8A3;
  border-radius: 30px;
  padding: 42px 50px;
}

.p-attention p {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-attention {
    margin-top: 40px;
    width: calc(100% - 20px);
    padding: 26px 18px;
  }
  .p-attention p {
    font-size: 1.1rem;
  }
}
.p-matter {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fff;
  width: 100%;
  max-width: unset;
}
.p-matter__ttl {
  text-align: center;
  font-size: 3.8rem;
  color: var(--main-black);
}

.p-matter__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 235px);
  gap: 20px;
}
.p-matter__list li {
  width: 235px;
}
.p-matter__list li a {
  color: var(--main-black);
}
.p-matter__list li img {
  width: 100%;
}

.p-matter__name {
  margin-top: 20px;
  font-size: 1.5rem;
}

.p-matter__txt {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-matter {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .p-matter__ttl {
    font-size: 2rem;
  }
  .p-matter__list {
    display: grid;
    grid-template-columns: repeat(2, 170px);
    gap: 30px 10px;
    justify-content: center;
  }
  .p-matter__list li {
    max-width: 175px;
    width: auto;
  }
  .p-matter__name {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .p-matter__txt {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
body #float__bnr {
  z-index: 10;
  position: fixed;
  right: 30px;
  bottom: 20px;
  opacity: 0;
  transform: translateY(10px);
}
body #float__bnr.show {
  animation: float__bnr forwards 0.3s;
}
@keyframes float__bnr {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body #float__bnr.hide {
  display: none !important;
}
body #float__bnr a {
  display: flex;
  gap: 15px;
  overflow: hidden;
  width: 335px;
  height: 90px;
  background: #fff;
  border-radius: 10px;
  border: #0064a8 2px solid;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35);
  align-items: center;
  padding-left: 13px;
}
body #float__bnr a * {
  display: block;
  letter-spacing: 0;
}
body #float__bnr a img {
  width: 69px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #float__bnr a .txt * {
  font-weight: bold;
  color: #000;
}
body #float__bnr a .txt .label {
  background: #ffce3f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
  border-radius: 3px;
  max-width: 118px;
  height: 22px;
}
body #float__bnr a .txt .ttl {
  font-size: 18px;
}
body #float__bnr .float__close {
  position: absolute;
  background: #0064a8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: -8px;
  top: -8px;
}
body #float__bnr .float__close:before {
  content: "";
  background: url(../img/close.png) no-repeat;
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  body #float__bnr {
    right: unset;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 10px);
  }
  body #float__bnr.show {
    animation: float__bnr forwards 0.3s;
  }
  @keyframes float__bnr {
    0% {
      opacity: 0;
      transform: translate(-50%, 10px);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }
  body #float__bnr a {
    width: 300px;
    height: 80px;
    border-radius: 5px;
    border: #0064a8 1px solid;
    box-shadow: 1.5px 1.5px 3.5px 0 rgba(0, 0, 0, 0.35);
    align-items: center;
    padding-left: 12.5px;
  }
  body #float__bnr a img {
    width: 48px;
    height: 50px;
  }
  body #float__bnr a .txt .label {
    font-size: 12px;
    margin-bottom: 4px;
    border-radius: 1.5px;
    max-width: 100px;
    height: 17px;
  }
  body #float__bnr a .txt .ttl {
    font-size: 17px;
  }
}
body .p-page__btn {
  display: none;
  width: 0px;
  height: 0px;
}/*# sourceMappingURL=style.css.map */