@charset "UTF-8";
@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro.otf") format("truetype");
}
/* :::::::::::::::::::

	CONTACT

:::::::::::::::::::::: */
main {
  width: 100%;
  margin: 0 auto;
}
main a.btn {
  margin-top: 2rem;
  display: block;
  color: #fff;
  font-weight: bold;
  background: #EE7C74;
  line-height: 1em;
  width: 240px;
  text-align: center;
  padding: 1em;
  border-radius: 2em;
}
main a.btn:after {
  content: "▶";
  padding-left: 1em;
}

#flow .container {
  max-width: 1320px;
}
#flow .box {
  background: #F9F6F6;
  will-change: filter;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
  padding: 8rem 14rem;
  border-radius: 3rem;
}
#flow .box .flex {
  justify-content: space-between;
  align-items: center;
}
#flow .box .num {
  font-weight: bold;
  font-size: 2rem;
  line-height: 5rem;
}
#flow .box .num span {
  font-size: 4.8rem;
  margin-left: 0.25em;
}
#flow .box .txt {
  width: 650px;
}
#flow .box .txt h2 {
  font-size: 2.8rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
#flow .box .txt h2:before {
  content: "";
  width: 1em;
  height: 2px;
  background: #80846F;
  margin-right: 0.5em;
}
#flow .box .txt p {
  max-width: 660px;
}
#flow .box .txt p span {
  font-weight: bold;
  color: #EE7C74;
}
#flow .box .ico {
  text-align: center;
}
#flow .box .ico img {
  transform: scale(66%);
}
#flow .arrow {
  display: block;
  width: 5rem;
  height: 4rem;
  margin: 8rem auto;
  background: #EE7C74;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 834px) {
  #flow .box {
    padding: 6rem 4rem;
  }
  #flow .box .txt {
    width: auto;
    flex: 1;
    padding-right: 2rem;
  }
  #flow .box .txt h2 {
    font-size: 2.4rem;
  }
  #flow .box .ico {
    width: 100px;
  }
  #flow .box .ico img {
    width: 100%;
    transform: none;
  }
}
@media only screen and (max-width: 600px) {
  #flow .box {
    padding: 4rem 2rem;
    position: relative;
  }
  #flow .box .num {
    font-size: 1.8rem;
  }
  #flow .box .num span {
    font-size: 4rem;
  }
  #flow .box .txt {
    padding-right: 0;
  }
  #flow .box .txt h2 {
    font-size: 2rem;
  }
  #flow .box .ico {
    position: absolute;
    width: 50px;
    top: 4rem;
    right: 4rem;
  }
  #flow .arrow {
    width: 4rem;
    height: 3rem;
    margin: 4rem auto;
  }
}/*# sourceMappingURL=flow.css.map */