.masthead-container {
  /*padding: 0px;*/
}
.masthead {
  /*position: relative;*/
  background-color: #456;
}

.masthead-image {
}

.masthead-text {
  padding: 0px 24px 12px 24px;
  font-size: 2em;
  line-height: 0.98em;
  color: #fff;
  width: 100%;
  /*height: fit-content;*/
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}

.masthead-img {
  width: 100%;
}

.img-full {
  width: 100%;
}

@media (min-width: 992px) {
  .masthead-container {
    padding: 0px;
  }
  .masthead-text {
    font-size: 3.6em;
  }
}
@media (min-width: 1200px) {
  .masthead-text {
    font-size: 4.6em;
  }
}

.masthead-strip {
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  text-align: center;
  padding: 0px 24px 0px 24px;
  font-size: 4em;
  color: #fff;
  width: 50%;
  position: absolute;
  height: 100px;
  bottom: 50px;
  left: 0px;
  z-index: 5;
  color: #555;
}

@media screen and (max-width: 992px) {
  .masthead-strip {
    width: 80%;
    height: 50px;
    bottom: 20px;
    font-size: 2em;
  }
}

.text-centered {
  text-align: center;
}
.title-margins {
  display: block;
  margin: 80px 0px 80px 0px;
}
.title-margin-bottom {
  display: block;
  margin: 48px 0px 48px 0px;
}

.masthead {
  /*max-height: 600px;*/
}

.masthead-image {
  max-height: 500px;
  width: 100%;
  overflow: hidden;
}

