@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&display=swap");
.entry-content {
  margin-top: 0;
}

.post, .page {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

body {
  background-color: #F6F6F6;
}
body .contents .img-mv {
  display: block;
  width: 100%;
}
body .contents section {
  position: relative;
  padding: 0px 32px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  body .contents section {
    padding: 0px 24px;
  }
}
body .contents section .box-content {
  max-width: 1280px;
  margin-inline: auto;
}
body .contents section .box-content img.img_cen {
  margin: 0 auto;
  width: 46px;
}

@media screen and (min-width: 720px) {
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .for-pc {
    display: none;
  }
}
.mt-large {
  margin-top: 64px;
}

@media screen and (max-width: 801px) {
  .mt-large {
    margin-top: 80px;
  }
}
.mt-124 {
  margin-top: 124px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-large {
  margin-bottom: 64px;
}

@media screen and (max-width: 801px) {
  .mb-large {
    margin-bottom: 80px;
  }
}
.mb-124 {
  margin-bottom: 124px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-12 {
  margin-bottom: 12px;
}

.txt-news {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-58 {
  padding-top: 58px;
}

.pt-44 {
  padding-top: 44px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-12 {
  padding-bottom: 12px;
}

.mt-80i {
  margin-top: 80px !important;
}

.mt-58i {
  margin-top: 58px !important;
}

.mt-44i {
  margin-top: 44px !important;
}

.mt-32i {
  margin-top: 32px !important;
}

.mt-12i {
  margin-top: 12px !important;
}

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

.mb-44i {
  margin-bottom: 44px !important;
}

.mb-58i {
  margin-bottom: 58px !important;
}

.mb-32i {
  margin-bottom: 32px !important;
}

.mb-12i {
  margin-bottom: 12px !important;
}

.pt-80i {
  padding-top: 80px !important;
}

.pt-58i {
  padding-top: 58px !important;
}

.pt-44i {
  padding-top: 44px !important;
}

.pt-32i {
  padding-top: 32px !important;
}

.pt-12i {
  padding-top: 12px !important;
}

.pb-80i {
  padding-bottom: 80px !important;
}

.pb-58i {
  padding-bottom: 58px !important;
}

.pb-44i {
  padding-bottom: 44px !important;
}

.pb-32i {
  padding-bottom: 32px !important;
}

.pb-12i {
  padding-bottom: 12px !important;
}

.box-grid {
  display: grid;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 16px;
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  .box-grid {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .box-grid {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.box-grid.col-6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
.box-grid.col-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}
.box-grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.box-grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.box-grid.col-3.right {
  justify-content: right;
  display: flex;
}
.box-grid.col-3_union {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.box-grid.col-3_union.right {
  justify-content: right;
  display: flex;
}
@media screen and (max-width: 800px) {
  .box-grid.col-3_union.right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.box-grid.col-3_sns {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .box-grid.col-3_sns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.box-grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-content: space-between;
  position: relative;
}
.box-grid.col-2.gap-10 {
  gap: 10px;
}
.box-grid.col-2.gap-16 {
  gap: 16px;
}
.box-grid.col-2.left {
  justify-content: left;
  display: flex;
}
.box-grid.col-2_news {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .box-grid.col-2_news {
    grid-template-columns: repeat(1, 1fr);
  }
}
.box-grid.col-1-2 {
  grid-template-columns: repeat(1, 1fr 2fr);
  gap: 32px;
}
.box-grid.col-2-1 {
  grid-template-columns: repeat(1, 2fr 1fr);
  gap: 32px;
}
.box-grid.col-1-3 {
  grid-template-columns: repeat(1, 1fr 3fr);
  gap: 32px;
}
@media screen and (max-width: 720px) {
  .box-grid.col-1-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.box-grid.col-1-3_sns {
  grid-template-columns: repeat(1, 1fr 3fr);
  gap: 32px;
}
.box-grid.col-2-1-1 {
  grid-template-columns: repeat(1, 2fr 1fr 1fr);
}
@media screen and (max-width: 800px) {
  .box-grid.col-2-1-1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 32px;
  }
}
@media screen and (max-width: 720px) {
  .box-grid.col-4, .box-grid.col-3, .box-grid.col-2, .box-grid.col-1-2, .box-grid.col-2-1, .box-grid.col-1-3 {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .box-grid._f {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .box-grid._f {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .box-grid.col-4 {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 24px;
  }
}
.box-grid.col-2_fixed {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-content: space-between;
}
.box-grid.col-2_res {
  grid-template-columns: repeat(1, 1fr 1fr);
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .box-grid.col-2_res {
    grid-template-columns: repeat(1, 1fr);
  }
}
.box-grid.col-2_res.gap-10 {
  gap: 10px;
}
.box-grid.col-2_res.left {
  justify-content: left;
  display: flex;
}

.card-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  position: relative;
  gap: 32px;
  margin: 0 auto;
  align-items: stretch;
}
@media screen and (max-width: 980px) {
  .card-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .card-4 {
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .card-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-4 .card {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.card-4 .card img {
  width: 100%;
}
.card-4 .card .txt-card {
  margin-top: 12px;
}

.box-card {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.center_flex {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.center_flex p {
  max-width: 422px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .center_flex {
    flex-direction: column;
  }
}
.center_flex div {
  max-width: 365px;
}

.button_flex {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 720px) {
  .button_flex {
    flex-direction: column;
  }
}

.box-flex {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 720px) {
  .box-flex {
    flex-direction: column;
  }
}
.box-flex > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
}
.box-flex.merit_l {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 800px) {
  .box-flex.merit_l {
    align-items: center;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .box-flex.merit_l .merit-block {
    max-width: 100%;
  }
}
.box-flex.merit_l div p {
  margin-left: -24px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .box-flex.merit_l div p {
    margin-left: 0px;
  }
}
@media screen and (max-width: 720px) {
  .box-flex.merit_r {
    align-items: center;
  }
}
@media screen and (max-width: 720px) {
  .box-flex.merit_r .merit-block {
    max-width: 100%;
  }
}
.box-flex.merit_r div p {
  text-align: left;
}
@media screen and (max-width: 720px) {
  .box-flex.merit_r {
    flex-direction: column-reverse;
  }
}

body .txt-h3-line {
  position: relative;
  justify-content: center;
}
body .txt-h3-line::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1280px;
  height: 1px;
  background: #666;
  z-index: -1;
}
body .txt-h3-line .txt-h3 {
  background-color: #f6f6f6;
  position: relative;
  font-size: 24px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-right: 32px;
}
body p, body span, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
body p, body span {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  text-align: left;
}
body p:not(:first-child), body span:not(:first-child) {
  margin-top: 8px;
}
body p.txt-32, body span.txt-32 {
  font-size: 32px;
  letter-spacing: 5%;
  text-align: center;
}
body p.txt-24, body span.txt-24 {
  font-size: 24px;
  letter-spacing: 5%;
}
@media screen and (max-width: 800px) {
  body p.txt-24, body span.txt-24 {
    margin-left: 0px;
  }
}
body p.txt-i, body span.txt-i {
  color: #7C5900;
}
body p.txt-18, body span.txt-18 {
  font-size: 18px;
  text-align: center;
}
body p.txt-16, body span.txt-16 {
  font-size: 16px;
  font-weight: 400;
}
body p.txt-h2, body span.txt-h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 200px;
  font-weight: 500;
  color: #fff;
}
body p.txt-14, body span.txt-14 {
  font-size: 14px;
  font-weight: 500;
}
body p.txt-14i, body span.txt-14i {
  font-size: 14px;
  font-weight: 500;
  color: #7C5900;
}
body p.txt-16_r, body span.txt-16_r {
  font-weight: 400;
}
body p.txt-cen, body span.txt-cen {
  text-align: center;
}
body p.txt-left, body span.txt-left {
  text-align: left;
}
body p.txt-caption, body span.txt-caption {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
@media screen and (max-width: 900px) {
  body p.txt-caption.pdf, body span.txt-caption.pdf {
    text-align: center;
  }
}
body p.txt-gray, body span.txt-gray {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
body p.txt-50, body span.txt-50 {
  font-size: 50px;
  font-weight: 500;
}
body p.txt-main, body span.txt-main {
  font-size: 9vw;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1;
}
@media screen and (min-width: 1440px) {
  body p.txt-main, body span.txt-main {
    font-size: 129px;
  }
}
@media screen and (max-width: 800px) {
  body p.txt-main, body span.txt-main {
    font-size: 8vw;
    margin-bottom: 0px;
  }
}
body p.txt-sub, body span.txt-sub {
  font-size: 2vw;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  body p.txt-sub, body span.txt-sub {
    font-size: 29px;
  }
}
body a {
  color: #1a1a1a;
}
body a:hover, body a:active {
  color: #7C5900;
}

th, td {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
  text-align: left;
  padding: 12px 0;
  vertical-align: top;
}

th {
  color: #666;
  max-width: 160px;
  min-width: 120px;
  padding-right: 32px;
}

td {
  max-width: 600px;
  padding-bottom: 24px;
}

.button a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 47px;
  padding: 8px 44px;
  margin: 32px auto 0;
  /* テキスト */
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  color: #fff;
  /* 見た目 */
  background-color: #34644F;
  border-radius: 8px;
  /* アニメーション */
  transition: background-color 0.4s ease;
}
.button a:hover {
  background-color: #408b6a;
}
.button a:visited {
  color: #fff;
}
.button a.txt-in {
  margin-top: 16px;
}
.button a.left {
  margin-inline: 0;
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .button a.left {
    margin-inline: 0;
  }
}
.button a:link {
  color: #fff;
}
.button a.big {
  padding: 32px 16px;
  margin: 0px;
  width: 134px;
  height: 93px;
}
.button a.pale {
  background-color: #50AC84;
}
.button a.pale:hover {
  background-color: #6ec39e;
}
@media screen and (max-width: 1000px) {
  .button a.pale {
    margin-bottom: 32px;
  }
}

.header-button a {
  text-decoration: none;
  color: #1a1a1a;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease;
  max-width: 280px;
  margin-inline: auto;
  font-size: 16px;
  height: 47px;
}
.header-button a.button_contact {
  background-color: #34644F;
  padding: 32px;
  color: #fff;
  height: 90px;
}
.header-button a.button_contact:visited {
  color: #fff;
}

a {
  color: #1a1a1a;
}
a:link, a:visited {
  color: #1a1a1a;
}
a:hover, a:active {
  color: #7C5900;
}
a:visited {
  color: #1a1a1a;
}

.card {
  width: 296px;
  max-width: 100%;
  height: auto;
  background: #EEEEEE;
  text-align: center;
  border-radius: 16px;
  padding: 16px;
}
.card > p:nth-child(1) {
  color: #666;
  margin-top: 0;
  margin-bottom: 8px;
}
.card.corp-card {
  margin-top: 12px;
  margin-bottom: 12px;
}
.card.big {
  width: 800px;
  box-shadow: 4px 4px 12px rgba(221, 221, 221, 0.3);
}
.card.big.same {
  background-color: #f6f6f6;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .card.big {
    max-width: 752px;
    width: 100%;
  }
}
.card img.img_right {
  margin: 0 auto;
  margin-right: 0;
}
.card.line {
  max-width: 1218px;
  height: auto;
  background: none;
  border: 1px solid #ddd;
  padding: 32px;
  margin-bottom: 32px;
  border-radius: 8px;
}
.card.line.sec-greeting {
  padding: 32 0px;
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .card.line.sec-greeting {
    width: 100%;
    margin: 0px 24px;
  }
}
.card.line.greeting {
  width: 800px;
}
.card.line.wide {
  max-width: 1280px;
  width: 100%;
}
.card.mv {
  width: 181px;
  height: 50px;
}
.card.mv img {
  margin-inline: auto;
  width: 30px;
}
.card p {
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .card .card {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .card .card.line,
  .card .card.line.greeting {
    width: 100%;
  }
  .card .card.mv {
    width: 100%;
  }
}

.dashed_line {
  position: relative;
}
.dashed_line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  border-top: 2px dashed #1a1a1a;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .dashed_line::before {
    content: none;
  }
}

.deco_trim {
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 50px;
}
.deco_trim._r {
  right: 0;
}
.deco_trim._l {
  left: 0;
}

.breadcrumb {
  margin-top: 32px;
  padding-left: 24px;
}
.breadcrumb ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1a1a1a;
}
.breadcrumb ol li::after {
  content: ">";
  margin: 0 8px;
  color: #1a1a1a;
}
.breadcrumb ol li:last-child::after {
  content: "";
  margin: 0;
}
.breadcrumb ol li a {
  color: #1a1a1a;
  text-decoration: underline;
}
.breadcrumb ol li[aria-current=page] {
  text-decoration: none;
}

.img_center img {
  margin: auto;
}

.radius_16 {
  border-radius: 16px;
  display: block;
  overflow: hidden;
}

ruby {
  ruby-align: center;
}

rt {
  text-align: center;
}

.map iframe {
  max-width: 1100px;
  height: 600px;
  width: 100%;
  margin: auto;
  display: block;
}

.mv-title {
  position: absolute;
  left: 24px;
}

@media screen and (max-width: 800px) {
  .cen-sp {
    margin: auto;
  }
}

.top-txt {
  position: relative;
  z-index: 1;
}

.merit_img {
  border-radius: 16px;
}

.deco_request {
  position: relative;
  z-index: -1;
}

.header {
  background-color: #fff;
  height: 90px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 60px;
  }
}

.box-flex_h {
  display: flex;
  position: relative;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
  height: 100%;
}

.header_l {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 16px;
}
.header_l img {
  max-width: 440px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .header_l img {
    width: 100%;
  }
}

.header_r .nav-menu {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 16px;
  height: 90px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .header_r .nav-menu {
    font-size: 14px !important;
    height: 60px;
  }
}
@media screen and (max-width: 800px) {
  .header_r .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    height: auto;
  }
  .header_r .nav-menu.active {
    display: flex;
  }
}
.header_r .nav-menu a {
  color: #1a1a1a;
  transition: 0.3s;
}
.header_r .nav-menu a:hover {
  color: #666;
}
@media screen and (min-width: 800px) {
  .header_r .nav-menu li.lv1:last-child a {
    color: #fff;
    height: 90px;
    display: grid;
    align-content: center;
    background-color: #34644F;
    transition: 0.3s;
    padding: 8px 32px;
    text-align: center;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .header_r .nav-menu li.lv1:last-child a {
    height: 60px;
  }
}
@media screen and (min-width: 800px) {
  .header_r .nav-menu li.lv1:last-child a:hover {
    background-color: #408b6a;
  }
}

@media screen and (max-width: 800px) {
  #primary-menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  #primary-menu li:first-child {
    border-top: 1px solid #ddd;
  }
  #primary-menu a {
    width: 100%;
    font-size: 16px;
    padding: 24px;
    border-bottom: 1px solid #ddd;
  }
  .main-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .nav-menu li {
    width: 100%;
  }
  .header_r .nav-menu a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 24px;
  }
  .header_r .nav-menu .lv2 a {
    height: 40px;
  }
}
@media (min-width: 801px) {
  .main-navigation ul ul {
    display: block;
    border-radius: 8px;
    background: #fff;
    top: -50%;
    left: 0;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
  .main-navigation ul ul a {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 12px;
  }
  .main-navigation ul ul li + li {
    border-top: 1px solid #ddd;
  }
  .main-navigation ul li:hover ul {
    opacity: 1;
    top: 100%;
    pointer-events: auto;
  }
}
/* 基本ナビのリセット */
.main-navigation {
  position: relative;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-menu li {
  position: relative;
}

/* ▼ ハンバーガーボタン */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 16px;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: "";
  display: block;
  height: 2px;
  background: #333;
  border-radius: 3px;
  position: relative;
  top: 10px;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  position: relative;
  width: 100%;
}

.nav-toggle-label span::before {
  top: -8px;
}

.nav-toggle-label span::after {
  top: 5px;
}

@media (max-width: 800px) {
  .header_r {
    top: 60px;
    left: 0;
    position: absolute;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .header_r .nav-menu {
    gap: 0;
  }
  .nav-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .nav-toggle-label {
    display: flex;
  }
  /* チェック時に表示 */
  .nav-toggle:checked ~ .main-navigation .nav-menu {
    display: flex;
  }
  .menu-toggle, .main-navigation ul {
    display: block;
  }
  /* サブメニュー初期状態は閉じる（アニメーション用にmax-heightを使用） */
  .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    flex-direction: column;
    padding-left: 1rem;
    background: #f4f4f4;
  }
  .submenu.open {
    /* 開いたときはJSでscrollHeightをセットするのでCSSでは大きめでもOK */
    max-height: 500px;
  }
  .submenu-toggle::after {
    content: "+";
  }
  .submenu-open .submenu-toggle::after {
    content: "−";
  }
  /* トグルボタン */
  .submenu-toggle {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    margin-left: 8px;
  }
  .has-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  li + li {
    border-top: 1px solid #eee;
  }
}
.footer {
  background-color: #6A857D;
}
.footer p {
  color: #fff;
}
.footer .flex-footer {
  padding: 44px 32px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  margin: auto;
}
.footer .flex-footer .item1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .flex-footer .item1 .corp_f {
  display: flex;
}
@media screen and (max-width: 999px) {
  .footer .flex-footer .item1 .corp_f {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.footer .flex-footer .item1 .corp_f img {
  height: auto;
}
.footer .flex-footer .item1 .corp_f div {
  flex: 1;
  text-align: center;
}
.footer .flex-footer .item2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .flex-footer .item2 .button a {
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .footer .flex-footer {
    padding: 44px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .footer .flex-footer .item1 .corp_f {
    flex-direction: row;
    margin: auto;
  }
  .footer .flex-footer .item1 {
    width: 100%;
    align-items: center;
  }
  .footer .flex-footer .item2 {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
}
.footer .SDGs_logo {
  width: 103px;
}
.footer .footer_a div a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  text-align: left;
  text-decoration: none;
}
.footer .footer_a div a.txt-16_r {
  font-weight: 400;
}
.footer .footer_a div a.txt-14_r {
  font-size: 14px;
  font-weight: 400;
}
.footer .footer_logo {
  display: flex;
  gap: 32px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.footer .footer_logo .col2 {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 599px) {
  .footer .footer_logo {
    gap: 16px;
    padding: 32px;
    flex-direction: column;
  }
}

.copyright {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  background-color: #34644F;
  height: 45px;
  align-items: center;
  font-size: 14px;
}
.copyright a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .copyright {
    padding: 24px;
  }
}
@media screen and (max-width: 599px) {
  .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
}
.copyright .box-flex_copyright {
  gap: 32px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .copyright .box-flex_copyright {
    margin-top: 12px;
  }
}/*# sourceMappingURL=common.css.map */