/*共通*/

.mat-cont-fc-inline {
  display: block;
  text-align: center;
}
.mat-cont {
  overflow: hidden;
}
.mat-cont .moz-p {
  margin-bottom: 1.5rem;
}
.pm-5-mat{
  padding-top: 6rem;
    margin-top: -2rem;
}
/*pcトップ*/
.pc-head {
  background: linear-gradient(25deg, rgba(50, 55, 77, 0.3), rgba(56, 23, 42, 0.6)), url(/assets/images/mat-pc-01-2.webp);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}


/*flex要素*/
.mat-cont-pcflex, .mat-cont-pcflex-item1, .mat-cont-pcflex-item2, .mat-cont-pcflex-item3, .mat-cont-pcflex-item4 {
  width: 100%;
}

.mat-cont-pcflex-item2 {
  margin: 1rem;
}

.mat-cont-pcflex {
  display: block;
}


/*ポケットワークで
活躍している半数は
30代以上の女性です*/

.mat-heading, .mat-heading2,.mat-heading3 {
  font-family: 'Noto serif JP';
  background: #845460;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1.5rem 0;
  position: relative;
  margin: 1rem 0 2rem 0;

}

.mat-serif-p{
  font-family: 'Noto Serif JP';
}
.mat-heading::before, .mat-heading2::before,.mat-heading3::before {
  content: '';
  position: absolute;
  background-image: url(/assets/images/mature-img2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  top: -1rem;
  display: inline-block;
  padding-top: 10%;
}

.mat-heading::after, .mat-heading2::after, .mat-heading3::after{
  content: '';
  position: absolute;
  background-image: url(/assets/images/mature-img2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  display: inline-block;
  padding-top: 10%;
}

.mat-heading::after {
  top: 7.5rem;
}
.mat-heading3::after {
  top: 7.5rem;
}

.mat-heading2::after {
  top: 5.5rem;
}

.mat-accent {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Satisfy', cursive;
  margin: 4rem 0 2rem;
}

.mat-accent .moz-text {
  display: block;
  transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -sand-transform: rotate(8deg);
  text-align: center;
  font-family: satisfy;
}

.mat-accent .moz-border {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  display: inline-block;
  width: 15%;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}


/*女性が安心して稼げる環境*/

.mat-flex {
  display: flex;
}

.mat-flex .moz-item55 {
  width: 55%;
  padding: 0.5rem;
}

.mat-flex .moz-item45 {
  width: 45%;
  padding: 0.5rem;
}

.mat-box {
  border: solid 1px #333333;
  text-align: center;
  padding: 1rem;
  margin: 3rem 0;
  position: relative;
}

.mat-box p {
  text-align: center;
}

.mat-box .moz-heading {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  background: #ffffff;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 400;
  width: 80%;
  color: #2B4F60;
}

.moz-heading::before {
  content: '';
  background-image: url(/assets/images/mature-img5.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.moz-heading::after {
  content: '';
  background-image: url(/assets/images/mature-img6.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.ma-envi-h3{
  font-size: 1.57rem;
}

/*アンケート*/

.mat-flex .moz-item25 {
  width: 20%;
  border-right: solid 1px #333333;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  font-weight: 700;
  color: #2B4F60;
}

.mat-flex .moz-item75 {
  width: 80%;
    padding-left: 2rem;
    font-size: 1.57rem;
    line-height: 1.2;
    padding: 1rem 0 1rem 2rem
}

.mat-flex .moz-item20 {
  width: 20%;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 1rem;
}

.mat-flex .moz-item80 {
  width: 80%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.mat-contents .moz-answer, .mat-contents .moz-answer2 {
  border-radius: 30px;
  padding: 0rem 1.5rem;
  color: #2B4F60;
  border: solid 1px #333333;
  font-size: 1.3rem;
  margin: 1rem 0;
  display: inline-block;
}

.mat-contents .moz-hr {
  margin: 3rem 0;
}

.mat-flex2 {
  border-bottom: dashed 1px #333333;
  display: flex;
  align-items: center;
}

.mat-flex2 .moz-item25 {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  color: #2B4F60;
}

.mat-flex2 .moz-item75 {
  width: 80%;
  padding-left: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mat-flex2 .moz-color1 {
  color: #845460;
  font-weight: 700;
  font-size: 2rem;
}

.mat-flex2 .moz-color2 {
  color: #333333;
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (min-width: 1001px) {
  .mat-heading::after{
    top: 7.5rem;
  }

  .mat-heading3::after {
    top: 4.5rem;
}
  .mat-cont-fc-inline {
    font-size: 1.1rem;
    display: inline-block;
    text-align: left;
    width: 48%;
    padding: 0.3rem;
    padding-left: 1rem;
  }
  /*flex要素*/
  .mat-cont-pcflex {
    display: flex;
    width: 100%;
  }
  .mat-cont-pcflex-item1, .mat-cont-pcflex-item2 {
    width: 50%;
    margin: 1rem;
  }
  .mat-cont-pcflex-item3 {
    width: 55%;
  }
  .mat-cont-pcflex-item4 {
    width: 45%;
  }
  /*活躍している半数は30代以上の女性です*/
  .mat-heading2::after {
    top: 5rem;
  }
  /*女性が安心して稼げる環境*/
  .mat-box {
    border: none;
    border-bottom: solid 1px #B9AAB1;
    margin: 4rem 0;
  }
  .mat-box .moz-heading {
    left: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    color: #845460;
  }
  .mat-flex .moz-item55 {
    width: 65%;
  }
  .mat-flex .moz-item45 {
    width: 35%;
  }
  /*アンケート*/
  .mat-flex .moz-item25 {
    width: 20%;
  }
  .mat-flex .moz-item75 {
    width: 80%;
  }
  .mat-contents .moz-answer, .mat-contents .moz-answer2 {
    border-radius: 5px;
    color: #ffffff;
    background: #845460;
    box-shadow: 3px 3px #a87d88;
    margin: 3rem 0 0 0;
  }
  .mat-flex .moz-item20 {
    display: none;
  }
  .mat-flex .moz-item80 {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1201px) {
  .mat-heading2::after {
    top: 5rem;
  }
}

@media screen and (min-width: 1201px) {
  /*活躍している半数は30代以上の女性です*/
  .mat-heading2::after {
    top: 4rem;
  }
  .mat-heading, .mat-heading2,.mat-heading3 {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
  .mat-accent {
    font-size: 4rem;
  }
  /*下矢印線*/
  .mat-under-bar {
    position: relative;
    border-bottom: 2px solid #523633;
  }
  .mat-under-bar {
    background-color: #ffffff;
  }
  .mat-under-bar::before, .mat-under-bar::after {
    position: absolute;
    top: 100%;
    left: 45%;
    content: '';
    height: 0;
    width: 0;
    border: 45px solid transparent;
  }
  .mat-under-bar:before {
    border-top: 40px solid #211614;
  }
  .mat-under-bar:after {
    margin-top: -2px;
    border-top: 40px solid #ffffff;
  }
}

@media screen and (max-width: 320px) {
  /*共通*/
  .mat-cont .moz-p {
    margin-bottom: 1rem;
  }
  .mat-cont {
    font-size: 0.9rem;
  }
}