@charset "UTF-8";
.flow2__cols {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .flow2__cols {
    flex-direction: column;
    margin-top: 5.694vw;
  }
}
.flow2__colList ul {
  margin-right: 21px;
}
@media (max-width: 767px) {
  .flow2__colList ul {
    margin-bottom: 2.608vw;
  }
}
.flow2__colList ul li {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .flow2__colList ul li {
    font-size: 4.196vw;
    line-height: 6.91vw;
    margin-right: 0px;
  }
}
.flow2__colIcon {
  width: 100px;
}
@media (max-width: 959px) {
  .flow2__colIcon {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .flow2__colIcon {
    width: 10.43vw;
    transform: rotate(90deg);
  }
}
.flow2__colText {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .flow2__colText {
    font-size: 5.585vw;
    margin-left: 0px;
    text-align: center;
    margin-top: 2.608vw;
  }
}

.p_kasou__cols3 {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .p_kasou__cols3 {
    flex-direction: column;
    margin-top: 5.867vw;
  }
}
.p_kasou__cols3:first-of-type {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .p_kasou__cols3:first-of-type {
    margin-top: 6.258vw;
  }
}
.p_kasou__col3Box {
  width: 50.1%;
  height: 160px;
  background-color: #bee6f9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 3.4%;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .p_kasou__col3Box {
    height: 14.414vw;
  }
}
@media (max-width: 767px) {
  .p_kasou__col3Box {
    width: 100%;
    height: 28.468vw;
  }
}
.p_kasou__col3Box::before {
  content: "";
  display: inline-block;
  width: 53px;
  height: 60px;
  background-image: url(../img/kasou/arrow_b1@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -9.9%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1110px) {
  .p_kasou__col3Box::before {
    width: 4.775vw;
    height: 5.405vw;
  }
}
@media (max-width: 767px) {
  .p_kasou__col3Box::before {
    width: 4.772vw;
    height: 5.404vw;
    top: unset;
    bottom: -17.9%;
    right: 50%;
    transform: translate(50%, 0) rotate(90deg);
  }
}
.p_kasou__col3Item {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
  margin: 12px 0;
}
@media screen and (max-width: 1110px) {
  .p_kasou__col3Item {
    font-size: 1.802vw;
  }
}
@media (max-width: 767px) {
  .p_kasou__col3Item {
    font-size: 3.39vw;
  }
}
.p_kasou__col3Item--flex {
  display: flex;
}
.p_kasou__col3Box2 {
  width: 44.7%;
  height: 160px;
  background-image: url("../img/kasou/kaikei-column-back.png");
  background-size: 40px;
  background-repeat: repeat;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 2.5%;
}
@media screen and (max-width: 1110px) {
  .p_kasou__col3Box2 {
    height: 14.414vw;
  }
}
@media (max-width: 767px) {
  .p_kasou__col3Box2 {
    width: 100%;
    height: 28.468vw;
    padding-left: 7%;
    margin-top: 4.954vw;
  }
}
.p_kasou__col3Text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1110px) {
  .p_kasou__col3Text {
    font-size: 2.883vw;
  }
}
@media (max-width: 767px) {
  .p_kasou__col3Text {
    font-size: 5.6vw;
  }
}
.p_kasou__cols4 {
  display: flex;
  align-items: center;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .p_kasou__cols4 {
    flex-direction: column;
    margin-top: 8.605vw;
  }
}
.p_kasou__col4 {
  width: 29.8%;
  background-color: #0070c0;
  padding: 42px 0;
}
@media (max-width: 767px) {
  .p_kasou__col4 {
    width: 100%;
  }
}
.p_kasou__col4Text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.p_kasou__col4Arrow {
  width: 18.2%;
  margin-left: 11px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .p_kasou__col4Arrow {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20%;
  }
}
.p_kasou__col4ArrowText2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 7.6%;
}
@media screen and (max-width: 1110px) {
  .p_kasou__col4ArrowText2 {
    font-size: 2.162vw;
    padding-left: 0%;
  }
}
@media (max-width: 767px) {
  .p_kasou__col4ArrowText2 {
    white-space: nowrap;
    font-size: 20px;
    margin-left: 10px;
  }
}
.p_kasou__col4Arrow img {
  padding-bottom: 18%;
}
@media (max-width: 767px) {
  .p_kasou__col4Arrow img {
    width: 70px;
    transform: rotate(90deg);
    padding-bottom: 0;
  }
}
.p_kasou__cols5 {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
@media (max-width: 767px) {
  .p_kasou__cols5 {
    display: none;
  }
}
.p_kasou__col5Img {
  width: 40.4%;
}
@media (max-width: 767px) {
  .p_kasou__col5Img {
    width: 100%;
    margin-top: 20px;
  }
}
.p_kasou__col5Img2 {
  width: 50.7%;
}
@media (max-width: 767px) {
  .p_kasou__col5Img2 {
    width: 100%;
    margin-top: 20px;
  }
}
.p_kasou__cols6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 31px;
}
@media (max-width: 767px) {
  .p_kasou__cols6 {
    flex-direction: column;
    margin-top: 5.346vw;
  }
}
.p_kasou__col6Content {
  width: 20.4%;
  position: relative;
}
@media (max-width: 767px) {
  .p_kasou__col6Content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p_kasou__col6ContentBox {
  background-color: #0070c0;
  padding: 22px 0;
}
@media screen and (max-width: 1110px) {
  .p_kasou__col6ContentBox {
    padding: 1.982vw 0;
  }
}
@media (max-width: 767px) {
  .p_kasou__col6ContentBox {
    width: 43.5%;
    padding: 3.911vw 0px;
  }
}
.p_kasou__col6ContentBox p {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .p_kasou__col6ContentBox p {
    font-size: 2.883vw;
  }
}
@media (max-width: 767px) {
  .p_kasou__col6ContentBox p {
    font-size: 5.867vw;
  }
}
.p_kasou__col6ContentImg {
  display: block;
  width: 72px;
  margin: 14px auto 14px 37%;
}
@media screen and (max-width: 1110px) {
  .p_kasou__col6ContentImg {
    width: 6.486vw;
    margin: 1.261vw auto 1.261vw 37%;
  }
}
@media (max-width: 767px) {
  .p_kasou__col6ContentImg {
    margin: 0 1.825vw;
  }
}
.p_kasou__col6Content::before {
  content: "";
  display: inline-block;
  background-image: url("../img/kasou/arrow_g2@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 72.3px;
  position: absolute;
  top: 50%;
  right: -29.2%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1110px) {
  .p_kasou__col6Content::before {
    width: 5.766vw;
    height: 6.514vw;
  }
}
@media (max-width: 767px) {
  .p_kasou__col6Content::before {
    top: unset;
    bottom: -43%;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.p_kasou__col6Img {
  width: 73.7%;
}
@media (max-width: 767px) {
  .p_kasou__col6Img {
    width: 100%;
    margin-top: 5.215vw;
  }
}
.p_kasou__cols7 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .p_kasou__cols7 {
    margin-top: 4.174vw;
  }
}
.p_kasou__col7 {
  width: 22.2%;
  margin-right: 5.55%;
  aspect-ratio: 1/1;
  background-image: url("../img/kasou/kaikei-column-back.png");
  background-size: 40px;
  background-repeat: repeat;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 53px;
}
@media (max-width: 599px) {
  .p_kasou__col7:nth-of-type(2) {
    margin-right: 0;
  }
}
.p_kasou__col7:nth-of-type(3) {
  margin-right: 0;
}
@media (max-width: 599px) {
  .p_kasou__col7:nth-of-type(3) {
    margin-right: 2.33%;
  }
}
@media (max-width: 599px) {
  .p_kasou__col7:nth-of-type(4) {
    margin-right: 0;
  }
}
.p_kasou__col7:last-of-type {
  margin-right: 0;
}
@media (max-width: 599px) {
  .p_kasou__col7 {
    width: 48.835%;
    margin-right: 2.33%;
    margin-top: 2.504vw;
  }
}
.p_kasou__col7Text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1110px) {
  .p_kasou__col7Text {
    font-size: 2.883vw;
  }
}
@media (max-width: 599px) {
  .p_kasou__col7Text {
    font-size: 5.84vw;
  }
}
.p_kasou__box {
  background-color: var(--main-color);
  padding: 22px 0;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .p_kasou__box {
    padding: 4.172vw 0;
    margin-top: 4.433vw;
  }
}
.p_kasou__box:first-of-type {
  margin-top: 4.172vw;
}
.p_kasou__boxText {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p_kasou__boxText {
    font-size: 4.172vw;
  }
}

/* 404ページ ----------------
------------------------- */
.page404 .container {
  min-height: 700px;
  padding-top: 150px;
}
.page404__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.page404 p a {
  color: var(--main-color);
  text-decoration: underline;
}
/*# sourceMappingURL=kasou.css.map */
