@charset "UTF-8";
/* ベース幅 */
/* ひしがたのアイキャッチ */
/* ページ_タイトル */
/* ページ_サブタイトル */
/* トップ_セクションタイトル */
/* トップ_セクションサブタイトル */
/* Viewport768-1200 fontsize 12-16 */
/*  */
.page__ttl {
  background: url(../images/knowledge/page_ttl.webp) center center no-repeat;
  background-size: cover;
}

.flow__box {
  padding: 100px 10px;
}
@media only screen and (max-width: 767px) {
  .flow__box {
    padding: 34px 10px;
  }
}
.flow__box .flow__box__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.flow__box .flow__box__inner > .ttl__box {
  padding-bottom: 32px;
  margin-bottom: 100px;
  border-bottom: 1px solid #919191;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner > .ttl__box {
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
}
.flow__box .flow__box__inner > .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  padding-left: 45px;
  font-size: 3.6rem;
  display: block;
}
.flow__box .flow__box__inner > .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner > .ttl__box span {
    font-size: 2.4rem;
    padding-left: 42px;
  }
}
.flow__box .flow__box__inner > .ttl__box span::after, .flow__box .flow__box__inner > .ttl__box span::before {
  width: 22px;
  height: 22px;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner > .ttl__box span::after, .flow__box .flow__box__inner > .ttl__box span::before {
    width: 18px;
    height: 18px;
    bottom: -1px;
  }
}
.flow__box .flow__box__inner .list__box {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol {
    padding-top: 20px;
  }
}
.flow__box .flow__box__inner .list__box ol li {
  border: 1px solid #dcdcdc;
  position: relative;
  border-radius: 5px;
  padding: 32px 32px 32px 120px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li {
    padding: 20px 10px 20px 20px;
    margin-bottom: 55px;
  }
}
.flow__box .flow__box__inner .list__box ol li:before {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  background: url(../images/knowledge_flow/arrow.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li:before {
    width: 40px;
    height: 20px;
    bottom: -35px;
  }
}
.flow__box .flow__box__inner .list__box ol li:last-child:before {
  left: 75%;
  right: 25%;
}
.flow__box .flow__box__inner .list__box ol li:last-child:after {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  background: url(../images/knowledge_flow/arrow.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 75%;
  bottom: -55px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li:last-child:after {
    width: 40px;
    height: 20px;
    bottom: -35px;
  }
}
.flow__box .flow__box__inner .list__box ol li .step__box {
  position: absolute;
  top: -50px;
  left: -28px;
  transform: rotate(-45deg);
  width: 88px;
  height: 88px;
  background: #b6a377;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li .step__box {
    top: -25px;
    left: -14px;
    width: 44px;
    height: 44px;
  }
}
.flow__box .flow__box__inner .list__box ol li .step__box .step__box__inner {
  transform: rotate(45deg);
  font-size: 1.8rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li .step__box .step__box__inner {
    font-size: 1.2rem;
  }
}
.flow__box .flow__box__inner .list__box ol li .step__box .step__box__inner .large {
  font-size: 4rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li .step__box .step__box__inner .large {
    font-size: 2rem;
  }
}
.flow__box .flow__box__inner .list__box ol li .flex__box {
  display: flex;
  align-items: center;
}
.flow__box .flow__box__inner .list__box ol li .flex__box .img__box {
  width: 140px;
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li .flex__box .img__box {
    width: 70px;
    height: 70px;
  }
}
.flow__box .flow__box__inner .list__box ol li .flex__box .img__box img {
  width: 100%;
  height: auto;
}
.flow__box .flow__box__inner .list__box ol li .flex__box .text__box {
  width: calc(100% - 140px);
  box-sizing: border-box;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li .flex__box .text__box {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}
.flow__box .flow__box__inner .list__box ol li .flex__box .text__box .list__ttl {
  font-size: 2.4rem;
  line-height: 1.45;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li .flex__box .text__box .list__ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.flow__box .flow__box__inner .list__box ol li .flex__box p {
  font-size: 2rem;
  line-height: 1.45;
  color: #333;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ol li .flex__box p {
    font-size: 1.4rem;
  }
}
.flow__box .flow__box__inner .list__box ul {
  display: flex;
  justify-content: space-between;
}
.flow__box .flow__box__inner .list__box ul li {
  border: 1px solid #dcdcdc;
  position: relative;
  border-radius: 5px;
  padding: 40px 0;
  margin-bottom: 48px;
  width: calc((100% - 188px) / 2);
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ul li {
    width: calc((100% - 64px) / 2);
    padding: 20px 0;
  }
}
.flow__box .flow__box__inner .list__box ul li:last-child:after {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  background: url(../images/knowledge_flow/arrow.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: -134px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ul li:last-child:after {
    left: -52px;
    width: 40px;
    height: 20px;
  }
}
.flow__box .flow__box__inner .list__box ul li .text__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow__box .flow__box__inner .list__box ul li .text__box .list__ttl {
  font-size: 2.4rem;
  line-height: 1.45;
  color: #333;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .flow__box .flow__box__inner .list__box ul li .text__box .list__ttl {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=knowledge_flow.css.map */