@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --inter-font:"Inter", sans-serif;
  --base-color: #181818;
  --base_bg: #F4F4F4;
  --white: #FFF;
  --white-8: rgba(255, 255, 255, 0.80);
  --white-82: rgba(255, 255, 255, 0.82);
  --black: #000;
  --black-7: rgba(24, 24, 24, 0.70);
  --green: #00783C;
  --green01: #005028;
  --green02: #033A1F;
  --light-green: #8CAE9D;
  --light-green01: #B9C9BF;
  --light-green01-8: rgba(185, 201, 191, 0.80);
  --light-green01-9: rgba(185, 201, 191, 0.90);
  --light-green02: #85A294;
  --light-green03: #7EAA8F;
  --light-green04: #EAEDEC;
  --yellow: #FFC55F;
  --yellow-9: rgba(255, 197, 95, 0.90);
  --grey: #E8EEEB;
  --grey01: #E7E7E7;
  --brown:#EFEAE5;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media all and (min-width: 897px) and (max-width: 1130px) {
  html {
    font-size: 0.8849557522vw;
  }
}
@media all and (max-width: 389px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body, table, input, textarea, select, option {
  font-family: var(--base-font);
}

article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

chrome_annotation {
  border: none !important;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

address {
  font-style: normal;
}

a {
  color: var(--base-color);
  text-decoration: none;
  transition: 0.3s;
}
a:link {
  color: var(--base-color);
}
a:visited {
  color: var(--base-color);
}
a:active {
  color: var(--base-color);
}
a:hover {
  color: var(--base-color);
}
@media all and (min-width: 897px) and (max-width: 1024px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}
@media all and (max-width: 896px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: var(--base-color);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: var(--base_bg);
}
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
}
@media all and (min-width: 897px) {
  body.fixed {
    overflow-y: scroll;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
  }
  body.fixed {
    width: 100%;
  }
}

#container {
  position: relative;
  text-align: left;
}

#main {
  padding-bottom: 47.4rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main {
    padding-bottom: 22.4rem;
  }
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
#gHeader .hBox {
  padding: 2.4rem 8rem 0;
}
#gHeader h1 {
  width: 20.9rem;
}
#gHeader h1 a {
  display: block;
}
@media all and (min-width: 897px) {
  #gHeader .menuBox {
    display: block !important;
    flex: 1;
    position: fixed;
    top: 3.2rem;
    right: 8rem;
    z-index: 10;
  }
  #gHeader .menuBox .naviBox {
    gap: 4.4rem;
    border: 1px solid var(--green);
    background-color: var(--white);
  }
}
#gHeader .naviBox {
  padding: 0.9rem 0.9rem 0.9rem 3.8rem;
  border-radius: 2.6rem;
  align-items: center;
}
#gHeader .naviBox .btn {
  width: 12.3rem;
}
#gHeader .naviBox .btn a {
  min-height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  line-height: 1.2;
  color: var(--white);
  background-color: var(--green);
  border-radius: 2rem;
}
@media all and (min-width: 1025px) {
  #gHeader .naviBox .btn a:hover {
    color: var(--green);
    background-color: var(--yellow);
  }
}
@media all and (min-width: 897px) and (max-width: 1400px) {
  #gHeader h1 {
    width: 15.214vw;
  }
  #gHeader .hBox {
    padding: 2.4rem 2rem 0.6rem;
  }
  #gHeader .menuBox {
    top: 2.286vw;
    right: 2rem;
  }
}
@media all and (max-width: 896px) {
  #gHeader .hBox {
    position: relative;
    padding: 2.9rem 2rem 0;
  }
  #gHeader h1 {
    width: 12rem;
  }
  #gHeader .naviBox {
    padding: 0 2rem 4rem;
    border-radius: 0;
    display: block;
    border-bottom: 1px solid var(--light-green);
  }
  #gHeader .naviBox .btn {
    width: 15.2rem;
  }
  #gHeader .naviBox .btn a {
    min-height: 4.6rem;
    letter-spacing: 0.07rem;
    line-height: 1;
    border-radius: 6rem;
  }
  #gHeader .menu {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 11;
    width: 4.8rem;
  }
  #gHeader .menu .close {
    display: none;
  }
  #gHeader .menu.on .open {
    display: none;
  }
  #gHeader .menu.on .close {
    display: block;
  }
  #gHeader .menuBox {
    padding: 10rem 2rem 5rem;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--grey);
    z-index: 9;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
  }
  #gHeader .menuBox .subBox {
    margin: 3rem 2rem 0;
  }
  #gHeader .menuBox .menuLogo {
    margin-bottom: 1.6rem;
    width: 16rem;
  }
  #gHeader .menuBox .menuLogo a {
    display: block;
  }
  #gHeader .menuBox .add {
    color: var(--green);
    font-size: 1.2rem;
    line-height: 1.8;
  }
  #gHeader .menuBox .add a {
    color: var(--green);
  }
  #gHeader .menuBox .link a {
    font-size: 1.1rem;
    line-height: 1.2;
    color: var(--green);
    text-decoration: underline;
  }
}

