.display-sp {
  display: none;
}
@media (max-width: 767px) {
  .display-sp {
    display: block;
  }
}
.moldbuster__inner {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .moldbuster__inner {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  .moldbuster__inner {
    width: 100%;
    padding: 0 2.67%;
  }
}
.moldbuster__inner2 {
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .moldbuster__inner2 {
    padding: 0 3%;
  }
}
/*
 　.moldbuster-fv
 */
.moldbuster-fv {
  height: 660px;
  background: url(../images/moldbuster/fv_bg_pc.jpg) no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .moldbuster-fv {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .moldbuster-fv {
    height: 96vw;
    background-image: url(../images/moldbuster/fv_bg_sp.jpg);
  }
}
.moldbuster-fv__ttl {
  text-align: center;
}
/*
 　moldbuster-intro
 */
.moldbuster-intro__top {
  text-align: center;
  background: #003222;
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .moldbuster-intro__top {
    padding: 3.33% 0;
  }
}
@media (max-width: 767px) {
  .moldbuster-intro__top {
    padding: 5.33% 0;
  }
}
.moldbuster-intro__top--txt {
  color: #fff;
  font-size: 2.55rem;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .moldbuster-intro__top--txt {
    margin-bottom: 1.98%;
  }
}
@media (max-width: 767px) {
  .moldbuster-intro__top--txt {
    font-size: 3.33333vw;
    margin-bottom: 2.54%;
  }
}
@media (max-width: 1200px) {
  .moldbuster-intro__top--ttl img {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .moldbuster-intro__top--ttl img {
    width: 83.94%;
  }
}
.moldbuster-intro__btm {
  display: flex;
  justify-content: center;
  padding: 85px 0;
}
@media (max-width: 1200px) {
  .moldbuster-intro__btm {
    padding: 7.08% 0;
  }
}
@media (max-width: 767px) {
  .moldbuster-intro__btm {
    padding: 11.33% 0;
  }
}
.moldbuster-intro__btm__list {
  width: 770px;
}
@media (max-width: 1200px) {
  .moldbuster-intro__btm__list {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .moldbuster-intro__btm__list {
    width: 100%;
  }
}
.moldbuster-intro__btm__list--item {
  font-size: 2.7rem;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  padding: 0 0 20px 62px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .moldbuster-intro__btm__list--item {
    padding: 0 0 2.6% 8.05%;
    margin-bottom: 3.9%;
  }
}
@media (max-width: 767px) {
  .moldbuster-intro__btm__list--item {
    font-size: 3.46667vw;
    letter-spacing: 0.01em;
    padding: 0 0 3.24% 8.73%;
    margin-bottom: 3.52%;
  }
}
.moldbuster-intro__btm__list--item::before {
  content: "";
  background: url(../images/moldbuster/intro_icon.png) no-repeat center /contain;
  width: 40px;
  height: 31px;
  position: absolute;
  left: 0;
  bottom: 15px;
}
@media (max-width: 767px) {
  .moldbuster-intro__btm__list--item::before {
    width: 5.33333vw;
    height: 4.13333vw;
    bottom: auto;
  }
}
.moldbuster-intro__btm__list--item strong {
  color: #149246;
}
/*
 　.moldbuster-osusume
 */
.moldbuster-osusume {
  background: url(../images/moldbuster/osusume_bg_pc.jpg) no-repeat center top / cover;
  background-color: #00140e;
  padding: 110px 0 85px;
}
@media (max-width: 1200px) {
  .moldbuster-osusume {
    padding: 9.17% 0 7.08%;
  }
}
@media (max-width: 767px) {
  .moldbuster-osusume {
    background-image: url(../images/moldbuster/osusume_bg_sp.jpg);
    padding: 9.73% 0 11.87%;
  }
}
.moldbuster-osusume__ttl {
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .moldbuster-osusume__ttl {
    margin-bottom: 6.06%;
  }
}
@media (max-width: 767px) {
  .moldbuster-osusume__ttl {
    margin-bottom: 4.93%;
  }
}
.moldbuster-osusume__txt {
  margin-bottom: 67px;
}
@media (max-width: 1200px) {
  .moldbuster-osusume__txt {
    margin-bottom: 7.38%;
  }
}
.moldbuster-osusume__blk {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 55px;
}
@media (max-width: 1200px) {
  .moldbuster-osusume__blk {
    padding: 6.06%;
  }
}
@media (max-width: 767px) {
  .moldbuster-osusume__blk {
    padding: 7.61% 2.54%;
  }
}
.moldbuster-osusume__blk--ttl {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .moldbuster-osusume__blk--ttl {
    margin-bottom: 4.01%;
  }
}
@media (max-width: 767px) {
  .moldbuster-osusume__blk--ttl img {
    width: 61.27%;
    margin-bottom: 6.48%;
  }
}
.moldbuster-osusume__blk__list {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .moldbuster-osusume__blk__list {
    margin-bottom: 3.13%;
  }
}
@media (max-width: 767px) {
  .moldbuster-osusume__blk__list {
    margin-bottom: 4.51%;
  }
}
.moldbuster-osusume__blk__list--item {
  margin: 0 7px;
}
@media (max-width: 1200px) {
  .moldbuster-osusume__blk__list--item {
    margin: 0 0.88%;
  }
}
@media (max-width: 767px) {
}
.moldbuster-osusume__blk--txt {
  width: 735px;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #d70000;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .moldbuster-osusume__blk--txt {
    width: 92.11%;
  }
}
@media (max-width: 767px) {
  .moldbuster-osusume__blk--txt {
    width: 95.19%;
  }
}
/*
 　.moldbuster-chap-01
 */
.moldbuster-chap-01 {
  background: #00140e;
  padding-bottom: 115px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01 {
    padding-bottom: 9.58%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01 {
    padding-bottom: 10.93%;
  }
}
.moldbuster-chap-01__ttl {
  text-align: center;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01__ttl {
    height: 22.5vw;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01__ttl {
    height: auto;
  }
}
.moldbuster-chap-01__ttl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moldbuster-chap-01__txt {
  text-align: center;
  padding: 50px 0 55px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01__txt {
    padding: 5.51% 0 6.06%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01__txt {
    padding: 6.62% 0 7.75%;
  }
}
.moldbuster-chap-01__blk {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01__blk {
    margin-bottom: 6.61%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk {
    margin-bottom: 9.15%;
  }
}
.moldbuster-chap-01__blk--ttl {
  margin-bottom: 37px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01__blk--ttl {
    margin-bottom: 4.07%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk--ttl {
    margin-bottom: 2.82%;
  }
}
.moldbuster-chap-01__blk__cnt {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk__cnt {
    display: block;
  }
}
.moldbuster-chap-01__blk__cnt--img {
  min-width: 470px;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01__blk__cnt--img {
    min-width: 51.76%;
    margin-left: 2.2%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk__cnt--img {
    width: 100%;
    margin-bottom: 5.21%;
  }
}
.moldbuster-chap-01__blk__cnt--txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk__cnt--txt {
    font-size: 3.73333vw;
  }
}
.moldbuster-chap-01__blk.half {
  float: left;
  width: 480px;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01__blk.half {
    width: 48.8%;
    margin-bottom: 7.16%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk.half {
    width: 100%;
    margin-bottom: 7.04%;
  }
}
.moldbuster-chap-01__blk.half:nth-of-type(2) {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01__blk.half:nth-of-type(2) {
    margin-right: 2.4%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk.half:nth-of-type(2) {
    margin-right: 0;
  }
}
.moldbuster-chap-01__blk.half .moldbuster-chap-01__blk--ttl {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01__blk.half .moldbuster-chap-01__blk--ttl {
    margin-bottom: 5.63%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk.half .moldbuster-chap-01__blk--ttl {
    margin-bottom: 6.48%;
  }
}
.moldbuster-chap-01__blk.half .moldbuster-chap-01__blk__cnt {
  flex-direction: row;
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk.half .moldbuster-chap-01__blk__cnt {
    display: flex;
  }
}
.moldbuster-chap-01__blk.half .moldbuster-chap-01__blk__cnt--img {
  min-width: 200px;
  margin-right: 19px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .moldbuster-chap-01__blk.half .moldbuster-chap-01__blk__cnt--img {
    min-width: 45.04%;
    margin-right: 4.28%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-01__blk.half .moldbuster-chap-01__blk__cnt--img {
    min-width: 40.85%;
    margin-right: 4.51%;
    margin-bottom: 0;
  }
}
/*
 　.moldbuster-chap-02
 */
.moldbuster-chap-02 {
  background-color: #00140e;
  padding-bottom: 115px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-02 {
    padding-bottom: 9.58%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-02 {
    padding-bottom: 10.4%;
  }
}
.moldbuster-chap-02__ttl {
  text-align: center;
}
@media (max-width: 1200px) {
  .moldbuster-chap-02__ttl {
    height: 22.5vw;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-02__ttl {
    height: auto;
  }
}
.moldbuster-chap-02__ttl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moldbuster-chap-02__blk {
  display: flex;
  margin-top: 65px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-02__blk {
    margin-top: 7.16%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-02__blk {
    display: block;
    padding: 7.04% 0 5.63%;
    margin-top: 0;
  }
}
.moldbuster-chap-02__blk__img {
  min-width: 410px;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-02__blk__img {
    min-width: 45.15%;
    margin-right: 3.3%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-02__blk__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.93%;
  }
}
.moldbuster-chap-02__blk__cnt--ttl {
  margin-bottom: 27px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-02__blk__cnt--ttl {
    margin-bottom: 5.77%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-02__blk__cnt--ttl {
    margin-bottom: 4.79%;
  }
}
.moldbuster-chap-02__blk__cnt--txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .moldbuster-chap-02__blk__cnt--txt {
    font-size: 3.73333vw;
  }
}
.moldbuster-chap-02__blk__cnt--txt strong {
  color: #fff399;
}
/*
 　.moldbuster-chap-03
 */
.moldbuster-chap-03 {
  background-color: #00140e;
  padding-bottom: 125px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-03 {
    padding-bottom: 10.42%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-03 {
    padding-bottom: 12.4%;
  }
}
.moldbuster-chap-03__ttl {
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-03__ttl {
    height: 22.5vw;
    margin-bottom: 5.17%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-03__ttl {
    height: auto;
    margin-bottom: 4.79%;
  }
}
.moldbuster-chap-03__ttl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moldbuster-chap-03__blk__ttl {
  text-align: center;
  background-color: #009946;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-03__blk__ttl {
    padding: 2.2%;
    margin-bottom: 2.2%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-03__blk__ttl {
    padding: 2.82%;
    margin-bottom: 3.38%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-03__blk__ttl img {
    width: 40.28%;
  }
}
.moldbuster-chap-03__blk__table {
  width: 100%;
  border-collapse: collapse;
}
.moldbuster-chap-03__blk__table tr {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.01em;
}
.moldbuster-chap-03__blk__table tr th {
  color: #fff;
  background-color: #009946;
  border: 2px solid #000;
  padding: 30px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-03__blk__table tr th {
    padding: 3.3%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-03__blk__table tr th {
    font-size: 2.93333vw;
    padding: 3.8% 1.55%;
  }
}
.moldbuster-chap-03__blk__table tr td {
  line-height: 1.4;
  vertical-align: middle;
  border: 2px solid #000;
  padding: 30px 11px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-03__blk__table tr td {
    padding: 3.3% 1.21%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-03__blk__table tr td {
    font-size: 2.93333vw;
    padding: 3.8% 0;
  }
}
.moldbuster-chap-03__blk__table tr td strong {
  color: #d70000;
}
.moldbuster-chap-03__blk__table tr:nth-of-type(odd) td {
  background-color: #e7ebe8;
}
.moldbuster-chap-03__blk__table tr:nth-of-type(even) td {
  background-color: #fff;
}
.moldbuster-chap-03__blk__cmt {
  margin-bottom: 81px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-03__blk__cmt {
    margin-bottom: 8.92%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-03__blk__cmt {
    margin-bottom: 11.27%;
  }
}
.moldbuster-chap-03__blk__cmt dl {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .moldbuster-chap-03__blk__cmt dl {
    margin-top: 2.2%;
  }
}
@media (max-width: 767px) {
  .moldbuster-chap-03__blk__cmt dl {
    margin-top: 3.8%;
  }
}
/*
 　.moldbuster-diagnosis
 */
.moldbuster-diagnosis {
  background-color: #003222;
  padding: 60px 0 70px;
}
@media (max-width: 1200px) {
  .moldbuster-diagnosis {
    padding: 5% 0 5.83%;
  }
}
@media (max-width: 767px) {
  .moldbuster-diagnosis {
    padding: 8.67% 0 9.33%;
  }
}
.moldbuster-diagnosis--ttl {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .moldbuster-diagnosis--ttl {
    margin-bottom: 3.85%;
  }
}
@media (max-width: 767px) {
  .moldbuster-diagnosis--ttl {
    margin-bottom: 5.63%;
  }
}
.moldbuster-diagnosis--bnr {
  text-align: center;
  display: block;
  margin: 0 auto;
}
