@charset "UTF-8";
@layer reset {
  /*************************************************************
  リセットCSS
  *************************************************************/
  /* Reset */
  * {
    font-size: 1em; /* 16px */
    color: #475147;
    font-family: "Noto Sans JP";
  }
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    vertical-align: baseline;
    background: transparent;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  picture,
  main,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  a {
    font-size: inherit;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
  }
  ul,
  ol {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote::before,
  blockquote::after,
  q::before,
  q::after {
    content: none;
  }
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  del {
    text-decoration: line-through;
  }
  abbr[title],
  dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
  }
  input,
  select,
  textarea,
  button {
    border-radius: 0;
    border: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: transparent;
    vertical-align: middle;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    box-sizing: border-box;
  }
  button {
    cursor: pointer;
  }
}
@layer common {
  /*************************************************************
  グリーンパートナーズ汎用CSS
  *************************************************************/
  /* CSS変数 ************************************************************/
  :root {
    --text-color-green: #51ba51;
    --font-size-text: 1.5em;
    --font-size-ruby: 1.25em;
    --font-size-title: 2.25em;
  }
  html {
    line-height: 1.15;
  }
  a {
    text-decoration: none;
  }
  br.spOnly {
    display: none;
  }
  @media screen and (max-width: 750px) {
    br.spOnly {
      display: block;
    }
  }
  br.pcOnly {
    display: block;
  }
  @media screen and (max-width: 750px) {
    br.pcOnly {
      display: none;
    }
  }
  /* フォント指定 ************************************************************/
  @font-face {
    font-family: "Noto Sans JP";
    src: url("/common/fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
  }
  @font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
  }
  @font-face {
    font-family: "MOBO";
    src: url("/common/fonts/MOBO-Font11/MOBO-SemiBold.otf") format("opentype");
    font-display: swap;
  }
  /* 枠 ************************************************************/
  /* 外枠 */
  .gp_outer {
    width: 100%;
    height: auto;
  }
  /* コンテンツ枠 */
  .gp_contents {
    max-width: 1320px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 750px) {
    .gp_contents {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .gp_contents-inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  /* a ************************************************************/
  a {
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    a:hover, a:focus {
      text-decoration: none;
    }
  }
  p > a[target=_blank] {
    display: inline;
    position: relative;
  }
  p > a[target=_blank]::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/common/images/icon_link-blank-green.svg) no-repeat left top;
    background-size: 16px 16px;
    top: 0.1em;
    margin-right: 0.3em;
    margin-left: 0.1em;
  }
  @media screen and (max-width: 750px) {
    p > a[target=_blank]::after {
      width: 10px;
      height: 10px;
      background-size: 10px 10px;
    }
  }
  p > a[href$=".pdf"] {
    display: inline;
    position: relative;
  }
  p > a[href$=".pdf"]::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(/common/images/icon_link-pdf-green.svg) no-repeat left top;
    background-size: 16px 20px;
    top: 0.1em;
    margin-right: 0.3em;
    margin-left: 0.1em;
  }
  @media screen and (max-width: 750px) {
    p > a[href$=".pdf"]::after {
      width: 8px;
      height: 10px;
      background-size: 8px 10px;
    }
  }
  /* 背景 ************************************************************/
  /* グリッド（方眼紙画像） */
  .gp_bg_grid {
    width: 100%;
    height: auto;
    background-image: url(/common/images/bg_grid.png);
    background-position: center top;
  }
  .gp_bg_grid-light {
    width: 100%;
    height: auto;
    background-image: url(/common/images/bg_grid-light.png);
    background-position: center top;
  }
  /* 町の画像 */
  .gp_bg_town {
    width: 100%;
    background-color: #c6eac1;
    background-image: url(/common/images/bg_town_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  @media screen and (max-width: 750px) {
    .gp_bg_town {
      background-image: url(/common/images/bg_town_sp.png);
      background-size: cover;
    }
  }
  /* グラデーション（白→薄い緑） */
  .gp_bg_grad-topWhiteToBottomGreen {
    background: linear-gradient(to bottom, #ffffff, #e4f4e5);
  }
  /* ボーダー上部（薄い緑） */
  .gp_bg_border-top-lightGreen {
    border-top: 10px solid #eff4e4;
  }
  @media screen and (max-width: 750px) {
    .gp_bg_border-top-lightGreen {
      border-top-width: 5px;
    }
  }
  /* 波模様 */
  .gp_bg_wave-white-bottom {
    position: relative;
  }
  .gp_bg_wave-white-bottom::after {
    content: "";
    display: block;
    width: 100%;
    height: 34px;
    left: 0;
    bottom: 0;
    background-image: url(/common/images/bg_wave-white.png);
    background-repeat: repeat-x;
    background-position: center top;
    transform: scaleY(-1);
  }
  @media screen and (max-width: 750px) {
    .gp_bg_wave-white-bottom::after {
      background-size: 300%;
    }
  }
  /* 波模様でマスク */
  .gp_bg_wave-mask {
    mask-image: url(/common/images/bg_wave-mask.png);
    mask-position: center bottom;
    mask-repeat: repeat-x;
  }
  @media screen and (max-width: 750px) {
    .gp_bg_wave-mask {
      mask-size: 300%;
    }
  }
  /* 採用情報グリーン */
  .gp_bg_recruit {
    background-color: #c5e273;
  }
  /* ページ上部コンテンツタイトル ************************************************************/
  .gp_ttlHeaderOuter {
    width: 100%;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 750px) {
    .gp_ttlHeaderOuter {
      min-height: 112px;
    }
  }
  .gp_ttlHeader {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .gp_ttlHeader .gp_ttlHeader-en {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.25em;
    color: #429e3c;
    font-weight: bold;
  }
  @media screen and (max-width: 750px) {
    .gp_ttlHeader .gp_ttlHeader-en {
      font-size: 0.5rem;
    }
  }
  .gp_ttlHeader .gp_ttlHeader-jp {
    display: block;
    font-size: 2.75rem;
    margin-top: 0.35em;
    font-weight: bold;
  }
  @media screen and (max-width: 750px) {
    .gp_ttlHeader .gp_ttlHeader-jp {
      font-size: 1.375rem;
      margin-top: 2px;
    }
  }
  /* ページ上部コンテンツサブタイトル ************************************************************/
  .gp_subTtlHeaderOuter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media screen and (max-width: 750px) {
    .gp_subTtlHeaderOuter {
      padding-top: 35px;
      padding-bottom: 35px;
    }
  }
  .gp_subTtlHeaderOuter.paddingS {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
@layer components {
  /*************************************************************
  	コンポーネントCSS
  *************************************************************/
  /* カードレイアウト ************************************************************/
  .gp_cardOuter {
    width: 100%;
    height: auto;
  }
  .gp_cardOuter .gp_card {
    height: auto;
    background-color: #ffffff;
    border-radius: 40px;
  }
  @media screen and (max-width: 750px) {
    .gp_cardOuter .gp_card {
      padding: 55px 40px;
      border-radius: 20px;
    }
  }
  .gp_cardOuter .gp_card.w100per {
    width: 100%;
  }
  .gp_cardOuter .gp_card.shadow {
    box-shadow: 8px 8px 20px rgba(66, 158, 60, 0.5);
  }
  @media screen and (max-width: 750px) {
    .gp_cardOuter .gp_card.shadow {
      box-shadow: 4px 4px 10px rgba(66, 158, 60, 0.5);
    }
  }
  .gp_cardOuter .gp_card.paddingL {
    padding: 48px 80px;
  }
  @media screen and (max-width: 750px) {
    .gp_cardOuter .gp_card.paddingL {
      padding: 20px 20px;
    }
  }
  .gp_cardOuter .gp_card.paddingS {
    padding: 30px;
  }
  .gp_cardOuter .gp_card {
    /* 事業案内容 */
  }
  @media screen and (max-width: 750px) {
    .gp_cardOuter .gp_card.business {
      padding: 0;
    }
  }
  .gp_cardOuter .gp_card.business.categoryBtn {
    border-radius: 30px;
    max-width: 295px;
    width: 100%;
    height: auto;
    min-height: 150px;
    background-color: #eff4e4;
  }
  @media screen and (max-width: 750px) {
    .gp_cardOuter .gp_card.business.categoryBtn {
      border-radius: 10px;
      max-width: none;
      min-height: auto;
      padding: 0;
    }
  }
  .gp_cardOuter .gp_card.business.categoryBtn.active {
    box-shadow: none;
    background-color: #ffffff;
  }
  .gp_cardOuter .gp_card.business.item {
    border-radius: 30px;
  }
  @media screen and (max-width: 750px) {
    .gp_cardOuter .gp_card.business.item {
      border-radius: 10px;
    }
  }
  .gp_cardOuter .gp_card.business.item.shadow {
    box-shadow: 6px 6px 18px rgba(66, 158, 60, 0.5);
  }
  .gp_cardOuter .gp_card {
    /* お知らせ */
  }
  @media screen and (max-width: 750px) {
    .gp_cardOuter .gp_card.news {
      padding: 0;
    }
  }
  .gp_cardOuter .gp_card.news.categoryBtn {
    border-radius: 20px;
    max-width: 200px;
    width: 100%;
    height: auto;
    min-height: 90px;
    background-color: #eff4e4;
  }
  @media screen and (max-width: 750px) {
    .gp_cardOuter .gp_card.news.categoryBtn {
      border-radius: 10px;
      max-width: none;
      min-height: auto;
      padding: 0;
      margin-top: 0 !important;
    }
  }
  .gp_cardOuter .gp_card.news.categoryBtn.active {
    box-shadow: none;
    background-color: #ffffff;
  }
  .gp_cardOuter .gp_card.news.item {
    border-radius: 30px;
  }
  @media screen and (max-width: 750px) {
    .gp_cardOuter .gp_card.news.item {
      border-radius: 10px;
    }
  }
  .gp_cardOuter .gp_card.news.item.shadow {
    box-shadow: 6px 6px 18px rgba(66, 158, 60, 0.5);
  }
  /* リスト ************************************************************/
  .gp_ulList {
    width: 100%;
    height: auto;
    display: block;
  }
  .gp_ulList .gp_ulListItem {
    padding-left: 1em;
    list-style-type: none;
    line-height: 1.8;
    position: relative;
  }
  @media screen and (max-width: 750px) {
    .gp_ulList .gp_ulListItem {
      font-size: 0.75rem;
    }
  }
  .gp_ulList .gp_ulListItem::before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #429e3c;
    top: 0.7em;
    left: 0.2em;
  }
  @media screen and (max-width: 750px) {
    .gp_ulList .gp_ulListItem::before {
      width: 5px;
      height: 5px;
    }
  }
  .gp_ulList .gp_ulListItem + .gp_ulListItem {
    margin-top: 0.4em;
  }
  .gp_ulList .gp_ulListItem.link {
    padding-left: 0;
  }
  .gp_ulList .gp_ulListItem.link::before {
    content: none;
  }
  .gp_ulList .gp_ulListItem.link a {
    display: inline-block;
    padding-left: 1.2em;
    position: relative;
    text-decoration: underline;
  }
  .gp_ulList .gp_ulListItem.link a::before {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/common/images/icon_link.png) no-repeat left top;
    background-size: 16px 16px;
    left: 0;
    top: 0.4em;
  }
  @media screen and (max-width: 750px) {
    .gp_ulList .gp_ulListItem.link a::before {
      width: 10px;
      height: 10px;
      background-size: contain;
    }
  }
  .gp_ulList .gp_ulListItem.link a[href$=".pdf"] {
    padding-right: 20px;
  }
  @media screen and (max-width: 750px) {
    .gp_ulList .gp_ulListItem.link a[href$=".pdf"] {
      padding-right: 12px;
    }
  }
  .gp_ulList .gp_ulListItem.link a[href$=".pdf"]::after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background: url(/common/images/icon_link-pdf-green.svg) no-repeat left top;
    background-size: 16px 20px;
    right: 0;
    top: 0.3em;
  }
  @media screen and (max-width: 750px) {
    .gp_ulList .gp_ulListItem.link a[href$=".pdf"]::after {
      width: 8px;
      height: 10px;
      background-size: contain;
      top: 0.5em;
    }
  }
  @media (any-hover: hover) {
    .gp_ulList .gp_ulListItem.link a:hover, .gp_ulList .gp_ulListItem.link a:focus {
      text-decoration: none;
    }
  }
  .gp_ulList.childElementList {
    margin-top: 0.2em;
  }
  .gp_ulList.childElementList .gp_ulListItem {
    padding-left: 1.5em;
  }
  .gp_ulList.childElementList .gp_ulListItem::before {
    position: absolute;
    content: "";
    display: block;
    background: none;
    border-radius: 0;
    width: 11px;
    height: 11px;
    top: 0.35em;
    left: 0.6em;
    border-left: 2px solid #475147;
    border-bottom: 2px solid #475147;
  }
  @media screen and (max-width: 750px) {
    .gp_ulList.childElementList .gp_ulListItem::before {
      width: 6px;
      height: 6px;
      border-width: 1px;
      top: 0.45em;
    }
  }
  /* パンくずリスト ************************************************************/
  .gp_breadcrumbsList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
  }
  .gp_breadcrumbsListItem {
    display: inline-block;
    width: auto;
  }
  .gp_breadcrumbsListItem:not(:first-of-type) {
    padding-left: 38px;
    position: relative;
  }
  .gp_breadcrumbsListItem:not(:first-of-type)::before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url(/common/images/icon_triangle-gray.svg) no-repeat left top;
    background-size: 7px 11px;
    left: 17px;
    top: 0.35em;
  }
  @media screen and (max-width: 750px) {
    .gp_breadcrumbsListItem:not(:first-of-type)::before {
      top: 0.4em;
    }
  }
  .gp_breadcrumbsListItem:last-of-type {
    pointer-events: none;
  }
  .gp_breadcrumbsListItem:last-of-type .gp_breadcrumbsListItemLink {
    text-decoration: none;
  }
  .gp_breadcrumbsListItem:last-of-type .gp_breadcrumbsListItemLink span {
    color: inherit;
    text-decoration: none;
  }
  .gp_breadcrumbsListItemLink {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 750px) {
    .gp_breadcrumbsListItemLink {
      font-size: 0.75rem;
    }
  }
  .gp_breadcrumbsListItemLink span {
    color: #429e3c;
    text-decoration: underline;
  }
  /* ボタン ************************************************************/
  .gp_btn {
    width: fit-content;
    height: auto;
    background-color: #ffffff;
    border: 2px solid #429e3c;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
  }
  .gp_btn.gp_btn_w100per {
    width: 100%;
  }
  .gp_btn.gp_btn_sizeM {
    min-height: 80px;
    border-radius: 40px;
    font-size: 1.25rem;
    padding-left: 40px;
  }
  @media screen and (max-width: 750px) {
    .gp_btn.gp_btn_sizeM {
      min-height: 45px;
      border-radius: 23px;
      font-size: 0.75rem;
      padding-left: 30px;
    }
  }
  .gp_btn.gp_btn_sizeS {
    min-width: 230px;
    min-height: 66px;
    border-radius: 33px;
    font-size: 1.25rem;
    padding-left: 30px;
  }
  @media screen and (max-width: 750px) {
    .gp_btn.gp_btn_sizeS {
      font-size: 0.75rem;
      min-width: 135px;
      min-height: 39px;
      border-radius: 20px;
      padding-left: 15px;
    }
  }
  .gp_btn[target=_blank] {
    padding-right: 50px;
    position: relative;
  }
  @media screen and (max-width: 750px) {
    .gp_btn[target=_blank] {
      padding-right: 30px;
    }
  }
  .gp_btn[target=_blank]::after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/common/images/icon_link-blank-green.svg) no-repeat left top;
    background-size: 16px 16px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  @media screen and (max-width: 750px) {
    .gp_btn[target=_blank]::after {
      width: 11px;
      height: 11px;
      background-size: 11px 11px;
      right: 15px;
    }
  }
  .gp_btn[href$=".pdf"] {
    padding-right: 50px;
    position: relative;
  }
  .gp_btn[href$=".pdf"]::after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background: url(/common/images/icon_link-pdf-green.svg) no-repeat left top;
    background-size: 16px 20px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  @media (any-hover: hover) {
    .gp_btn:hover, .gp_btn:focus {
      background-color: #429e3c;
      color: #ffffff;
      text-decoration: none;
    }
    .gp_btn:hover[target=_blank]::after, .gp_btn:focus[target=_blank]::after {
      background: url(/common/images/icon_link-blank-white.svg) no-repeat left top;
      background-size: 16px 16px;
    }
    .gp_btn:hover[href$=".pdf"]::after, .gp_btn:focus[href$=".pdf"]::after {
      background: url(/common/images/icon_link-pdf-white.svg) no-repeat left top;
      background-size: 16px 20px;
    }
  }
  /* dlで作る表（テーブル） ************************************************************/
  .gp_dlTableList {
    width: 100%;
    height: auto;
  }
  .gp_dlTableList *, .gp_dlTableList::before, .gp_dlTableList::after {
    box-sizing: border-box;
  }
  .gp_dlTableList > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 15px;
    border-bottom: 2px dashed #adb1a9;
  }
  @media screen and (max-width: 750px) {
    .gp_dlTableList > div {
      border-bottom-width: 1px;
    }
  }
  .gp_dlTableList > div:last-of-type {
    border-bottom: none;
  }
  .gp_dlTableList > div > dt {
    max-width: 260px;
    width: 24.074%;
    font-size: 1.25rem;
    font-weight: bold;
    padding-right: 1em;
    line-height: 1.8;
  }
  @media screen and (max-width: 750px) {
    .gp_dlTableList > div > dt {
      max-width: none;
      width: 100%;
      font-size: 0.75rem;
    }
  }
  .gp_dlTableList > div > dd {
    max-width: 820px;
    width: 75.9259%;
    font-size: 1.125rem;
    line-height: 1.8;
  }
  @media screen and (max-width: 750px) {
    .gp_dlTableList > div > dd {
      max-width: none;
      width: 100%;
      font-size: 0.75rem;
    }
  }
  .gp_dlTableList > div > dd .gp_ulList {
    padding-left: 0;
  }
  .gp_dlTableList > div > dd .gp_ulListItem {
    line-height: 1.6;
  }
  .gp_dlTableList > div > dd .gp_ulListItem::before {
    width: 6px;
    height: 6px;
  }
}
@layer header {
  /*************************************************************
  	ヘッダーCSS
  *************************************************************/
  /* ----- ヘッダー ----- */
  header {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 10px 6px -6px rgba(66, 158, 60, 0.4980392157);
    position: relative;
    z-index: 3;
  }
  @media screen and (max-width: 750px) {
    header {
      min-height: 45px;
    }
    body#home header {
      min-height: 90px;
    }
  }
  header h1 {
    margin: 0 !important;
    width: 50.923%;
    max-width: 662px;
  }
  @media screen and (max-width: 750px) {
    header h1 {
      width: calc(100% - 5px);
      max-width: none;
    }
  }
  header nav {
    margin: 0;
    width: 49.077%;
    max-width: 638px;
  }
  @media screen and (max-width: 750px) {
    header nav {
      width: 50px;
      max-width: none;
    }
    body#home header nav {
      width: 100px;
    }
  }
  .header__container {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    container-type: inline-size;
    container-name: header__access-container;
  }
  @media screen and (max-width: 750px) {
    .header__container {
      justify-content: space-between;
    }
  }
  @media screen and (max-width: 750px) {
    .header__container h1 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
  }
  .header__logo {
    display: block;
    margin: 0;
    padding-left: 25.6797%;
    transition: padding-left 0.3s;
  }
  @container header__access-container ( width < 1120px ) {
    .header__logo {
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media screen and (max-width: 750px) {
    .header__logo {
      margin: 0;
      line-height: 1;
      padding-left: 10px;
    }
    body#home .header__logo {
      padding-left: 20px;
    }
  }
  .header__logo img {
    max-width: 392px;
    width: 100%;
    height: auto;
    padding: 20px 0 18px;
  }
  @media screen and (max-width: 750px) {
    .header__logo img {
      width: 196px;
      padding: 0;
    }
    body#home .header__logo img {
      width: 392px;
    }
  }
  @media screen and (max-width: 750px) {
    nav {
      width: 50px;
      height: 45px;
    }
    body#home nav {
      width: 100px;
      height: 90px;
    }
  }
  .header__humberger {
    display: none;
  }
  @media screen and (max-width: 750px) {
    .header__humberger {
      width: 100%;
      height: 100%;
      background-color: #ccef50;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 0;
    }
  }
  @media screen and (max-width: 750px) {
    .header__humberger div {
      content: "";
      display: block;
      height: 1px;
      width: 20px;
      background-color: #475147;
      position: absolute;
      transition: all 0.6s ease;
    }
    body#home .header__humberger div {
      height: 2px;
      width: 40px;
    }
  }
  @media screen and (max-width: 750px) {
    .header__humberger div::before, .header__humberger div::after {
      content: "";
      display: block;
      height: 1px;
      width: 20px;
      background-color: #475147;
      position: absolute;
      transition: all 0.6s ease;
    }
    body#home .header__humberger div::before, body#home .header__humberger div::after {
      height: 2px;
      width: 40px;
    }
  }
  @media screen and (max-width: 750px) {
    .header__humberger div::before {
      bottom: 7px;
    }
    body#home .header__humberger div::before {
      bottom: 14px;
    }
  }
  @media screen and (max-width: 750px) {
    .header__humberger div::after {
      top: 7px;
    }
    body#home .header__humberger div::after {
      top: 14px;
    }
  }
  @media screen and (max-width: 750px) {
    nav.is-active .header__humberger div {
      background-color: rgba(255, 255, 255, 0);
    }
  }
  @media screen and (max-width: 750px) {
    nav.is-active .header__humberger div::before {
      bottom: 0;
      transform: rotate(45deg);
    }
    body#home nav.is-active .header__humberger div::before {
      bottom: 0;
    }
  }
  @media screen and (max-width: 750px) {
    nav.is-active .header__humberger div::after {
      top: 0;
      transform: rotate(-45deg);
    }
    body#home nav.is-active .header__humberger div::after {
      top: 0;
    }
  }
  .header__navi {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  @media screen and (max-width: 750px) {
    .header__navi {
      display: none;
    }
  }
  @media screen and (max-width: 750px) {
    nav.is-active .header__navi {
      width: 100%;
      height: 100vh;
      position: absolute;
      left: 0;
      background-color: #ffffff;
      z-index: 10;
      display: block;
      box-shadow: inset 0 10px 6px -6px rgba(66, 158, 60, 0.4980392157);
    }
  }
  @media screen and (max-width: 750px) {
    nav.is-active .header__navi li {
      display: block;
      text-align: center;
      padding: 17px;
      font-size: 0.9em;
      box-sizing: border-box;
    }
    body#home nav.is-active .header__navi li {
      padding: 34px;
    }
  }
  @media screen and (max-width: 750px) {
    nav.is-active .header__navi > li:first-child {
      padding-top: 70px;
    }
    body#home nav.is-active .header__navi > li:first-child {
      padding-top: 140px;
    }
  }
  @media screen and (max-width: 750px) {
    nav.is-active .header__navi > li:last-child {
      background-color: #ffffff;
    }
  }
  .header__navi li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
  }
  .header__navi li a {
    padding: 6px 5%;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  @media screen and (max-width: 750px) {
    .header__navi li a {
      padding: 3px 6px;
      margin: 0 10px;
    }
    body#home .header__navi li a {
      font-size: 1.8em !important;
    }
  }
  .header__navi > li > a:hover {
    color: #53b14d !important;
    border-bottom: 1px solid #53b14d !important;
  }
  .header__navi > li:last-child {
    background-color: #ccef50;
  }
  .header__navi > li.is-active .header__access {
    display: block;
  }
  .header__navi > li .header__access-container {
    position: absolute;
    top: 80px;
    right: -90px;
  }
  @container header__access-container ( width < 1120px ) {
    .header__navi > li .header__access-container {
      right: 0;
    }
  }
  @media screen and (max-width: 750px) {
    nav.is-active .header__navi > li .header__access-container {
      display: none;
    }
  }
  .header__navi > li .header__access {
    list-style: none;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 4px 4px 8px rgba(66, 158, 60, 0.4980392157);
    padding: 0;
    display: none;
    margin-top: 20px;
    overflow: hidden;
  }
  .header__navi > li .header__access li {
    font-size: 0.87em;
    text-align: center;
  }
  .header__navi > li .header__access li:not(:first-of-type) a {
    position: relative;
  }
  .header__navi > li .header__access li:not(:first-of-type) a::before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #d8d8d8;
  }
  .header__navi > li .header__access li a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    z-index: 2;
  }
  @media (any-hover: hover) {
    .header__navi > li .header__access li a:hover, .header__navi > li .header__access li a:focus {
      background-color: rgba(229, 239, 200, 0.7490196078) !important;
    }
  }
}
@layer footer {
  /*************************************************************
  	フッターCSS
  *************************************************************/
  footer {
    width: 100%;
    background-color: #eff7f0;
    font-size: 0.7em;
  }
  body#home footer {
    font-size: 0.7em !important;
  }
  footer ul {
    list-style: none;
  }
  @media screen and (max-width: 750px) {
    .footer {
      font-size: 1em;
    }
  }
  .footer__container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 750px) {
    .footer__container {
      padding: 0 20px;
    }
    body#home .footer__container {
      padding: 0 40px;
    }
  }
  .footer__container a {
    text-decoration: none;
  }
  .footer__navi {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 64px 0 20px;
  }
  @media screen and (max-width: 750px) {
    .footer__navi {
      display: block;
      gap: 30px;
      padding: 32px 0 10px;
    }
    body#home .footer__navi {
      gap: 60px;
      padding: 64px 0 20px;
    }
  }
  .footer__left {
    flex-basis: 50%;
    font-size: 1.5em !important;
    font-weight: bold;
  }
  @media screen and (max-width: 750px) {
    .footer__left {
      text-align: center;
      margin-bottom: 24px;
      font-size: 0.75em !important;
    }
    body#home .footer__left {
      margin-bottom: 48px;
      font-size: 1.5em !important;
    }
  }
  .footer__left p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  @media screen and (max-width: 750px) {
    .footer__left p {
      font-size: 0.75rem;
    }
    body#home .footer__left p {
      font-size: 1.5rem !important;
    }
  }
  .footer__left img {
    width: 100%;
    max-width: 400px;
    object-fit: contain;
  }
  @media screen and (max-width: 750px) {
    .footer__left img {
      max-width: 248px;
    }
    body#home .footer__left img {
      max-width: 496px;
    }
  }
  .footer__right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    gap: 8.57%;
  }
  @media screen and (max-width: 750px) {
    .footer__right {
      justify-content: center;
      font-size: 0.7em;
    }
    body#home .footer__right {
      font-size: 1.4em !important;
    }
  }
  .footer__right a {
    text-decoration: none;
  }
  @media (any-hover: hover) {
    .footer__right a:hover, .footer__right a:focus {
      color: #53b14d !important;
    }
  }
  .footer__link {
    font-size: 1.8em !important;
    font-weight: bold;
    padding-right: 30px;
  }
  @media screen and (max-width: 750px) {
    .footer__link {
      font-size: 0.84rem !important;
      padding-right: 15px;
    }
    body#home .footer__link {
      font-size: 1.75em !important;
      padding-right: 30px;
    }
  }
  .footer__company h2,
  .footer__business h2 {
    margin: 0 0 34px;
    font-size: 1.8em !important;
    font-weight: bold;
  }
  @media screen and (max-width: 750px) {
    .footer__company h2,
    .footer__business h2 {
      font-size: 1.75em !important;
      margin: 0 0 17px;
    }
    body#home .footer__company h2,
    body#home .footer__business h2 {
      margin: 0 0 34px;
      font-size: 1.75em !important;
    }
  }
  .footer__link ul {
    margin: 0;
    padding: 0;
  }
  .footer__company ul,
  .footer__business ul {
    margin: 0;
    padding: 0;
    font-size: 1.5em !important;
    font-weight: 500;
  }
  @media screen and (max-width: 750px) {
    body#home .footer__company ul,
    body#home .footer__business ul {
      font-size: 1.5em !important;
    }
  }
  .footer__right li {
    margin-bottom: 34px;
  }
  @media screen and (max-width: 750px) {
    .footer__right li {
      margin-bottom: 17px;
    }
    body#home .footer__right li {
      margin-bottom: 34px;
    }
  }
  .footer__document {
    max-width: 1400px;
    padding: 20px 0;
    border-top: 1px solid #707070;
    font-size: 1.5em !important;
    font-weight: bold;
  }
  @media screen and (max-width: 750px) {
    .footer__document {
      font-size: 0.75rem !important;
      padding: 10px 0;
    }
    body#home .footer__document {
      padding: 20px 0;
      font-size: 1.5rem !important;
    }
  }
  .footer__document a {
    text-decoration: none;
  }
  @media (any-hover: hover) {
    .footer__document a:hover, .footer__document a:focus {
      color: #53b14d !important;
    }
  }
  .footer__document ul {
    display: flex;
    justify-content: center;
    gap: 7.14%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding: 0;
    margin: 0;
  }
  @media screen and (max-width: 750px) {
    .footer__document ul {
      display: block;
      text-align: center;
      line-height: 2em;
    }
    body#home .footer__document ul {
      margin: 0;
      padding-top: 32px !important;
      padding-bottom: 32px !important;
      padding-left: 0;
    }
  }
  .footer__document li:nth-child(2) a, .footer__document li:nth-child(3) a {
    position: relative;
  }
  .footer__document li:nth-child(2) a::after, .footer__document li:nth-child(2) a::after, .footer__document li:nth-child(3) a::after, .footer__document li:nth-child(3) a::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 20px;
    top: 4px;
    right: -25px;
    display: block;
    background: url("/common/images/icon_link-pdf-green.svg") no-repeat left top;
    background-size: contain;
  }
  @media screen and (max-width: 750px) {
    .footer__document li:nth-child(2) a::after, .footer__document li:nth-child(2) a::after, .footer__document li:nth-child(3) a::after, .footer__document li:nth-child(3) a::after {
      width: 8px;
      height: 10px;
      top: 4px;
      right: -14px;
    }
    body#home .footer__document li:nth-child(2) a::after, body#home .footer__document li:nth-child(2) a::after, body#home .footer__document li:nth-child(3) a::after, body#home .footer__document li:nth-child(3) a::after {
      width: 16px;
      height: 20px;
      top: 8px;
      right: -28px;
    }
  }
  .footer__copyright {
    max-width: 1400px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 32px;
    font-size: 1.5em !important;
  }
  @media screen and (max-width: 750px) {
    .footer__copyright {
      font-size: 0.75rem !important;
      padding-bottom: 16px;
    }
    body#home .footer__copyright {
      font-size: 1.5rem !important;
      padding-bottom: 32px;
    }
  }
  .footer__copyright span {
    flex-grow: 1;
    text-align: center;
  }
  .footer__copyright img {
    width: 80px;
  }
  @media screen and (max-width: 750px) {
    body#home .footer__copyright img {
      width: 160px;
    }
  }
}
/*************************************************************
ダイアログ（モーダル）CSS
*************************************************************/
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

