@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

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

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #191f20;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(25, 31, 32, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(25, 31, 32, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #76b15c;
  }
  .border-org {
    border: solid 3px #f0a04a;
  }
  .border-top-bottom-red {
    border-top: 10px solid #76b15c;
    border-bottom: 10px solid #76b15c;
  }
  .border-top-red {
    border-bottom: 10px solid #76b15c;
  }
  .border-bottom-red {
    border-bottom: 10px solid #76b15c;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #76b15c;
  }
  .border-org {
    border: solid 2px #f0a04a;
  }
  .border-top-bottom-red {
    border-top: 5px solid #76b15c;
    border-bottom: 5px solid #76b15c;
  }
  .border-top-red {
    border-bottom: 5px solid #76b15c;
  }
  .border-bottom-red {
    border-bottom: 5px solid #76b15c;
  }
}

.c-bg-grid {
  background: url(../img/common/c-grid-bg.jpg);
}
.c-bg-green {
  background: #76b15c;
}
.c-bg-arw {
  background: #76b15c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-bg-arw {
    width: 80px;
    height: 80px;
    font-size: 25px;
    border-radius: 50px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-bg-arw {
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-radius: 10px 0 0 0;
  }
}
.c-boxshadow {
  box-shadow: 5px 7px 5px rgba(118, 177, 92, 0.15);
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .main-visual .widebox {
    height: 500px;
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding: 40px 0;
  }
  .main-visual-title {
    width: 65%;
    margin-bottom: 30px;
  }
  .main-visual-img {
    text-align: right;
  }
  .main-visual-img img {
    width: 70%;
  }
}

