@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --wh: #fff;
  --or: #fa6650;
  --bl: #373737;
  --be: #fbf4ec;
}

.pc {
  display: block;
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
}

/**************************************
* FLOW
***************************************/
.flow__lead {
  padding: 12rem 0 8rem;
}
@media (max-width: 1240px) {
  .flow__lead {
    padding: 6rem 0 5rem;
  }
}
@media (max-width: 834px) {
  .flow__lead {
    padding: 4rem 0 3rem;
  }
}
.flow__lead-ttl {
  margin: 0 0 8rem;
}
@media (max-width: 1240px) {
  .flow__lead-ttl {
    margin: 0 0 5rem;
  }
}
@media (max-width: 639px) {
  .flow__lead-ttl {
    margin: 0 0 3rem;
  }
}
@media (max-width: 499px) {
  .flow__lead-ttl {
    margin: 0 0 2rem;
  }
}
.flow__lead-ttl-img {
  width: 50%;
  max-width: 180px;
  margin-bottom: 2.4rem;
}
.flow__lead-ttl-content {
  display: flex;
}
@media (max-width: 639px) {
  .flow__lead-ttl-content {
    flex-direction: column;
    gap: 1rem;
  }
}
.flow__lead-ttl-heading {
  width: 50%;
}
@media (max-width: 639px) {
  .flow__lead-ttl-heading {
    width: 100%;
  }
}
.flow__lead-ttl-txt {
  width: 50%;
}
@media (max-width: 639px) {
  .flow__lead-ttl-txt {
    width: 100%;
  }
}
.flow__lead-list {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .flow__lead-list {
    gap: 2rem;
  }
}
@media (max-width: 834px) {
  .flow__lead-list {
    flex-direction: column;
  }
}
.flow__lead-list-item {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 1024px) {
  .flow__lead-list-item {
    display: flex;
    gap: 3rem;
  }
}
@media (max-width: 639px) {
  .flow__lead-list-item {
    gap: 1rem;
  }
}
@media (max-width: 500px) {
  .flow__lead-list-item {
    flex-direction: column;
    gap: 1.5rem;
  }
  .flow__lead-list-item img {
    max-width: none;
    width: 100%;
  }
}
.flow__lead-list-item a {
  display: block;
  padding: 10px;
  height: 100%;
}
.flow__lead-list-item a:hover {
  opacity: 1;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f7f7f7;
}
.flow__lead-list-item a:hover .link-circle .arrow-icon {
  transform: translateY(5px);
  transition: all 0.3s linear;
}
.flow__lead-list-item-heading {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .flow__lead-list-item-heading {
    font-size: 20px;
  }
}
.flow__lead-list-item-list li span {
  font-family: "Material Icons";
  color: var(--or);
  margin-right: 1rem;
}
.flow__lead-list-item .orange {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--or);
  color: var(--wh);
  font-weight: bold;
  font-size: 10px;
  font-family: "Roboto", serif;
  border-radius: 11.5px;
  padding: 3px 10px;
}
.flow__lead-list-item .link-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--or);
  color: var(--wh);
  font-family: "Material Icons";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media (max-width: 639px) {
  .flow__lead-list-item .link-circle {
    right: 1rem;
    bottom: 1rem;
  }
}
.flow__lead-list-item-ttl {
  padding: 2rem;
}
/* コンテンツ */
.flow_cont__section {
  background-color: #fbf4ec;
  padding: 16rem 0 12rem;
}
@media (max-width: 1240px) {
  .flow_cont__section {
    padding: 8rem 0 6rem;
  }
}
@media (max-width: 834px) {
  .flow_cont__section {
    padding: 4rem 0 3rem;
  }
}
.flow_cont__section-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flow_cont__main-contents {
  max-width: 860px;
  width: 70%;
}
@media (max-width: 1024px) {
  .flow_cont__main-contents {
    max-width: none;
    width: 100%;
  }
}
.flow_cont__btn {
  position: relative;
  border-radius: 100vmax;
  background: var(--bl);
  color: #fff;
  max-width: 280px;
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
@media (max-width: 639px) {
  .flow_cont__btn {
    max-width: 250px;
  }
}
@media (max-width: 499px) {
  .flow_cont__btn {
    font-size: 1.3rem;
  }
}
.flow_cont__btn::after {
  position: absolute;
  content: "\e5cc";
  font-family: "Material Icons";
  right: 20px;
  transition: all 0.3s linear;
}
@media (max-width: 639px) {
  .flow_cont__btn::after {
    right: 15px;
  }
}
@media (max-width: 499px) {
  .flow_cont__btn::after {
    right: 10px;
  }
}
.flow_cont__btn.--wh {
  background-color: #fff;
  color: var(--or);
}
.flow_cont__btn.--wh:hover {
  color: var(--wh);
  background-color: var(--or);
  border: 1px solid var(--wh);
  opacity: 1;
}
.flow_cont__btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 3rem auto 0;
}
@media (max-width: 639px) {
  .flow_cont__btn-wrap {
    flex-direction: column;
    margin: 1.5rem auto 0;
  }
}
.flow_cont__btn:hover {
  background-color: #fff;
  border: 1px solid var(--bl);
  opacity: 1;
}
.flow_cont__btn:hover::after {
  transform: translateX(5px);
}

.flow_cont-main__label {
  background: #ff9400;
  padding: 3px 10px 5px;
  border-radius: 5px;
  font-size: 1.6rem;
}
.flow_cont-main__heading-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 639px) {
  .flow_cont-main__heading-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.flow_cont-main__labels-wrap {
  display: flex;
  gap: 8px;
}
@media (max-width: 499px) {
  .flow_cont-main__labels-wrap {
    flex-direction: column;
  }
}
.flow_cont-main__labels-wrap .flow_cont-main__label {
  font-size: 1.6rem;
  color: #fff;
  padding-bottom: 5px;
}
@media (max-width: 834px) {
  .flow_cont-main__labels-wrap .flow_cont-main__label {
    font-size: 1.3rem;
  }
}
.flow_cont-main__labels-wrap .flow_cont-main__label span {
  font-family: "Material Icons";
  font-weight: normal;
  margin-right: 8px;
}
.flow_cont-main a {
  text-decoration: none;
}
.flow_cont-main__cont:not(:last-child) {
  margin-bottom: 8rem;
}
@media (max-width: 834px) {
  .flow_cont-main__cont:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.flow_cont-main__heading {
  font-size: 3.2rem;
  margin-bottom: 39px;
  padding-bottom: 19px;
  position: relative;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .flow_cont-main__heading {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
}
@media (max-width: 499px) {
  .flow_cont-main__heading {
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
}
.flow_cont-main__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(75%);
  height: 1px;
  width: 5.5rem;
  background: var(--or);
}
.flow_cont-main__heading-sub {
  color: var(--or);
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .flow_cont-main__heading-sub {
    font-size: 1.4rem;
  }
}
.flow_cont-main__txt {
  font-size: 1.6rem;
}
.flow_cont-main__sub-heading {
  padding-left: 19px;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .flow_cont-main__sub-heading {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .flow_cont-main__sub-heading {
    line-height: 1.3;
  }
}
.flow_cont-main__sub-heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 85%;
  width: 4px;
  background: var(--or);
}
.flow_cont-main__img {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .flow_cont-main__img {
    margin-top: 20px;
  }
}
.flow_cont-main__img + h3 {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .flow_cont-main__img + h3 {
    margin-top: 50px;
  }
}
@media (max-width: 499px) {
  .flow_cont-main__img + h3 {
    margin-top: 30px;
  }
}

/* アンケート調査の流れ */
.flow_cont-cont03__item-ttl {
  position: relative;
}
.flow_cont-cont03__item-ttl:before {
  font-family: "Roboto", serif;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 0px;
  font-weight: bold;
  color: #fffefe;
  background-color: var(--or);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 834px) {
  .flow_cont-cont03__item-ttl:before {
    font-size: 1.7rem;
    width: 40px;
    height: 40px;
    top: 19px;
  }
}
.flow_cont-cont03__item {
  position: relative;
}
.flow_cont-cont03__item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 2px solid var(--or);
  height: calc(100% + 32px);
  left: 25px;
  top: 25px;
}
@media (max-width: 834px) {
  .flow_cont-cont03__item:not(:last-child)::before {
    left: 20px;
    top: 20px;
  }
}
.flow_cont-cont03__item:nth-last-child(2)::after {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(51% 100%, 1% 0, 100% 0);
          clip-path: polygon(51% 100%, 1% 0, 100% 0);
  background-color: var(--or);
  display: block;
  position: absolute;
  top: calc(100% + 36px);
  left: 20px;
}
@media (max-width: 834px) {
  .flow_cont-cont03__item:nth-last-child(2)::after {
    top: calc(100% + 13px);
    left: 15.5px;
  }
}
.flow_cont-cont03__item + .flow_cont-cont03__item {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .flow_cont-cont03__item + .flow_cont-cont03__item {
    margin-top: 24px;
  }
}
.flow_cont-cont03__item:nth-of-type(1) .flow_cont-cont03__item-ttl:before {
  content: "01";
}
.flow_cont-cont03__item:nth-of-type(2) .flow_cont-cont03__item-ttl:before {
  content: "02";
}
.flow_cont-cont03__item:nth-of-type(3) .flow_cont-cont03__item-ttl:before {
  content: "03";
}
.flow_cont-cont03__item:nth-of-type(4) .flow_cont-cont03__item-ttl:before {
  content: "04";
}
.flow_cont-cont03__item:nth-of-type(5) .flow_cont-cont03__item-ttl:before {
  content: "05";
}
.flow_cont-cont03__item-ttl {
  font-size: 2.1rem;
  font-weight: bold;
  padding-left: 65px;
}
@media (max-width: 834px) {
  .flow_cont-cont03__item-ttl {
    padding-left: 50px;
    font-size: 1.8rem;
  }
}
.flow_cont-cont03__item-ttl .wrap {
  background-color: #f7f7f7;
  border-radius: 10px 10px 0 0;
  padding: 30px 30px 15px;
}
@media (max-width: 834px) {
  .flow_cont-cont03__item-ttl .wrap {
    padding: 15px 15px 10px;
  }
}
.flow_cont-cont03__item-img {
  overflow: hidden;
  width: 48%;
}
@media (max-width: 639px) {
  .flow_cont-cont03__item-img {
    width: 100%;
    margin-bottom: 8px;
  }
}
.flow_cont-cont03__item-img img {
  border-radius: 10px;
}
.flow_cont-cont03__item-txt {
  width: 100%;
}
@media (max-width: 639px) {
  .flow_cont-cont03__item-txt {
    width: 100%;
    font-size: 14px;
  }
}
.flow_cont-cont03__item-txt span.font-or {
  color: var(--or);
  display: block;
  font-size: 12px;
}
.flow_cont-cont03__item-txt .font-b {
  font-weight: bold;
}
.flow_cont-cont03__item-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 64px;
}
@media (max-width: 834px) {
  .flow_cont-cont03__item-body {
    padding-left: 50px;
  }
}
@media (max-width: 639px) {
  .flow_cont-cont03__item-body {
    flex-direction: column;
  }
}
.flow_cont-cont03__item-body .wrap {
  background-color: #f7f7f7;
  border-radius: 0 0 10px 10px;
  padding: 0 30px 30px;
}
@media (max-width: 834px) {
  .flow_cont-cont03__item-body .wrap {
    padding: 0 15px 15px;
  }
}
.flow_cont-cont03__list {
  margin-top: 56px;
  background-color: #fff;
  border-radius: 10px;
  padding: 6rem 5rem;
}
@media (max-width: 834px) {
  .flow_cont-cont03__list {
    margin-top: 20px;
    padding: 3rem 2rem;
  }
}

/* サイドメニュー */
.flow_cont-side {
  position: sticky;
  top: 130px;
  padding: 40px;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 280px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .flow_cont-side {
    display: none;
  }
}
.flow_cont-side__heading {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
}
.flow_cont-side__heading span {
  font-size: 1.4rem;
}
.flow_cont-side__list {
  margin: 16px 0 24px;
}
.flow_cont-side__list li {
  padding-left: 26px;
  position: relative;
  font-size: 1.4rem;
}
.flow_cont-side__list li + li {
  margin-top: 8px;
}
.flow_cont-side__list li::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/service_d01/sidemenu-icon.webp);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.flow_cont-side__list li span {
  font-size: 12px;
  font-family: "Roboto", serif;
}
.flow_cont-side__btn {
  border-radius: 100vmax;
  background: var(--or);
  color: #fff;
  max-width: 360px;
  width: 100%;
  height: 89px;
  margin: 6rem auto 0;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.5;
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .flow_cont-side__btn {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
@media (max-width: 639px) {
  .flow_cont-side__btn {
    max-width: 300px;
    padding: 15px 0;
  }
}
.flow_cont-side__btn:hover {
  background-color: var(--wh);
  border: 1px solid var(--or);
  color: var(--or);
}
.flow_cont-side__btn span {
  font-size: 13px;
}
.flow_cont-side .link-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--or);
  color: var(--wh);
  font-family: "Material Icons";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.flow_cont-side__list a.active {
  color: var(--or);
  transition: none;
}

.bdb--white {
  border-bottom: 1px solid #fff;
}/*# sourceMappingURL=flow.css.map */