@charset "UTF-8";
/* reset
-------------------------------------*/
html {
  background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
  pointer-events: none;
}

address, caption, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

caption, th, td {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: super;
  font-size: 84%;
}

sub {
  vertical-align: sub;
  font-size: 84%;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* setting
-------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  width: 100%;
  -webkit-font-feature-settings: “palt” 1;
  font-feature-settings: “palt” 1;
  margin: auto;
  background-size: 100%;
  background-color: #fff;
  font-size: 100%;
  line-height: 1.7rem;
}

main {
  display: block;
}

a {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

table {
  width: 100%;
}

p, a, ul, li {
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

body {
  width: 100%;
  min-width: 1120px;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
}

body .sp {
  display: none;
}

body .anchor {
  display: block;
  padding-top: 167px;
  margin-top: -167px;
}

body .ctn {
  width: 1080px;
  margin: auto;
}

body p {
  line-height: 30px;
}

body .f-zenmaru {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
}

body .col-grn {
  color: #41a634;
}

body .col-wht {
  color: #fff;
}

body .bg-wht {
  background: #fff;
}

body .f18 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

body .fw500 {
  font-weight: 500;
}

body .fw600 {
  font-weight: 600;
}

body .w-100 {
  width: 100%;
}

body .para {
  text-align: justify;
  text-justify: inter-ideograph;
}

body .btn-tel a {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: .8px;
  text-align: center;
}

body .btn-tel a::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("/img/common/ic-tel-grn.png");
  background-size: contain;
  margin-right: 5px;
}

body .c-line {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}

body .c-line span {
  background: #fff;
  padding: 0 20px;
}

body .c-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  z-index: -1;
}

body .button a {
  width: 260px;
  background: #41a634;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  position: relative;
}

body .button a:hover {
  background: #388e2d;
}

body .button a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
}

body .wrp-tbl th, body .wrp-tbl td {
  padding: 20px;
  line-height: 24px;
}

body .wrp-tbl th {
  width: 30%;
}

body h2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 3px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

body h2::after {
  content: '';
  display: block;
  width: 55px;
  height: 5px;
  border-bottom: dotted 5px #fb931b;
  margin: 0 auto;
  margin-top: 20px;
}

/*--------------------------------
main
--------------------------------*/
#main article {
  padding: 100px 0;
}

/*--------------------------------
header
--------------------------------*/
header {
  padding-top: 167px;
  z-index: 90;
}

header::after {
  content: '';
  display: block;
  width: 100%;
  height: 167px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}

header .wrp-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

header .wrp-header-bar .info {
  padding: 10px;
}

header .wrp-header-bar .bana-contact {
  border-radius: 10px;
  overflow: hidden;
}

header .wrp-header-bar .bana-contact p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
}

header .wrp-header-bar .bana-contact .ttl, header .wrp-header-bar .bana-contact .inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .wrp-header-bar .bana-contact .ttl {
  background: #9cd147;
}

header .wrp-header-bar .bana-contact .inner {
  background: #eee;
}

header .wrp-header-bar .bana-contact .inner .tel {
  font-size: 22px;
  font-size: 2.2rem;
}

header nav ol {
  top: 0;
  left: 0;
}

header nav ol li {
  position: relative;
  width: calc(85% / 6);
}

header nav ol li a {
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}

header nav ol li a:hover {
  color: #41a634;
}

header nav ol .wrp-drop::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  color: #41a634;
}

