@charset "UTF-8";
.-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
html {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
body.lock {
  overflow: hidden;
}

section {
  padding: 6rem 0 7rem;
}

@media screen and (max-width: 768px) {
  section {
    padding: 4rem 0 5rem;
  }
}
.__inner {
  max-width: 104rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}
h1 span {
  margin-left: 1.2rem;
  font-size: 2.7rem;
  color: #4467F5;
}

@media screen and (max-width: 768px) {
  h1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.3rem;
  }
  h1 span {
    margin-left: 0;
    font-size: 1.6rem;
  }
}
img {
  width: 100%;
}

.-blue {
  color: #4467F5;
}

.text__link {
  color: #4467F5;
  text-decoration: underline;
}

.-note {
  font-size: 1.3rem;
  color: #333;
}

#header {
  position: relative;
  border-bottom: 1px solid #ddd;
}
#header .__inner {
  height: 7rem;
  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;
}
#Home #header .__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  #header .__inner {
    height: 6rem;
    padding-right: 3.7rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #Home #header .__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.5rem;
  height: 5rem;
  translate: 0 -50%;
}
.header__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .header__logo {
    left: 1.2rem;
    width: 13.5rem;
    height: 4.5rem;
  }
}
#footer {
  padding: 3.5rem 0 2rem;
  border-top: 1px solid #ddd;
  text-align: center;
}
#footer p {
  font-size: 1.1rem;
  color: #666;
}
#footer .copy {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 2rem 2rem 4rem;
  }
  #footer .copy {
    margin-top: 2.5rem;
  }
}
.page__mv {
  height: 25.4rem;
  padding-top: 4.2rem;
}

@media screen and (max-width: 768px) {
  .page__mv {
    height: 18rem;
    padding-top: 2.5rem;
  }
  .page__mv .__inner {
    padding-right: 1.2rem;
  }
}
.page__mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.8rem;
}
.page__mv__title .-color {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
  padding: 0 1.5rem;
  border-radius: 0.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.page__mv__title .-color:first-of-type {
  margin-right: 1rem;
  position: relative;
}
.page__mv__title .-color:nth-of-type(2) {
  margin: 0 0.4rem 0 1rem;
}
.page__mv__title .-middle {
  font-size: 3.4rem;
  line-height: 1.4411764706;
  font-weight: 700;
}
.page__mv__title .-large {
  width: 100%;
  margin-top: 0.6rem;
  font-size: 4.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page__mv__title {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0.6rem 0;
    font-size: 1.8rem;
  }
  .page__mv__title .-color {
    height: 2.9rem;
    padding: 0 0.8rem;
    border-radius: 0.3rem;
    font-size: 1.5rem;
  }
  .page__mv__title .-color:first-of-type {
    margin-right: 0.6rem;
  }
  .page__mv__title .-color:nth-of-type(2) {
    margin: 0 0.4rem 0.6rem;
  }
  .page__mv__title .-middle {
    font-size: 2.4rem;
  }
  .page__mv__title .-large {
    width: auto;
    margin-top: 0;
    font-size: 2.8rem;
  }
}
.content__tab {
  margin-top: -7rem;
}
.content__tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .content__tab {
    margin-top: -6rem;
  }
  .content__tab ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.5rem;
    padding: 0;
  }
}
.content__tab__item {
  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;
  width: 48rem;
  height: 7rem;
  border-radius: 1rem 1rem 0 0;
  -webkit-box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.1);
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.content__tab__item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.9rem;
  margin-right: 1rem;
  padding: 0 1rem;
  background-color: #F0C630;
  border-radius: 0.3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #322B0A;
}
.content__tab__item.-active {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .content__tab__item {
    width: 18rem;
    height: 5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 1.6rem;
  }
  .content__tab__item span {
    height: 2.5rem;
    margin-right: 0.7rem;
    padding: 0 0.7rem;
    border-radius: 0.3rem;
    font-size: 1.4rem;
  }
  .content__tab__item.-active {
    height: 6rem;
  }
}
.contents__wrap {
  display: none;
  position: relative;
  padding: 4.6rem 0 10rem;
  background-color: #fff;
}
.contents__wrap.-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .contents__wrap {
    padding: 3.1rem 0 5rem;
  }
}
.contents__lead {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .contents__lead {
    margin-bottom: 1.8rem;
    font-size: 2rem;
  }
}
.contents__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .contents__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.contents__flow__item {
  position: relative;
  width: 30rem;
  height: 9rem;
  border-radius: 1rem;
}
.contents__flow__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.1rem;
  display: block;
  width: 0;
  height: 0;
  border-width: 0.9rem 0 0.9rem 1.2rem;
  border-style: solid;
  translate: 0 -50%;
}
.contents__flow__item:last-child::before {
  display: none;
}
.contents__flow__item a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 700;
}
.contents__flow__item a span {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .contents__flow__item {
    width: 100%;
    height: 7rem;
    border-radius: 0.5rem;
  }
  .contents__flow__item::before {
    display: none;
  }
  .contents__flow__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    translate: 0 -50%;
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-size: 1rem;
    border-radius: 50%;
    -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
  }
}
.contents__main {
  position: relative;
  margin-top: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.6rem;
}

