@charset "UTF-8";
/*******************************
Reset CSS (exclude "sup")
*******************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

img {
  vertical-align: middle; }

@font-face {
  font-family: GenJyuu;
  src: url("../webfonts/GenJyuuGothic-Medium.ttf"); }
@font-face {
  font-family: GenJyuu;
  src: url("../webfonts/GenJyuuGothic-Bold.ttf") format(”truetype”); }
/* nomal */
@font-face {
  font-family: GenJyuu;
  src: url("../webfonts/GenJyuuGothic-Medium.ttf");
  font-weight: normal; }
/* bold */
@font-face {
  font-family: GenJyuu;
  src: url("../webfonts/GenJyuuGothic-Bold.ttf");
  font-weight: 600; }
/*******************************
Default Style
*******************************/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  color: #1f1f1f;
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: 90px; }
  @media only screen and (max-width: 1200px) {
    body {
      padding-top: 50px; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 1.6rem; } }

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0; }

input, button, textarea, select {
  color: #1f1f1f;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 1.6rem; }

textarea {
  vertical-align: top; }

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background: #EBEDEC; }

.wpcf7-submit {
  display: inline-block;
  border-radius: 5px;
  border: none;
  width: 400px;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1em;
  transition: .3s;
  position: relative;
  text-align: center;
  background: #3EB370; }
  @media only screen and (max-width: 768px) {
    .wpcf7-submit {
      width: 70%;
      font-size: 16px;
      display: block;
      margin: 0 auto; } }
  .wpcf7-submit::after {
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 20px;
    display: block;
    background: url("../img/page/archive-arrow.svg") no-repeat;
    background-size: contain;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .wpcf7-submit::after {
        width: 24px;
        height: 24px; } }

.wpcf7-submit:hover:enabled {
  background: #009944;
  color: #fff; }

*:focus {
  outline: none; }

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

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .wrapper {
      width: 100%;
      padding: 0 60px; } }
  @media only screen and (max-width: 768px) {
    .wrapper {
      width: 100%;
      padding: 0 20px; } }

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .wrap {
      width: 100%;
      padding: 0 40px; } }

.wrapinner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .wrapinner {
      width: 100%;
      padding: 0 60px; } }
  @media only screen and (max-width: 768px) {
    .wrapinner {
      width: 100%;
      padding: 0 20px; } }

.center {
  text-align: center; }

.hoverImg {
  transition: .3s; }
  @media only screen and (min-width: 769px) {
    .hoverImg:hover {
      opacity: 0.7; } }

.hoverTxt {
  text-decoration: none;
  color: inherit; }
  .hoverTxt:hover {
    text-decoration: underline; }

.mB20 {
  margin-bottom: 20px !important; }

.mB40 {
  margin-bottom: 40px !important; }

.mB60 {
  margin-bottom: 60px !important; }

.mB80 {
  margin-bottom: 80px !important; }

.mB120 {
  margin-bottom: 120px !important; }

.mB160 {
  margin-bottom: 160px !important; }

.mB180 {
  margin-bottom: 180px !important; }

.mB200 {
  margin-bottom: 200px !important; }

@media only screen and (max-width: 768px) {
  .mB40 {
    margin-bottom: 20px !important; }

  .mB60 {
    margin-bottom: 30px !important; }

  .mB80 {
    margin-bottom: 40px !important; }

  .mB120 {
    margin-bottom: 60px !important; }

  .mB160 {
    margin-bottom: 80px !important; }

  .mB180 {
    margin-bottom: 90px !important; }

  .mB200 {
    margin-bottom: 100px !important; }

  .pcView {
    display: none; } }
@media only screen and (min-width: 769px) {
  .spView {
    display: none; } }
@media only screen and (max-width: 768px) {
  .pcView {
    display: none; } }
