@media screen and (max-width: 767px) {
  body.home .gnavi__home a {
    background-color: #f9ff9c;
  }
}
body.home .gnavi__home a:after {
  background-color: #fff500;
}

.h3_jigyosya_ttl {
  text-align: center;
  padding: 2rem;
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-size: 3rem;
  background-color: #f7f6f0;
  color: #218400;
}
@media screen and (max-width: 767px) {
  .h3_jigyosya_ttl {
    font-size: 1.4rem;
  }
  .h3_jigyosya_ttl br {
    display: none;
  }
}

#mainimg {
  background: #C5E6F9 url("../../img/main.jpg") no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 650px) {
  #mainimg {
    background-position: top center;
    background-size: 200% auto;
  }
}
#mainimg .inner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainimg .inner {
    padding-top: 7%;
    padding-bottom: 7%;
  }
}
#mainimg .catch_txt {
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 35px;
  text-shadow: 2px 2px 10px #3fa1db, -2px 2px 10px #3fa1db, 2px -2px 10px #3fa1db, -2px -2px 10px #3fa1db;
}
@media screen and (max-width: 767px) {
  #mainimg .catch_txt {
    margin: 0 0 20px;
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  #mainimg .catch_txt {
    margin-bottom: 25%;
  }
}
#mainimg .catch_txt strong {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #mainimg .catch_txt strong {
    font-size: 4.3vw;
    margin-bottom: 5px;
  }
}
#mainimg .catch_txt b {
  font-size: 180%;
  font-weight: 600;
}
#mainimg .catch_txt span {
  display: inline-block;
}
#mainimg .service-list {
  overflow: hidden;
  position: relative;
  max-width: 820px;
  min-height: 290px;
  counter-reset: count-number;
  padding: 0 1.5%;
}
@media screen and (max-width: 767px) {
  #mainimg .service-list {
    min-height: 33vw;
    padding: 0 1.5%;
  }
}
@media screen and (max-width: 600px) {
  #mainimg .service-list {
    padding: 0 0 5%;
    margin: 0 2%;
  }
}
#mainimg .service-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: url("../../img/service-list_bg.png") no-repeat center/contain;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 600px) {
  #mainimg .service-list:before {
    background: url("../../img/service-list_bg_sp.png") no-repeat top center/100% auto;
  }
}
#mainimg .service-list .box {
  display: block;
  text-align: center;
  float: left;
  width: 33.333%;
  position: relative;
  padding: 1.5%;
}
@media screen and (max-width: 600px) {
  #mainimg .service-list .box {
    padding: 28% 10% 63%;
    width: 100%;
    height: 0;
  }
}
#mainimg .service-list .box dt {
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-size: 3rem;
  padding-top: 32%;
}
@media screen and (max-width: 767px) {
  #mainimg .service-list .box dt {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  #mainimg .service-list .box dt {
    font-size: 8vw;
    padding-top: 0;
  }
}
#mainimg .service-list .box dt:before {
  counter-increment: count-number;
  content: counter(count-number, decimal-leading-zero);
  display: block;
  position: absolute;
  top: 13%;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  line-height: 1;
  letter-spacing: 0;
  font-size: 5rem;
  font-family: "Renner*", sans-serif;
  font-style: oblique;
}
@media screen and (max-width: 767px) {
  #mainimg .service-list .box dt:before {
    font-size: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #mainimg .service-list .box dt:before {
    font-size: 13vw;
  }
}
#mainimg .service-list .box:nth-child(1) dt {
  color: #005aad;
}
#mainimg .service-list .box:nth-child(2) dt {
  color: #2a9500;
}
#mainimg .service-list .box:nth-child(3) dt {
  color: #0081a1;
}
#mainimg .service-list .box dd {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #mainimg .service-list .box dd {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #mainimg .service-list .box dd {
    font-size: 4.8vw;
  }
}

