@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


.subpage .Incorporationmain_visual {
  height: 25vh;
  background-image: url(../images/Incorporationmainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 8rem;
}

.Incorporation_greeting {
  margin-top: 3rem;
  position: relative;
  padding-bottom: 3rem;
}

.Incorporation_greeting_title {
  font-size: 1.1rem;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
}

.Incorporation_greeting::before {
  content: "";
  background-image: url(../images/index_concept_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: calc(176px / 2);
  width: calc(2400px / 2);
  max-width: 100%;
  transform: translate(-50%, 100%);
  background-size: 100% auto;
}

.Incorporation_greeting_title::after {
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: "";
  background-image: url(../images/linelong.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150%;
  max-width: 350px;
  width: 100%;
  height: 90px;
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
}



.Incorporation_greeting_text_list {
  margin-top: 3rem;
  text-align: justify;
  width: 85%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  list-style-type: disc;
  font-weight: 500;
}

.Incorporation_greeting_text {
  margin-top: 3rem;
  text-align: center;
  font-weight: 600;
}

.Incorporation_greeting_text span {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  color: var(--sub_color);
  font-family: 'Kaisei Opti', serif;
}

/* おまかせください */
.ittome {
  background-color: var(--subbg_color);
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ittome_wrap {
  max-width: 700px;
  width: 85%;
}

.ittome_text {
  margin-top: 1.5rem;
  text-align: justify;
  background-color: rgba(255, 255, 255, .7);
  padding: 2rem;
  border-radius: 0.2rem;
  box-shadow: 4px 4px 8px rgba(184, 217, 208, .3);
}

.ittome_text:first-child {
  font-weight: 800;
  font-size: 2.2rem;
  font-family: 'Kaisei Opti', serif;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

.ittome_title {
  font-family: 'Kaisei Opti', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  text-align: left;
  letter-spacing: 0.1rem;
}

/* 法人化フロー */
.Incorporation_step {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url(../images/stripe030.png);
  background-repeat: repeat;
  background-size: 200%;
  background-position: center;
}

.Incorporation_step_title {
  text-align: center;
  font-size: clamp(1.5rem, 0.896rem + 3.02vw, 2.5rem);
  letter-spacing: 0.05rem;
  ;
}

.Incorporation_step_title span {
  font-size: clamp(2.5rem, 1.896rem + 3.02vw, 3.5rem);
}

.Incorporation_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem;
}

.yazirusi {
  background-image: url(../images/yazirusi.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}

.yazirusi:last-child {
  background: transparent;
}

.step_item {
  flex-basis: 120px;
  aspect-ratio: 1;
  padding: 3rem 1rem 1rem 1rem;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  white-space: pre-line;
  align-self: flex-end;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid var(--font_color);
  position: relative;
}

.step_item::before {
  content: "";
  width: 114px;
  height: 2px;
  background-color: var(--font_color);
  position: absolute;
  top: calc(100% - 65%);
  left: calc(100% - 99%);
}

.step02,
.step04,
.step08 {
  font-size: 1.1rem;
}

.step08 span {
  display: block;
  font-size: 2rem;
  margin-bottom: -3.5rem;
  margin-top: -1.8rem;
  position: relative;
}

.step08 span::before {
  display: block;
  content: "";
  background-image: url(../images/ashiraileftGIF.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  height: 25px;
  position: absolute;
  top: 0.5rem;
  left: 0rem;
}

.step08 span::after {
  display: block;
  content: "";
  background-image: url(../images/ashirairightGIF.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  height: 25px;
  position: absolute;
  top: 0.5rem;
  right: 0rem;
}

.step08::before {
  width: 0;
  height: 0;
}

.step02,
.step04,
.step06,
.step08 {
  background-color: var(--sub_color);
  position: relative;
}

.step01,
.step03,
.step05,
.step07 {
  background-color: var(--subbg_color);
  background-color: #fff;
  position: relative;

}

.step01::after {
  display: block;
  content: "";
  background-image: url(../images/step1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 30px;
  position: absolute;
  top: 0.6rem;
  left: 1.6rem;
}

.step02::after {
  display: block;
  content: "";
  background-image: url(../images/step2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 30px;
  position: absolute;
  top: 0.6rem;
  left: 1.6rem;
}

.step03::after {
  display: block;
  content: "";
  background-image: url(../images/step3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 30px;
  position: absolute;
  top: 0.6rem;
  left: 1.6rem;
}

.step04::after {
  display: block;
  content: "";
  background-image: url(../images/step4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 30px;
  position: absolute;
  top: 0.6rem;
  left: 1.6rem;
}

.step05::after {
  display: block;
  content: "";
  background-image: url(../images/step5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 30px;
  position: absolute;
  top: 0.6rem;
  left: 1.6rem;
}

.step06::after {
  display: block;
  content: "";
  background-image: url(../images/step6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 30px;
  position: absolute;
  top: 0.6rem;
  left: 1.6rem;
}

.step07::after {
  display: block;
  content: "";
  background-image: url(../images/step7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 30px;
  position: absolute;
  top: 0.6rem;
  left: 1.6rem;
}

.Incorporation_list {
  margin-bottom: 3rem;
}

hr {
  padding: 0.06rem;
  border-left: none;
  border-right: none;
  border-top: 2px solid var(--font_color);
  border-bottom: 2px solid var(--font_color);
}






@media(min-width: 850px) {
  .subpage .Incorporationmain_visual {
    height: 30vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8rem;
  }

  /* 導入 */

  .Incorporation_greeting_title {
    max-width: 560px;
    font-size: 1.8rem;
  }

  .Incorporation_greeting_title::after {
    display: block;
    content: "";
    background-image: url(../images/linelong.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    max-width: 550px;
    height: 90px;
    position: absolute;
    top: 1rem;
    left: calc(100% - 98.5%);
    right: 0;
  }

  .Incorporation_greeting_text_list {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .Incorporation_greeting_text_list li {
    padding-bottom: 0.5rem;
  }

  .Incorporation_greeting_text {
    font-weight: 700;
    font-size: 1.5rem;
  }

  .Incorporation_greeting {
    margin-top: 5rem;
  }

  /* まかせて */
  .ittome {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .ittome_text:first-child {
    font-weight: 600;
    font-size: 1.9rem;
  }

  /* 法人化フロー */

  .Incorporation_step {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-size: 100%;
  }

  .Incorporation_list {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .step_item {
    margin-bottom: 2rem;
  }

  .yazirusi {
    margin-bottom: 2rem;
  }




  .Incorporation_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    max-width: 850px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.5rem;
  }

  .yazirusi {
    background-image: url(../images/yazirusi.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
  }

  .yazirusi:last-child {
    background: transparent;
  }

  .step_item {
    flex-basis: 170px;
    aspect-ratio: 1;
    padding: 4rem 1rem 0rem 1rem;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    white-space: pre-line;
    align-self: flex-end;
    font-size: 1.5rem;
    font-weight: 600;
    border: 2px solid var(--font_color);
    position: relative;
  }

  .step_item::before {
    content: "";
    width: 163px;
    height: 2px;
    background-color: var(--font_color);
    position: absolute;
    top: calc(100% - 65%);
    left: calc(100% - 99%);
  }

  .step02,
  .step04 {
    font-size: 1.4rem;
    padding: 5rem 1rem 1rem 1rem;
  }

  .step08 {
    font-size: 1.5rem;
    padding: 3.5rem 1rem 1rem 1rem;
    line-height: 1.8;
  }

  .step08 span {
    display: block;
    font-size: 2.5rem;
    position: relative;
  }

  .step08 span::before {
    display: block;
    content: "";
    background-image: url(../images/ashiraileftGIF.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 0.5rem;
    left: 1rem;
  }

  .step08 span::after {
    display: block;
    content: "";
    background-image: url(../images/ashirairightGIF.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
  }

  .step08::before {
    width: 0;
    height: 0;
  }

  .step02,
  .step04,
  .step06,
  .step08 {
    background-color: var(--sub_color);
    position: relative;
  }

  .step01,
  .step03,
  .step05,
  .step07 {
    background-color: #fff;
    position: relative;

  }

  .step01::after {
    display: block;
    content: "";
    background-image: url(../images/step1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 50px;
    position: absolute;
    top: 1rem;
    left: 2.5rem;
  }

  .step02::after {
    display: block;
    content: "";
    background-image: url(../images/step2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 50px;
    position: absolute;
    top: 1rem;
    left: 2.5rem;
  }

  .step03::after {
    display: block;
    content: "";
    background-image: url(../images/step3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 50px;
    position: absolute;
    top: 1rem;
    left: 2.5rem;
  }

  .step04::after {
    display: block;
    content: "";
    background-image: url(../images/step4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 50px;
    position: absolute;
    top: 1rem;
    left: 2.5rem;
  }

  .step05::after {
    display: block;
    content: "";
    background-image: url(../images/step5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 50px;
    position: absolute;
    top: 1rem;
    left: 2.5rem;
  }

  .step06::after {
    display: block;
    content: "";
    background-image: url(../images/step6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 50px;
    position: absolute;
    top: 1rem;
    left: 2.5rem;
  }

  .step07::after {
    display: block;
    content: "";
    background-image: url(../images/step7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 50px;
    position: absolute;
    top: 1rem;
    left: 2.5rem;
  }

  .Incorporation_list {
    margin-bottom: 3rem;
  }

  hr {
    padding: 0.06rem;
    border-left: none;
    border-right: none;
    border-top: 2px solid var(--font_color);
    border-bottom: 2px solid var(--font_color);
  }

}