.btn_more {
  text-align: center; }
  .btn_more a {
    display: inline-block;
    border-radius: 5px;
    width: 400px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1em;
    background: #3EB370;
    transition: .3s;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .btn_more a {
        width: 70%;
        font-size: 16px; } }
    .btn_more a:hover {
      background: #009944; }
    .btn_more a::after {
      content: '';
      width: 18px;
      height: 18px;
      margin-left: 20px;
      display: block;
      background: url("../img/top/btn_arrow.svg") no-repeat;
      background-size: contain;
      color: #fff;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .btn_more a::after {
          width: 24px;
          height: 24px; } }

.torikumi .btn_more {
  text-align: left; }
  @media only screen and (max-width: 1200px) {
    .torikumi .btn_more {
      text-align: center; } }
  .torikumi .btn_more a {
    width: 90%;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .torikumi .btn_more a {
        max-width: 400px; } }
    @media only screen and (max-width: 768px) {
      .torikumi .btn_more a {
        width: 70%; } }

.archive-link {
  margin-top: 80px;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .archive-link {
      margin-top: 40px;
      text-align: center; } }
  .archive-link a {
    display: inline-block;
    border-radius: 5px;
    width: 400px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1em;
    background: #3EB370;
    transition: .3s;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .archive-link a {
        width: 70%;
        font-size: 16px; } }
    .archive-link a:hover {
      background: #009944; }
    .archive-link a::after {
      content: '';
      width: 18px;
      height: 18px;
      margin-left: 20px;
      display: block;
      background: url("../img/page/archive-arrow.svg") no-repeat;
      background-size: contain;
      color: #fff;
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .archive-link a::after {
          width: 24px;
          height: 24px; } }

.archive-wprks-link {
  margin-top: 80px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .archive-wprks-link {
      margin-top: 40px;
      text-align: center; } }
  .archive-wprks-link a {
    display: inline-block;
    border-radius: 5px;
    width: 400px;
    color: #009944;
    text-decoration: none;
    padding: 20px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1em;
    border: 1px solid #009944;
    transition: .3s;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .archive-wprks-link a {
        width: 70%;
        font-size: 16px; } }
    .archive-wprks-link a::after {
      content: '';
      width: 18px;
      height: 18px;
      margin-left: 20px;
      display: block;
      background: url("../img/page/works-arrow.svg") no-repeat;
      background-size: contain;
      color: #fff;
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .archive-wprks-link a::after {
          width: 24px;
          height: 24px; } }
    .archive-wprks-link a:hover {
      background: #009944;
      color: #fff; }
      .archive-wprks-link a:hover::after {
        background: url("../img/page/works-arrow-wht.svg") no-repeat;
        background-size: contain; }

@media only screen and (min-width: 769px) {
  .fadeIn {
    opacity: 0;
    transition: .6s; }

  .is-fadeIn {
    opacity: 1; }

  .fadeUpIn {
    opacity: 0;
    transform: translate(0, 50px);
    transition: .3s; }

  .is-fadeUpIn {
    opacity: 1;
    transform: translate(0, 0); }

  .fadeLeftIn {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .3s ease, transform .3s ease; }

  .is-fadeLeftIn {
    opacity: 1;
    transform: translateX(0); }

  .fadeRightIn {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity .3s ease, transform .3s ease; }

  .is-fadeRightIn {
    opacity: 1;
    transform: translateX(0); } }
.delay_10 {
  transition-delay: .1s; }

.delay_20 {
  transition-delay: .2s; }

.delay_30 {
  transition-delay: .3s; }

/*---------------------------
HEADER
----------------------------*/
.header {
  width: 100%;
  height: 90px;
  background: #fff;
  transition: all .3s ease;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .header .menu > li > a,
  .header .submenu a {
    text-decoration: none;
    color: #1f1f1f; }
  .header .menu > li > a:hover {
    background: #009944;
    color: #fff; }
  .header__inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto; }
  .header.is-scrolled {
    height: 70px; }
    @media only screen and (max-width: 768px) {
      .header.is-scrolled {
        height: auto; } }
    .header.is-scrolled .menu > li > a {
      height: 70px;
      color: #1f1f1f; }
      @media only screen and (max-width: 768px) {
        .header.is-scrolled .menu > li > a {
          height: auto; } }
      .header.is-scrolled .menu > li > a:hover {
        color: #fff; }
    .header.is-scrolled .contact-btn {
      height: 70px; }
    .header.is-scrolled .logo a {
      height: 50px; }

/*------ logo ------*/
.logo {
  width: 400px;
  height: 64px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 1200px) {
    .logo {
      width: auto;
      margin-left: 10px; }
      .logo img {
        height: 50px; } }
  @media only screen and (max-width: 768px) {
    .logo img {
      max-height: 30px; } }

/*------ header navi ------*/
.gnav {
  display: flex;
  align-items: center;
  height: 100%; }

.menu {
  display: flex;
  height: 100%; }
  .menu > li {
    position: relative; }
    .menu > li > a {
      display: flex;
      align-items: center;
      height: 90px;
      padding: 0 20px;
      white-space: nowrap;
      transition: .3s;
      font-size: 16px; }
      @media only screen and (max-width: 1360px) {
        .menu > li > a {
          padding: 0 10px; } }

.contact-btn {
  width: 190px;
  height: 90px;
  background: #3EB370;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  color: #fff;
  text-decoration: none;
  font-size: 16px; }
  @media only screen and (max-width: 1360px) {
    .contact-btn {
      width: 120px;
      padding: 0 10px; } }
  .contact-btn:hover {
    background: #009944;
    color: #fff; }

/*------ dropdown ------*/
.has-child {
  position: relative; }
  .has-child:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  z-index: 10000; }
  .submenu li {
    border-bottom: 1px solid #ddd; }
    .submenu li:last-child {
      border: none; }
    .submenu li a {
      display: block;
      padding: 10px 20px;
      font-size: 16px; }
      .submenu li a:hover {
        background: #f5f5f5; }

.hamburger,
.submenu-toggle {
  display: none; }

/*------ header sp ------*/
@media only screen and (max-width: 768px) {
  .header {
    height: 50px; }
    .header__inner {
      padding: 0 20px; }

  .logo a {
    width: 180px;
    height: 45px;
    margin-left: 0;
    font-size: 1.4rem; }

  .hamburger {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: none;
    background: transparent;
    cursor: pointer; }
    .hamburger span {
      width: 100%;
      height: 2px;
      background: #000; }

  .gnav {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    flex-direction: column;
    border-top: 1px solid #ddd; }
    .gnav.active {
      display: flex; }

  .menu {
    width: 100%;
    flex-direction: column; }
    .menu > li {
      border-bottom: 1px solid #eee; }
      .menu > li > a {
        height: auto;
        padding: 14px 20px; }

  .contact-btn {
    display: none; }

  .has-child > a {
    position: relative;
    display: block; }
    .has-child > a::after {
      content: '+';
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px;
      transition: .3s; }
  .has-child.is-open > a::after {
    transform: translateY(-50%) rotate(45deg); }

  .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    min-width: auto;
    border: none;
    background: #f8f8f8; }
    .submenu.open {
      display: block; }
    .submenu li a {
      padding: 15px 40px;
      font-size: 16px; } }
/*---------------------------
FOOTER
----------------------------*/
#footer {
  position: relative; }

.footer {
  width: 100%;
  position: relative; }

.footerBannerArea {
  height: 60px; }
  .footerBannerArea__inner {
    height: 60px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    transform: translate(0, 200px);
    transition: .4s;
    transition-delay: .2s; }
    .footerBannerArea__inner.is-show-banner {
      transform: translate(0, 0); }
  @media only screen and (min-width: 769px) {
    .footerBannerArea {
      display: none; } }

.footerBanner__list {
  display: flex; }
  .footerBanner__list li {
    flex: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9; }
    .footerBanner__list li:last-child {
      border-right-style: none; }
    .footerBanner__list li img {
      margin-right: 5px; }
    .footerBanner__list li a {
      color: #1f1f1f;
      text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .footerBanner__list li {
        padding: 10px;
        height: 60px;
        font-size: 14px; } }

.footerMiddle {
  padding: 60px 0;
  position: relative;
  background: #DBEBC4; }
  @media only screen and (max-width: 768px) {
    .footerMiddle {
      padding: 30px 0; } }
  .footerMiddle__nav {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .footerMiddle__nav {
        flex-wrap: wrap; } }
    .footerMiddle__nav li {
      width: 48%;
      max-width: 540px; }
      @media only screen and (max-width: 768px) {
        .footerMiddle__nav li {
          width: 100%;
          max-width: 100%;
          margin-bottom: 20px; }
          .footerMiddle__nav li:last-child {
            margin-bottom: 0; } }
  .footerMiddle__info {
    text-align: center; }
    .footerMiddle__info p {
      font-size: 21px; }
      @media only screen and (max-width: 768px) {
        .footerMiddle__info p {
          font-size: 16px; } }
      .footerMiddle__info p span {
        font-size: 18px;
        display: block; }
        @media only screen and (max-width: 768px) {
          .footerMiddle__info p span {
            font-size: 16px; } }
  .footerMiddle a {
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 30px;
    font-size: 21px;
    font-weight: bold;
    transition: all 0.3s;
    text-decoration: none;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .footerMiddle a {
        width: 80%;
        margin: 0 auto;
        font-size: 16px; } }
  @media only screen and (min-width: 769px) {
    .footerMiddle a[href^="tel:"] {
      pointer-events: none !important; } }
  .footerMiddle__tel {
    border: 3px solid #009944;
    color: #009944;
    background: #fff; }
  .footerMiddle__mail {
    background: #3EB370;
    color: #fff;
    border: 3px solid #3EB370; }
    .footerMiddle__mail:hover {
      background: #009944;
      border: 3px solid #009944; }

h2.footer_h2 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    h2.footer_h2 {
      font-size: 24px;
      margin-bottom: 24px; } }
  h2.footer_h2 span {
    font-size: 18px;
    color: #009944;
    display: block; }
    @media only screen and (max-width: 768px) {
      h2.footer_h2 span {
        font-size: 16px; } }

.footerBottom {
  padding: 80px 0; }
  @media only screen and (max-width: 768px) {
    .footerBottom {
      padding: 40px 0; } }
  .footerBottom__inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      .footerBottom__inner {
        flex-wrap: wrap; } }
  .footerBottom__info {
    max-width: 440px; }
    .footerBottom__info img {
      margin-bottom: 16px; }
      @media only screen and (max-width: 768px) {
        .footerBottom__info img {
          max-width: 260px; } }
    @media only screen and (max-width: 1200px) {
      .footerBottom__info {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px; } }

.footerBottomNavi {
  width: 560px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 1200px) {
    .footerBottomNavi {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .footerBottomNavi {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 768px) {
    .footerBottomNavi ul {
      width: 50%;
      margin-bottom: 20px; } }
  .footerBottomNavi ul li {
    margin-bottom: 20px; }
    .footerBottomNavi ul li:last-child {
      margin: 0; }
  .footerBottomNavi ul a {
    color: #1f1f1f;
    text-decoration: none;
    transition: all 0.3s; }
    .footerBottomNavi ul a:hover {
      color: #009944; }
    .footerBottomNavi ul a::before {
      content: '';
      width: 16px;
      height: 1px;
      background: #009944;
      line-height: 1;
      vertical-align: middle;
      display: inline-block;
      margin-right: 10px; }

.copyRight {
  text-align: center;
  background: #3EB370;
  color: #fff;
  font-size: 11px; }

.sideBtn {
  width: 60px;
  height: 60px;
  position: fixed;
  right: -60px;
  z-index: 1000;
  transition: right .3s; }
  .sideBtn.is-show {
    right: 5px; }
  .sideBtn li {
    text-align: center;
    margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .sideBtn {
      width: 40px;
      height: 40px;
      right: -40px; } }

/*---------------------------
TOP
----------------------------*/
h2.top_h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
  text-align: center; }
  h2.top_h2 span {
    font-size: 18px;
    color: #009944;
    display: block; }
  h2.top_h2::after {
    content: '';
    width: 60px;
    height: 5px;
    background: #009944;
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    h2.top_h2 {
      margin-bottom: 40px;
      font-size: 24px; } }

.homeImage {
  width: 100%;
  height: 90vh;
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  .homeImage {
    height: 60vh; } }
.homeImage .swiper {
  width: 100%;
  height: 100%; }

.homeImage .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

.homeImage .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s linear; }

.homeImage .swiper-slide-active img {
  transform: scale(1.05); }

.homeImage .swiper-button-prev {
  opacity: 0;
  left: 10px;
  transition: all .3s ease; }

.homeImage .swiper-button-next {
  opacity: 0;
  right: 10px;
  transition: all .3s ease; }

.js-mvSlider:hover .swiper-button-prev {
  opacity: 1;
  left: 20px; }

.js-mvSlider:hover .swiper-button-next {
  opacity: 1;
  right: 20px; }

.js-mvSlider .swiper-button-prev,
.js-mvSlider .swiper-button-next {
  opacity: 0;
  padding: 10px;
  transition: .4s;
  width: 40px;
  height: 40px;
  color: #fff;
  top: calc(50% + 20px) !important;
  margin-top: 0 !important;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%; }

.js-mvSlider:hover .swiper-button-prev,
.js-mvSlider:hover .swiper-button-next {
  opacity: .8; }

.js-mvSlider .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5); }

.js-mvSlider .swiper-pagination-bullet-active {
  background: #3EB370;
  opacity: 1; }

.text-left {
  position: absolute;
  top: 160px;
  left: 100px;
  z-index: 999; }
  @media only screen and (max-width: 768px) {
    .text-left {
      top: 80px;
      left: 20px; } }
  .text-left h2 {
    font-family: GenJyuu;
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .text-left h2 {
        font-size: 30px;
        line-height: 1.4; } }
    .text-left h2 span {
      font-size: 16px;
      letter-spacing: 0;
      display: block;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        .text-left h2 span {
          font-size: 14px; } }

/*------ homeNews ------*/
.news-bar {
  height: 80px;
  background: #45b56d; }

.news-inner {
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .news-inner a {
    text-decoration: none;
    color: #fff; }
    .news-inner a:hover {
      text-decoration: underline; }

.news-title {
  height: 80px;
  position: relative; }
  .news-title span {
    width: 160px;
    height: 100%;
    background: #00963f;
    clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #fff;
    font-size: 24px; }
    @media only screen and (max-width: 768px) {
      .news-title span {
        width: 80px;
        font-size: 16px; } }
  .news-title::after {
    content: '';
    margin: auto;
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px; }
    @media only screen and (max-width: 768px) {
      .news-title::after {
        display: none; } }

.news-date {
  margin-left: 40px;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .news-date {
      margin-left: 0; } }

.news-inline {
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .news-inline {
      width: calc(100% - 80px);
      flex-wrap: wrap;
      justify-content: flex-start;
      position: relative; } }

.news-category {
  margin-left: 20px;
  padding: 2px 5px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .news-category {
      margin-left: 10px; } }

.news-text {
  margin-left: 20px;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .news-text {
      width: calc(100% - 30px);
      margin-left: 0;
      display: block; } }

.news-btn {
  margin-left: auto;
  padding: 2px 5px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s; }
  @media only screen and (max-width: 768px) {
    .news-btn {
      border: none;
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      height: 24px; } }
  .news-btn::before {
    content: 'お知らせ一覧';
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .news-btn::before {
        display: none; } }
  .news-btn::after {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../img/top/btn_arrow.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .news-btn::after {
        width: 24px;
        height: 24px; } }
  @media only screen and (min-width: 769px) {
    .news-btn:hover {
      background: #fff;
      color: #3EB370;
      text-decoration: none; }
      .news-btn:hover::after {
        background: url("../img/top/btn_arrow-grn.svg") no-repeat; } }

/*------ homeAbout ------*/
.homeAbout {
  padding-top: 160px; }
  @media only screen and (max-width: 768px) {
    .homeAbout {
      padding-top: 80px; } }

.aboutus {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .aboutus {
      flex-wrap: wrap; } }
  .aboutus__txt {
    width: 500px; }
    @media only screen and (max-width: 1200px) {
      .aboutus__txt {
        width: 100%; } }
  .aboutus__img {
    margin-left: 30px;
    max-width: 650px; }
    @media only screen and (max-width: 1200px) {
      .aboutus__img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px; }
        .aboutus__img img {
          display: block;
          margin: 0 auto; } }

h2.h2_aboutus {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2; }
  @media only screen and (max-width: 768px) {
    h2.h2_aboutus {
      font-size: 24px;
      margin-bottom: 30px; } }
  h2.h2_aboutus span {
    margin-bottom: 16px;
    color: #009944;
    font-weight: bold;
    font-size: 18px;
    display: block; }
    @media only screen and (max-width: 768px) {
      h2.h2_aboutus span {
        font-size: 16px; } }
    h2.h2_aboutus span::before {
      content: '';
      width: 18px;
      height: 18px;
      line-height: 18px;
      border-radius: 50%;
      background: #009944;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }

/*------ homeWorks ------*/
.homeWorks {
  padding: 160px 0 120px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .homeWorks {
      padding: 80px 0 60px; } }
  @media only screen and (max-width: 768px) {
    .homeWorks {
      padding-top: 80px; } }

.workslide {
  padding: 0 30px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .workslide {
      padding: 0 10px; } }

.workslide .swiper-wrapper {
  align-items: stretch;
  height: auto; }

.swiper-slide {
  height: auto; }

.workslide .swiper-button-prev::after,
.workslide .swiper-button-next::after {
  display: none; }

.workslide .swiper-button-prev,
.workslide .swiper-button-next {
  width: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .workslide .swiper-button-prev,
    .workslide .swiper-button-next {
      width: 40px; } }

.workslide .swiper-button-prev img,
.workslide .swiper-button-next img {
  width: 50px;
  height: 50px; }
  @media only screen and (max-width: 768px) {
    .workslide .swiper-button-prev img,
    .workslide .swiper-button-next img {
      width: 40px;
      height: 40px; } }

.workslide .swiper-button-prev {
  right: calc(100% - 1.6rem); }
  @media only screen and (max-width: 1200px) {
    .workslide .swiper-button-prev {
      right: calc(100% - 5.2rem); } }

.workslide .swiper-button-next {
  left: calc(100% - 1.6rem); }
  @media only screen and (max-width: 1200px) {
    .workslide .swiper-button-next {
      left: calc(100% - 5.2rem); } }

.workslide .swiper-button-prev::after,
.workslide .swiper-button-next::after,
.workslide .swiper-button-prev svg,
.workslide .swiper-button-next svg,
.workslide .swiper-navigation-icon {
  display: none !important; }

.workslide .work,
.worklist .work {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .workslide .work,
    .worklist .work {
      height: 240px; } }
  .workslide .work__img,
  .worklist .work__img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    overflow: hidden; }
    .workslide .work__img::before,
    .worklist .work__img::before {
      content: '';
      width: 100%;
      height: 90px;
      display: block;
      position: absolute;
      bottom: 0;
      background-image: linear-gradient(0deg, #00000082 1%, transparent);
      z-index: 2; }
    .workslide .work__img img,
    .worklist .work__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s; }
  .workslide .work__title,
  .worklist .work__title {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 3; }
    @media only screen and (max-width: 768px) {
      .workslide .work__title,
      .worklist .work__title {
        font-size: 14px; } }

.swiper-slide:hover .work__img img {
  transform: scale(1.1); }

.worklist a:hover .work__img img {
  transform: scale(1.1); }

.swiper-slide:hover .work__img::before {
  height: 400px;
  background-image: linear-gradient(0deg, #00000082 3%, transparent); }

.works_type {
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .works_type {
      font-size: 12px; } }

.public {
  background: #3EB370; }

.private {
  background: #74BA5A; }

.workTypeLink {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .workTypeLink {
      flex-wrap: wrap; } }
  .workTypeLink li {
    width: 50%; }
    @media only screen and (max-width: 1200px) {
      .workTypeLink li {
        width: 100%; }
        .workTypeLink li:first-child {
          margin-bottom: 30px; } }
    .workTypeLink li p {
      font-size: 40px;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .workTypeLink li p {
          font-size: 24px; } }
      .workTypeLink li p span {
        font-size: 12px;
        font-weight: normal;
        display: block;
        letter-spacing: 3px; }
  .workTypeLink a {
    width: 420px;
    margin: 0 auto;
    padding: 5px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transition: all 0.3s;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .workTypeLink a {
        width: 70%;
        line-height: 1.2; } }
    .workTypeLink a::after {
      content: '';
      width: 30px;
      height: 30px;
      background: url("../img/worktypelink.svg") no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto; }
  .workTypeLink-public {
    background: #3EB370; }
  .workTypeLink-private {
    background: #74BA5A; }
  .workTypeLink-public:hover {
    background: #009944; }
  .workTypeLink-private:hover {
    background: #55b230; }

/*------ homeeffort ------*/
.homeeffort {
  padding: 120px 0;
  background: #F2F7F3; }
  @media only screen and (max-width: 768px) {
    .homeeffort {
      padding: 60px 0; } }
  .homeeffort__inner {
    max-width: 1400px;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      .homeeffort__inner {
        padding: 0 60px; } }
    @media only screen and (max-width: 768px) {
      .homeeffort__inner {
        width: 100%;
        padding: 0 20px; } }

h2.h2_torikumi {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    h2.h2_torikumi {
      font-size: 24px;
      margin-bottom: 30px; } }
  h2.h2_torikumi span {
    font-size: 18px;
    color: #009944;
    display: block; }
    @media only screen and (max-width: 768px) {
      h2.h2_torikumi span {
        font-size: 16px; } }
    h2.h2_torikumi span::before {
      content: '';
      width: 18px;
      height: 18px;
      margin-right: 10px;
      line-height: 18px;
      display: inline-block;
      border-radius: 50%;
      background: #009944;
      vertical-align: middle; }

.torikumi {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .torikumi {
      flex-wrap: wrap;
      margin-bottom: 40px; } }
  .torikumi__txt {
    width: 30%;
    max-width: 465px; }
    @media only screen and (max-width: 1200px) {
      .torikumi__txt {
        width: 100%;
        max-width: 100%; } }
  .torikumi__3col {
    width: 65%;
    margin-top: 20px;
    max-width: 990px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      .torikumi__3col {
        width: 90%;
        margin: 0 auto;
        max-width: 100%; } }
    @media only screen and (max-width: 768px) {
      .torikumi__3col {
        flex-wrap: wrap; } }
    .torikumi__3col li {
      width: calc(100% / 3 - 15px);
      height: 300px;
      max-width: 300px; }
      @media only screen and (max-width: 1200px) {
        .torikumi__3col li {
          height: auto; } }
      @media only screen and (max-width: 768px) {
        .torikumi__3col li {
          width: 100%;
          max-width: 100%;
          margin-bottom: 20px; } }
      .torikumi__3col li:last-child {
        margin-bottom: 0; }
    .torikumi__3col a {
      width: 100%;
      height: 100%;
      padding: 20px 10px;
      display: block;
      background: #fff;
      color: #1f1f1f;
      text-decoration: none;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 10px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .torikumi__3col a {
          padding: 10px 20px; } }
      .torikumi__3col a::before {
        content: '';
        width: 21px;
        height: 21px;
        display: block;
        background: url("../img/top/effort-arrow.svg") no-repeat;
        background-size: contain;
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto; }
    .torikumi__3col img {
      display: block;
      margin: 0 auto 16px; }
      @media only screen and (max-width: 768px) {
        .torikumi__3col img {
          width: auto;
          height: 40px; } }
  .torikumi__3col-ttl {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #009944;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .torikumi__3col-ttl {
        margin-bottom: 10px;
        font-size: 18px; } }
    .torikumi__3col-ttl span {
      display: block;
      font-size: 16px; }
      @media only screen and (max-width: 768px) {
        .torikumi__3col-ttl span {
          font-size: 14px; } }

@media only screen and (min-width: 1201px) {
  .btn_pcgone {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .btn_spgone {
    display: none; } }
/*------ homeBlog ------*/
.homeBlog {
  padding: 160px 0; }
  @media only screen and (max-width: 768px) {
    .homeBlog {
      padding: 80px 0; } }
  .homeBlog__inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      .homeBlog__inner {
        flex-wrap: wrap; } }
  .homeBlog__ttl {
    width: 260px; }
    @media only screen and (max-width: 1200px) {
      .homeBlog__ttl {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .homeBlog__ttl {
        margin-bottom: 20px; } }
  .homeBlog__list {
    width: calc(100% - 280px); }
    @media only screen and (max-width: 1200px) {
      .homeBlog__list {
        width: 100%; } }

h2.h2_blog {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    h2.h2_blog {
      font-size: 24px;
      margin-bottom: 0; } }
  h2.h2_blog span {
    font-size: 18px;
    color: #009944;
    display: block; }
    @media only screen and (max-width: 768px) {
      h2.h2_blog span {
        font-size: 16px; } }
    h2.h2_blog span::before {
      content: '';
      width: 18px;
      height: 18px;
      margin-right: 10px;
      line-height: 18px;
      display: inline-block;
      border-radius: 50%;
      background: #009944;
      vertical-align: middle; }

.blog {
  width: 100%;
  border-top: 1px solid #DBDBDB; }
  .blog li {
    width: 100%;
    border-bottom: 1px solid #DBDBDB; }
    .blog li a {
      width: 100%;
      padding: 30px;
      display: block;
      color: #1f1f1f;
      text-decoration: none;
      transition: all 0.3s;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .blog li a {
          padding: 10px; } }
  .blog__box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .blog__img {
    width: 140px;
    height: 130px;
    overflow: hidden;
    border-radius: 5px; }
    @media only screen and (max-width: 768px) {
      .blog__img {
        width: 100px;
        height: 100px; } }
    .blog__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s; }
  .blog__info {
    padding-right: 100px;
    width: calc(100% - 160px); }
    @media only screen and (max-width: 768px) {
      .blog__info {
        padding-right: 20px;
        width: calc(100% - 120px); } }
    .blog__info span {
      display: block;
      font-size: 16px; }
      @media only screen and (max-width: 768px) {
        .blog__info span {
          font-size: 12px; } }
  .blog a:hover {
    color: #009944; }
    .blog a:hover img {
      transform: scale(1.1); }
  .blog__arrow {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .blog__arrow {
        width: 20px;
        height: 20px;
        right: 10px; } }

.blog-btn {
  margin-left: auto;
  padding: 5px 10px;
  border: 1px solid #009944;
  border-radius: 999px;
  color: #009944;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s; }
  @media only screen and (max-width: 768px) {
    .blog-btn {
      float: right; } }
  .blog-btn::after {
    content: '';
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    background: url("../img/top/btn_arrow-grn.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .blog-btn::after {
        width: 24px;
        height: 24px; } }
  @media only screen and (min-width: 769px) {
    .blog-btn:hover {
      background: #009944;
      color: #fff;
      text-decoration: none; }
      .blog-btn:hover::after {
        background: url("../img/top/btn_arrow.svg") no-repeat; } }

/*# sourceMappingURL=style.css.map */
