@charset "UTF-8";
/*----------------------------------------------
Merit
-----------------------------------------------*/
.merit_sub_text {
  background-color: #B9D1E3;
  color: #fff;
  display: inline-block;
  letter-spacing: 10px;
  margin-bottom: 10px;
  padding: 15px 0;
  width: 350px;
  border-radius: 50px;
}

.merit_heading {
  padding-left: 30px;
}

.merit_num {
  width: 170px;
  opacity: 0.8;
}

#Merit {
  overflow: hidden;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 100px;
}

.merit_01 {
  margin-top: 200px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.merit_01 .merit_summary {
  width: 60%;
  position: relative;
}
.merit_01 .merit_summary .merit_title {
  margin-bottom: 40px;
  white-space: nowrap;
  z-index: 9;
  position: relative;
}
.merit_01 .merit_summary .merit_title .merit_num {
  position: absolute;
  left: -40px;
  top: -70px;
  z-index: -9;
}
.merit_01 .merit_summary .merit_text {
  width: 80%;
}
.merit_01 .merit_summary::before {
  content: "";
  width: 100vw;
  height: 500px;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: -9;
  overflow: hidden;
}
.merit_01 .merit_img_content {
  width: 40%;
  margin-left: 50px;
  position: relative;
}
.merit_01 .merit_img_content .merit_img {
  width: 90%;
}
.merit_01 .merit_img_content .merit_img_back {
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: #E7EBEC;
  margin-top: -370px;
  margin-left: -50px;
  z-index: -1;
}

.merit_02 {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.merit_02 .merit_summary {
  width: 60%;
  position: relative;
}
.merit_02 .merit_summary .merit_title {
  margin-bottom: 40px;
  white-space: nowrap;
  z-index: 9;
  position: relative;
}
.merit_02 .merit_summary .merit_title .merit_num {
  position: absolute;
  left: -40px;
  top: -70px;
  z-index: -9;
}
.merit_02 .merit_summary .merit_text {
  width: 80%;
}
.merit_02 .merit_summary::before {
  content: "";
  width: 100vw;
  height: 500px;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  right: 200px;
  z-index: -9;
  overflow: hidden;
}
.merit_02 .merit_img_content {
  width: 40%;
  margin-right: 50px;
  position: relative;
}
.merit_02 .merit_img_content .merit_img {
  width: 90%;
}
.merit_02 .merit_img_content .merit_img_back {
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: #E7EBEC;
  margin-top: -450px;
  margin-left: -50px;
  z-index: -1;
}

/*----------------------------------------------
Flow
-----------------------------------------------*/
#Flow {
  background-color: #F2F6F7;
}

.flow_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 3%;
}
.flow_step .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flow_step .step .step_num {
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 5px;
}
.flow_step .step .step_num span {
  font-size: 20px;
}
.flow_step .step .step_text {
  letter-spacing: 1px;
}
.flow_step .step_img {
  background-color: #fff;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.flow_step .step_img img {
  width: 80%;
}
.flow_step img {
  width: 60px;
  padding: 0 10px;
}/*# sourceMappingURL=merit.css.map */