.mainvisual .name {
  background: #e85371;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  border-bottom: 6px solid #e74268;
}
.mainvisual .name .sub {
  font-size: 14px;
}
.mainvisual .name .main {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#about {
  background: #f9d1cd url(../futsu/images/about_bg.svg) no-repeat center top;
  background-size: contain;
  position: relative;
}
#about .img01 {
  width: 40%;
  margin: 0 auto 30px;
}
#about .img02 {
  margin: 0 auto 40px;
}
#about .md {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #3e3a39;
}
#about p {
  font-size: 15px;
  color: #3e3a39;
  font-weight: bold;
}
#about::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #f9d1cd 25%, transparent 25%), linear-gradient(225deg, #f9d1cd 25%, transparent 25%);
  background-position: 0 0;
}

#index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
#index ul li {
  width: 45%;
  margin: 0 2.5% 15px;
}

#personality {
  background-color: #ee828e;
  position: relative;
}
#personality::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #ee828e 25%, transparent 25%), linear-gradient(225deg, #ee828e 25%, transparent 25%);
  background-position: 0 0;
}

#point1 {
  position: relative;
  background-color: #e74268;
}
#point1 p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#point1 .box {
  padding: 30px 20px 15px;
  background: rgba(255, 255, 255, 0.8);
}
#point1 .box .box-ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
#point1 .box .box-text {
  font-size: 14px;
  margin-bottom: 20px;
}
#point1::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #e74268 25%, transparent 25%), linear-gradient(225deg, #e74268 25%, transparent 25%);
  background-position: 0 0;
}

#point2 {
  position: relative;
  background-color: #ee828e;
}
#point2 p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#topic {
  background-color: #ffef00;
}
#topic p {
  font-size: 16px;
  color: #333;
  text-align: center;
}

#voice p {
  font-size: 16px;
}

#koe05 {
  position: relative;
  background-color: #f9d1cd;
}
#koe05 .voice-ttl {
  font-size: 20px;
}

#day01 {
  padding-top: 30px;
}
#day01 .voice-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#ob {
  position: relative;
  background-color: #f9d1cd;
}
#ob .voice-ttl {
  font-size: 20px;
}
#ob p {
  font-size: 16px;
}
#ob::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #f9d1cd 25%, transparent 25%), linear-gradient(225deg, #f9d1cd 25%, transparent 25%);
  background-position: 0 0;
}

#advice {
  position: relative;
  background-color: #e85371;
  color: #fff;
}
#advice p {
  font-size: 16px;
}
#advice li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  margin-bottom: 20px;
}
#advice::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #e85371 25%, transparent 25%), linear-gradient(225deg, #e85371 25%, transparent 25%);
  background-position: 0 0;
}

#career {
  background-color: #f7c7c3;
  position: relative;
}
#career .img01 {
  width: 100%;
  margin: 0 auto 20px;
}
#career p {
  font-size: 15px;
}
#career .accent {
  color: #e35265;
}

#footer {
  padding: 50px 0 100px;
  text-align: center;
}
#footer #pagetop {
  color: #1f2d97;
  font-size: 16px;
  margin-bottom: 20px;
}/*# sourceMappingURL=futsu.css.map */