/* mv-sub */
.mv-sub {
  background-image: url(../img/mv-sub1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-sub--partner {
  background-image: url(../img/mv-sub2.jpg);
}

.mv-sub--recruit {
  background-image: url(../img/mv-sub3.jpg);
}

.mv-sub--flow {
  background-image: url(../img/mv-sub4.jpg);
}

.mv-sub--staff {
  background-image: url(../img/mv-sub5.jpg);
}

.mv-sub--company {
  background-image: url(../img/mv-sub6.jpg);
}

.mv-sub--news {
  background-image: url(../img/mv-sub7.jpg);
}

.mv-sub--works {
  background-image: url(../img/mv-sub8.jpg);
}

.mv-sub--contact {
  background-image: url(../img/mv-sub9.jpg);
}

.mv-sub--404 {
  background-image: url(../img/mv-sub10.jpg);
}

.mv-sub__bg {
  /* background-color: #EAF1DF;
  height: 20px;
  margin-top: 80px;*/
}

.mv-sub__wrapper {
  display: flex;
  padding-top: 12.5rem;
  padding-bottom: 14.5rem;
}

.mv-sub__title {
  position: relative;
  width: 600px;
  padding: 57px 50px 56px;
}

.mv-sub__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffffe6;
  opacity: .9;
}

.mv-sub__title h1,
.mv-sub__title h2 {
  font-size: 40px;
  line-height: calc(59 / 40);
  letter-spacing: .05em;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.mv-sub__title p {
  font-family: 'Montserrat', sans-serif;
  color: #47986F;
  text-transform: capitalize;
  font-size: 20px;
  line-height: calc(24 / 20);
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-top: 5px;
}

/* headline */
.headline {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
}

.headline__title {
  font-size: 120px;
  line-height: calc(146 / 120);
  font-weight: 600;
  color: #BED6A3;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 900px) {
  .headline__title {
    font-size: 100px;
    line-height: calc(146 / 120);
    font-weight: 600;
    color: #F1E7EF;
    font-family: 'Montserrat', sans-serif;
  }
}

.headline__text {
  max-width: 850px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
  line-height: calc(36 / 18);
  margin-top: -60px;
}

.headline__text .h3 {
  font-size: 30px;
  line-height: calc(54 / 36);
  font-weight: bold;
}

.headline__text p {
  font-size: 15px;
  line-height: calc(30 / 15);
  margin-top: 40px;
}

/* business-sub */
.business-sub {
  padding: 80px 0;
}

.business-bg1 {
  background-color: #F9F9F9;
}

.business-bg2 {
  background-color: #FFFFFF;
  padding-bottom: 80px;
}

.business-bg3 {
  background-color: #fff;
  padding-bottom: 80px;
}

.business-sub__inner {
  max-width: 1790px;
  padding-right: 60px;
}

.business-sub__inner2 {
  max-width: 1750px;
  padding-left: 20px;
  margin-left: auto;
}

.business-sub__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.business-sub__wrapper--reverce {
  flex-direction: row-reverse;
}

.business__wrapper-left__sub {
  width: calc(900 / 1730 * 100%);
}

.business__wrapper-right__sub {
  width: calc(640 / 1730 * 100%);
}

@media screen and (max-width: 1100px) {
  .business__wrapper-left__sub {
    width: 49%;
  }

  .business__wrapper-right__sub {
    width: 49%;
  }
}

.business__text {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 6rem;
}

.business__text p:nth-child(n+2) {
  margin-top: 4rem;
}

.business-sub__items {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.business-sub__item {
  width: calc(380 / 1200 * 100%);
}

.business-sub__item p {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.business-sub__item p span {
  background-color: #fff;
  border: 1px solid #8AA8AB;
  border-radius: 3px;
  padding: 6px 15px 6px;
}

/* partner-sub */
.partner-sub__container {
  margin-top: -60px;
  position: relative;
  border: 1px solid #007861;
  width: calc(1000 / 1200 * 100%);
}

.partner-sub__container::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .9;
}

.partner-sub__content {
  position: relative;
  z-index: 8;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.partner-sub__content h3 span {
  color: #007861;
  font-size: 18px;
  line-height: calc(27 / 18);
  font-weight: 500;
  border-left: 4px solid #007861;
  border-image: linear-gradient(to bottom, #739C00 0%, #00310B 100%);
  border-image-slice: 1;
  padding-left: 10px;
}

.partner-sub__content h3 {
  font-size: 28px;
  line-height: calc(42 / 28);
  font-weight: 500;
}

.partner-sub__content p {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 40px;
}

/* merit */
.w1200--merit {
  padding: 0 60px;
}

.merit__items {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.merit__item {
  width: calc(380 / 1200 * 100%);
}

.merit__item h3 {
  color: #47986F;
  font-size: 18px;
  line-height: calc(27 / 18);
  font-weight: 500;
  border-left: 4px solid #007861;
  border-image: linear-gradient(to bottom, #1586AC 0%, #1586AC 100%);
  border-image-slice: 1;
  padding-left: 10px;
  margin-top: 20px;
}

.merit__item p {
  font-size: 15px;
  line-height: calc(24 / 15);
  font-weight: 400;
  margin-top: 20px;
}

/* job */
.job {
  background-color: #F3F7F8;
  margin-top: 90px;
  padding: 100px 0;
}

.recruit__wrapper-title--job {
  max-width: 840px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.recruit__wrapper-title--job p {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  text-align: left;
  margin-top: 50px;
}

.job__items {
  margin-top: 50px;
}

.job__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job__item:nth-child(n+2) {
  margin-top: 60px;
}

.job__item--reverce {
  flex-direction: row-reverse;
}

.job__item-left {
  width: calc(770 / 1540 * 100%);
}

.job__item-right {
  width: calc(640 / 1540 * 100%);
}

@media screen and (max-width: 1100px) {
  .job__items {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .staff__items {
    margin-top: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .job__item {
    display: block;
  }

  .job__item--staff {
    display: block;
  }

  .job__item-left {
    width: 100%;
  }

  .job__item-right {
    width: 100%;
    margin-top: 40px;
  }

  .job__item--staff .job__item-left {
    width: 100%;
  }

  .job__item--staff .job__item-right {
    width: 100%;
    margin-top: 40px;
  }
}

.job__item-line {
  width: 2px;
  height: 40px;
  background: #47986F;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.job__item-right h4 {
  font-size: 36px;
  line-height: calc(54 / 36);
  font-weight: 500;
  text-align: center;
}

.job__item-right p {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 30px;
}

/* requirements */
.requirements {
  padding: 90px 0;
}

/* outline */
.outline__items {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-top: 50px;
}

.outline__item {
  display: flex;
  padding: 0 3rem 3rem 3rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

.outline__item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24rem;
  height: inherit;
  border-bottom: 2px solid #CCCCCC;
}

.outline__item:nth-child(n+2) {
  margin-top: 30px;
}

.outline__item-title {
  min-width: 17rem;
}

.outline__item-content {
  margin-left: 40px;
  font-weight: 400;
}

/* staff */

.staff__items {
  margin-top: 40px;
}

.staff__item {
  border-bottom: 1px solid #47986F;
  padding-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .staff__items {
    margin-top: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .job__item--staff {
    display: block;
  }

  .job__item--staff .job__item-left {
    width: 100%;
  }

  .job__item--staff .job__item-right {
    width: 100%;
    margin-top: 40px;
  }
}

.staff__item:nth-child(n+2) {
  margin-top: 30px;
}

.staff__item h3 {
  color: #47986F;
  font-size: 18px;
  line-height: calc(27 / 18);
  font-weight: 500;
  border-left: 4px solid #47986F;
  border-image-slice: 1;
  padding-left: 10px;
}

.staff__item p {
  font-size: 15px;
  line-height: calc(24 / 15);
  font-weight: 400;
  margin-top: 20px;
}

/* company */
/* .company{
  padding: 90px 0 120px;
} */

.company__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.company__item {
  width: 49%;
}

.company__item:nth-child(2n+2) {
  margin-left: 2rem;
}

.company__item:nth-child(n+3) {
  margin-top: 2rem;
}

.company-map {
  margin-top: 50px;
}

/* greeting */
.greeting {
  padding: 100px 0 90px;
  position: relative;
}



.greeting::after {
  content: "";
  position: absolute;
  top: 524px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/company-bg.jpg);
  z-index: -1;
}

.greeting-img {
  margin-top: 40px;
}

.greeting__content {
  max-width: 840px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.greeting__content h4 {
  font-size: 36px;
  line-height: calc(54 / 36);
  font-weight: bold;
}

.greeting__content p {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 40px;
}

.greeting__name {
  text-align: right;
  margin-top: 40px;
  font-weight: 500;
}

.greeting__name h5 {
  font-size: 18px;
  line-height: calc(30 / 18);
  font-weight: 500;
}

.greeting__name h5 span {
  font-size: 13px;
  line-height: calc(30 / 13);
}

/* philosophy */

.philosophy {
  padding: 100px 0 90px;
  position: relative;
}

.philosophy__content {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.philosophy__content h4 {
  font-size: 36px;
  line-height: calc(54 / 36);
  font-weight: bold;
}

.philosophy__content p {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 40px;
}

/* archive */
.top-archive {
  padding: 100px 0 90px;
}

.archive__wrapper {
  display: flex;
  justify-content: space-between;
}

.archive__wrapper-left {
  width: calc(720 / 1000 * 100%);
}

.archive__wrapper-right {
  width: calc(220 / 1000 * 100%);
}

.news__items--archive {
  border-top: 0;
  padding-top: 0;
}

.works__items--archive {
  flex-wrap: wrap;
}

.archive__wrapper-left__works {
  margin-top: 50px;
}

.works__items--archive li:nth-child(3n+1) {
  margin-left: 0;
}

.works__items--archive li:nth-child(n+4) {
  margin-top: 50px;
}

.archive__page {
  margin-top: 9rem;
}

/* single */
.single__item .news__item-content {
  border-bottom: 1px dashed #707070;
  padding-bottom: 15px;
  margin-top: 30px;
  display: block;
}

.single__item--works .works__item-content {
  border-bottom: 1px dashed #707070;
  padding-bottom: 20px;
  margin-top: 30px;
}

.single__item .news__item-content h1 {
  font-size: 18px;
  line-height: calc(27 / 18);
  font-weight: 500;
  margin-top: 10px;
  margin-left: 0;
}

.single__item--works .works__item-content h1 {
  font-size: 18px;
  line-height: calc(27 / 18);
  font-weight: 500;
  margin-top: 10px;
}

.single__item p {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 15px;
}

.single__item--works p {
  margin-top: 20px;
}

.single__item-img img {
  aspect-ratio: 720 / 500;
  object-fit: contain;
  width: 100%;
}

/* contact-form */
.contact-form__headline p {
  font-size: 20px;
  line-height: calc(30 / 20);
  text-align: center;
}

.contact-form__items {
  margin-top: 70px;
}

.contact-form__item:nth-child(n+2) {
  margin-top: 90px;
}

.contact-form__item-title {
  font-size: 20px;
  line-height: calc(30 / 20);
  letter-spacing: .05em;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  color: #47986F;
}

.contact-form__item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: inherit;
  border-bottom: 2px solid #47986F;
}

.contact-form__item-title span {
  font-family: 'Montserrat', sans-serif;
  background-color: #47986F;
  color: #fff;
  font-size: 15px;
  line-height: calc(19 / 15);
  font-weight: 600;
  text-align: center;
  display: inline-block;
  min-width: 150px;
  border-radius: 100px;
  padding: 2px 0 1.5px;
  margin-bottom: 4px;
}

.contact-form__item-text {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 30px;
}

.contact-form__line,
.contact-form__item-content2 {
  background-color: #fff;
  border: 2px solid #CCCCCC;
  border-radius: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0 3.35rem;
  margin-top: 20px;
}

.contact-form__item-content a {
  display: none;
}

.contact-form__item-tel {
  display: flex;
  align-items: center;
}

.contact-form__item-tel__right {
  font-size: 36px;
  line-height: calc(44 / 36);
  font-weight: 600;
  color: #47986F;
  margin-left: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.contact-form__tel-text {
  font-size: 14px;
  line-height: calc(30 / 14);
  margin-top: 4px;
  text-align: center;
}

.contact-form__line a {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 253px;
  padding: 1.1rem 0;
  margin-top: 10px;
}

.contact-form__line-content {
  text-align: center;
  font-size: 16px;
  line-height: calc(24 / 16);
  font-weight: 400;
  position: relative;
  margin-left: 20px;
}

.contact-form__line-content::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/common/line-icon.svg) no-repeat center / contain;
  transition: .3s;
}

/* form */
.form-items {
  margin-top: 20px;
  /* text-align: center; */
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.form-item {
  background-color: #F3F7F8;
  padding: 20px 30px;
}

.form-item:nth-child(n+2) {
  margin-top: 10px;
}

.form-title-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.form-title {
  font-size: 16px;
  line-height: calc(24 / 16);
  font-weight: 500;
}

.required {
  color: #fff;
  font-size: 12px;
  line-height: calc(18 / 12);
  font-weight: 300;
  background-color: #E1344C;
  width: 46px;
  border-radius: 50px;
  display: inline-block;
  padding: 3px 11px;
  margin-right: 6px;
}

.form-input-wrapper {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
}

.form-input-wrapper input[type=text],
.form-input-wrapper input[type=email],
.form-input-wrapper input[type=tel],
.form-input-wrapper select,
.form-input-wrapper textarea {
  width: 100%;
  font-size: 15px;
  line-height: calc(22 / 15);
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-input-wrapper input[type=text],
.form-input-wrapper input[type=email],
.form-input-wrapper input[type=tel],
.form-input-wrapper textarea {
  padding: 1rem 2rem;
  background-color: #fff;
}

.form-input-wrapper select {
  padding: 1rem 3rem 1rem 2rem;
  background-color: #fff;
  font-weight: 500;
}

.form-input-wrapper input::placeholder,
.form-input-wrapper textarea::placeholder {
  color: #CDD6DD;
}

.form-input-wrapper select:invalid {
  color: #231F20;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::before {
  content: "";
  position: absolute;
  z-index: 9;
  right: 1.4rem;
  top: 40%;
  /* bottom: 48%; */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .806rem .801rem 0 .801rem;
  border-color: #231F20 transparent transparent transparent;
}

.form-input-wrapper textarea {
  height: 240px;
}

.form-title-wrapper--last {
  margin-bottom: auto;
}

.form-agree {
  text-align: center;
  margin-top: 3rem;
  /* margin-left: -3rem; */
  font-size: 16px;
  line-height: calc(24 / 16);
  font-weight: 500;
  /* position: relative; */
}

.form-btn .wpcf7-spinner {
  display: none;
}

.btn .wpcf7-spinner {
  display: none;
}

.form-policy {
  text-align-last: left;
  background-color: #fff;
}

.form-policy-items {
  margin-top: 40px;
  height: 300px;
  overflow: scroll;
  padding: 1.6rem 7rem 1.6rem 4rem;
  border: 1px solid #D9D9D9;
  font-size: 15px;
  list-style: calc(30 / 15);
  font-weight: 400;
}

.form-policy-item:nth-child(n+2) {
  margin-top: 40px;
}

.form-btn {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #333;
}

.form-btn .confirm {
  display: block;
}

.form-btn>* {
  display: block;
  min-width: 320px;
  background-color: #F8F6F2;
  border: 1px solid #707070;
  border-radius: 100px;
  text-align: center;
  font-size: 15px;
  line-height: calc(22 / 15);
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 19.5px 2rem 18.5px;
  position: relative;
}

.form-btn>* input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.form-btn>*::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg);
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
}

.form-btn .back,
.form-btn .send {
  display: block;
}

.form-btn .back {
  /* background-color: #fff; */
  opacity: 1;
}

.form-btn .send {
  margin-left: 3rem;
}

/* contact-thanks */
.contact-thanks__title h3 {
  font-size: 24px;
  line-height: calc(36 / 24);
  font-weight: 500;
  text-align: center;
}

.contact-thanks__text {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 40px;
  text-align: center;
}

.contact-thanks__text p:nth-child(n+2) {
  margin-top: 40px;
}

.contact-thanks__btn {
  margin-top: 50px;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

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

  /* mv-sub */
  .mv-sub__bg {
    margin-top: 0;
  }

  .mv-sub__wrapper {
    display: flex;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .mv-sub__title {
    padding: 51px 30px 50px;
  }

  /* headline */
  .headline {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .headline__title {
    font-size: 5rem;
  }

  .headline__text {
    padding: 0;
    margin-top: -35px;
  }

  .headline__text .h3 {
    font-size: 28px;
  }

  /* business-sub */
  .business-sub {
    padding: 50px 0;
  }

  .business-sub__inner {
    max-width: 600px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .business-sub__inner2 {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .business-sub__wrapper {
    display: block;
  }

  .business__wrapper-left__sub {
    width: 100%;
  }

  .business__wrapper-right__sub {
    width: 100%;
    margin-top: 30px;
  }

  .business__text {
    margin-top: 30px;
  }

  .business__text p:nth-child(n+2) {
    margin-top: 30px;
  }

  .business-sub__items {
    margin-top: 50px;
    display: block;
  }

  .business-sub__item {
    width: 100%;
  }

  .business-sub__item:nth-child(n+2) {
    margin-top: 30px;
  }

  /* partner-sub */
  .partner-sub__container {
    margin-top: -30px;
    width: 95%;
  }

  .partner-sub__content {
    max-width: initial;
    padding: 30px 0;
  }

  .partner-sub__content h3 {
    font-size: 20px;
  }

  .partner-sub__content p {
    margin-top: 30px;
  }

  /* merit */
  .w1200--merit {
    padding: 0 20px;
  }

  .merit__items {
    display: block;
    margin-top: 30px;
  }

  .merit__item {
    width: 100%;
  }

  .merit__item:nth-child(n+2) {
    margin-top: 30px;
  }

  /* job */
  .job {
    margin-top: 50px;
    padding: 50px 0;
  }

  .recruit__wrapper-title--job {
    max-width: initial;
    padding: 0;
  }

  .job__items {
    margin-top: 0;
  }

  .job__item {
    display: block;
  }

  .job__item:nth-child(n+2) {
    margin-top: 50px;
  }

  .job__item-left {
    width: 100%;
  }

  .job__item-right {
    width: 100%;
    margin-top: 30px;
  }

  /* requirements */
  .requirements {
    padding: 50px 0;
  }

  /* outline */

  .outline__items {
    font-size: 13px;
    line-height: calc(19 / 13);
  }

  .outline__item {
    padding: 0 0 1.5rem 0;
  }

  .outline__item:before {
    width: 9rem;
  }

  .outline__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }

  .outline__item-title {
    min-width: 8rem;
  }

  .outline__item-content {
    margin-left: 10px;
  }

  /* flow */
  .flow {
    padding: 50px 0;
  }

  .flow-item {
    display: block;
  }

  .flow-item__img {
    width: 100%;
  }

  .flow-item__content {
    width: 100%;
    margin-top: 20px;
  }

  .flow-item__content p {
    margin-top: 30px;
  }

  /* staff */
  /* company */
  .company_area {
    padding: 50px 0 60px;
  }

  .company__items {
    display: block;
    margin-top: 50px;
  }

  .company__item {
    width: 100%;
  }

  .company__item:nth-child(2n+2) {
    margin-left: 0;
  }

  .company__item:nth-child(n+3) {
    margin-top: 0;
  }

  .company__item:nth-child(n+2) {
    margin-top: 20px;
  }

  .company-map iframe {
    height: 400px;
  }

  /* greeting */
  .greeting {
    padding: 60px 0 50px;
  }

  .greeting::after {
    top: 354px;
  }

  .greeting-img {
    margin-top: 40px;
  }

  .greeting__content {
    max-width: initial;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .greeting__content h4 {
    font-size: 26px;
  }

  .greeting__content p {
    margin-top: 30px;
  }

  /* philosophy */

.philosophy {
  padding: 60px 0 50px;
}

 .greeting__content {
    max-width: initial;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .greeting__content h4 {
    font-size: 26px;
  }

  .greeting__content p {
    margin-top: 30px;
  }

  /* archive */
  .top-archive {
    padding: 60px 0;
  }

  .archive__wrapper {
    display: block;
  }

  .archive__wrapper-left {
    width: 100%;
  }

  .archive__wrapper-right {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }

  .archive__page {
    margin-top: 5rem;
  }

  /* contact-form */
  .contact-form__line {
    width: 100%;
    border-radius: 2rem;
    padding: 3.49rem 3.35rem;
  }

  .contact-form__item-tel__right {
    font-size: 30px;
  }

  .contact-form__item-content a {
    background-color: #fff;
    border: 2px solid #CCCCCC;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.6rem;
    margin-top: 2rem;
  }

  .contact-form__item-content2 {
    display: none;
  }

  .contact-form__items {
    margin-top: 5rem;
  }

  .contact-form__item:nth-child(n+2) {
    margin-top: 5rem;
  }

  .contact-form__item-text {
    font-size: 13px;
    line-height: calc(26 / 13);
  }

  .contact-form__item-tel {
    display: flex;
    align-items: center;
  }

  .contact-form__tel-text {
    font-size: 13px;
    line-height: calc(26 / 13);
  }

  /* contact-form */
  .form-items {
    width: 100%;
  }

  .form-item {
    padding: 20px;
  }

  .form-btn {
    margin-top: 3rem;
  }

  .form-policy-items {
    margin-top: 3rem;
    height: 20rem;
    padding: 1.6rem 3rem 1.6rem 2rem;
    font-size: 1.4rem;
  }

  .form-policy-item:nth-child(n+2) {
    margin-top: 3rem;
  }

  .form-btn .send {
    margin-left: 0;
    margin-top: 3rem;
  }

  .wpcf7-previous {
    display: block;
  }

}

/*waste-service*/
.download-button-box {
  text-align: left;
  max-width: 850px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: calc(36 / 18);
  margin-top: 20px;
}

.download-button {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #007861;
  margin: 20px 5px 0;
}

.download-button:hover {
  opacity: .7;
}

.download-button-box p {
  line-height: 2;
  text-align: center;
}

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

  .download-button-box {
    padding: 0;
    text-align: left;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: calc(36 / 18);
    margin-top: 20px;
  }

  .download-button {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-weight: bold;
    transition: 0.3s;
    background-color: #007861;
    margin: 20px 5px 0;
  }

  .download-button:hover {
    opacity: .7;
  }

  .download-button-box p {
    line-height: 2.5;
    text-align: center;
    font-weight: 500;
  }
}