@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

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

a {
  text-decoration: none;
  color: #000;
}

body {
  text-rendering: optimizeLegibility;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

section {
  padding: 0 20px;
}
section h2 {
  padding-top: 72px;
  margin: auto;
}
section h2 img {
  margin: auto;
  height: 40px;
}
@media (min-width: 1024px) {
  section h2 img {
    height: 56px;
  }
}
section h2.no-treat img {
  height: 20px;
}
@media (min-width: 1024px) {
  section h2.no-treat img {
    height: 28px;
  }
}
@media (max-width: calc(320px - 1px)) {
  section {
    padding: 0 8px;
  }
}

p {
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  p {
    font-size: 16px;
  }
}

.bg_cream {
  background-color: #fffee8;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd20 {
  padding: 20px;
}

.cv-button {
  background-color: #00a051;
  border-radius: 9999px;
  width: 90%;
  height: 64px;
  box-shadow: rgba(0, 0, 0, 0.2509803922) 0 4px 0;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-align: center;
  position: absolute;
  bottom: 16px;
  color: #fff;
  display: flex;
}
.cv-button.floating {
  position: relative;
}

.inviewSeparateTarget {
  opacity: 0;
  transition: 0.4s;
}
.inviewSeparateTarget.is-active {
  opacity: 1;
}

.pc {
  display: none;
}
.sp {
  display: block;
}
@media (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

/*----- main-visual -----*/
#main-visual {
  background-color: #fff100;
  width: 100%;
  padding: 3em 0;
  margin-top: 3em;
  position: relative;
  overflow: hidden;

  @media (min-width: 1024px) {
    padding: 3em 2em;
  }

  @media (min-width: 1480px) {
    padding: 5em 2em;
  }

  .mv_box {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;

    .mv_txtbox {
      width: 320px;
      text-align: center;
      margin: 0 auto;
      @media (min-width: 500px) {
        width: 420px;
      }
      @media (min-width: 1024px) {
        margin: 0 auto 0 0;
      }

      h1 {
        width: 280px;
        margin: 0 auto;
      }

      @media (min-width: 1024px) {
        h1 {
          width: 310px;
        }
      }

      .mv_txt {
        font-size: 24px;
        font-weight: 700;
        color: #00a051;
        margin: 1em auto 0.4em;
      }
      @media (min-width: 1024px) {
        .mv_txt {
          margin: 1em auto 0;
        }
      }
    }

    .mvimg {
      @media (min-width: 1024px) {
        position: absolute;
        left: 430px;
        top: 50%;
        transform: translateY(-50%);
        width: 80%;
      }

      img {
        width: 100%;
      }
    }
  }
}

/*----- appdl_btn -----*/
.appdl_btn {
  padding: 0 0 1em;

  a {
    display: inline-block;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    font-size: 22px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
    padding: 0.5em 1em;
  }
}

@media (min-width: 1024px) {
  .appdl_btn {
    display: flex;
    justify-content: center;
    a {
      transition: all ease 0.3s;
      background-color: inherit;
      border: none;
      box-shadow: none;
      padding: 0;

      &:hover {
        filter: brightness(0.7);
      }
      img {
        display: block;
        max-width: 200px;
        margin: 0.5em;
      }
    }
  }
}

/*----- hightlight -----*/
.hightlight {
  padding: 2em 0;
  margin: 0 auto;
  text-align: center;

  .content_inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .txt {
    font-size: 14px;
    font-weight: 700;
    color: #00a051;

    @media (min-width: 1024px) {
      font-size: 18px;
    }

    span {
      position: relative;
      display: inline-block;
      margin: 0.5em 0;

      &::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 28px;
        background-color: #00a051;
        transform: rotate(-35deg);
        left: -16px;
        top: 0;
      }

      &::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 28px;
        background-color: #00a051;
        transform: rotate(35deg);
        right: -16px;
        top: 0;
      }
    }
  }

  .g_btn {
    a {
      display: inline-block;
      background-color: #00a051;
      color: #fff;
      font-size: 24px;
      text-align: center;
      border: 2px solid #00a051;
      border-radius: 10px;
      padding: 0.2em 1em;
      transition: all ease 0.3s;

      &:hover {
        background-color: #fff;
        color: #00a051;
      }
    }
  }
}

/*----- fixed_btn -----*/
.fixed_btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.6em;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;

  .fixed_txt {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #00a051;
  }
  /* .fixed_logo {
    width: 100px;
    margin: 0 0.6em 0 0;
    figure {
      img {
        width: 100%;
      }
    }
  } */

  .appdl_btn {
    text-align: center;
    padding: 0;
    a {
      font-size: 20px;
    }
  }
}

.fixed_btn.show {
  opacity: 1;
  visibility: visible;
}

.flx_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes slidein {
  from {
    transform: translateX(-120%) scale(0.8);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    transform: translateX(-120%) scale(0.8);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slidein2 {
  from {
    transform: translateX(100%) scale(0.8);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidein2 {
  from {
    transform: translateX(100%) scale(0.8);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slidein3 {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  60% {
    transform: translateY(-5px) scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidein3 {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  60% {
    transform: translateY(-5px) scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes flow1 {
  from {
    transform: translateX(110vw);
  }
  to {
    transform: translateX(-10vw);
  }
}
@keyframes flow1 {
  from {
    transform: translateX(110vw);
  }
  to {
    transform: translateX(-10vw);
  }
}
@-webkit-keyframes flow2 {
  from {
    transform: translateX(110vw);
  }
  to {
    transform: translateX(-10vw);
  }
}
@keyframes flow2 {
  from {
    transform: translateX(110vw);
  }
  to {
    transform: translateX(-10vw);
  }
}
@-webkit-keyframes flow3 {
  from {
    transform: translateX(110vw);
  }
  to {
    transform: translateX(-10vw);
  }
}
@keyframes flow3 {
  from {
    transform: translateX(110vw);
  }
  to {
    transform: translateX(-10vw);
  }
}
/* #main-visual .motion1 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
#main-visual .motion2 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: slidein2;
  animation-name: slidein2;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
#main-visual .motion3 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: slidein3;
  animation-name: slidein3;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
#main-visual .motion4 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-name: flow1;
  animation-name: flow1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#main-visual .motion5 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-name: flow2;
  animation-name: flow2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
#main-visual .motion6 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-name: flow3;
  animation-name: flow3;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
#main-visual .motion7 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-name: flow1;
  animation-name: flow1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
#main-visual .motion8 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-name: flow2;
  animation-name: flow2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
#main-visual .motion9 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-name: flow3;
  animation-name: flow3;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
} */

.notice {
  width: 33%;
  margin: 1.6em auto;
  padding: 1.6em;
  background: rgba(230, 0, 18, 0.05);
}

.notice h2 {
  font-size: 110%;
  margin: 0 0 0.6em;
  text-align: center;
}

/* ==============================================================
        Less than TABLET
        ================================================================= */
@media screen and (max-width: 959px) {
  .notice {
    width: 88%;
    margin: 1.6em auto;
  }
}

.notice-item.hidden {
  display: none;
}

.togglebutton {
  background-color: #00a051;
  border-radius: 24px;
  width: 218px;
  height: 44px;
  box-shadow: rgba(0, 0, 0, 0.2509803922) 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  position: relative;
  padding-right: 12px;
  border: none;
  cursor: pointer;
}

#micro-container {
  text-align: center;
}

.bordered {
  padding: 3.2%;
  border-radius: 0.4em;
  background: #fef2f3;
  width: 60%;
  margin: 3em auto;
}

.bordered h2 {
  text-align: center;
  margin: 0 auto 0.4em;
}

.bordered p {
  text-align: left;
}

/*
        #text-container {
            display: inline-block;  テキストの幅に合わせて枠を表示するために必要 
        }*/
@media screen and (max-width: 959px) {
  .bordered {
    padding: 5.6% 8.8%;
    width: 88%;
  }
}

.partner_wrap {
  width: 100%;
  background: #f6f6f6;
  padding: 4.8em 0;
}

.partner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.partner h2 {
  padding: 0 0 0.8em;
  /* margin: 3em 0 0.25em; */
  font-size: clamp(16px, 5vw, 24px);
  text-align: center;
}

.partner h2 small {
  font-size: clamp(12px, 3vw, 16px);
}

.partner .partnerinner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.partner .partnerinner::after {
  content: "";
  display: block;
  width: 31%;
  margin: 1%;
}

.partner .partnerinner .card {
  position: relative;
  width: 31%;
  margin: 1%;
}

.partner .partnerinner .card span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  font-size: clamp(12px, 2vw, 16px);
  color: #00a051;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  font-weight: bold;
  transform: rotate(-25deg) translate(-27px, -15px);
  width: 100px;
  text-align: center;
}

.partner .partnerinner .card img {
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 1024px) {
  .partner .partnerinner {
    justify-content: left;
  }

  .partner .partnerinner::after {
    display: none;
  }

  .partner .partnerinner .card {
    width: 18%;
  }
}

#concept {
  overflow: hidden;
  position: relative;
}
@media (max-width: calc(768px - 1px)) {
  #concept {
    max-width: 375px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #concept {
    width: 560px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  #concept {
    width: 70%;
  }
}
#concept h2 {
  margin-top: 52px;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  padding-top: 0;
}
@media (min-width: 1024px) {
  #concept h2 {
    font-size: 30px;
  }
}
#concept p {
  letter-spacing: 0.56px;
  font-weight: 500;
  line-height: 2;
  margin-top: 32px;
}
#concept p span {
  font-size: 18px;
  letter-spacing: 0.72px;
  font-weight: 600;
  text-decoration: none;
}
#concept div#concept-helpman img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -10;
  width: 120px;
}
@media (min-width: 768px) {
  #concept div#concept-helpman img {
    right: 0;
    width: 240px;
  }
}
@media (max-width: calc(320px - 1px)) {
  #concept div#concept-helpman img {
    width: 106px;
  }
}
@media (min-width: 1024px) {
  #concept div#concept-helpman img {
    width: 25vw;
    max-width: 360px;
  }
}
#concept .space {
  height: 60px;
}

#service {
  position: relative;
  background-color: #fff100;
}
#service .border-circle {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  z-index: 10;
  overflow: hidden;
}
#service .border-circle img {
  display: block;
  width: 440px;
  position: relative;
  transform: scaleX(2.5);
}
@media (min-width: 768px) {
  #service .border-circle img {
    width: 760px;
    transform: scaleX(3);
  }
}
@media (min-width: 1024px) {
  #service .border-circle img {
    transform: scaleX(10);
  }
}
#service-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: calc(768px - 1px)) {
  #service-item-wrap {
    max-width: 400px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #service-item-wrap {
    width: 680px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  #service-item-wrap {
    width: 82vw;
  }
}
#service .item-box {
  margin-top: 24px;
  width: 156px;
  background-color: #fff;
  border: 2px #000 solid;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 1024px) {
  #service .item-box {
    margin: 24px 16px 0;
    width: 16vw;
  }
}
@media (max-width: calc(320px - 1px)) {
  #service .item-box {
    width: 49%;
  }
}
#service .item-box h3 {
  margin-top: 12px;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  #service .item-box h3 {
    font-size: clamp(12px, 1.2vw, 16px);
  }
}
#service .item-box img {
  margin: 12px auto 0;
  height: 102px;
}
@media (min-width: 1024px) {
  #service .item-box img {
    height: 120px;
  }
}
#service .item-box .button {
  margin-top: 12px;
  background-color: #00a051;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  font-weight: 300;
  border-top: 2px solid #000;
  position: relative;
}
#service .item-box .button-2 {
  background-color: #d0141b;
}
#service .item-box .button-2 p {
  font-size: 12px;
}
#service .item-box .button p::after {
  content: "";
  background-image: url(../img/arrow.svg);
  width: 11px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 10px;
}

.space2 {
  background-color: #fff;
  height: 96px;
  position: relative;
  top: -96px;
  overflow: hidden;
}
.space2 .border-circle {
  position: relative;
  top: -13px;
  transform: scaleX(2.5);
}
@media (min-width: 768px) {
  .space2 .border-circle {
    width: 760px;
    transform: scaleX(3);
  }
}
@media (min-width: 1024px) {
  .space2 .border-circle {
    transform: scaleX(10);
  }
}