#gNavi {
  flex: 1;
}
#gNavi ul {
  gap: 4.9rem;
}
#gNavi a {
  padding-bottom: 0.5rem;
  display: inline-block;
  color: var(--green);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14rem;
  border-bottom: 0.2rem solid transparent;
}
@media all and (min-width: 1025px) {
  #gNavi a:hover {
    border-bottom-color: var(--yellow);
  }
}
@media all and (min-width: 897px) and (max-width: 1400px) {
  #gNavi ul {
    gap: 2vw;
  }
}
@media all and (max-width: 896px) {
  #gNavi ul {
    margin-bottom: 3.3rem;
    display: block;
  }
  #gNavi ul li:not(:last-child) {
    margin-bottom: 3.3rem;
  }
  #gNavi a {
    padding: 0 0.5rem;
    border-bottom: 0;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 12rem 0 4.3rem;
  position: relative;
  background-color: var(--green);
}
#gFooter .content {
  max-width: 132rem;
}
#gFooter .fBox {
  width: calc(100% - 47rem);
}
#gFooter .sub {
  margin-bottom: 22.3rem;
}
#gFooter .lBox {
  width: 22.7rem;
}
#gFooter .logo {
  margin-bottom: 2.1rem;
  width: 22.7rem;
}
#gFooter .logo a {
  display: block;
}
#gFooter .logo span {
  margin-top: 1rem;
  display: block;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.2;
}
#gFooter .add {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.6;
}
#gFooter .add a {
  color: var(--white);
}
#gFooter .rBox {
  margin: 7rem 0 0 19.7%;
  flex: 1;
}
#gFooter .rBox .naviUl {
  margin-right: 8rem;
}
#gFooter .rBox .naviUl:nth-child(2n) {
  margin-right: 0;
}
#gFooter .rBox li:not(:last-child) {
  margin-bottom: 1.6rem;
}
#gFooter .rBox a {
  padding-left: 2rem;
  position: relative;
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.16rem;
}
#gFooter .rBox a::after {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  height: 0.3rem;
  content: "";
  z-index: 1;
  background-color: var(--yellow);
}
#gFooter .rBox a:hover {
  opacity: 0.7;
}
#gFooter .contactBox {
  width: 46.1rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
#gFooter .contactBox a {
  padding: 12.6rem 8rem 15.3rem;
  display: block;
  background-color: var(--grey);
  border-radius: 16rem 0 0;
}
#gFooter .contactBox a:hover {
  opacity: 0.7;
}
#gFooter .contactBox .h_title {
  width: fit-content;
  padding: 0 1.5rem 7rem 0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.32rem;
  color: var(--light-green);
  background: url(../img/common/icon01.png) no-repeat right bottom/8.8rem;
}
#gFooter .contactBox .h_title .en {
  margin-bottom: 1rem;
  display: block;
  font-size: 7.2rem;
  font-weight: 600;
  color: var(--green);
  line-height: 1.2;
}
#gFooter .contactBox .h_title .jp {
  padding-left: 1rem;
}
#gFooter address {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  color: var(--white);
  font-family: var(--inter-font);
}
@media all and (min-width: 897px) and (max-width: 1400px) {
  #gFooter .fBox {
    width: calc(100% - 37rem);
  }
  #gFooter .rBox {
    margin-left: 7%;
  }
  #gFooter .contactBox {
    width: 32.929vw;
    min-width: 37rem;
  }
  #gFooter .contactBox a {
    padding: 12.6rem 5vw 15.3rem;
  }
}
@media all and (min-width: 897px) and (max-width: 1300px) {
  #gFooter .contactBox .h_title .en {
    font-size: 6.2rem;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 8rem 0 0;
  }
  #gFooter .fBox {
    margin-bottom: 1.2rem;
    width: auto;
  }
  #gFooter .sub {
    margin-bottom: 8.5rem;
    display: block;
  }
  #gFooter .lBox {
    margin-bottom: 5.9rem;
    width: auto;
  }
  #gFooter .rBox {
    margin: 0;
    display: block;
  }
  #gFooter .rBox .naviUl {
    margin: 0 0 1.6rem;
  }
  #gFooter .rBox .naviUl:last-child {
    margin-bottom: 0;
  }
  #gFooter .rBox a {
    display: block;
  }
  #gFooter .rBox a::after {
    top: 1.2rem;
  }
  #gFooter .contactBox {
    margin: 0 -2rem 0 auto;
    width: fit-content;
    position: static;
  }
  #gFooter .contactBox a {
    padding: 6.6rem 3rem 4rem 7.4rem;
    border-radius: 8rem 0 0;
  }
  #gFooter .contactBox .h_title {
    padding: 0 0 7rem 0;
    font-weight: 1.6rem;
    background: url(../img/common/icon01.png) no-repeat right bottom/8.8rem;
  }
  #gFooter .contactBox .h_title .en {
    font-size: 6.4rem;
    letter-spacing: 0.025em;
  }
  #gFooter .contactBox .h_title .jp {
    padding-left: 0.8rem;
  }
  #gFooter address {
    text-align: right;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}