/*--------------------------------------------------------------------------
  module
---------------------------------------------------------------------------*/
.btn-01 {
  display: block;
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #00913a;
  border-radius: 25px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #00913a;
}

.btn-01:hover {
  border: 2px solid transparent;
  background: linear-gradient(90deg, #00913b, #01928a);
  color: #fff;
  opacity: 1;
}

.btn-02 {
  width: 160px;
  height: 50px;
  margin: 25px 50px;
  font-size: 1.6rem;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #00913b, #01928a);
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-02:hover {
  border: 1px solid #00913a;
  background: #fff;
  color: #00942b;
  box-sizing: border-box;
  opacity: 1.0;
}

.btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 48px;
  padding: 0 30px 0 26px;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  color: #8A8583;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 48px;
  border: 1px solid #E6E6E6;
  white-space: nowrap;
}

.btn-back::before {
  display: block;
  content: '';
  min-width: 8px;
  height: 14px;
  background: url(../img/common/arrow_right02.svg) no-repeat center;
  background-size: contain;
}

.btn-disabled {
  pointer-events: none;
  background: #d8d4d3;
}

.ttl_01 {
  font-size: 2.0rem;
  color: #00913a;
  margin-bottom: 10px;
}

/*person area*/
.person_list,
.service_list {
  position: relative;
  left: -40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1040px;
  margin: 30px 0 0;
  color: #fff;
}

.person_list_item,
.service_list_item {
  width: 500px;
  margin-top: 80px;
}

.person_list_item a,
.service_list_item a {
  position: relative;
  width: calc(500px - 40px);
  height: calc(100% - 40px);
  display: block;
  background-color: #3e3a39;
  color: #fff;
}

.person_photo,
.service_photo {
  position: relative;
  top: -40px;
  left: -40px;
  max-width: 320px;
}

.person_comment,
.service_comment {
  position: absolute;
  top: 40px;
  right: 0;
  width: 220px;
  height: 200px;
  padding: 25px 15px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #00913b, #01928a);
  font-size: 20px;
  line-height: 1.8;
}

.person_detail,
.service_detail {
  position: relative;
  top: -40px;
  padding-left: 40px;
  padding-bottom: 20px;
}

.person_detail:after,
.service_detail:after {
  content: '';
  position: absolute;
  top: calc(50% - 21px);
  right: 20px;
  width: 23px;
  height: 42px;
  background-image: url(../img/common/arrow_02.png);
}

.arrow_none:after {
  background-image: none;
}

.person_name,
.service_name {
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 10px 0;
}

.person_name span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}

.section_title {
  position: relative;
  top: -22px;
  text-align: center;
}

.section_title img {
  display: block;
  margin: 0 auto;
}

.section_title span {
  font-size: 16px;
  line-height: 3;
}

*+.section_title {
  position: relative;
  top: 0;
  text-align: center;
  margin: 60px auto 22px;
}

.entry_section {
  height: 320px;
  background-image: url(../img/top/bg_06.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0 0;
  box-sizing: border-box;
}

.entry_section .section_title span {
  color: #fff;
}

.entry_list {
  width: 680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.entry_anchor {
  display: block;
  width: 320px;
  height: 60px;
  margin: 0;
  font-size: 20px;
  line-height: 60px;
  border-radius: 30px;
}

.table table {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #d8d4d3;
}

.table table tr {
  border-top: 1px solid #d8d4d3;
}

.table table tr th {
  width: 30%;
  padding: 30px;
  background: #f0f8f3;
  padding-left: 40px;
  font-size: 1.6rem;
}

.table table tr td {
  padding: 30px 0;
  padding-left: 40px;
  font-size: 1.6rem;
}

.table table .table_border-top_none {
  border-top: none;
}

.table table .table_border-top_none td {
  padding-top: 0;
}

.section_explain {
  padding: 0 150px;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width: 640px) {

  .btn-01 {
    width: 180px;
    height: 36px;
    line-height: 33px;
    font-size: 1.2rem;
  }

  .btn-02 {
    width: 80px;
    height: 26px;
    margin: 12px 15px;
    font-size: 1.0rem;
    line-height: 26px;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #00913b, #01928a);
    box-sizing: border-box;
    border-radius: 12px;
  }

  .btn-back {
    gap: 10px;
    height: 36px;
    padding: 0 15px;
    font-size: 1.2rem;
  }

  .section_explain {
    padding: 0 12px;
    font-size: 1.2rem;
  }

  .section_video {
    position: relative;
    left: -8.35%;
    width: 116.7% !important;
  }

  /*person area*/
  .person_list,
  .service_list {
    flex-wrap: wrap;
    width: 113%;
    left: -5%;
    margin: 0;
  }

  .person_list_item,
  .service_list_item {
    width: 100%;
    margin-top: 25px;
  }

  .person_list_item:last-child {
    margin-bottom: 11px;
  }

  .person_photo,
  .service_photo {
    width: 54.4%;
    top: -20px;
    left: -8.35%;
  }

  .person_list_item a,
  .service_list_item a {
    right: -5%;
    width: 95%;
    height: calc(100% - 5%);
  }

  .person_comment,
  .service_comment {
    top: 11%;
    width: 60%;
    height: auto;
    min-height: 90px;
    padding: 12px 7px;
    font-size: 1.2rem;
    background-size: cover;
  }

  .person_detail,
  .service_detail {
    top: -20px;
    padding: 10px 20px;
  }

  .person_detail:after,
  .service_detail:after {
    top: calc(50% - 11px);
    right: 10px;
    width: 11px;
    height: 21px;
    background-size: cover;
  }

  .person_name {
    font-size: 1.6rem;
  }

  .person_name span {
    font-size: 1.0rem;
  }

  .person_detail_comment {
    font-size: 1.0rem;
  }

  /* entry area */

  #Sec05 .section_title img {
    width: 28.125%;
  }

  .entry_section {
    height: auto;
    padding: 40px 0 20px;
  }

  .entry_list {
    display: block;
    width: 100%;
  }

  .entry_anchor {
    width: 56.25%;
    height: 36px;
    margin: 24px auto;
    border-radius: 18px;
    font-size: 1.2rem;
    line-height: 36px;
  }

  /* table */
  .table table tr {
    width: 100%;
    display: block;
  }

  .table table tr th,
  .table table tr td {
    display: block;
    width: 90% !important;
    padding: 5% !important;
  }

  .table table .table_border-top_none td {
    padding-top: 0 !important;
  }
}