#flow {
  padding: 0;
  margin-top: -96px;
}
@media (min-width: 1024px) {
  #flow {
    margin-top: 0px;
  }
}
#flow h2 {
  margin-bottom: 24px;
}
#flow ol {
  counter-reset: item;
  padding: 0;
}
@media (min-width: 1024px) {
  #flow ol {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  #flow ol .flow-box {
    padding: 0 44px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#flow ol .flow-box:nth-child(odd) {
  position: relative;
}
@media (max-width: calc(1024px - 1px)) {
  #flow ol .flow-box:nth-child(odd) {
    background-color: #fff100;
  }
}
@media (min-width: 1024px) {
  #flow ol .flow-box:nth-child(odd) .flow-content {
    margin-right: 0;
  }
}
@media (max-width: calc(1024px - 1px)) {
  #flow ol .flow-box:nth-child(odd)::before {
    content: "";
    background-image: url(../img/flow-arrow-white.svg);
    width: 264px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#flow ol .flow-box:nth-child(even) {
  position: relative;
}
@media (max-width: calc(1024px - 1px)) {
  #flow ol .flow-box:nth-child(even) {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  #flow ol .flow-box:nth-child(even) .flow-content {
    margin-left: 0;
    padding-left: 100px;
  }
}
@media (max-width: calc(1024px - 1px)) {
  #flow ol .flow-box:nth-child(even)::before {
    content: "";
    background-image: url(../img/flow-arrow-yellow.svg);
    width: 264px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  #flow ol .flow-box-white {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  #flow ol .flow-box-yellow {
    background-color: #fff100;
  }
}
#flow ol .flow-content {
  list-style-type: none;
  padding: 0 20px 0 72px;
}
@media (max-width: calc(768px - 1px)) {
  #flow ol .flow-content {
    max-width: 375px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #flow ol .flow-content {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  #flow ol .flow-content {
    padding: 20px 0 20px;
    width: 75%;
    max-width: 512px;
  }
}
@media (max-width: calc(320px - 1px)) {
  #flow ol .flow-content {
    padding: 0 20px 0 50px;
  }
}
#flow ol .flow-content a {
  color: #00a051;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.1px;
}
#flow ol .flow-content a.how-to-link {
  color: #000;
  font-size: 100%;
  text-decoration: underline;
}
#flow ol li {
  padding: 24px 0;
  list-style: none;
}
@media (min-width: 1024px) {
  #flow ol li {
    width: 50%;
    padding: 24px 0;
  }
}
#flow ol li h3 {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  #flow ol li h3 {
    font-size: 20px;
  }
}
#flow ol li h3::before {
  counter-increment: item;
  content: "0" counter(item);
  /* 以下は自由に装飾... */
  font-weight: bold;
  color: #fff;
  position: absolute;
  background-color: #00a051;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -56px;
  font-size: 24px;
}
@media (max-width: calc(320px - 1px)) {
  #flow ol li h3::before {
    width: 36px;
    height: 36px;
    left: -44px;
    font-size: 16px;
    top: 1;
  }
}
#flow ol li #register_sp {
  background-color: #00a051;
  border-radius: 24px;
  width: 238px;
  height: 48px;
  box-shadow: rgba(0, 0, 0, 0.2509803922) 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  font-weight: 700;
}
#flow ol li #register_sp a {
  font-size: 14px;
  color: #fff;
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #flow ol li #register_sp {
    display: none;
  }
}
@media (min-width: 768px) {
  #flow ol li #register_sp {
    margin: 20px auto;
  }
}
#flow ol li #register_pc {
  display: flex;
  margin-top: 12px;
}
@media (max-width: calc(768px - 1px)) {
  #flow ol li #register_pc {
    display: none;
  }
}
@media (min-width: 768px) {
  #flow ol li #register_pc {
    display: auto;
  }
}
#flow ol li #register_pc a:last-child {
  margin-left: 8px;
}
#flow ol li .flow-imgbox {
  margin-top: 12px;
}
#flow ol li .flow-imgbox img {
  margin: auto;
  position: relative;
  left: -24px;
}
#flow ol li .flow-imgbox #flow-helpman {
  width: 100px;
}
@media (min-width: 1024px) {
  #flow ol li .flow-imgbox #flow-helpman {
    width: auto;
  }
}
#flow ol li p {
  margin-top: 12px;
}
#flow ol li p span {
  font-weight: 600;
}
@media (min-width: 768px) {
  #flow ol li p {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .section-wrap {
    display: flex;
    margin: 72px auto 0;
    width: 80%;
    max-width: 1200px;
  }
}

