@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #323c44;
  font-size: 15px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #2f9649;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

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

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

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

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

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #2f9649;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#side li + li {
  margin-top: 20px;
}

#side a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#side a:hover {
  opacity: 0.6;
}

@media (max-width: 1399px) {
  #side {
    width: 7.14286vw;
  }
}

@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
}

#header .top {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 90px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#header .right {
  height: 90px;
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .links {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#header .links li {
  width: 200px;
  height: 50px;
}

#header .links li.privacy {
  background-color: #2f9649;
}

#header .links li.privacy a {
  letter-spacing: 0.05em;
  color: #fff;
  background-image: url(../images/arrow-nav.png);
  background-repeat: no-repeat;
  background-position: bottom 9px right 10px;
}

#header .links li.tel {
  background-color: #f2f5f8;
}

#header .links li.tel a {
  letter-spacing: 0.1em;
  color: #323c44;
}

#header .links a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  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;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
}

#header .links a:hover {
  opacity: 0.6;
}

#header .contactbtn {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

#header .contactbtn .btn a {
  margin-left: auto;
  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;
  width: 100%;
  max-width: 330px;
  height: 80px;
  border-radius: 8px 0px 0 8px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #2f9649;
  background-image: url(../images/mail-icon.png), url(../images/arrow-mail.png);
  background-repeat: no-repeat;
  background-position: center left 40px, center right 20px;
}

#header .contactbtn .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 1199px) {
  #header .top {
    padding-left: 0px;
  }
  #header .right {
    margin-left: 30px;
  }
  #header .links {
    margin-left: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #header .links li {
    width: 160px;
    height: 45px;
  }
  #header .links li.privacy a {
    background-image: none;
  }
  #header .links a {
    font-size: 13px;
  }
}

@media (max-width: 999px) {
  #header .links {
    display: none;
  }
  #header .top {
    height: 60px;
    padding-right: 60px;
  }
  #header .left {
    -ms-flex-negative: inherit;
        flex-shrink: inherit;
  }
  #header .right {
    height: auto;
    margin-left: 0;
  }
  #header .logo img {
    min-width: 0px;
    width: auto;
  }
  #header .contactbtn {
    margin-top: -30px;
  }
  #header .contactbtn .btn a {
    max-width: 250px;
    height: 60px;
    font-size: 14px;
    background-position: center left 20px, center right 10px;
    background-size: 20px auto, 30px auto;
  }
}

#gnav {
  width: 100%;
  height: 90px;
  max-width: 865px;
}

#gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gnav > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#gnav > ul > li > a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-decoration: none;
  color: #323c44;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}

#gnav > ul > li > a:hover {
  opacity: 0.6;
}

#gnav > ul > li > a small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: normal;
}

#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}

#gnav > ul > li ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  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;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  #gnav > ul > li > a {
    font-size: 15px;
  }
  #gnav > ul > li > a small {
    font-size: 12px;
  }
}

@media (max-width: 999px) {
  #gnav {
    max-width: none;
  }
  #gnav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gnav > ul > li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li > a {
    color: #fff;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#pagetop:hover {
  opacity: 0.6;
}

@media (max-width: 1250px) {
  #pagetop {
    right: 20px;
  }
}

@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #f2f5f8;
}

#footer .inner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#footer .logo {
  margin-bottom: 30px;
}

#footer .logo a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#footer .logo a:hover {
  opacity: 0.6;
}

#footer #copyright {
  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;
  height: 50px;
  padding: 0px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  background-color: #2f9649;
}

#footer #fnav {
  margin-bottom: 30px;
  padding-top: 40px;
  background-image: url(../images/fnv-menu.png);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
}

#footer #fnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer #fnav > ul > li > a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #323c44;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}

#footer #fnav > ul > li ul li::before {
  content: "―";
  padding: 0 10px;
}

#footer #fnav > ul > li ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}

#footer #fnav > ul > li ul li a:hover {
  opacity: 0.6;
}

#footer .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer .links li.privacy {
  margin-top: 13px;
  margin-right: 40px;
}

#footer .links li.privacy a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #2f9649;
  border-bottom: solid 1px #2f9649;
}

#footer .links li.contact {
  width: 300px;
  height: 60px;
}

#footer .links li.contact a {
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 8px;
  background-color: #2f9649;
  background-image: url(../images/fnv-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

#footer .links li.contact a:before {
  margin-right: 20px;
  display: block;
  content: "";
  width: 18px;
  height: 14px;
  background: url(../images/fnv-mail-icon.png) no-repeat center/cover;
}

#footer .links a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: bold;
}

#footer .links a:hover {
  opacity: 0.6;
}

@media (max-width: 999px) {
  #footer .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer #fnav > ul > li > a {
    font-size: 16px;
  }
  #footer .links li.privacy a {
    font-size: 16px;
  }
  #footer .links li.contact {
    width: 250px;
    height: 60px;
  }
  #footer .links li.contact a {
    padding-left: 25px;
    background-position: center right 10px;
  }
  #footer .links li.contact a:before {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  #footer .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .links li.privacy {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #footer #fnav {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */