@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
:root {
  --opacity: 20;
}

/*PC
-----------------------------------------------------------------------------*/
#mainv .inner {
  background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 47%, rgba(240, 242, 241, 0) 52%, rgba(240, 242, 241, 0) 85%, #f0f2f1 93%, #f0f2f1), url(../images/method/mainv_bg.jpg);
  background-size: auto auto, auto 110%;
  background-position: left top, right bottom;
}

@media (max-width: 750px) {
  #mainv .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 33%, rgba(240, 242, 241, 0) 43%, rgba(240, 242, 241, 0)), url(../images/method/mainv_bg.jpg);
    background-size: auto auto, auto 100%;
    background-position: left top, right 600% bottom;
    height: 36.2vw;
  }
}
.midashiBlock {
  padding: 0 40px;
  margin: 0 0 60px;
}
.midashiBlock .inner {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 240px;
}
.midashiBlock .inner::before {
  content: "";
  width: 174px;
  height: 86px;
  background: url(../images/method/method_counselor_midashi.png) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  right: 165px;
  transform: translateY(-50%);
}
.midashiBlock .inner::after {
  content: "";
  width: 220px;
  height: 240px;
  background: url(../images/method/method_counselor.png) no-repeat center right/contain;
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
}
.midashiBlock .inner h2 {
  font-size: 28px;
  font-family: var(--yumincho);
  font-weight: 700;
  width: fit-content;
  color: var(--heading2);
}
.midashiBlock .inner h2 span {
  color: var(--textEm);
}

@media (max-width: 750px) {
  .midashiBlock {
    padding: 0;
    margin: 0 -3vw 8.4vw;
  }
  .midashiBlock .inner {
    overflow: hidden;
    width: 100%;
    min-height: 43.5vw;
    position: relative;
    padding: 1.2vw 33.8vw 20.5vw 7.2vw;
  }
  .midashiBlock .inner::before {
    content: "";
    width: 30.6vw;
    height: 15.4vw;
    background: url(../images/method/method_counselor_midashi.png) no-repeat 0 0/contain;
    position: absolute;
    bottom: -3.4vw;
    top: auto;
    right: 32.8vw;
  }
  .midashiBlock .inner::after {
    content: "";
    width: 35.3vw;
    height: 43.5vw;
    background: url(../images/method/method_counselor.png) no-repeat right bottom/contain;
    position: absolute;
    bottom: 0;
    right: -1.5vw;
  }
  .midashiBlock .inner h2 {
    font-size: 4.5vw;
    font-family: var(--yumincho);
    font-weight: 700;
  }
  .midashiBlock .inner h2 span {
    color: var(--textEm);
  }
}
.flowList > li {
  margin: 0 0 60px;
}
.flowList > li h2 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
  font-family: var(--yumincho);
  font-size: 22px;
  font-weight: 700;
}
.flowList > li h2 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  padding: 15px 28px;
  background: var(--bar1-1Bg);
  color: var(--bar1-1Text);
  border-radius: 100vh 0 0 100vh;
}
.flowList > li h2 .text {
  display: flex;
  align-items: center;
  width: calc(100% - 170px - 4px);
  padding: 15px 28px;
  color: var(--bar1-2Text);
  position: relative;
}
.flowList > li h2 .text::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bar1-1Bg);
  opacity: 0.13;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(255, 255, 255, 0.5) 8px, rgba(255, 255, 255, 0.5) 12px);
  border-radius: 0 100vh 100vh 0;
  position: absolute;
  top: 0;
  left: 0;
}
.flowList > li .flowInner {
  overflow: hidden;
  position: relative;
  padding: 0 0 0 60px;
}
.flowList > li .flowInner::before {
  display: block;
  position: absolute;
  left: 26px;
  top: 0;
  height: calc(100% - 5px);
  width: 5px;
  background: var(--bar1-1Bg);
  border-radius: 100vh;
  content: "";
}
.flowList > li .flowInner::after {
  display: block;
  position: absolute;
  left: 19px;
  bottom: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: var(--bar1-1Bg) transparent transparent transparent;
  content: "";
}
.flowList > li .flowInner h3 {
  margin: 0 0 25px;
  line-height: 1.3;
  color: var(--textPoint);
  font-weight: 700;
  font-size: 26px;
}
.flowList > li .flowInner h3 span {
  color: var(--textEm);
  font-size: 34px;
}
.flowList > li .flowInner .imageWrap {
  width: 280px;
  position: relative;
}
.flowList > li .flowInner .imageWrap .overlay {
  position: absolute;
}
.flowList > li .flowInner .textWrap {
  width: calc(100% - 345px);
  line-height: 1.7;
  font-size: 15px;
  color: var(--textMain);
}
.flowList > li .flowInner .textWrap span {
  color: var(--textEm);
  font-weight: 700;
}
.flowList > li:last-child {
  margin: 0;
}
.flowList > li:last-child .flowInner::before, .flowList > li:last-child .flowInner::after {
  display: none;
}
.flowList > li:nth-child(2) .imageWrap .overlay {
  width: 80.7%;
  bottom: -120px;
  right: 6.5%;
}
.flowList > li:nth-child(3) .imageWrap .overlay {
  width: 27%;
  bottom: -40%;
  left: 6.4%;
}
.flowList > li:nth-child(4) .imageWrap .overlay {
  width: 27%;
  bottom: -20%;
  right: 6.4%;
}
.flowList > li:nth-child(6) .imageWrap .overlay:not(.overlay2) {
  width: 68%;
  bottom: -50%;
  left: 6.4%;
  border: solid 3px #FFF;
}
.flowList > li:nth-child(6) .imageWrap .overlay2 {
  width: 50%;
  bottom: -37%;
  right: 6.4%;
  border: none;
}

/*SP
-----------------------------------------------------------------------------*/
@media (max-width: 750px) {
  .flowList {
    margin: 0 0 60px;
  }
  .flowList > li {
    position: relative;
    margin: 0 0 7.2vw;
    padding: 0 0 13vw;
  }
  .flowList > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-color: var(--textPoint) transparent transparent transparent;
    border-style: solid;
    border-width: 5.8vw 5.7vw 0 5.7vw;
    transform: translateX(-50%);
  }
  .flowList > li::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 2.7vw;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 3.1vw 5.7vw 0 5.7vw;
    transform: translateX(-50%);
  }
  .flowList > li h2 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 4.8vw;
    font-size: 4.2vw;
  }
  .flowList > li h2 .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28.3vw;
    padding: 3.3vw 4.8vw;
    border-radius: 100vh 0 0 100vh;
  }
  .flowList > li h2 .text {
    display: flex;
    align-items: center;
    width: calc(100% - 28.3vw - 3px);
    padding: 3.3vw 4.8vw;
  }
  .flowList > li h2 .text::before {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(255, 255, 255, 0.5) 8px, rgba(255, 255, 255, 0.5) 12px);
  }
  .flowList > li .flowInner {
    overflow: hidden;
    position: relative;
    padding: 0 4.8vw;
  }
  .flowList > li .flowInner::before {
    display: none;
  }
  .flowList > li .flowInner::after {
    display: none;
  }
  .flowList > li .flowInner h3 {
    width: 100%;
    margin: 0 0 3.6vw;
    line-height: 1.3;
    font-size: 5vw;
    order: -2;
  }
  .flowList > li .flowInner h3 span {
    font-size: 6vw;
  }
  .flowList > li .flowInner .imageWrap {
    width: 67.6vw;
    margin: 0 auto 3.6vw;
    position: relative;
  }
  .flowList > li .flowInner .imageWrap .overlay {
    position: absolute;
  }
  .flowList > li .flowInner .textWrap {
    line-height: 1.7;
    font-size: 3.6vw;
    display: contents;
  }
  .flowList > li:nth-child(2) .imageWrap {
    margin-bottom: 33vw;
  }
  .flowList > li:nth-child(2) .imageWrap .overlay {
    width: 80.7%;
    bottom: -70%;
    right: 6.5%;
  }
  .flowList > li:nth-child(3) .imageWrap {
    margin-bottom: 22vw;
  }
  .flowList > li:nth-child(3) .imageWrap .overlay {
    width: 27%;
    bottom: -40%;
    left: 6.4%;
  }
  .flowList > li:nth-child(4) .imageWrap {
    margin-bottom: 14vw;
  }
  .flowList > li:nth-child(4) .imageWrap .overlay {
    width: 27%;
    bottom: -20%;
    right: 6.4%;
  }
  .flowList > li:nth-child(6) .imageWrap {
    margin-bottom: 33vw;
  }
  .flowList > li:nth-child(6) .imageWrap .overlay:not(.overlay2) {
    width: 68%;
    bottom: -50%;
    left: 6.4%;
    border: solid 3px #FFF;
  }
  .flowList > li:nth-child(6) .imageWrap .overlay2 {
    width: 50%;
    bottom: -37%;
    right: 6.4%;
    border: none;
  }
  .flowList > li:last-child {
    margin: 0;
    padding: 0;
  }
  .flowList > li:last-child::before, .flowList > li:last-child::after {
    display: none;
  }
  /*--------------------------endSP--------------------------------*/
}/*# sourceMappingURL=method.css.map */