@charset "UTF-8";
* {
  font-family: "M PLUS 1p";
}

header {
  margin: 10px 30px;
  font-size: 20px;
  color: #307973;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.container p {
  font-size: 13px;
}

.top-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
.top-wrapper img {
  width: auto;
  height: 100%;
}

.top-wrapper_txt {
  width: 40%;
}

h2 {
  font-size: 40px;
  margin-bottom: 50px;
  color: #307973;
}

.top-wrapper_txt p {
  margin-bottom: 200px;
}
.top-wrapper_txt a {
  padding: 20px 70px;
  color: #fff;
  background: #ce580c;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
}

.main {
  width: 100%;
  margin: 150px 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.main_item {
  width: 30%;
  height: auto;
}
.main_item img {
  width: 80%;
}
.main_item h3 {
  margin: 20px 0;
  color: #307973;
  font-size: 25px;
}
.main_item p {
  text-align: left;
}

.main_item2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 100px;
}
.main_item2 div {
  width: 60%;
}
.main_item2 img {
  width: 30%;
}

.main_item3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.main_item3 div {
  width: 60%;
}
.main_item3 img {
  width: 30%;
}

.form {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  background: #307973;
  color: #fff;
  font-size: 13px;
}

h4 {
  padding: 20px 0;
  font-size: 18px;
}

/* 繧上＞ */
/* .form p {
  line-height: 30px;
} */
/* .form div {
  width: 80%;
  text-align: right;
}

.form div input {
  width: 60%;
  padding: 0 10px;
  margin: 5px auto;
  background: #fff;
  border-radius: 2px;
}

.form div textarea {
  width: 60%;
  height: 100px;
  padding: 0 10px;
  margin: 5px auto;
  line-height: 15px;
  background: #fff;
  border-radius: 2px;
} */
/* 縺励∞繧 */
/* .formContents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}

.formContents div {
  display: flex;
  margin: 10px auto;
  width: 100%;
}

.formContents div p {
  width: 20%;
  text-align: right;
  margin-right: 15px;
}

.formContents div input {
  width: 65%;
}

.formContents input {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.formContents textarea {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 65%;
  height: 150px;
} */
.formContents {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.formContents div {
  display: flex;
  margin: 10px 0;
}
.formContents p {
  width: 20%;
  margin-right: 15px;
  text-align: right;
}
.formContents div input {
  width: 65%;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.formContents textarea {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 65%;
  height: 150px;
}

.form_none {
  justify-content: space-around;
  width: 100%;
}

.none {
  width: 150px;
}

.form_btn {
  padding: 10px 50px;
  border-radius: 4px;
  background: #ce580c;
  font-size: 13px;
  width: 200px;
  margin-top: 20px;
}