.co_dialog {
  overscroll-behavior: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background-color: transparent;
  border: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 0.5s;
  opacity: 0;
}
.co_dialog::backdrop {
  background-color: transparent;
  transition: all 0.2s;
}
.co_dialog[open] {
  opacity: 1;
}
@starting-style {
  .co_dialog[open] {
    opacity: 0;
  }
}
.co_dialog[open]::backdrop {
  background-color: rgba(66, 158, 56, 0.5);
}
@starting-style {
  .co_dialog[open]::backdrop {
    background-color: transparent;
  }
}
.co_dialog > .co_dialogOuter {
  pointer-events: none;
  max-width: 1616px;
  width: 100%;
  height: calc(100% + 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .co_dialog > .co_dialogOuter {
    max-width: none;
  }
}
.co_dialog > .co_dialogOuter > .co_dialogWrapper {
  pointer-events: all;
  position: relative;
  max-width: 1536px;
  width: 100%;
}
.co_dialog > .co_dialogOuter > .co_dialogWrapper > .co_dialogInner {
  background-color: #ffffff;
  border-radius: 40px;
  overflow: auto;
  padding: 0 80px 0 100px;
}
@media screen and (max-width: 750px) {
  .co_dialog > .co_dialogOuter > .co_dialogWrapper > .co_dialogInner {
    padding: 0 20px;
    border-radius: 15px;
  }
}
.co_dialog > .co_dialogOuter > .co_dialogWrapper > .co_dialogInner > .co_dialogContentOuter {
  max-width: 1436px;
  max-height: 90vh;
  padding: 70px 20px 40px 0;
  width: 100%;
  height: fit-content;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .co_dialog > .co_dialogOuter > .co_dialogWrapper > .co_dialogInner > .co_dialogContentOuter {
    max-width: none;
    max-height: 85vh;
    padding: 24px 0;
  }
}
.co_dialog > .co_dialogOuter > .co_dialogWrapper > .co_dialogInner > .co_dialogContentOuter .co_dialogContentWrapper {
  width: 100%;
  height: 100%;
  overscroll-behavior: contain;
  position: relative;
}
.co_dialog > .co_dialogOuter .co_dialogBottomCloseBtnOuter {
  margin-top: 20px;
}
.co_dialog .businessModalContentsOuter[data-imageslength="1"] + .co_dialogBottomCloseBtnOuter {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .co_dialog .businessModalContentsOuter[data-imageslength="1"] + .co_dialogBottomCloseBtnOuter {
    margin-top: 20px;
  }
}

@layer reset, common, header, footer;/*# sourceMappingURL=common.css.map */