/*---------------------------------------------
    common
---------------------------------------------*/
/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  align-items: center;
  background: url(../images/mv_sub.jpg) no-repeat;
  background-size: cover;
  display: flex;
  height: 400px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .mv {
    height: 180px;
  }
}
.mv .page-title {
  color: #13ae67;
  display: inline-block;
  font-size: 3.6rem;
  padding: 2px 50px 0;
  text-shadow: 1px 1px 4px #fff;
}
@media screen and (max-width: 820px) {
  .mv .page-title {
    font-size: 2.4rem;
  }
}

.section-ttl {
  background: #13ae67;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0px 32px 2px;
}

/*---------------------------------------------
    main
---------------------------------------------*/
/*---------------------------------------------
    about
---------------------------------------------*/
.about {
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 40px;
  width: 86%;
}
.about .section-ttl {
  margin-bottom: 24px;
}
.about .inner {
  margin: 0 auto;
}
.about .inner .img {
  margin-bottom: 16px;
  text-align: center;
}
.about .inner .case {
  background: #fbe4ee;
  color: #13ae67;
  font-size: 2rem;
  margin-bottom: 16px;
  text-align: center;
}
.about .inner .txt .green {
  color: #13ae67;
}

/*---------------------------------------------
    procedures
---------------------------------------------*/
.procedures {
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 40px;
  width: 86%;
}
.procedures .section-ttl {
  margin-bottom: 24px;
}
.procedures .inner {
  margin: 0 auto;
  width: 96%;
}
.procedures .inner .procedures-list li {
  margin-bottom: 8px;
  padding: 4px 0;
  text-align: center;
}
.procedures .inner .procedures-list li:nth-child(odd) {
  background: #fbe4ee;
}
.procedures .inner .procedures-list li:nth-child(even) {
  background: #fff;
}

/*---------------------------------------------
    target
---------------------------------------------*/
.target {
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 40px;
  width: 86%;
}
.target .section-ttl {
  margin-bottom: 24px;
}
.target .inner {
  margin: 0 auto;
}
.target .inner > .txt {
  margin-bottom: 8px;
}
.target .inner .target-list {
  margin-bottom: 24px;
}
.target .inner .target-list li {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.target .inner .target-list li .num {
  background: #ed7e97;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.target .inner .target-list li .txt {
  color: #13ae67;
  display: block;
  width: calc(100% - 56px);
}

/*---------------------------------------------
    area
---------------------------------------------*/
.area {
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 40px;
  width: 86%;
}
.area .section-ttl {
  margin-bottom: 24px;
}
.area .inner {
  margin: 0 auto;
}
.area .inner .flex-box {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.area .inner .flex-box .img {
  width: 46%;
}
.area .inner .flex-box .txt-box {
  width: 50%;
}
.area .inner .flex-box .txt-box .txt {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.area .inner .flex-box .txt-box .area-list li {
  background: #ddd;
  border-radius: 16px;
  color: #13ae67;
  margin-bottom: 8px;
  text-align: center;
}
.area .inner .note {
  color: #e83828;
  text-align: center;
}