@charset "UTF-8";

/*
Theme Name: Hi-CRAFT Original Theme
Description: Hi-CRAFT様Concept用テーマファイル
Version: 1.0.0
Author: Campus .,Inc
*/

.flow_top .section-inner {
  margin-bottom: 0;
}

.flow_top img {
  width: 100%;
  height: auto;
}

.flow01 .column_2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.flow01 .column_2 div {
  width: calc(100% / 3);
  flex: 1 1 calc(50% - 30px);
}
.flow01 .column_2 {
  counter-reset: num;
}

.flow01 .column_2 div h5::before {
  display: inline-block;
  width: 60px;
  height: 60px;
  counter-increment: num 1;
  content: "#" counter(num);
  font-size: 35px;
  font-family: "Smooch", cursive;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  margin-right: 5px;
  text-indent: -13px;
  letter-spacing: -3px;
}

.flow01 .column_2 div h5::before {
  background-size: contain;
  background-repeat: no-repeat;
}

.flow01 .column_2 div:nth-child(-n + 3) h5::before {
  background-image: url(../image/brush_midashi1.png);
}

.flow01 .column_2 div:nth-child(n + 4) h5::before {
  background-image: url(../image/brush_midashi2.png);
}

.flow01 .column_2 div:last-child h5::before {
  background-image: url(../image/brush_midashi3.png);
}

.flow01 .column_2 div img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.flow01 .column_2 h5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow01 .column_2 p {
  font-size: 16px;
  margin-top: 1em;
  line-height: 1.5;
}

.column_1.insulance div {
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
  gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
}

.column_1.insulance div div {
  flex: 1 1 auto;
}

.column_1.insulance:first-of-type {
  margin-top: 30px;
}

.insulance div.image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  min-width: 240px;
}

.insulance div.image p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.insulance div:first-of-type div.image {
  background-image: url(../image/insulance01.png);
}

.insulance div:nth-of-type(2) div.image {
  background-image: url(../image/insulance02.png);
}

.insulance div:nth-of-type(3) div.image {
  background-image: url(../image/insulance03.png);
}

.insulance div div.description {
  width: calc(70% - 30px);
}

.flow03 {
  padding: 60px 0px;
}

@media screen and (max-width:600px) {
  .flow01 .column_2 div img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
}

@media screen and (max-width: 425px) {
  .flow_top .section-inner {
    margin-top: 0;
  }

  .flow01 .column_2 {
    gap: 10px;
  }

  .flow01 .column_2 h5 {
    flex-direction: column;
    font-size: 14px;
  }

  .flow01 .column_2 p {
    font-size: 14px;
  }
}
