.main-visual {
  position: relative;
  height: 85vh;
}
.main-visual-catch {
  position: absolute;
  color: #0a8f54;
  font-size: 60px;
  font-weight: bold;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  text-align: center;
  line-height: 1.5em;
  width: 100vw;
}
.main-visual-catch span {
  display: inline-block;
}
.main-contents-area {
  margin:0 auto;
}
.main-content-text {
  text-align: center;
}
.contents-title {
  display: block;
  text-align: center;
  font-size: 50px;
  color: #0a8f54;
  /* margin: 50px; */
}

.contents-sub-title {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
}

.contact-title {
  height: 52px;
  margin: auto 0;
  line-height: 52px;
  font-size: 16px;
  width: 200px;
}

.content-form-space {
  margin: 10px 0;
}

.contact-form {
  height: 52px;
  font-size: 16px;
}

.contact-form-text {
  width: 492px;
}

.contact-form-select {
  width: 500px;
}

.contact-form-textarea {
  width: 494px;
  resize: none;
  height: 198px;
}

.contact-form-submit {
  border: none;
  background: #0a8f54;
  width: 250px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 6px;
  margin-top: 60px;
}

.margin-top-0 {
  margin-top: 0px;
}

.display-flex {
  display: flex;
}

.space-evenly {
  justify-content: space-evenly;
}

.text-aligh-center {
  text-align: center;
}

.main-content {
  position: relative;
  margin-bottom:200px;
}
.index-about-text {
  text-align: center;
  color: #000000;
  font-size: 35px;
  line-height: 1.5em;
  margin-top:50px;
}

.mission_title {
  font-size: 24px;
}

.mission_sub_title {
  font-size: 20px;
  font-weight: bold;
}

.mission_detail_area {
  text-align: left;
  margin: 0 auto;
  max-width: 440px;
}

.mission_detail {
  font-size: 16px;
  line-height: initial;
}

.service-app-name-block {
  text-align: center;
}
.service-app-name {
  font-size: 20px;
  font-weight: bold;
}
.service-app-name-area {
  margin-top: 20px;
}
.app-detail-area {
  padding: 20px;
}
.app-download {
  position: fixed;
  background: #56b98d;
  right: 0;
  bottom: 0;
}
.app-detail-area-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
}
.app-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.app-detail:nth-child(2n) {
  flex-flow: row-reverse;
}
.index-icon {
  width: 80px;
  height: 100%;
  border-radius: 20%;
}
.service-app-info-block {
  display: flex;
  margin: 50px auto;
}
.service-app-text-block {
  text-align: center;
  margin: auto 50px;
}
.app-text-area-block {
  padding-top: 20px;
}
.service-app-text {
  font-size: 22px;
}
.service-app-summary {
  display:block;
  color: #000000;
  font-size: 44px;
  line-height: 1.3em;
}
.service-app-img {
  height:65vh;
  width: auto;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.5));
}
.contact-text-area {
  font-size: 20px;
}
.contact-text {
  margin-top: 20px;
}

.greetings_area {
  display: flex;
}

.employee_area {
  display: flex;
}

.photo {
  max-width: 400px;
  max-height: 400px;
  border-radius: 5%;
  margin: 16px;
}

.emp_photo_1 {
  max-width: 400px;
  max-height: 400px;
  border-radius: 5%;
  margin: 0 auto;
  background: #ebebeb;
  padding: 10px;
}

.emp_text_area > h1 {
  color: #0a8f54;
  font-size: 20px;
}

.greeting_text_area > h1 {
  color: #0a8f54;
  font-size: 20px;
}

/* タブレット */
@media only screen and (max-width: 1068px) {
  .app-detail {
    flex-flow: column;
  }
  .app-detail:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .app-detail:nth-child(2n) {
    flex-flow: column;
  }
}

@media only screen and (max-width: 450px) {
  .photo {
    max-width: 80%;
    max-height: 400px;
  }
  .emp_photo_1 {
    max-width: 80%;
    max-height: 400px;
  }
}