#misson {
  position: relative;
}
#misson .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #misson .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#misson .txt {
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  #misson .txt {
    width: 58%;
    min-height: 480px;
  }
}
#misson .txt p:not(:last-child) {
  margin-bottom: 1em;
}
#misson .blc_ttl {
  margin-bottom: 30px;
  font-size: 4.2rem;
  color: #218400;
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #misson .blc_ttl {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
#misson .blc_ttl span {
  display: inline-block;
}
#misson .catch {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #misson .img {
    position: absolute;
    left: 58%;
    top: 60px;
    z-index: 2;
    margin-left: 20px;
  }
}

#service {
  position: relative;
  overflow: hidden;
  background: #218400;
}
#service .inner {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #service .inner {
    padding-top: 30px;
  }
}
#service .blc_ttl {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-weight: 500;
  font-size: 4.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #service .blc_ttl {
    font-size: 2.8rem;
  }
}
#service a {
  color: #333;
}

#blc_guide {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #blc_guide {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #blc_guide {
    padding: 0 20px;
  }
}
#blc_guide .box {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #blc_guide .box {
    width: 20%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #blc_guide .box {
    margin-bottom: 20px;
  }
}
#blc_guide .box:nth-child(2n) {
  background-color: #f2f2f2;
}
#blc_guide .box a {
  display: block;
}
#blc_guide .box a:hover {
  text-decoration: none;
}
#blc_guide .box a:hover img {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
#blc_guide .box img {
  width: 100%;
  height: auto;
}
#blc_guide .box dl {
  padding: 30px 18px;
}
#blc_guide .box dl dt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  color: #218400;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #blc_guide .box dl dt {
    font-size: 2rem;
  }
}
#blc_guide .box dl dd {
  font-size: 1.6rem;
}
#blc_guide .box .btn_info {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 65, 12)), to(rgb(47, 124, 0)));
  background-image: linear-gradient(0deg, rgb(0, 65, 12) 0%, rgb(47, 124, 0) 100%);
  max-width: 12em;
  margin-top: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
}
#blc_guide .box .btn_info:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

#flow {
  position: relative;
  overflow: hidden;
}
#flow .blc_head {
  background: #218400;
  color: #fff;
  padding: 0 0 30px;
}
@media print, screen and (min-width: 768px) {
  #flow .blc_head {
    padding-top: 60px;
  }
}
#flow .blc_body {
  background: #f7f6f0;
  padding: 30px 0;
}
#flow .blc_ttl {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-weight: 500;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  #flow .blc_ttl {
    font-size: 2.8rem;
  }
}
#flow .blc_ttl + p {
  letter-spacing: 0;
  font-size: 1.6rem;
}
#flow .step_list {
  max-width: 700px;
}
#flow .step_list ol {
  counter-reset: count-number;
}
#flow .step_list li {
  background: #fff;
  padding: 20px 20px 20px 110px;
  position: relative;
  margin-bottom: 15px;
  font-size: 2.4rem;
  min-height: 100px;
  counter-increment: count-number 1;
}
@media screen and (max-width: 500px) {
  #flow .step_list li {
    padding-left: 90px;
  }
}
#flow .step_list li dt {
  margin-bottom: 5px;
}
#flow .step_list li dd {
  font-size: 1.6rem;
}
#flow .step_list .num {
  color: #218400;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  font-family: "Renner*", sans-serif;
  width: 100px;
  padding: 20px 0;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  #flow .step_list .num {
    width: 80px;
    font-size: 1.4rem;
  }
}
#flow .step_list .num:after {
  display: block;
  font-size: 250%;
  content: counter(count-number, decimal-leading-zero);
}
@media print, screen and (min-width: 768px) {
  #flow .img {
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: 2;
    margin-left: 180px;
  }
}
@media screen and (max-width: 767px) {
  #flow .img {
    height: 100vw;
  }
  #flow .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
}

#result .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #result .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#result .blc_ttl {
  margin-bottom: 20px;
  font-size: 3.6rem;
  color: #218400;
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #result .blc_ttl {
    font-size: 2.8rem;
  }
}
#result .result_list {
  margin: 0 -20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
#result .result_list li {
  text-align: center;
  padding: 20px;
  width: 25%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #result .result_list li {
    padding: 2%;
    width: 50%;
  }
}
#result .result_list li a {
  display: block;
  color: #333;
}
#result .result_list li a:hover {
  color: #218400;
}
#result .result_list li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#result .btn_info {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 65, 12)), to(rgb(47, 124, 0)));
  background-image: linear-gradient(0deg, rgb(0, 65, 12) 0%, rgb(47, 124, 0) 100%);
  max-width: 12em;
  margin-top: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
}
#result .btn_info:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

