@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　guide

**********************************************************************************************/
/*---------------------------------------------
guide
---------------------------------------------*/
.guide_sec {
  position: relative;
  background: #fff;
  padding: 70px 0 300px; }
  @media (max-width: 750px) {
    .guide_sec {
      padding: 10vw 0 40vw; } }
  .guide_sec .inner {
    max-width: 1200px; }
    @media (max-width: 750px) {
      .guide_sec .inner {
        max-width: 90vw; } }
  .guide_sec .wave {
    bottom: -300px;
    width: 100vw;
    min-width: 1280px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 750px) {
      .guide_sec .wave {
        bottom: -41vw;
        min-width: 1px; } }

.guide_balloon_txtArea {
  width: 707px;
  height: 592px;
  background: url("../img/guide/ballon.png") no-repeat;
  background-size: contain;
  padding: 90px 110px 100px; }
  @media (max-width: 750px) {
    .guide_balloon_txtArea {
      width: 100%;
      height: auto;
      padding: 12vw 13vw;
      background-size: 100% 100%; } }

.guide_tit {
  font-family: "shirokuma";
  font-size: 3.8rem;
  line-height: 1.2;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .guide_tit {
      font-size: 6vw;
      margin: 0 0 3vw; } }

@media (max-width: 750px) {
  .guide_txt {
    font-size: 3vw; } }
.guide_txt b {
  font-weight: 400;
  color: #ea5f28; }

.guide_balloon_img {
  width: 587px;
  position: absolute;
  right: -20px;
  bottom: -130px; }
  @media (max-width: 750px) {
    .guide_balloon_img {
      width: 60vw;
      bottom: -35vw;
      right: -20vw; } }

@media (max-width: 750px) {
  .guide_sec-order {
    padding: 5vw 0 12vw; } }

.stepList li {
  position: relative;
  display: flex; }
  .stepList li:nth-child(3) .stepList_img {
    width: 260px; }
    @media (max-width: 750px) {
      .stepList li:nth-child(3) .stepList_img {
        width: 34vw; } }
  .stepList li:nth-child(4) .stepList_img {
    width: 160px; }
    @media (max-width: 750px) {
      .stepList li:nth-child(4) .stepList_img {
        width: 22vw; } }
  .stepList li:not(:last-child) {
    margin: 0 0 140px; }
    @media (max-width: 750px) {
      .stepList li:not(:last-child) {
        margin: 0 0 20vw; } }
    .stepList li:not(:last-child)::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 23px 23px 0 23px;
      border-color: #23202d transparent transparent transparent;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(100% + 60px); }
      @media (max-width: 750px) {
        .stepList li:not(:last-child)::before {
          border-width: 4vw 4vw 0 4vw;
          top: calc(100% + 8vw); } }

.stepList_numArea {
  width: 220px;
  font-family: "shirokuma";
  color: #fff;
  background: #23202d;
  border-radius: 20px 0 0 20px;
  text-align: center;
  line-height: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  min-height: 228px; }
  @media (max-width: 750px) {
    .stepList_numArea {
      width: 16vw; } }

.stepList_num_tit {
  font-size: 3.8rem; }
  @media (max-width: 750px) {
    .stepList_num_tit {
      font-size: 3.4vw; } }

.stepList_num {
  font-size: 10.7rem; }
  @media (max-width: 750px) {
    .stepList_num {
      font-size: 8vw; } }

.stepList_txtArea {
  width: 100%;
  background: #fff;
  border-radius: 0 20px 20px 0;
  padding: 10px 20px 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 750px) {
    .stepList_txtArea {
      display: block;
      padding: 0; } }
  .stepList_txtArea b {
    font-weight: 400;
    color: #ea5f28; }
  .stepList_txtArea a {
    color: #ea5f28;
    text-decoration: underline; }
    .stepList_txtArea a:hover {
      text-decoration: none; }

.stepList_txt {
  padding: 30px 0; }
  @media (max-width: 750px) {
    .stepList_txt {
      padding: 4vw 5vw 3vw; } }

.stepList_img {
  margin-left: 10px;
  width: 214px; }
  @media (max-width: 750px) {
    .stepList_img {
      margin: auto;
      width: 30vw; } }