@media screen and (max-width: 768px) {
  .contents__main {
    margin-top: 5rem;
  }
}
.contents__menu {
  position: sticky;
  top: 0;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 29.4rem;
  max-height: 100vh;
  padding-right: 1.4rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.contents__menu::-webkit-scrollbar {
  display: none;
}
.contents__menu > ul {
  padding: 2rem;
  border-radius: 1rem;
}
.contents__menu > ul > li {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  counter-reset: number 0;
}
.contents__menu > ul > li:first-child {
  margin-top: 0;
}
.contents__menu > ul > li span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.contents__menu > ul > li > ul {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.contents__menu > ul > li > ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
}
.contents__menu > ul > li > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents__menu > ul > li > ul li a::before {
  counter-increment: number 1;
  content: counter(number);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.contents__menu > ul > li > ul li:last-of-type {
  margin-bottom: 0;
}
.contents__menu > ul > li > ul li.-current::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -2rem;
  display: block;
  width: 28rem;
  height: calc(100% + 0.8rem);
  z-index: 0;
}
.contents__menu > ul > li > ul li.-current::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.4rem;
  translate: 0 -50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0.9rem 0 0.9rem 1.4rem;
  border-style: solid;
}
.contents__menu > ul > li > ul li.-current a {
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .contents__menu {
    display: none;
  }
}
.contents__block {
  width: 65rem;
}

@media screen and (max-width: 768px) {
  .contents__block {
    width: 100%;
  }
}
.contents__list {
  counter-reset: number 0;
  margin-bottom: 5rem;
}
.contents__list:last-of-type {
  margin-bottom: 0;
}
.contents__list h4 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contents__list h4 span {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  .contents__list {
    margin-bottom: 4rem;
  }
  .contents__list:last-of-type {
    margin-bottom: 0;
  }
  .contents__list h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  .contents__list h4 span {
    margin-right: 0;
  }
}
.contents__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  border-width: 0.6rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.contents__box:last-of-type {
  margin-bottom: 0;
}
.contents__box.-blue {
  border-color: #E4F0FA;
}
.contents__box.-orange {
  border-color: #FCECE2;
}
.contents__box.-purple {
  border-color: #EAE9F8;
}
.contents__box.-green {
  border-color: #D3E8B0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  padding: 2.1rem 2rem 2.6rem;
}
.contents__box.-green p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2rem;
}
.contents__box.-green p span {
  margin: 0 0.3rem;
  padding: 0 0.5rem;
  background-color: #94C34C;
  color: #fff;
  font-weight: 700;
}
.contents__box.-green figure {
  width: 20rem;
}
.contents__box dl {
  width: 100%;
  color: #000;
}
.contents__box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.4rem 1rem;
  border-bottom: 1px solid #D8D8D8;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
.contents__box dl dt::before {
  counter-increment: number 1;
  content: counter(number);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  margin: -0.4rem 1rem 0 0;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
}
.contents__box dl dd {
  padding: 1.5rem 2.1rem 0;
  font-size: 1.5rem;
}
.contents__box dl dd figure {
  width: min(47rem, 100%);
  margin: 0 auto;
  text-align: center;
}
.contents__box dl dd p {
  padding-bottom: 2.4rem;
}
.contents__box.-app__download {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents__box.-app__download dl {
  width: 38rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contents__box.-app__download dl dd {
  padding: 1.2rem 0 0 2.4rem;
}
.contents__box.-app__download figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23rem;
  margin-top: auto;
  margin-right: 1.6rem;
}

@media screen and (max-width: 768px) {
  .contents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
  }
  .contents__box:last-of-type {
    margin-bottom: 0;
  }
  .contents__box.-green {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3rem;
    padding: 1.4rem 2rem 1.8rem;
  }
  .contents__box.-green p {
    font-size: 1.8rem;
  }
  .contents__box.-green p span {
    margin: 0.4rem;
  }
  .contents__box.-green figure {
    width: 17.7rem;
  }
  .contents__box dl dt {
    padding: 1rem 1.4rem 0.8rem;
    font-size: 1.8rem;
  }
  .contents__box dl dt::before {
    width: 3rem;
    height: 3rem;
    margin: -0.2rem 0.8rem 0 0;
    font-size: 2rem;
  }
  .contents__box dl dd figure {
    width: 100%;
  }
  .contents__box.-app__download dl {
    width: 100%;
  }
  .contents__box.-app__download dl dd {
    padding: 1.5rem 1.4rem 0;
  }
  .contents__box.-app__download figure {
    width: 21.4rem;
    margin: 0 auto;
  }
}
.step__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.9rem;
  padding-bottom: 2.9rem;
}

@media screen and (max-width: 768px) {
  .step__app {
    padding-bottom: 0;
  }
}
.step__app__button .app__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  margin: 1rem 0;
}
.step__app__button .app__block img {
  width: auto;
  height: 3.8rem;
}
.step__app__button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
.step__app__button p::before {
  content: "※";
  margin-right: 0.3rem;
}

@media screen and (max-width: 768px) {
  .step__app__button {
    width: 100%;
  }
  .step__app__button .app__block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .step__app__button .app__block img {
    height: 4.6rem;
  }
  .step__app__button p {
    font-size: 1.3rem;
  }
  .step__app__button p::before {
    margin-right: 0.5rem;
  }
}
.step__app__qr {
  width: 9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .step__app__qr {
    display: none;
  }
}
.contents__button--bottom {
  position: relative;
  padding-top: 15rem;
}
.contents__button--bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4rem;
  translate: -50% 0;
  display: block;
  width: 6rem;
  height: 7rem;
  background: url(../images/common/arrow__contents.svg) no-repeat 0 0;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .contents__button--bottom {
    padding-top: 8.2rem;
  }
  .contents__button--bottom::before {
    top: 2rem;
    width: 3.6rem;
    height: 4.2rem;
  }
}
.contents__button {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 13.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#293852), to(#152136));
  background: linear-gradient(to right, #293852, #152136);
  border-radius: calc(infinity * 1px);
  -webkit-box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.1);
  font-size: 2.7rem;
  color: #fff;
}
.contents__button span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .contents__button {
    height: 10rem;
    font-size: 2.3rem;
  }
  .contents__button span {
    font-size: 1.6rem;
  }
}