@media screen and (max-width: 767px) {
  main {
    font-size: 0.9rem;
  }
}

#company .inner {
  text-align: left;
}
#company .inner h2 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
#company .inner .outline {
  margin-bottom: 3rem;
}
#company .inner .outline dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#company .inner .outline dl > div:nth-of-type(odd) {
  background: #eee;
}
@media screen and (max-width: 767px) {
  #company .inner .outline dl > div:nth-of-type(odd) {
    background: #fff;
  }
}
#company .inner .outline dl > div dt {
  width: 20%;
  padding: 1rem;
}
@media screen and (max-width: 640px) {
  #company .inner .outline dl > div dt {
    /*sp*/
    width: 100%;
    background: #eee;
  }
}
#company .inner .outline dl > div dd {
  width: 80%;
  padding: 1rem;
}
@media screen and (max-width: 640px) {
  #company .inner .outline dl > div dd {
    /*sp*/
    width: 100%;
  }
}
#company .inner .guide {
  margin-bottom: 3rem;
}
#company .inner .guide p {
  margin-bottom: 3rem;
}
#company .inner .guide ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 30px 49%;
  grid-template-columns: repeat(2, 49%);
  grid-gap: 30px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #company .inner .guide ul {
    display: block;
  }
}
#company .inner .guide ul li {
  border: 2px solid #A35688;
  padding: 1.5rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company .inner .guide ul li {
    margin-bottom: 0.5rem;
  }
}
#company .inner .guide ul li span {
  color: #A35688;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #company .inner .guide ul li span {
    font-size: 1.3rem;
  }
}
#company .inner .guide ul li > p {
  margin-bottom: 0;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  #company .inner .guide ul li > p br {
    display: none;
    text-align: left;
  }
}
#company .inner .guide ul img {
  width: 100%;
  height: auto;
}
#company .inner .team .txt {
  margin-bottom: 3rem;
}
#company .inner .team .img {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#company .inner .team .img img {
  width: 32%;
}
#company .inner .team .renkei {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
#company .inner .team .renkei .txt span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#company .inner .team .renkei .img img {
  width: 100%;
  height: auto;
}

#ordermade .inner {
  text-align: left;
}
#ordermade .inner .title {
  margin-bottom: 3rem;
}
#ordermade .inner .title span {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
#ordermade .inner .title span:nth-of-type(1) {
  font-size: 1.6rem;
}
#ordermade .inner .title span:nth-of-type(2) {
  font-size: 1.2rem;
}
#ordermade .inner .case h2 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
#ordermade .inner .case .img {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  grid-gap: 1.5%;
  margin-bottom: 3rem;
}
#ordermade .inner .btn {
  text-align: center;
  margin-bottom: 3rem;
}
#ordermade .inner .btn p {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

#contact {
  margin-bottom: 3rem;
}
#contact .inner {
  text-align: left;
}
#contact .inner h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
#contact .inner dl > div {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0;
}
#contact .inner dl > div dt {
  width: 25%;
  padding: 0;
  clear: both;
}
@media screen and (max-width: 640px) {
  #contact .inner dl > div dt { /*sp*/
    width: 100%;
    float: none;
  }
}
#contact .inner dl > div dd {
  width: 70%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #contact .inner dl > div dd { /*sp*/
    width: 100%;
  }
}
#contact .inner dl > div dd input[type=text],
#contact .inner dl > div dd input[type=email],
#contact .inner dl > div dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0.5rem;
}
#contact .inner dl > div dd input[type=text].w50,
#contact .inner dl > div dd input[type=email].w50,
#contact .inner dl > div dd textarea.w50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contact .inner dl > div dd input[type=text].w50,
#contact .inner dl > div dd input[type=email].w50,
#contact .inner dl > div dd textarea.w50 {
    width: 100%;
  }
}
#contact .inner dl > div dd input[type=text].w75,
#contact .inner dl > div dd input[type=email].w75,
#contact .inner dl > div dd textarea.w75 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #contact .inner dl > div dd input[type=text].w75,
#contact .inner dl > div dd input[type=email].w75,
#contact .inner dl > div dd textarea.w75 {
    width: 100%;
  }
}
#contact .inner dl > div dd textarea {
  height: 200px;
}
#contact .inner .btn {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contact .inner .btn input[type=submit] {
  display: block;
  padding: 10px;
  text-align: center;
  background: #E0ABCC;
  color: #fff;
  border-radius: 100px;
  font-size: 100%;
  letter-spacing: 3px;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  border: none;
  margin: 0 0.2rem;
}
#contact .inner .btn button {
  display: block;
  padding: 10px;
  text-align: center;
  background: #999;
  color: #fff;
  border-radius: 100px;
  font-size: 100%;
  letter-spacing: 3px;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  border: none;
  margin: 0 0.2rem;
}
#contact .inner .mw_wp_form_complete {
  text-align: center;
}
#contact .inner .mw_wp_form_complete strong {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}