/* スマートフォン */
@media only screen and (max-width: 734px) {
  .main-visual-catch {
    font-size: 40px;
  }
  .index-about-text {
    font-size: 20px;
  }
  .service-app-summary {
    font-size: 25px;
  }
  .service-app-text {
    font-size: 16px;
  }

  .contact-form-select {
    font-size: 12px;
  }
  .contact-title {
    font-size: 12px;
  }

  .mission_detail_area {
    margin-left: 16px;
    margin-right: 16px;
  }
  .greetings_area {
    display: block;
  }
  .photo {
    display: block;
    margin: 0 auto 16px;
  }
}




.info_title {
  display: block;
  font-size: 50px;
  color: #0a8f54;
  font-weight: bolder;
}
.company_info_area {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 800px;
}
.info_contents_area {
  margin: 50px 0;
}
.info_content {
  display: flex;
  justify-content: space-between;
  border-bottom:1px solid #0a8f54;
  padding: 20px 5px;
  width: 80%;
  margin: 0 auto;
}
.info_contents_title {
  display: block;
  font-size: 18px;
  color: #0a8f54;
  font-weight: bolder;
  width: 130px;
}
.info_bank {
  text-align: right;
}
.info_contents_text {
  max-width: 280px;
  /* max-width: 480px; */
  /* flex: 1; */
}

/* スマートフォン */
@media only screen and (max-width: 734px) {
  .info_title {
    font-size: 30px;
  }
  .company_info_area {
    width: 95%;
    padding-top: 40px;
    font-size: 14px;
  }
  .info_content {
    flex-direction: column;
    width: 90%;
  }
  .info_contents_title {
    font-size: 16px;
  }
  .info_contents_area {
    margin: 20px 0 50px 0;
  }
  .info_bank {
    text-align: left;
  }
}


/* // ヘッダー */
.header_block {
  position: fixed;
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: space-between;
  z-index: 100;
  background: #ffffffb0;
}

.header_area {
  height: 60px;
}

/* // 企業ロゴ */
.company_logo_area {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.company_logo_area > .campany_name {
  color: #0a8f54;
  font-size: 30px;
}

.company_logo {
  width: 40px;
  height: auto;
}
/* // ナビ */
.nav_area {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-left: 0;
}

.nav_main {
  cursor: pointer;
  color: #0a8f54;
  /* font-size: 20px;
  margin: 0 20px; */
  font-size: 16px;
  margin: 0 5px;
}


/* // フッター */
.footer_contents_area {
  text-align: center;
}

.company_copyright {
  font-size: 12px;
}
.footer_content {
  margin: 0 10px;
  color: #0a8f54;
}


a {
  border: none;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
}

.privacy-policy {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 14px;
  max-width: 1000px;
}

.news-area {
  display: flex;
  /* margin-left: 30px;
  margin-right: 30px; */
  font-size: 16px;
  margin: 0 auto;
  width: 70%;
}
.news-date {
  line-height: initial;
  width: 135px;
}
.news-detail {
  line-height: initial;
  text-align: left;
  margin-left: 40px;
  flex: 1;
}

/* スマートフォン */
@media only screen and (max-width: 734px) {
  .header_block {
    flex-flow: column;
  }
  .company_logo_area {
    margin: 5px 5px 0px 5px;
  }
  .campany_name {
    font-size: 20px;
  }
  .company_logo {
    width: 30px;
    height: auto;
  }
  .nav_area {
    justify-content: center;
    margin: 0px 0px;
  }
  .nav_main {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .news-area {
    width: 95%;
  }

  .news-detail {
    margin-left: 16px;
  }
}

.more {
  width: 90px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #0a8f54;
  text-align: center;
  margin: 20px auto 0;
}
.yazirusi {
  margin-left: 10px;
  width: 40px;
  height: 8px;
  border-bottom: 2px solid #0a8f54;
  border-right: 2px solid #0a8f54;
  transform: skew(45deg);
}

