@charset "UTF-8";

/* CSS Document */
.body{
  font-family: 'ヒラギノ角ゴ','Noto Sans CJK JP';
}

.section-top__image {
  width: 100%;
  height: 680px;
}

.section-top__image img {
  display: block;
  width: 100%;
  height: 680px;
  object-fit: cover;
  border-top: 15px solid #c9ccce;
}

.top_message {
  font-size: 4.2rem;
  line-height: 5.8rem;
  text-align: left;
  position: absolute;
  top: 20%;
  left: 50%;
  background-color: rgba(250, 244, 244, 0.8)
}
.mission {
  margin: 60px auto 80px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mission-body {
  background-color: #fcfcfc;
  width: 50vw;
  padding: 30px 60px 20px;
}

.mission h2 {
  font-size: 3.0rem;
  margin-bottom: 30px;
}

.mission p {
  line-height: 1.5em;
  font-size: 18px;
  text-align: left;
}

.mission-img {
  width: 50vw;
  max-width: 500px;
  object-fit: cover;
  vertical-align: bottom;
}

.mission img {
  width: 100%;
}

.business-content {
  margin: 80px auto 80px;
}

.business-content h2 {
  font-size: 3.0rem;
  color: #253c57;
  margin-bottom: 30px;
}

.business-content h3 {
  padding: 30px 20px 30px;
  color: #253c57;
  font-size: 2.2rem;
  text-align: center;
}

.business-content ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

.business-content ul li {
  list-style: none;
  width: 400px;
  height: 300px;
  background-color: #E5DBCA;
  margin: 20px;
  padding: 0 24px;
}

.crowdfunding {
  text-decoration: none;
  color: #253c57;
  background-color: #bee1e6;
  padding: 15px 10px;
}

.business-summary {
  margin: 0 24px;
  display: flex;
  text-align: left;
  margin-bottom: 80px;
}

.business-summary__img {
  margin-right: 24px;
}

.business-summary__body {
  background-color: #fcfcfc;
  padding: 20px;
  font-style: normal;
}

.business-summary__body_en th {
  width: 120px;
}

.business-summary__body h3 {
  color: #253c57;
  font-size: 3.0rem;
  margin-bottom: 30px;
}

.business-summary__body th {
  width: 80px;
}

.business-summary__body address {
  font-style: normal;
}

.information h2 {
  font-size: 3.0rem;
  color: #253c57;
  margin-bottom: 330px;
}

.inquiry {
  margin: 0 24px 40px;
}

.inquiry h2 {
  margin-top:20px;
  font-size: 3.0rem;
  color: #253c57;
  margin-bottom: 30px;
}

.inquiry p {
  text-align: left;
}

.inquiry-wrap {
  display: flex;
  justify-content: center;
}

.inquiry-body {
  width: 40vw;
  background-color: #E5DBCA;
  padding: 20px;
  margin-right: 60px;
  margin-left: 0px;
}

.privacy {
  display: block;
  width: 60px;
  margin: 20px auto 0;
}

.privacy:hover {
  opacity: 0.5;
}

.inquiry-body a {
  color: #333333;
  text-align: center;
}

.privacy_policy a {
  display: block;
}

label {
  display: block;
  margin-bottom: 9px;
}

input {
  width: 100%;
}

.ef {
  display: block;
  padding: 3px 3px 3px 5px;
  border: none;
  outline: none;
  border-bottom: 1px solid #2f2f2f;
}

.form1 {
  display: flex;
  justify-content: flex-start;
}

.name,
.phone {
  width: 250px;
  margin-right: 50px;
}

.email,
.address {
  width: 250px;
}

.form2 {
  display: flex;
  justify-content: flex-end;
}

.message input {
  height: 70px;
  margin-top: 0;
  vertical-align: top;
  padding: 0;
}

.button {
  margin-top: 60px;
  height: 60px;
  font-size: 2.4rem;
  font-family: serif;
  border: none;
}

.small {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}
.bc-color{
  background-color: #fff;
}

@media(max-width:1100px) {
  .mission-body {
    width: 100%;
    padding: 20px 40px;
  }

  .mission-img img {
    display: none;
  }
  .inquiry-wrap {
    justify-content: flex-start;
  }
  .inquiry-body {
    margin-left: 60px;
  }
}

@media screen and (max-width:990px) {
  .section-top__image {
    max-width: 990px;
    margin-bottom: 20px;
    height: 300px;
  }

  .section-top__image img {
    width: 100%;
    height: 300px;

  }

  .top_message {
    font-size: 1.4rem;
    line-height: 1.6rem;
    position: absolute;
    top: 80px;
    margin: 0 auto;
    left: 50%;
  }

  .top_message {
    display: none;
  }

  .business-content h2 {
    margin-top: 50px;
  }

  .business-summary {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .business-summary img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }

  .business-summary h3 {
    text-align: center;
  }

  .inquiry-body {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 30px;
  }
  .inquiry-wrap {
    flex-wrap: wrap;
  }

  .form1,
  .form2 {
    display: flex;
    flex-direction: column;
  }

  .name,
  .email,
  .phone,
  .address {
    display: block;
  }

  .ef {
    display: block;
    padding: 3px 3px 3px 5px;
    border: none;
    outline: none;
    border-bottom: 1px solid #2f2f2f;
    width: 400px;
  }

  .ef,
  .name,
  .phone,
  .address {
    width: 95%;
    margin-right: 0;
  }

  .inquiry {
    margin: 30px 10px 40px;
  }
}
