.mainvisual .name {
  background: #66b642;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  border-bottom: 6px solid #519137;
}
.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: #c3db77 url(../fukushi/images/about_bg.svg) no-repeat center top;
  background-size: cover;
  position: relative;
}
#about .img01 {
  width: 40%;
  margin: 0 auto 30px;
}
#about .img02 {
  width: 80%;
  margin: 0 auto 40px;
}
#about .md {
  font-size: 18px;
  font-weight: bold;
  color: #3e3a39;
}
#about .md span {
  color: #56ad33;
}
#about p {
  font-size: 15px;
  color: #3e3a39;
  font-weight: bold;
}
#about .pl-1 {
  padding-left: 1em;
}
#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, #c3db77 25%, transparent 25%), linear-gradient(225deg, #c3db77 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: #66b642;
  position: relative;
}

#topic {
  background: #ffef00;
}
#topic p {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
#topic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topic ul li {
  width: 48%;
}

#point1 {
  position: relative;
  background-color: #009d4a;
}
#point1 .band {
  background-color: #fff;
  text-align: center;
  color: #009d4a;
  font-size: 22px;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 20px;
}
#point1 p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#point1 p.bb {
  padding-bottom: 2em;
  border-bottom: 1px solid;
}
#point1 .img01 {
  width: 70%;
  margin: 0 auto 40px;
}
#point1 .box {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}
#point1 .box .box-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
#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, #009d4a 25%, transparent 25%), linear-gradient(225deg, #009d4a 25%, transparent 25%);
  background-position: 0 0;
}

#point2 {
  background-color: #45af34;
  position: relative;
}
#point2 p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#point2::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, #45af34 25%, transparent 25%), linear-gradient(225deg, #45af34 25%, transparent 25%);
  background-position: 0 0;
}

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

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

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

#graduate01 {
  position: relative;
  background-color: #c3db77;
}
#graduate01 .voice-ttl {
  font-size: 20px;
}
#graduate01 .btw {
  border-top: 1px solid #fff;
  padding-top: 1.5em;
}
#graduate01 p {
  font-size: 16px;
}
#graduate01::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, #c3db77 25%, transparent 25%), linear-gradient(225deg, #c3db77 25%, transparent 25%);
  background-position: 0 0;
}

#advice {
  position: relative;
  background-color: #45af34;
  color: #fff;
}
#advice p {
  font-size: 16px;
}
#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, #45af34 25%, transparent 25%), linear-gradient(225deg, #45af34 25%, transparent 25%);
  background-position: 0 0;
}

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

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