@media (min-width: 768px) {
  #price {
    width: 680px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  #price {
    width: 50%;
    max-width: 512px;
  }
}
#price #price-box {
  background-color: #fff100;
  border-radius: 12px;
}
#price #price-box h3 {
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 24px;
}
#price #price-box .price-wrap {
  display: flex;
  background-color: #fff;
  padding-bottom: 12px;
}
#price #price-box .price-wrap .price-content {
  text-align: center;
  margin: auto;
  width: 50%;
}
#price #price-box .price-wrap .price-content h4 {
  margin-top: 24px;
  font-size: 14px;
  background-color: #fffee8;
  border-radius: 14px;
}
#price #price-box .price-wrap .price-content img {
  margin: auto;
  margin-top: 8px;
}
#price #price-box .price-wrap .price-content p {
  margin-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
}
#price #price-box .price-wrap .price-content p small {
  font-weight: 400;
  letter-spacing: normal;
}
#price #price-box .price-wrap .plus {
  align-self: center;
}
#price #price-box .price-distance {
  padding: 20px 20px 8px;
  background-color: #fffee8;
}
#price #price-box .price-distance-imgbox {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 16px;
}
#price #price-box .price-distance-imgbox figure {
  text-align: center;
  justify-content: space-between;
}
#price #price-box .price-distance-imgbox figure img {
  margin: auto;
}
#price #price-box .price-distance-imgbox figure figcaption {
  font-size: 12px;
  background-color: #fff100;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 2px;
}
#price #price-box .price-distance-imgbox #price-arrow {
  position: relative;
  bottom: 2em;
  margin: 0 20px;
}
#price #price-box .price-distance-imgbox #price-arrow figcaption {
  background-color: #fffee8;
}
#price #price-box .space {
  height: 20px;
  width: 100%;
  margin-top: 8px;
}
#price #flow-details a {
  background-color: #00a051;
  border-radius: 24px;
  width: 124px;
  height: 44px;
  box-shadow: rgba(0, 0, 0, 0.2509803922) 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: 12px;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  position: relative;
  padding-right: 12px;
}
#price #flow-details a::after {
  content: "";
  background-image: url(../img/arrow.svg);
  width: 11px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 16px;
}

@media (min-width: 768px) {
  #area {
    width: 680px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  #area {
    width: 50%;
    margin-top: 0;
  }
}
#area #area-wrap {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
#area #area-wrap2 {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
#area #area-wrap .area-box,
#area #area-wrap2 .area-box {
  background-color: #fff100;
  padding: 0 12px 12px;
  width: 48%;
  border-radius: 12px;
}

#area #area-wrap .area-box h3,
#area #area-wrap2 .area-box h3 {
  text-align: center;
  padding: 8px;
}
#area #area-wrap .area-box .area-content,
#area #area-wrap2 .area-box .area-content {
  background-color: #fff;
  padding: 12px 12px;
  list-style: none;
  height: 124px;
  border-radius: 12px;
}
#area #area-wrap .area-box .area-content li,
#area #area-wrap2 .area-box .area-content li {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 600;
}
#area #area-wrap .area-box .area-content li::before,
#area #area-wrap2 .area-box .area-content li::before {
  content: "・";
}
#area #area-wrap .area-box .area-content li small,
#area #area-wrap2 .area-box .area-content li small {
  color: #00a051;
  padding-left: 4px;
}
#area #area-wrap2 small {
  font-size: 12px;
}
#area #area-wrap2 li {
  margin-bottom: 10px;
}

