
body > div{
    text-align: center;
    background:#4E2229;
}
body > div#fh5co-wrapper{
    text-align: left;
    background: transparent;
}
/*title*/
#title .mainImg {
  background-image: url(../images/company/bg_company.jpg);
}

#bosyu h2 {
  display: inline-block;
  font-size: 1.75em;
  font-weight: 600;
  color: #ffffff;
  background: #4E2229;
  padding: 0.5em 5em;
  border-radius: 50px;
  margin-top: 3em;
}

#bosyu h3 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.75em;
}

#bosyu p {
  font-size: 1.5em;
  line-height: 2em;
}

#bosyu p span {
  background: linear-gradient(transparent 60%, #F8EC91 60%);
}

#bosyu img {
  display: block;
  width: 100%;
}

#bosyu .midashi {
  width: 100%;
  border-top: 2px solid #4E2229;
  border-bottom: 2px solid #4E2229;
  padding: 0.5em;
  font-weight: 600;
  font-size: 1.75em;
  color: #4E2229;
  margin: 2em auto;
}

#bosyu .image-wrap {
  background: #ffffff;
  padding: 5em;
  width: 100%;
}

#bosyu .image-wrap .fwrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#bosyu .image-wrap .fwrap img {
  display: block;
  width: 45%;
}

#bosyu .image-wrap .notice {
  margin-top: 5em;
  background: rgba(240, 207, 97, .15);
  padding: 2.5em;
}

#bosyu .image-wrap .notice p {
  font-size: 1.2em;
  text-align: left;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
  line-height:1.5;
}

#bosyu .image-wrap .notice p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

/* #recruit */
#recruit #contact h3 + p {
  font-size: 1em;
}
#recruit.entry #contact .btnArea {
  padding-bottom: 30px;
  text-align: center;
}
#recruit.entry #contact .btnArea a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #00f;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  transition: all .5s;
}
#recruit.entry #contact .btnArea a:hover {
  opacity: .75;
  color: #FFF !important;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
  #bosyu h2 {
    font-size: 1.5em;
    padding: 0.5em;
    display: block;
  }

  #bosyu h3 {
    font-size: 1.5em;
  }

  #bosyu p {
    font-size: 1.2em;
  }

  #bosyu .image-wrap {
    padding: 3em;
  }

  #bosyu .midashi {
    font-size: 1.25em;
  }

  #bosyu .image-wrap .notice {
    margin-top: 3em;
    padding: 0.9em;
  }

  #bosyu .image-wrap .notice p {
    font-size: 1em;
  }

  @media screen and (max-width: 480px) {

    #bosyu p {
      font-size: 1.2em;
      text-align: left;
    }

    #bosyu .image-wrap {
      padding: 1em;
    }

      #bosyu .image-wrap .fwrap {
        display: block;
      }

      #bosyu .image-wrap .fwrap img {
        display: block;
        width: 95%;
        margin-top: 2em;
      }

      #bosyu .image-wrap .fwrap img:first-child {
        margin-top: 0;
      }

      #bosyu .image-wrap .notice {
        margin-top: 3em;
      }
  }