header nav .drop {
  display: none;
  width: 140px;
  top: 57px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header nav .drop li {
  width: 100%;
  margin: 0;
  color: #fff;
}

header nav .drop li:not(:first-child) {
  border-top: solid 2px #fff;
}

header nav .drop li a {
  background: rgba(65, 166, 52, 0.85);
  text-align: center;
  padding: 10px;
}

header nav .drop li a:hover {
  background: #41a634;
  color: #fff;
}

header .mv {
  background: url("/img/common/mv.png") center center no-repeat;
  background-size: cover;
}

header .mv h1 {
  padding: 0 10px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  left: 0;
  bottom: 0;
}

header .mv .main-mv {
  height: 700px;
}

header .mv .main-mv .ctn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .mv .main-mv .cc {
  width: 460px;
  height: 460px;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .mv .sub-mv {
  height: 300px;
}

header .mv .sub-mv .ctn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .mv .sub-mv .sub-ttl {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 40px;
  padding: 20px 40px;
  border-radius: 15px;
  border: solid 2px rgba(221, 221, 221, 0.5);
}

header #fix_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: .4s;
  transition: .4s;
}

header #fix_btn img {
  -webkit-transition: none;
  transition: none;
}

header #fix_btn.slide-none {
  -webkit-transition: .4s;
  transition: .4s;
  right: -200px;
}

/*--------------------------------
about
--------------------------------*/
#main article.about {
  background: url("/img/top/about-bg.png") bottom left no-repeat;
  background-color: #fafafa;
  padding-bottom: 150px;
}

/*--------------------------------
service
--------------------------------*/
#main article.service {
  background: url("/img/top/pattern-gg.png");
  z-index: 1;
}

#main article.service .frame-top {
  width: 100%;
  top: -100px;
  left: 0;
  text-align: center;
  z-index: -1;
}

#main article.service .frame-top img {
  width: 100%;
}

#main article.service .wrp-service-list .box .inbox {
  width: 580px;
  max-width: 100%;
}

#main article.service .wrp-service-list .box .ttl-num img, #main article.service .wrp-service-list .box .ttl-num span {
  display: block;
}

#main article.service .wrp-service-list .box .ttl-num span {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
}

#main article.service .wrp-service-list .box .inner {
  margin-top: -20px;
  border-radius: 15px;
  padding: 40px 70px 40px 40px;
}

#main article.service .wrp-service-list .box .inner h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  font-weight: 500;
}

#main article.service .wrp-service-list .box figure {
  margin-left: -60px;
}

#main article.service .wrp-service-list .box:not(:first-child) {
  margin-top: 100px;
}

#main article.service .wrp-service-list .box-even .ttl-num img, #main article.service .wrp-service-list .box-even .ttl-num span {
  margin-left: auto;
}

@media all and (-ms-high-contrast: none) {
  #main article.service .wrp-service-list .box-even .ttl-num {
    text-align: right;
  }
  #main article.service .wrp-service-list .box-even .ttl-num img, #main article.service .wrp-service-list .box-even .ttl-num span {
    display: inline-block;
  }
  #main article.service .wrp-service-list .box-even .ttl-num img {
    margin-left: inherit;
  }
  #main article.service .wrp-service-list .box-even .ttl-num span {
    white-space: nowrap;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

#main article.service .wrp-service-list .box-even .inner {
  padding: 40px 40px 40px 70px;
}

#main article.service .wrp-service-list .box-even figure {
  margin-left: inherit;
  margin-right: -60px;
}

/*--------------------------------
support
--------------------------------*/
#main article.support {
  background: url("/img/top/support-bg.png") center center no-repeat;
  background-size: cover;
}

#main article.support h2 {
  text-align: left;
  z-index: 1;
}

#main article.support h2 span {
  font-size: 46px;
  font-size: 4.6rem;
}

#main article.support h2::before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background-image: url("/img/top/support-ic-light.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -1;
}

#main article.support h2::after {
  content: '';
  display: block;
  width: 710px;
  max-width: 100%;
  height: 17px;
  margin: 0;
  margin-top: 20px;
  border: none;
  background-image: url("/img/top/support-line.png");
  background-size: contain;
}

/*--------------------------------
info-contact
--------------------------------*/
#main article.info-contact .ctn, #sub article.info-contact .ctn {
  background-image: linear-gradient(-45deg, #fdd09d 25%, #fdca8f 25%, #fdca8f 50%, #fdd09d 50%, #fdd09d 75%, #fdca8f 75%, #fdca8f);
  background-size: 10px 10px;
  background-attachment: fixed;
  padding: 80px 180px;
  border-radius: 15px;
}

#main article.info-contact h2::after, #sub article.info-contact h2::after {
  border-bottom-color: #fff;
}

#main article.info-contact .wrp-btn .btn-tel a, #main article.info-contact .wrp-btn .btn-mail a, #sub article.info-contact .wrp-btn .btn-tel a, #sub article.info-contact .wrp-btn .btn-mail a {
  width: 340px;
  max-width: 100%;
  height: 70px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main article.info-contact .wrp-btn .btn-tel a, #sub article.info-contact .wrp-btn .btn-tel a {
  background: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  color: #333;
}

#main article.info-contact .wrp-btn .btn-mail a, #sub article.info-contact .wrp-btn .btn-mail a {
  background: #41a634;
}

#main article.info-contact .wrp-btn .btn-mail a::before, #sub article.info-contact .wrp-btn .btn-mail a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

#main article.info-contact .support-area .c-line::after, #sub article.info-contact .support-area .c-line::after {
  background: #41a634;
}

#main article.info-contact .support-area .c-line span, #main article.info-contact .support-area .c-line img, #sub article.info-contact .support-area .c-line span, #sub article.info-contact .support-area .c-line img {
  background-image: linear-gradient(-45deg, #fdd09d 25%, #fdca8f 25%, #fdca8f 50%, #fdd09d 50%, #fdd09d 75%, #fdca8f 75%, #fdca8f);
  background-size: 10px 10px;
  background-attachment: fixed;
}

#main article.info-contact .support-area .b-marker span, #sub article.info-contact .support-area .b-marker span {
  font-size: 20px;
  font-size: 2rem;
}

/*--------------------------------
news
--------------------------------*/
#main .wrp-news-list {
  border: solid 2px #eee;
  padding: 40px;
}

#main article.news {
  padding-top: 0;
}

#main article.news h2 {
  text-align: left;
  margin-bottom: 20px;
}

#main article.news h2::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/img/common/ic-pen.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

#main article.news h2::after {
  content: none;
}

#main article.news .button {
  top: 0;
  right: 0;
}

#main article.news .button a {
  width: 140px;
  max-width: 100%;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 15px;
  border-radius: 15px;
}

#main article.news .button a::before {
  display: inline-block;
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  margin: 0;
  margin-right: 10px;
  vertical-align: middle;
}

#main .wrp-news-list li:not(:first-child), #sub .wrp-news-list li:not(:first-child) {
  margin-top: 20px;
}

#main .wrp-news-list a, #sub .wrp-news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .wrp-news-list a:hover, #sub .wrp-news-list a:hover {
  opacity: .8;
}

#main .wrp-news-list a .tag span, #sub .wrp-news-list a .tag span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  padding: 5px;
  background: #41a634;
  white-space: nowrap;
  margin-right: 5px;
}

#main .wrp-news-list a .txt, #sub .wrp-news-list a .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*--------------------------------
office
--------------------------------*/
#main article.office {
  background: url("/img/top/office-bg.png") center center no-repeat;
  background-size: cover;
}

#main article.office .wrp-tbl, #main article.office figure {
  width: 50%;
}

#main article.office .wrp-tbl th {
  text-align: center;
}

#main article.office .wrp-tbl span {
  font-size: 13px;
  font-size: 1.3rem;
}

/*--------------------------------
footer
--------------------------------*/
footer {
  background: #9cd147;
  padding: 60px 0;
}

footer .tel-bana p {
  line-height: 16px;
  z-index: 1;
}

footer .tel-bana p span {
  padding: 0 10px;
}

footer .tel-bana p::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #41a634;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}

footer .tel-bana {
  padding: 15px;
  border-radius: 10px;
}

footer .footer-nav li {
  line-height: 30px;
  list-style: disc;
}

footer small {
  font-size: 13px;
  font-size: 1.3rem;
}

footer small a, footer small span {
  display: inline-block;
}

footer small a {
  margin: 0 5px;
}
/*# sourceMappingURL=style.css.map */