.c-table {
  display: grid;
}
.c-table-define .first-item {
  text-align: center;
}
.c-table-item {
  display: grid;
}
@media screen and (min-width: 768px) {
  .c-table {
    row-gap: 5px;
  }
  .c-table-item {
    grid-template-columns: 70px 1fr;
  }
  .c-table-define {
    color: #76b15c;
    display: grid;
    row-gap: 5px;
  }
  .c-table-define-item {
    display: grid;
    grid-template-columns: 110px auto 1fr;
    align-items: center;
  }
  .c-table-define-item-dotted {
    text-align: center;
    min-width: 60px;
    font-size: 12px;
  }
  .c-table-define-item.three-column {
    grid-template-columns: 110px auto 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-table {
    row-gap: 5px;
  }
  .c-table-item {
    grid-template-columns: 70px 1fr;
  }
  .c-table-define {
    color: #76b15c;
    display: grid;
    row-gap: 5px;
  }
  .c-table-define-item {
    display: grid;
    grid-template-columns: 90px auto 1fr;
    line-height: 1.6;
    font-size: 13px;
  }
  .c-table-define-item-dotted {
    text-align: center;
    min-width: 50px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .c-table-define-item.three-column {
    grid-template-columns: 40px auto 1fr 1fr;
  }
  .c-table-define-item.three-column .c-table-define-item-text {
    text-align: center;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border: 5px;
  font-weight: 700;
}
.taxonomy-list-category {
  background: #76b15c;
}
.taxonomy-list-tag {
  background: #f0a04a;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    border-radius: 6px;
    font-size: 16px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
    padding: 2px 4px;
  }
}

.c-button {
  align-items: center;
  display: flex;
  box-sizing: border-box;
  background: #76b15c;
  border-radius: 100px;
  font-weight: 700;
  position: relative;
  line-height: 1;
}
.c-button .text,
.c-button .bi {
  color: #fff;
}
.c-button .bi-arrow-right-circle {
  top: 50%;
  transform: translateY(-50%);
}
.c-button.ic-mail {
  justify-content: center;
  text-align: center;
}
.c-button-arw {
  color: #76b15c !important;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.c-button-arw .text {
  font-weight: 700;
  padding: 0 0 5px;
  border-bottom: 1px solid #76b15c;
}
.c-button-arw .bi-arrow-right-circle {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .c-button {
    min-width: 245px;
    display: inline-flex;
    height: 50px;
    padding: 0 48px 0 20px;
  }
  .c-button:hover {
    background: #f0a04a;
  }
  .c-button .bi-arrow-right-circle {
    position: absolute;
    right: 15px;
    font-size: 20px;
  }
  .c-button.ic-mail {
    height: 60px;
    min-width: 215px;
    font-size: 15px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0;
  }
  .c-button.ic-line {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 15px;
  }
  .c-button-small {
    height: 45px !important;
  }
  .c-button-small .text {
    font-size: 14px;
  }
  .c-button-arw:hover {
    opacity: 0.8;
  }
  .c-button-arw .text {
    width: 155px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    min-width: 245px;
    display: inline-flex;
    height: 60px;
    padding: 0 48px 0 20px;
  }
  .c-button:hover {
    background: #f0a04a;
  }
  .c-button .bi-arrow-right-circle {
    position: absolute;
    right: 15px;
    font-size: 20px;
  }
  .c-button.ic-mail {
    min-width: 245px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0;
  }
  .c-button.ic-line {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 15px;
  }
  .c-button-small {
    height: 45px !important;
  }
  .c-button-small .text {
    font-size: 14px;
  }
  .c-button-arw .text {
    min-width: 110px;
  }
}

.sub-visual-title {
  color: #76b15c;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sub-visual-title {
    font-size: 60px;
  }
  .sub-visual .widebox {
    height: 400px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .sub-visual-img {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    padding: 30px 0 15px;
  }
  .sub-visual .widebox {
    display: flex;
    align-items: center;
  }
  .sub-visual-title {
    font-size: 20px;
    line-height: 1.6;
    width: calc(100% - 100px);
  }
  .sub-visual-img {
    text-align: right;
  }
  .sub-visual-img img {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.c-tel {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  color: #76b15c;
}
.c-tel-number {
  color: #76b15c;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.c-tel-number .number,
.c-tel-number .bi {
  color: #76b15c;
}
.c-tel .workstime {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-tel {
    row-gap: 5px;
  }
  .c-tel .number {
    font-size: 32px;
    font-weight: 700;
  }
  .c-tel .number-small {
    font-size: 24px;
  }
  .c-tel .workstime {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel {
    row-gap: 5px;
  }
  .c-tel .number {
    font-size: 28px;
    font-weight: 700;
  }
  .c-tel .number-small {
    font-size: 20px;
  }
  .c-tel .workstime {
    font-size: 12px;
  }
}

.title01 {
  color: #76b15c;
  font-weight: 700;
  line-height: 1.6;
}
.title01.white {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 24px;
    margin-bottom: 23px;
  }
}

.title02 {
  color: #76b15c;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #191f20;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #191f20;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #191f20;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-about
=========================================================*/
.top-about-contents {
  background: #fff;
  box-sizing: border-box;
  color: #76b15c;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 80px 0;
  }
  .top-about .inbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-about-contents {
    border-radius: 10px;
    padding: 30px;
  }
  .top-about .c-button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about .inbox {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .top-about-contents {
    border-radius: 10px;
    padding: 30px;
  }
  .top-about-img {
    width: 80%;
    margin: 0 auto;
  }
  .top-about .c-button {
    margin-top: 25px;
  }
}

.top-service .title02 {
  margin-bottom: 0;
}
.top-service-list-card {
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
}
.top-service-list-card a {
  display: grid;
}
.top-service-list-card.grid-card {
  width: 100%;
}
.top-service-list-card.grid-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding: 80px 0;
  }
  .top-service .title01 {
    margin-bottom: 40px;
  }
  .top-service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .top-service-list-card {
    width: 625px;
    padding: 30px 40px;
    overflow: hidden;
    position: relative;
    transition: 0.1s all ease-in;
  }
  .top-service-list-card:hover {
    transform: scale(0.98);
  }
  .top-service-list-card.grid-card {
    width: 1080px;
  }
  .top-service-list-card a {
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 60px 0;
  }
  .top-service .title01 {
    margin-bottom: 20px;
  }
  .top-service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .top-service-list-card {
    padding: 30px 40px;
    overflow: hidden;
    position: relative;
    transition: 0.1s all ease-in;
  }
  .top-service-list-card.grid-card a {
    display: flex;
    flex-direction: column;
  }
  .top-service-list-card a {
    row-gap: 15px;
  }
}

.top-info {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .top-info {
    padding: 60px 0;
  }
  .top-info-list {
    text-align: center;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .top-info-list-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-info {
    padding: 40px 0;
  }
  .top-info-list {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .top-info-list-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
  }
}

.type-for-customer .widebox {
  display: grid;
}
.type-for-customer-description-list {
  display: grid;
}
.type-for-customer-description-list a {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  justify-content: center;
  align-items: center;
  color: #76b15c;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .type-for-customer {
    padding: 80px 0;
  }
  .type-for-customer .widebox {
    row-gap: 60px;
  }
  .type-for-customer-description-list {
    gap: 25px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .type-for-customer-description-list a {
    height: 160px;
    border-radius: 10px 10px 50px 10px;
    row-gap: 30px;
    transition: 0.1s all ease-in;
    font-size: 20px;
  }
  .type-for-customer-description-list a:hover {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 767px) {
  .type-for-customer {
    padding: 60px 0;
  }
  .type-for-customer .widebox {
    row-gap: 60px;
  }
  .type-for-customer-description-list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .type-for-customer-description-list a {
    height: 180px;
    border-radius: 10px 10px 25px 10px;
    row-gap: 15px;
    font-size: 18px;
  }
  .type-for-customer-description-list-card-ic img {
    height: 40px;
  }
}

.flow .title02 {
  margin-bottom: 0;
}
.flow .caution-text {
  color: #76b15c;
  font-size: 18px;
}
.flow-list {
  display: grid;
}
.flow-list-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.flow-list-item:before {
  content: "";
  display: block;
  background: url(../img/service/flow-dotted.jpg) repeat-y center bottom;
  width: 1px;
  position: absolute;
}
.flow-list-item:last-child:before {
  display: none;
}
.flow-list-item-img {
  position: relative;
  z-index: 100;
}
.flow-list-description {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 80px 0;
  }
  .flow .caution-text {
    margin-bottom: 40px;
  }
  .flow-list {
    width: 850px;
    margin: 0 auto;
    row-gap: 30px;
  }
  .flow-list-item {
    justify-content: space-between;
  }
  .flow-list-item:before {
    left: 66px;
    bottom: -25px;
    height: calc(100% - 106px);
  }
  .flow-list-item-img {
    width: 135px;
  }
  .flow-list-item-description {
    width: calc(100% - 135px);
    padding-left: 40px;
    display: grid;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 60px 0;
  }
  .flow .caution-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .flow-list {
    margin: 0 auto;
    row-gap: 30px;
  }
  .flow-list-item {
    justify-content: space-between;
  }
  .flow-list-item:before {
    left: 31px;
    bottom: -25px;
    height: calc(100% - 40px);
  }
  .flow-list-item-img {
    width: 60px;
  }
  .flow-list-item-description {
    width: calc(100% - 60px);
    padding-left: 20px;
    box-sizing: border-box;
    display: grid;
    row-gap: 10px;
  }
  .flow-list-item-description-text {
    font-size: 14px;
  }
}

.consultation-fee .widebox {
  display: grid;
}
.consultation-fee .caution-text {
  color: #fff;
}
.consultation-fee-info {
  box-sizing: border-box;
  border-radius: 10px;
}
.consultation-fee-info-list {
  display: grid;
}
.consultation-fee-info-list-item {
  background: #fff;
  display: flex;
  box-sizing: border-box;
}
.consultation-fee-info-text {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .consultation-fee {
    padding: 80px 0;
  }
  .consultation-fee .widebox {
    row-gap: 85px;
  }
  .consultation-fee .caution-text {
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
  }
  .consultation-fee-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .consultation-fee-lead-contents {
    text-align: center;
    width: 340px;
  }
  .consultation-fee-lead-table {
    width: 340px;
  }
  .consultation-fee-lead-table-item {
    display: flex;
    align-items: center;
    color: #76b15c;
    font-size: 20px;
    font-weight: 700;
  }
  .consultation-fee-lead-table-item-name {
    width: 110px;
  }
  .consultation-fee-lead-table-item-text {
    width: calc(100% - 110px);
  }
  .consultation-fee-info {
    padding: 60px 100px;
  }
  .consultation-fee-info-list {
    row-gap: 35px;
  }
  .consultation-fee-info-list-item {
    -moz-column-gap: 65px;
         column-gap: 65px;
    align-items: center;
    padding: 25px 85px;
    border-radius: 50px 0 50px 0;
  }
  .consultation-fee-info-list-item-img {
    width: 300px;
  }
  .consultation-fee-info-list-item-contents-text {
    margin-top: 5px;
    font-size: 14px;
    color: #76b15c;
  }
  .consultation-fee-info-text {
    text-align: center;
    font-size: 18px;
    margin-top: 35px;
  }
  .consultation-fee .c-button-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .consultation-fee {
    padding: 60px 0;
  }
  .consultation-fee .widebox {
    row-gap: 60px;
  }
  .consultation-fee .caution-text {
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
  }
  .consultation-fee-lead {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .consultation-fee-lead-contents {
    text-align: center;
  }
  .consultation-fee-lead-contents-img {
    margin-bottom: 20px;
  }
  .consultation-fee-lead-contents-img img {
    height: 120px;
  }
  .consultation-fee-lead-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 250px;
    margin: 0 auto;
  }
  .consultation-fee-lead-table-item {
    display: flex;
    align-items: center;
    color: #76b15c;
    font-size: 18px;
    font-weight: 700;
  }
  .consultation-fee-lead-table-item-name {
    width: 110px;
  }
  .consultation-fee-info {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .consultation-fee-info-list {
    row-gap: 20px;
  }
  .consultation-fee-info-list-item {
    row-gap: 25px;
    align-items: center;
    padding: 25px 25px;
    box-sizing: border-box;
    flex-direction: column;
    border-radius: 25px 0 25px 0;
  }
  .consultation-fee-info-list-item-img {
    text-align: center;
  }
  .consultation-fee-info-list-item-img img {
    height: 120px;
  }
  .consultation-fee-info-list-item .title02 {
    text-align: center;
    margin-bottom: 30px;
  }
  .consultation-fee-info-list-item-contents-text {
    margin-top: 10px;
    font-size: 12px;
    color: #76b15c;
  }
  .consultation-fee-info-text {
    text-align: center;
    margin-top: 35px;
    font-size: 13px;
  }
  .consultation-fee .c-button-box {
    text-align: right;
    margin-top: 40px;
  }
  .consultation-fee .c-button-box .text {
    text-align: left;
  }
}

.about-philosophy .caution-text {
  color: #76b15c;
}
.about-philosophy-list {
  display: grid;
}
.about-philosophy-list-card {
  border: 1px solid #76b15c;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}
.about-philosophy-list-card-name {
  color: #76b15c;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about-philosophy {
    padding: 80px 0;
  }
  .about-philosophy .caution-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
  }
  .about-philosophy-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .about-philosophy-list-card {
    padding: 35px 40px;
  }
  .about-philosophy-list-card .title02 {
    margin-bottom: 5px;
  }
  .about-philosophy-text {
    text-align: center;
    margin-top: 40px;
    color: #76b15c;
  }
}
@media screen and (max-width: 767px) {
  .about-philosophy {
    padding: 60px 0;
  }
  .about-philosophy .caution-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-philosophy-list {
    gap: 30px;
  }
  .about-philosophy-list-card {
    padding: 35px 40px;
  }
  .about-philosophy-list-card-img img {
    height: 130px;
  }
  .about-philosophy-list-card .title02 {
    margin-bottom: 5px;
  }
  .about-philosophy-text {
    margin-top: 40px;
    color: #76b15c;
  }
}

.about-feature .widebox {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .about-feature .widebox {
    padding: 110px 100px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    border-radius: 50px 0 50px 0;
  }
  .about-feature-container {
    order: 2;
    width: 645px;
  }
  .about-feature-text {
    color: #fff;
  }
  .about-feature-img {
    width: 359px;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .about-feature .widebox {
    padding: 40px 30px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    border-radius: 25px 0 25px 0;
    display: flex;
    flex-direction: column;
  }
  .about-feature-text {
    color: #fff;
  }
  .about-feature-img {
    text-align: center;
    width: 80%;
    margin: 40px auto 0;
  }
}

.about-intro-list {
  display: grid;
}
.about-intro-list-item {
  display: flex;
}
.about-intro-lead {
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .about-intro {
    padding: 80px 0;
  }
  .about-intro-list {
    width: 900px;
    margin: 0 auto;
    row-gap: 65px;
  }
  .about-intro-list-item {
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .about-intro-list-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about-intro-list-item-contents {
    width: 470px;
  }
  .about-intro-list-item-img {
    width: 400px;
  }
  .about-intro-lead {
    margin-top: 60px;
    padding: 20px;
    font-size: 18px;
  }
  .about-intro-lead-img {
    position: absolute;
    left: 145px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .about-intro {
    padding: 60px 0;
  }
  .about-intro-list {
    margin: 0 auto;
    row-gap: 65px;
  }
  .about-intro-list-item {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .about-intro-list-item-img {
    text-align: center;
  }
  .about-intro-lead {
    margin-top: 60px;
    padding: 20px 20px 20px 100px;
    text-align: left;
  }
  .about-intro-lead-img {
    width: 80px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.greeting {
  position: relative;
}
.greeting:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 350px);
  background: #e4f3dd;
  border-radius: 0 10px 10px 0;
}
.greeting .inbox {
  display: grid;
  align-items: center;
  position: relative;
}
.greeting-lead {
  font-weight: 700;
  color: #76b15c;
  border-bottom: 1px solid #f0a04a;
}
@media screen and (min-width: 768px) {
  .greeting {
    padding: 80px 0;
  }
  .greeting:before {
    height: 430px;
  }
  .greeting .inbox {
    -moz-column-gap: 45px;
         column-gap: 45px;
    grid-template-columns: 620px 1fr;
  }
  .greeting-lead {
    font-size: 28px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .greeting-text {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting:before {
    display: none;
  }
  .greeting .inbox {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
  }
  .greeting-lead {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .greeting-img {
    text-align: center;
  }
  .greeting-text {
    letter-spacing: 0;
  }
}

.office-dl-item {
  display: grid;
  align-items: center;
  border-top: 1px solid #c6c6c6;
}
.office-dl-item:last-of-type {
  border-bottom: 1px solid #c6c6c6;
}
.office-dl-item-name {
  color: #76b15c;
  font-weight: 700;
}
.office-dl-item-text a {
  color: #191f20;
}
.office .googlemap {
  border-radius: 10px;
  overflow: hidden;
}
.office .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .office {
    padding: 80px 0;
  }
  .office-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .office-dl {
    width: 600px;
  }
  .office-dl-item {
    padding: 20px 0;
    grid-template-columns: 110px 1fr;
  }
  .office-dl-item-name {
    color: #76b15c;
    font-weight: 700;
  }
  .office .googlemap {
    width: 430px;
    height: 365px;
  }
}
@media screen and (max-width: 767px) {
  .office {
    padding: 60px 0;
  }
  .office-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
  }
  .office-dl-item {
    font-size: 14px;
    padding: 20px 0;
    grid-template-columns: 100px 1fr;
  }
  .office-dl-item-name {
    color: #76b15c;
    font-weight: 700;
  }
  .office .googlemap {
    width: 100%;
    height: 250px;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #c6c6c6;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #76b15c;
  border-bottom: 1px solid #76b15c;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #191f20;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #76b15c;
  background-color: #76b15c;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list li {
  border-bottom: 1px solid #c6c6c6;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #76b15c;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .site-map-list li a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #76b15c;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list li a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #76b15c;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #191f20;
  font-weight: bold;
  border-bottom: 1px solid #191f20;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 100px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6c6c6;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    padding: 20px 5px;
    color: #76b15c;
    font-weight: 700;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #76b15c !important;
    right: 10px !important;
    top: 10px;
    border-radius: 10px;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 20px;
    justify-content: center;
  }
  .drawer-info-list {
    display: grid;
    row-gap: 20px;
    text-align: center;
  }
}
.header {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.header-sub-nav {
  display: flex;
  justify-content: flex-end;
}
.header-sub-nav-list {
  display: flex;
  background: #76b15c;
}
@media screen and (min-width: 768px) {
  .header {
    height: 240px;
    padding: 0 50px;
  }
  .header-logo {
    width: 206px;
  }
  .header-nav {
    width: calc(100% - 206px);
  }
  .header-sub-nav {
    margin-top: 20px;
  }
  .header-sub-nav-list {
    width: 706px;
    padding: 15px;
    border-radius: 10px;
  }
  .header-sub-nav-list-item {
    border-right: 1px solid #fff;
  }
  .header-sub-nav-list-item:last-of-type {
    border-right: none;
  }
  .header-sub-nav-list-item a {
    height: 100%;
    text-align: center;
    width: 140px;
    padding: 5px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
  }
  .header-sub-nav-list-item a:hover {
    background: #f0a04a;
  }
  .header-sub-nav-list-item-text {
    color: #fff;
    line-height: 1.3;
  }
  .header .nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .header .nav-list-item-text a {
    display: block;
    padding: 5px 15px;
    border-radius: 100px;
    font-weight: 700;
    color: #76b15c;
  }
  .header .nav-list-item-text a:hover {
    background: #76b15c;
    color: #fff;
  }
  .header .nav .c-button {
    margin-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 75px;
    padding: 0 5%;
    border-bottom: 1px solid #76b15c;
  }
  .header-left {
    width: 90px;
    line-height: 1;
  }
  .header-sub-nav {
    position: fixed;
    left: 0;
    bottom: 10px;
    z-index: 1000;
    padding: 0 5%;
    width: 100%;
    box-sizing: border-box;
  }
  .header-sub-nav-list {
    width: 100%;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
  }
  .header-sub-nav-list-item {
    width: 20%;
    border-right: 1px solid #fff;
  }
  .header-sub-nav-list-item:last-of-type {
    border-right: none;
  }
  .header-sub-nav-list-item a {
    height: 100%;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
  }
  .header-sub-nav-list-item-icon {
    height: 20px;
  }
  .header-sub-nav-list-item-icon img {
    max-width: initial;
    width: auto;
    height: 100%;
  }
  .header-sub-nav-list-item-text {
    font-size: 10px;
    color: #fff;
    line-height: 1.3;
    margin-top: 5px;
  }
}

.l-cta-text {
  color: #76b15c;
}
.l-cta-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 50px 0;
  }
  .l-cta-text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .l-cta-list {
    width: 980px;
    margin: 0 auto;
    padding: 30px 35px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 40px 0;
  }
  .l-cta-text {
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .l-cta-list {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
  }
}

.l-lead-contents {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.l-lead-contents-text {
  color: #76b15c;
}
@media screen and (min-width: 768px) {
  .l-lead {
    text-align: center;
    padding: 60px 0;
  }
  .l-lead-contents {
    padding: 40px 20px;
  }
  .l-lead-contents-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-lead {
    padding: 30px 0;
  }
  .l-lead .title01 {
    text-align: center;
  }
  .l-lead-contents {
    padding: 25px 20px;
  }
}

@media screen and (min-width: 768px) {
  .contact-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 0 15px;
  }
  .contact-list .c-button {
    min-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-list {
    row-gap: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 220px;
  }
  .contact-list .c-button {
    width: 100%;
    min-width: initial;
  }
}

.footer {
  color: #76b15c;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer-wrp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 65px;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer-address {
    margin-bottom: 25px;
  }
  .footer-nav {
    display: grid;
    align-items: flex-start;
    justify-content: flex-end;
    grid-template-columns: auto auto;
    -moz-column-gap: 75px;
         column-gap: 75px;
    font-weight: 700;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 25px;
  }
  .footer-nav-list a {
    color: #76b15c;
    padding: 5px 10px;
    border-radius: 100px;
  }
  .footer-nav-list a:hover {
    color: #fff;
    background: #76b15c;
  }
  .footer #copyright {
    color: #76b15c;
  }
  .footer #copyright a {
    color: #76b15c;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 120px;
  }
  .footer-wrp {
    display: flex;
    flex-direction: column;
    margin-bottom: 65px;
    row-gap: 50px;
  }
  .footer-info {
    text-align: center;
    width: 100%;
  }
  .footer-logo {
    width: 110px;
    margin: 0 auto 25px;
  }
  .footer-address {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
  }
  .footer-nav {
    width: 100%;
    display: grid;
    align-items: flex-start;
    justify-content: flex-end;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-weight: 700;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 20px;
  }
  .footer-nav-list a {
    color: #76b15c;
    font-size: 13px;
  }
  .footer #copyright {
    letter-spacing: 0;
    font-size: 13px;
    text-align: center;
    color: #76b15c;
  }
  .footer #copyright a {
    color: #76b15c;
  }
}/*# sourceMappingURL=style.css.map */