#pre_order .pre_order {
  margin-top: 20px;
  padding: 30px 15px;
  border: 6px solid #fff100;
  border-radius: 12px;
  p {
    font-size: 16px;
    width: fit-content;
    margin: auto;
  }
}
@media (max-width: 768px) {
  #pre_order .pre_order p {
    font-size: 14px;
  }
}

#media {
  max-width: 1200px;
  margin: 0 auto;
}
#media ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 24px 0 0;
}
#media li {
  margin: 0 0.5em 1.5em;
  width: 13%;
}
@media (max-width: 767px) {
  #media li {
    width: 18%;
  }
}

@media (min-width: 768px) {
  #news {
    width: 680px;
    margin: auto;
    margin-top: 40px;
  }
}
#news h2 {
  padding-top: 72px;
}
#news #news-box .news-content {
  padding-top: 24px;
}
#news #news-box .news-content small {
  font-size: 13.5px;
  color: #00a051;
}
#news #news-box .news-content p {
  padding-top: 2px;
  font-weight: 400;
}
#news #news-box .news-content p a {
  text-decoration: underline;
}
#news #news-more {
  text-align: center;
  text-decoration: underline;
  margin-top: 24px;
}

#faq {
  margin-top: 48px;
  background-color: #fff100;
  padding: 32px 0;
}
#faq h2 {
  padding: 0;
}
#faq #faq-button {
  background-color: #00a051;
  border-radius: 24px;
  width: 218px;
  height: 44px;
  box-shadow: rgba(0, 0, 0, 0.2509803922) 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  position: relative;
  padding-right: 12px;
}
#faq #faq-button::after {
  content: "";
  background-image: url(../img/arrow.svg);
  width: 11px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 16px;
}
#faq #faq-button a {
  color: #fff;
}

#sns {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  #sns {
    width: 400px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  #sns {
    width: 60%;
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  #sns .sns-wrap {
    justify-content: space-around;
    margin-top: 8px;
    display: flex;
  }
}
#sns h2 {
  padding-top: 0;
}
#sns .sns-content {
  padding-top: 12px;
}
@media (min-width: 1024px) {
  #sns .sns-content {
    width: 45%;
  }
}
#sns .insta_wrap {
  margin: 1.6em auto;
  display: flex;
  justify-content: space-around;
}
#sns .ownlyUgcWidget_slider {
  width: 100%;
}

footer {
  padding-top: 72px;
}
footer img {
  margin: auto;
}
footer .footer-box {
  background-color: #fff100;
  padding: 0 20px 20px;
  border-bottom: 20px solid #00a051;
}
footer .footer-box ul {
  list-style: none;
  margin-top: 12px;
  padding-left: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  footer .footer-box ul {
    width: 80%;
    margin: 12px auto 0;
    max-width: 1200px;
  }
}
footer .footer-box ul .footer-content {
  font-size: 12px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  footer .footer-box ul .footer-content {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  footer .footer-box small {
    display: block;
    width: 80%;
    margin: auto;
    max-width: 1200px;
  }
}

.scroll-trigger {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
.scroll-trigger.run {
  opacity: 1;
  transform: translateY(0);
}

/* fix--fin
.is_flow {
    display: none;
}

section.fix--fin {
    background: $help-yellow;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    padding: 0.5rem 0 0;
    animation: fixBlock-fin 0.2s ease-in 0.5s both;

    .container {
        max-width: 940px;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        padding: 1em;
        border-radius: 30px 30px 0 0;

        dd {
            flex-basis: 50%;
            animation: fixBlock-btn 1s ease-in 1s infinite;

            .spNone {
                display: none;

                @include tab {
                    display: block;
                }
            }

            .pcNone {
                display: block;

                @include tab {
                    display: none;
                }
            }

        }
    }
}

footer {
    .footer-box {
        padding-bottom: 40%;

        @include tab {
            padding-bottom: 20%;
        }

        @include pc {
            padding-bottom: 185px;
        }
    }
}

@keyframes fixBlock-fin {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
} */ /*# sourceMappingURL=style.css.map */