.masthead-concept-img {
  /*object-position:  -90% 100%;*/
  margin: -80px 0px 0px 0px;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.green-back {
  border-radius: 48px;
  padding: 0px 120px 0px 120px;
  background-color: #b9dca3;
}

.concept .table-section {
  padding-left: 0px;
  padding-right: 0px;
}

.concept-article {
  padding: 48px 48px 48px 48px;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 992px) {
  .concept .table-section {
    padding-left: 33px;
    padding-right: 33px;
  }

  .green-back {
    border-radius: 18px;
    padding: 0px 24px 0px 24px;
    background-color: #b9dca3;
  }

  .concept-article {
    padding: 24px 24px 24px 24px;
    margin: 0 0 30px 0;
  }

  .title-margins {
    display: block;
    margin: 40px 0px 40px 0px;
  }
}

/* //////// service ////////// */

.masthead-service-img {
  /*object-position:  -90% 100%;*/
  margin: -40px 0px 0px 0px;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.service-article {
  padding: 0px 48px 48px 48px;
  margin: 0 0 60px 0;
}

.service-img {
  width: 100%;
  height: auto;
  max-height: 320px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.service-detail-title {
  margin-top: 60px;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
}
.service-details .regular-text {
  font-size: 1.4rem;
}

.service-details-container {
  padding-left: 80px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #12a;*/
}
.service-left-col {
  text-align: right;
  padding-right: 24px;
  /*background-color: #99b;*/
}

.service-right-col {
  text-align: left;
  /*background-color: #c56;*/
}

@media screen and (max-width: 1200px) {
  .service-img {
    max-height: 260px;
  }
  .service-details-container {
    padding-left: 4px;
  }
}

@media screen and (max-width: 992px) {
  .service-article {
    padding: 0px 24px 24px 24px;
    margin: 0 0 30px 0;
  }

  .service-img {
    max-height: 200px;
  }

  .service-details-container {
    padding-left: 4px;
  }

  .service-detail-title {
    font-size: 1.1rem;
  }

  .service-details .regular-text {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 776px) {
  .service-details-container {
    padding-left: 0px;
  }
  .service-left-col {
    text-align: left;
    padding-right: 0px;
  }

  .service-img {
    max-height: 180px;
  }
}

@media screen and (max-width: 576px) {
  .service-details-container {
    padding-left: 0px;
  }
  .service-left-col {
    text-align: left;
  }
}

/* //////// staff ////////// */

.title-margin-top {
  display: block;
  margin: 48px 0px 48px 0px;
}

.staff-article {
  margin: 60px 0px 60px 0px;
}

.staff-article-title {
  display: block;
  margin: 30px 0px 30px 0px;
  text-align: center;
}

.portrait-img {
  display: block;
  height: 300px;
  width: 300px;

  margin-left: auto;
  margin-right: auto;

  margin-bottom: 48px;

  /*background-color: #677;*/

  z-index: 1;
}

.staff .regular-title {
  text-align: center;
}

.staff-position {
  width: 60%;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;

  background-color: #435d33;
  color: #fff;
  padding: 8px 16px 8px 16px;
  display: block;
  position: relative;
  z-index: 10;
}
.staff-box {
  margin-bottom: 36px;
}

.staff-name {
  background-color: #fff;

  display: block;
  padding: 8px 16px 8px 16px;

  z-index: 10;
}
.staff-text {
  font-weight: 300;
  margin-bottom: 36px;
}

.portrait-img img {
  position: relative;
  /*border: 1px solid black;*/
  height: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .portrait-img {
    height: 240px;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .portrait-img {
    height: 180px;
    width: 180px;
  }
}

@media screen and (max-width: 576px) {
  .portrait-img {
    height: 160px;
    width: 160px;
  }

  .staff-position {
    width: 70%;

    margin-top: -80px;

    background-color: #435d33;
    color: #fff;
    padding: 6px 12px 6px 12px;
  }
  .staff-name {
    background-color: #fff;

    display: block;
    padding: 6px 12px 6px 12px;
  }
}

.jobs .regular-title {
  text-align: center;
}

.jobs-article-title {
  display: block;
  margin: 60px 0px 48px 0px;
}
.jobs-top-row {
  border-top: 1px solid #435d33;
}

.jobs .table-section {
  padding-left: 0px;
  padding-right: 0px;
}

.jobs-details-left {
  display: flex;
  align-items: center;
  padding: 36px 36px 36px 60px;

  background-color: #b9dca3;
  border-bottom: 1px solid #435d33;
  border-left: 1px solid #435d33;
}

.jobs-details-right {
  padding: 36px 36px 36px 120px;
  border-bottom: 1px solid #435d33;
  border-right: 1px solid #435d33;
}

.btn-jobs {
  min-width: 500px;
}

.jobs-voice-article-title {
  margin-top: 120px;
  margin-bottom: 36px;
  padding-bottom: 12px;
  border-bottom: 2px solid #435d33;
}

.jobs-voice-article-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0px 24px 24px;
}
.jobs-voice-article-right {
  padding: 12px 60px 12px 0px;
}

.jobs-voice-article-right p {
  border: 1px solid #555;
  padding: 36px;
  margin-left: -1px;
}
.jobs-voice-img {
  display: block;
  z-index: 10;
  height: 55px;
  width: 110px;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  .jobs .table-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .jobs-details-left {
    padding: 12px 6px 12px 12px;
  }
  .jobs-details-right {
    padding: 12px 12px 12px 12px;
  }

  .btn-jobs {
    min-width: 280px;
  }
  .btn-linejobs {
    min-width: 280px;
  }
  .jobs-voice-article-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0px 24px 24px;
  }
  .jobs-voice-article-right {
    padding: 12px 12px 12px 0px;
  }
  .jobs-voice-img {
    height: 24px;
    width: 48px;
  }

  .jobs-voice-article-right p {
    padding: 24px 12px 24px 24px;
  }

  .item-list {
    display: flex;
    justify-content: center; /* 中央寄せ */
  }
  .item-list .item {
    box-sizing: border-box;
    padding: 40px 80px;
  }
}

.company .row {
  padding-left: 0px;
  padding-right: 0px;
}

.company-profile-title {
  margin-top: 80px;
  margin-bottom: 60px;
  padding-bottom: 18px;
  border-bottom: 2px solid #435d33;
}

@media screen and (max-width: 992px) {
  .company .row {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/*form {
  margin: 0px;
  padding: 0px;
}*/

.contact-form-container {
  display: inline-block;
}
.contact-form {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.contact-form {
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  /*width: 100%;
  margin-top: 0px;
  margin-bottom: 48px;
  margin-right: 0px;
  border:  2px solid #435D33;
  font-size: 1.6rem;
  line-height: 2.0rem;*/
}

.input-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 48px;
  margin-right: 0px;
  border: 2px solid #435d33;
  font-size: 1.6rem;
  line-height: 2rem;
}

.input-label {
  font-size: 1.4rem;
  padding: 2px 24px 2px 2px;
}

.contact-form span,
.contact-form label {
  display: inline-block;
  font-size: 1.4rem;
}

.required-label {
  font-size: 1.4rem;
  padding: 2px 6px 2px 6px;
  margin-right: 24px;
  color: #fff;
  background-color: #435d33;
}

.contact-form label {
  /*padding: 2px 24px 2px 24px;*/
}
.contact-form textarea {
  height: 280px;
}
.hidden-input {
  display: none;
}

.form-submit-button {
  /*display: inline-block;*/

  font-size: 1.8rem;
  padding: 24px 36px 24px 36px;
  min-width: 320px;
  min-height: 60px;
  color: #fff;
  background-color: #435d33;
  border: 2px solid #435d33;

  cursor: pointer;
}

.form-edit-button {
  /*display: inline-block;*/
  font-size: 1.8rem;
  padding: 24px 36px 24px 36px;
  min-width: 320px;
  min-height: 60px;
  color: #435d33;
  background-color: #fff;
  border: 2px solid #435d33;
  cursor: pointer;
}

.form-submit-button:hover {
  color: #fff;
  background-color: #55773f;
  border: 2px solid #55773f;
  cursor: pointer;
}

.form-edit-button:hover {
  color: #55773f;
  background-color: #f1f7ed;
  border: 2px solid #55773f;
  cursor: pointer;
}

.col-centered {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.radio-choice-container {
  /*display: flex;*/
}

.radio-input-container {
  display: inline-block;
  vertical-align: top;

  /*background-color: #97a;*/
  padding: 0px;
  margin: 0px;
  /*overflow: hidden; */
  padding-left: 12px;
  margin-bottom: 48px;
}

/*.radio-label-container {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  background-color: #af5;

}*/

/*input[type=radio] {
    border: 0px;
    width: 100%;
    height: 2em;
}*/

.radio-input {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.6rem;
  line-height: 3rem;

  padding-top: 12px;
  padding-left: 12px;
  height: 15px;
  width: 15px;
}

input[type="radio"] {
  transform: scale(1.2);
}

.radio-label {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0px;
  margin: 0px;
  padding-left: 12px;
  /*background-color: #4af;*/
}

.btn-back {
  display: inline-block;
  font-size: 1.8rem;
  padding: 24px 36px 24px 36px;
  min-width: 320px;
  color: #fff;
  background-color: #435d33;
  border: 2px solid #435d33;
  margin: 96px 0px 96px 0px;
}

.btn-back:hover {
  text-decoration: none;
  background-color: #55773f;
  color: #fff;
  border: 2px solid #435d33;
}

.inquiry-confirm-col {
  padding-left: 16px;
  padding-right: 16px;
}

.inquiry-confirm-text {
  margin-top: 12px;
  margin-bottom: 60px;
}

.input-confirm-text {
  width: 100%;
  margin-top: 0px;
  /*margin-bottom: 48px;*/
  margin-right: 0px;
  /*border:  2px solid #435D33;*/
  font-size: 1.6rem;
  line-height: 2rem;
}

.privacy-policy h3 {
  display: block;
  margin-top: 36px;
  margin-bottom: 8px;
}

.privacy-policy p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.privacy-policy pre {
  font-family: "M PLUS Rounded 1c", sans-serif;
  /*font-family: 'Kiwi Maru', serif;*/
  color: #555;
  font-weight: lighter;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 992px) {
  .form-submit-button {
    font-size: 1.4rem;
    padding: 12px 18px 12px 18px;
    min-width: 240px;
    margin-bottom: 12px;
  }

  .form-edit-button {
    font-size: 1.4rem;
    padding: 12px 18px 12px 18px;
    min-width: 240px;
    margin-bottom: 12px;
  }

  .contact-form input,
  .contact-form textarea {
  }
  .input-text {
    margin-top: 0px;
    margin-bottom: 36px;

    border: 2px solid #435d33;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .btn-back {
    font-size: 1.4rem;
    padding: 12px 18px 12px 18px;
    min-width: 240px;
  }
}

/* ハニーポット（スパムボット対策） */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
