@charset "UTF-8";
.mv {
  padding: 16rem 1.5rem 1rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: url("../images/mv_bg.jpg")no-repeat left bottom/cover;
}
.mv .mv_ttl {
  line-height: 1.4;
  margin-bottom: 4rem;
}
.mv_ttl span {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
}
.mv .mv_ttl .en {
  font-size: 1.3rem;
  font-weight: 600;
}
.breadcrumb .flex li {
  margin-right: 4rem;
  position: relative;
  color: #fff;
}
.breadcrumb .flex li a {
  color: #fff;
}
.breadcrumb .flex li::after {
  content: ">";
  position: absolute;
  right: -2rem;
}
.breadcrumb .flex li:last-child::after {
  display: none;
}
/**/
.cont_ttl {
  font-size: 2.4rem;
  color: #00A824;
  line-height: 1;
  padding-bottom: 2rem;
  border-bottom: 1px solid #00A824;
  margin-bottom: 3rem;
  font-weight: 400;
  z-index: 0;
}
.subttl {
  padding-left: 4.5rem;
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.subttl::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 5px;
  background: #2BA53A;
}
.cont01 {
  padding: 6rem 1.5rem 4rem;
}
.cont02 {
  padding: 4rem 1.5rem;
}
.cont03 {
  padding: 4rem 1.5rem 8rem;
}
.cont01 .bottomtxt {
  margin-bottom: 6rem;
}
.cont01 ul {
  margin-bottom: 3rem;
}
.cont01 ul li, .indent_txt {
  padding-left: 3rem;
  text-indent: -2rem;
}
.cont01 .btmsubtxt {
  margin-bottom: 4rem
}
.cont01 .list_img {
  margin-bottom: 2rem;
}
.cont01 .list_img01, .cont01 .list_img02 {
  width: 100%;
}
.bl_link {
  color: #3184E5;
  border-bottom: 1px solid #3184E5;
  word-wrap: break-word;
}
.cont02 .txt {
  margin-bottom: 3rem;
}
.cont02 ul li {
  margin-bottom: 2rem;
}
.cont03 .ttl {
  font-size: 1.8rem;
}
.cont03 ul li {
  margin-bottom: 2rem;
}
.cont03 .list {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 769px) {
  .mv {
    padding: 16rem 1rem 1rem 4rem;
  }
  .mv_ttl span {
    font-size: 4rem;
  }
  .cont_ttl {
    font-size: 3.2rem;
  }
  .cont01 .list_img01 {
    width: 55%;
  }
  .cont01 .list_img02 {
    width: 45%;
  }
}
@media only screen and (min-width: 1366px) {}
@media only screen and (max-width: 768px) {}