#com {
  background: #218400;
  color: #fff;
}
#com .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #com .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#com .blc_ttl {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #com .blc_ttl {
    font-size: 2.8rem;
  }
}
#com .wrapper {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #com .wrapper {
    margin-bottom: 50px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #com .wrapper .news, #com .wrapper .company {
    width: 48%;
  }
  #com .wrapper .news .img img, #com .wrapper .company .img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #com .wrapper .news, #com .wrapper .company {
    margin-bottom: 30px;
  }
}
#com .news {
  overflow: hidden;
}
#com .news .news_list {
  margin-top: 30px;
  padding: 5%;
  background: #fff;
  color: #333;
  height: 350px;
  overflow-y: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #com .news .news_list {
    padding: 20px;
  }
}
#com .news .news_list li {
  overflow: hidden;
  margin-bottom: 10px;
}
#com .news .news_list li:not(:last-child) {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 500px) {
  #com .news .news_list li .news_day {
    float: left;
  }
}
#com .news .news_list li .news_post {
  display: block;
}
@media print, screen and (min-width: 500px) {
  #com .news .news_list li .news_post {
    margin-left: 110px;
    display: inherit;
  }
}
#com .news .news_list li .news_post .news_ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
}
#com .news .news_list li .news_post dd {
  letter-spacing: 0;
}
#com .company .box {
  background: #fff;
  overflow: hidden;
  padding: 5%;
  color: #333;
  height: 100%;
}
#com .company .box a {
  color: #333;
}
#com .company .box a:hover {
  color: #218400;
}
#com .company .com_about {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#com .company .com_about dt {
  margin-bottom: 30px;
}
#com .company .com_about dd {
  overflow: hidden;
}
#com .company .com_about .logo {
  max-width: 260px;
  height: auto;
}
@media screen and (max-width: 500px) {
  #com .company .com_about .logo {
    max-width: 180px;
  }
}
#com .company .com_about .address {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 15px;
}
#com .company .com_about .map_link {
  display: block;
  padding-left: 30px;
  background: url("../img/icon_google-maps.png") no-repeat left center;
}
#com .company .company_info {
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  #com .company .company_info {
    margin: 30px -5% 0;
  }
}
#com .company .company_info li {
  float: left;
  text-align: center;
  width: 33.3333%;
}
#com .company .company_info li:not(:last-child) {
  border-right: dotted 1px #ccc;
}
@media screen and (max-width: 500px) {
  #com .company .company_info li {
    font-size: 3vw;
  }
}
#com .company .company_info li a {
  display: block;
  padding: 40px 5px 10px;
  background-size: auto 20px;
  background-position: top 10px center;
  background-repeat: no-repeat;
}
#com .company .company_info .icon_at a {
  background-image: url("../img/icon_at_2.svg");
}
#com .company .company_info .icon_tel a {
  background-image: url("../img/icon_phone_2.svg");
}
#com .company .company_info .icon_building a {
  background-image: url("../img/icon_building.svg");
}

#blc_branch {
  overflow: hidden;
}
#blc_branch .branch_ttl {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 600px) {
  #blc_branch .branch_ttl {
    font-size: 2rem;
  }
}
#blc_branch .box_wrapper {
  margin: -1%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#blc_branch .box {
  font-size: 1.6rem;
  float: left;
  margin: 1%;
  color: #333;
  background: #fff;
  width: 18%;
}
@media screen and (max-width: 767px) {
  #blc_branch .box {
    width: 100%;
    font-size: 1.4rem;
  }
}
#blc_branch .box dt {
  background: #196400;
  color: #fff;
  padding: 0.5em 1em;
}
#blc_branch .box dd {
  padding: 1em;
  font-size: 1.6rem;
}
#blc_branch .box .branch_list {
  padding-left: 1em;
}
#blc_branch .box .branch_list li {
  list-style: disc;
}
/*# sourceMappingURL=top.css.map */