@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 93%;
    scroll-padding-top: 5rem;
  }
}

body {
  color: #1c1c1c;
  background: #f8f7f2;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  padding-top: 6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.06em;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 880px) {
  body {
    padding-top: 5rem;
  }
}
body:not(.home) {
  background-image: url(../img/bg-triangle-page.svg), url(../img/bg-wave-page.svg);
  background-repeat: no-repeat;
  background-position: top 5rem left -1%, top 8rem right -3%;
  background-size: 20% auto, 30% auto;
}
@media screen and (max-width: 768px) {
  body:not(.home) {
    background-position: top 5rem left -3%, top 12rem right -3%;
    background-size: 30% auto, 38% auto;
  }
}

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

figure {
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.25rem;
  font-size: 0.875rem;
}

.wp-caption-text {
  font-size: 0.875rem;
}

em {
  color: #00a397;
}

p {
  line-height: 1.95em;
  margin-bottom: 1.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
p a {
  color: #00a397;
  color: #1c1c1c;
}

main p a,
main li a {
  text-decoration: underline;
}

p:empty {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

iframe {
  max-width: 100%;
}

.brand {
  font-weight: 500;
  text-align: center;
}
.brand a img {
  width: 14rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 880px) {
  .brand a img {
    width: 10rem;
  }
}

h1 {
  font-size: 2.75rem;
  font-weight: 650;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.35rem;
  }
}

.page-title {
  padding: 3rem 0 0;
}
.page-title h1 {
  text-align: center;
  margin-bottom: 0.05em;
}
.page-title .title-en {
  text-align: center;
  color: #00a397;
  font-size: 2.25rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page-title .title-en {
    font-size: 1.875rem;
  }
}

h2 {
  margin: 3em 0 0.875em;
  padding: 0.125rem 0 0.125rem 1rem;
  border-left: 10px solid #d83621;
  font-weight: 650;
  font-size: 2rem;
  color: #1c1c1c;
  line-height: 1.3em;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  h2 {
    padding: 0.25rem 0 0.25rem 1rem;
    font-size: 1.8rem;
  }
}

h3 {
  padding-bottom: 0.125em;
  margin: 2em 0 0.75em;
  font-weight: 500;
  font-size: 1.8rem;
  border-bottom: 2px solid #00a397;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  margin: 2em 0 0.25em;
  font-weight: 700;
  font-size: 1.5rem;
  color: #00a397;
}

h5 {
  margin: 2em 0 0.25em;
  font-weight: 700;
  font-size: 1.125rem;
}

section,
.section {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section,
  .section {
    padding: 4rem 0;
  }
}

.link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.5rem;
  padding-top: 10px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.125rem;
}
.link-button a,
.link-button button {
  display: block;
  max-width: 100%;
  width: 21rem;
  text-align: center;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1rem;
  padding: 0;
  border: none;
  text-shadow: none;
  cursor: pointer;
}
.link-button a span,
.link-button button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #d83621;
  color: #ffffff;
  position: relative;
  z-index: 10;
  bottom: 10px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.08rem;
}
.link-button a.link-blank-after span,
.link-button button.link-blank-after span {
  padding: 1rem 2.5rem 1rem 1.5rem;
}
.link-button a.link-blank-after span::after,
.link-button button.link-blank-after span::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.25rem;
  display: inline-block;
  content: "\f35d";
  width: auto;
  height: auto;
  background: none;
  position: absolute;
  right: 0.75rem;
  color: #ffffff;
}
.link-button a:after,
.link-button button:after {
  content: "";
  display: block;
  padding: 1rem 0;
  height: 100%;
  width: 100%;
  background-color: #b71322;
  color: #f8f7f2;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media (hover: hover) {
  .link-button a:hover,
  .link-button button:hover {
    opacity: 1;
  }
  .link-button a:hover span,
  .link-button button:hover span {
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .link-button {
    width: 100%;
  }
}
.link-button.button-full a {
  max-width: 100%;
  min-width: 100%;
}

.link-pdf-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.5rem;
  padding-top: 10px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.125rem;
}
.link-pdf-button a {
  display: block;
  padding: 1rem 2.5rem;
  margin: 0 auto;
  min-width: 366px;
  max-width: 100%;
  width: auto;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  color: #d83621;
  text-decoration: none;
  border: solid 1px #d83621;
}
.link-pdf-button a:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .link-pdf-button a:hover {
    opacity: 1;
    background: #d83621;
    color: #fff;
  }
  .link-pdf-button a:hover:before {
    color: #fff;
  }
}
@media screen and (max-width: 576px) {
  .link-pdf-button a {
    width: 100%;
    min-width: 100%;
  }
}

time {
  color: #3d3d3d;
  font-weight: 650;
  letter-spacing: 0.025em;
}

#breadcrumbs.inner {
  padding-top: 1.5rem;
  color: #6d6d6d;
}
#breadcrumbs.inner a {
  text-decoration: underline;
  color: #1c1c1c;
}
#breadcrumbs.inner a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  display: inline-block;
  margin: 0 0.6em 0 0.8em;
  content: "\f105";
  color: #d83621;
  text-decoration: none;
}

main li {
  margin-bottom: 0.5rem;
}
main ul {
  margin-bottom: 1rem;
  margin-left: 1.5em;
}
main ol {
  margin-bottom: 1rem;
  margin-left: 1.5em;
}

.logo {
  display: block;
}
.logo img {
  height: auto;
  display: block;
}
.logo h1 {
  text-indent: -999rem;
  width: 0;
  height: 0;
  padding: 0;
}

.eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .eyecatch {
    padding: 7rem 0;
  }
}

.page-navigation {
  width: 100%;
  text-align: center;
  font-weight: 650;
  margin-bottom: 1rem;
}
.page-navigation a {
  text-decoration: none;
  padding: 0.3rem 0.7rem;
  margin: 2px 2px 6px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #00a397;
  color: #00a397;
}
.page-navigation a:hover {
  opacity: 0.75;
  color: #00a397;
}
.page-navigation span {
  text-decoration: none;
  padding: 0.3rem 0.7rem;
  margin: 2px 2px 6px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #00a397;
  color: #00a397;
}
.page-navigation span.dots {
  border: none;
  padding: 0.2rem;
  color: #6d6d6d;
}
.page-navigation span.current {
  color: white;
  background: #00a397;
}

.page-link {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .page-link {
    margin: 2rem 0;
  }
}
.page-link > ul {
  margin-left: 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #00a397;
}
.page-link > ul > li {
  margin: 0 0.5rem 1rem;
}
.page-link > ul > li > a {
  border: 1px solid #00a397;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.page-link > ul > li > a::before {
  content: "";
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-left: 0.2rem solid;
  top: 0.15rem;
}
@media screen and (max-width: 576px) {
  .page-link > ul > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0.25rem 0.5rem;
  }
}

.addtoany_share_save_container,
.addtoany_shortcode {
  margin: 5rem auto;
  text-align: center;
}

section + .addtoany_share_save_container,
.section + .addtoany_share_save_container,
section + .addtoany_shortcode,
.section + .addtoany_shortcode {
  margin-top: 0;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.inner > *:first-child {
  margin-top: 0;
}

.narrow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.narrow-more {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.mw300 {
  max-width: 300px;
}

.white {
  color: white;
}

.gray {
  color: #6d6d6d;
}

.red {
  color: #d83621;
}

.green {
  color: #00a397;
}

.black {
  color: #1c1c1c;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.large {
  font-size: 1.125rem !important;
  line-height: 1.5em !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

.lheight-s {
  line-height: 1.6;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.exo {
  font-family: "Exo", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.bold {
  font-weight: 650 !important;
}

.medium {
  font-weight: 500 !important;
}

.bg-red {
  background-color: #fad4d4 !important;
}

.bg-yellow {
  background-color: #ffffea !important;
}

.bg-gray {
  background-color: #dddddd;
}

.bg-white {
  background-color: #fff;
}

.bg-beige {
  background: #f8f7f2;
}

.bg-green {
  background-color: #ddf2f0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-ss {
  margin-bottom: 0.25rem !important;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-s {
  margin-top: 0.5rem !important;
}

.mt-m {
  margin-top: 1.5rem !important;
}

.mt-l {
  margin-top: 3rem !important;
}

.mt-xl {
  margin-top: 5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-s {
  padding-top: 0.5rem !important;
}

.pt-m {
  padding-top: 1.5rem !important;
}

.underline {
  text-decoration: underline;
}

.pc {
  display: block;
}

br.pc {
  display: inline;
}

.sp,
.ms {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-center {
    text-align: left !important;
  }
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .sm {
    display: block;
  }
  br.sm {
    display: inline;
  }
}
.box {
  padding: 1.5rem;
  border-radius: 0.2rem;
}

.box-s {
  padding: 0.75rem;
  border-radius: 0.2rem;
}

.border-box {
  border: 1px solid #00a397;
  padding: 1.5rem;
  border-radius: 0.2rem;
}

.border {
  border-bottom: 1px solid #acddd7 !important;
}

.box *:last-child,
.box-s *:last-child,
.border-box *:last-child {
  margin-bottom: 0;
}

.fit-img {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.full-img img {
  width: 100%;
}

.list-style-none {
  list-style: none;
}

.sitemap-list {
  list-style: none;
}
.sitemap-list li {
  padding-bottom: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}
.sitemap-list li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  content: "\f068";
  color: #d83621;
  left: 0;
}
.sitemap-list li a {
  text-decoration: none;
}

.page-sitemap main .sitemap-list {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .page-sitemap main .sitemap-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.page-sitemap main .sitemap-list li {
  position: relative;
  padding-bottom: 0.25rem;
}
.page-sitemap main .sitemap-list li ul {
  margin: 0.75rem 0 0;
  list-style: none;
}
.page-sitemap main .sitemap-list li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-sitemap main .sitemap-list br,
.page-sitemap main .sitemap-list rp, .page-sitemap main .sitemap-list rt {
  display: none;
}

.dot-list {
  list-style: none;
  margin-left: 0;
}
.dot-list > li {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.85;
}
.dot-list > li:before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.25rem;
  border-radius: 50%;
  background: #d83621;
}
.dot-list > li.sdgs-01:before {
  background: #e5243b;
}
.dot-list > li.sdgs-02:before {
  background: #dda63a;
}
.dot-list > li.sdgs-03:before {
  background: #4c9f38;
}
.dot-list > li.sdgs-04:before {
  background: #c5192d;
}
.dot-list > li.sdgs-05:before {
  background: #ff3a21;
}
.dot-list > li.sdgs-06:before {
  background: #26bde2;
}
.dot-list > li.sdgs-07:before {
  background: #fcc30b;
}
.dot-list > li.sdgs-08:before {
  background: #a21942;
}
.dot-list > li.sdgs-09:before {
  background: #fd6925;
}
.dot-list > li.sdgs-10:before {
  background: #dd1367;
}
.dot-list > li.sdgs-11:before {
  background: #fd9d24;
}
.dot-list > li.sdgs-12:before {
  background: #bf8b2e;
}
.dot-list > li.sdgs-13:before {
  background: #3f7e44;
}
.dot-list > li.sdgs-14:before {
  background: #0a97d9;
}
.dot-list > li.sdgs-15:before {
  background: #56c02b;
}
.dot-list > li.sdgs-16:before {
  background: #00689d;
}
.dot-list > li.sdgs-17:before {
  background: #19486a;
}
.dot-list > li:last-child {
  margin-bottom: 0;
}

.ol-num-list {
  counter-reset: ol-num-flow;
  list-style: none;
  letter-spacing: 0.1rem;
  margin-left: 0;
}
.ol-num-list > li {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.5rem;
}
.ol-num-list > li:before {
  counter-increment: ol-num-flow;
  content: counter(ol-num-flow);
  display: block;
  position: absolute;
  left: 0;
  top: -0.125rem;
  font-weight: 500;
  display: block;
  margin-right: 0.75rem;
  font-size: 1.25rem;
  background-color: #00a397;
  border: solid 1px #00a397;
  color: #fff;
  border-radius: 1em;
  text-align: center;
  line-height: 1.75rem;
  letter-spacing: 0;
  width: 2rem;
  height: 2rem;
}

.list-s li {
  margin-bottom: 0.5rem;
}

.link-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0a9";
  color: #d83621;
}

.link-down::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0ab";
  color: #d83621;
}

.link-blank::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
  color: #d83621;
}

.link-download::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f019";
  color: #d83621;
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
  color: #c5192d;
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
  color: #00689d;
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
  color: #3f7e44;
}

.noicon::before, .noicon::after {
  display: none !important;
}

.tab-area-box {
  width: 100%;
  display: none;
  position: relative;
}

.tab-select {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  font-weight: 500;
}
.tab-select li {
  margin: 0;
  width: 100%;
}
.tab-select li a {
  width: 100%;
  height: 100%;
  padding: 0.75rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 3px #a7afae;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
@media (hover: hover) {
  .tab-select li a:hover {
    background: #00a397;
    color: #fff;
  }
}
.tab-select li.active a {
  background: #00a397;
  color: #fff;
  border-color: #00a397;
  pointer-events: none;
}

.slide-btn {
  cursor: pointer;
  position: relative;
  padding-right: 1.5em;
}
.slide-btn:after {
  position: absolute;
  right: 0;
  top: 0.6em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "+";
  padding-right: 0.5rem;
  color: #d83621;
}
.slide-btn.active:after {
  content: "\f068";
}

.slide-area {
  display: none;
}

header {
  width: 100%;
  color: #1c1c1c;
  background: rgba(248, 247, 242, 0.7);
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 880px) {
  header {
    position: absolute;
    background: transparent;
    pointer-events: none;
  }
}
@media print {
  header {
    position: absolute;
  }
}
header.header-s {
  padding: 0.5rem 0;
}
header.header-s .brand a img {
  width: 12rem;
}
header.header-s .head-right .head-nav {
  margin-bottom: 0.5rem;
}

.head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5%;
}

.head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto;
}

.head-right {
  position: relative;
}
.head-right .head-nav {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
.head-right .head-nav ul {
  list-style: none;
}
.head-right .head-nav ul li {
  display: inline;
}
.head-right .head-nav ul li a {
  margin-left: 1.25rem;
  position: relative;
}
.head-right .head-nav ul li a.nav-contact {
  padding-left: 1.5rem;
}
.head-right .head-nav ul li a.nav-contact::before {
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.43em;
  color: #00a397;
  content: "\f0e0";
  position: absolute;
  left: 0;
  top: -6px;
}
.head-right .head-nav ul li a.nav-faq {
  padding-left: 1.5rem;
}
.head-right .head-nav ul li a.nav-faq::before {
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.43em;
  color: #00a397;
  content: "\f059";
  position: absolute;
  left: 0;
  top: -7px;
}
.head-right .head-nav ul li a.nav-language {
  padding-left: 1.75rem;
}
.head-right .head-nav ul li a.nav-language::before {
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.43em;
  color: #00a397;
  content: "\f1ab";
  position: absolute;
  left: 0;
  top: -7px;
}
.head-right .head-nav ul li a.nav-howto {
  padding-left: 1.25rem;
  background: url(../img/icon-howto.svg) no-repeat left center/auto 100%;
}
@media (hover: hover) {
  .head-right .head-nav ul li a:hover {
    opacity: 1;
    color: #00a397;
  }
}
.head-right .head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 650;
}
.head-right .head-links .head-link {
  display: block;
  margin-right: 1.5rem;
}
.head-right .head-links .head-link:last-child {
  margin-right: 0;
}
@media (hover: hover) {
  .head-right .head-links .head-link:hover {
    opacity: 1;
    color: #00a397;
  }
}

.lang {
  cursor: pointer;
}
.lang select {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #a7afae;
  background: #fff;
  font-size: 0.875rem;
  border-radius: 0;
  color: #1c1c1c;
}

#g-nav .lang select {
  font-size: 1rem;
}

footer {
  background: url(../img/border17.svg) repeat-x top center/auto 6px;
  background-color: #ffffff;
  color: #1c1c1c;
  padding: 5rem 0 4rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 4rem 0 3rem;
    text-align: center;
  }
}
footer ul {
  list-style: none;
}
footer .foot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  footer .foot-inner {
    display: inline-block;
    text-align: center;
  }
}
footer .foot-left {
  width: 36%;
}
footer .foot-left .logo {
  width: 10.5rem;
}
footer .foot-left p {
  line-height: 1.75em;
}
@media screen and (max-width: 992px) {
  footer .foot-left {
    display: inline-block;
    text-align: left;
    width: auto;
    margin: 0 auto;
  }
}
footer .foot-right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
}
footer .foot-right .sitemap-list {
  padding-right: 2rem;
}
footer .foot-right .sitemap-list:last-child {
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  footer .foot-right {
    width: 100%;
    margin-bottom: 3.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .foot-right .sitemap-list {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  footer .foot-right {
    display: inline-block;
    width: auto;
    margin-bottom: 2.5rem;
  }
  footer .foot-right .sitemap-list {
    margin: 0;
    padding-right: 0;
  }
}
@media (hover: hover) {
  footer .foot-right a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
footer .foot-inner-bottom {
  margin: 3rem auto 0;
  padding-top: 1.5rem;
  border-top: solid 1px #6d6d6d;
}
footer .foot-inner-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .foot-inner-bottom ul li {
  margin-left: 2rem;
}
footer .foot-inner-bottom ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  footer .foot-inner-bottom {
    display: block;
    text-align: center;
  }
  footer .foot-inner-bottom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .foot-inner-bottom ul li {
    margin: 0 1rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-inner-bottom {
    margin-top: 2rem;
    padding-top: 1rem;
  }
  footer .foot-inner-bottom ul {
    margin-bottom: 2rem;
  }
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 50px;
  height: 50px;
  bottom: 85px;
  right: 5px;
  line-height: 2em;
  background: #d83621;
  color: #fff;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
}
@media (hover: hover) {
  #pagetop:hover {
    line-height: 3rem;
    opacity: 0.8;
    cursor: pointer;
  }
}
#pagetop a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  content: "\f0d8";
}

.foot-lang {
  display: none;
}

.grid,
.flex2,
.flex2-2,
.flex3,
.flex3-2-1,
.flex4,
.flex5,
.flex6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex2-2 > *,
.flex3 > *,
.flex3-2-1 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex2-2 *:first-child,
.flex3 *:first-child,
.flex3-2-1 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1.5rem) / 2);
}

.flex3:after,
.flex3-2-1:after {
  content: "";
  display: block;
  width: calc((100% - 3rem) / 3);
}
.flex3 > *,
.flex3-2-1 > * {
  width: calc((100% - 3rem) / 3);
}

.flex4:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 4.5rem) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 4.5rem) / 4);
}
.flex4 > * {
  width: calc((100% - 4.5rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 6rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 5);
}
.flex5 > * {
  width: calc((100% - 6rem) / 5);
}

.flex6 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex6 > * {
  width: calc((100% - 7.5rem) / 6);
  margin-right: 1.5rem;
}
.flex6 > *:nth-of-type(6n) {
  margin-right: 0;
}

.grid3-2 {
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 4.5rem) / 4 * 3 + 3rem);
}

.grid4-2 {
  width: calc((100% - 1.5rem) / 2);
}

.grid3-1 {
  width: calc((100% - 3rem) / 3);
}

.grid4-1 {
  width: calc((100% - 4.5rem) / 4);
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .flex3-2-1 > *, .flex3-2-1:after {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > *,
  .flex3-2-1 > * {
    width: 100%;
  }
  .flex3:after,
  .flex3-2-1:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex6 > * {
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
  }
  .flex6 > *:nth-of-type(3n) {
    margin-right: 0;
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 1rem;
  }
}
input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #a7afae;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック";
  font-optical-sizing: auto;
  border: 1px solid #a7afae;
  width: 100%;
  font-size: 1rem;
}

.input_s {
  max-width: 16rem;
}
@media screen and (max-width: 576px) {
  .input_s {
    max-width: 100%;
  }
}

textarea {
  height: 7rem;
}

input[type=submit] {
  display: block;
  width: 8rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  background: #d83621;
  border: none;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  input[type=submit]:hover {
    color: #f8f7f2;
    background-color: #b71322;
  }
}

:focus {
  outline: none;
}

input[name=form-type] {
  display: none;
}

label {
  font-size: 1rem;
  cursor: pointer;
}

.submit {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.submit input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.2rem;
}
.submit input:disabled {
  opacity: 0.3;
  border: 1px solid #a7afae !important;
  color: #1c1c1c !important;
  background-color: #a7afae;
}

.contactform p {
  margin-bottom: 1.75rem;
}
.contactform input[type=text],
.contactform input[type=tel],
.contactform input[type=email],
.contactform textarea {
  margin-top: 0.25rem;
  padding: 0.5rem;
}
.contactform .wpcf7-list-item {
  margin: 0 1rem 0 0;
}
.contactform .wpcf7-list-item label {
  font-size: 1rem;
}
.contactform label {
  font-size: 1.25rem;
}
.contactform label span.must {
  display: inline-block;
  margin-left: 0.25rem;
  padding: 0 0.25rem;
  font-size: 0.8rem;
  color: #fff;
  background: #d83621;
  line-height: 1.5rem;
  vertical-align: text-bottom;
  border-radius: 0.2rem;
}

.search-box {
  padding: 2rem;
  background: #ffffff;
  border: solid 1px #00a397;
  border-radius: 0.25rem;
}
.search-box *:first-child {
  margin-top: 0;
}
.search-box .search-form {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .search-box {
    padding: 1rem 1.25rem;
  }
}

.form-head {
  margin: 1em 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75rem;
  font-weight: 650;
  position: relative;
}
.form-head:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background: #a7afae;
}
.form-head span {
  white-space: nowrap;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .form-head {
    font-size: 1.5rem;
  }
}

.search-goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-goal .search-goal-item {
  width: 24%;
  min-height: 4rem;
  display: block;
  margin-bottom: 0.75rem !important;
}
@media screen and (max-width: 768px) {
  .search-goal .search-goal-item {
    width: 49%;
    margin-bottom: 0.5rem !important;
  }
}
.search-goal .search-goal-item label {
  width: 100%;
  height: 100%;
  display: block;
}
.search-goal .search-goal-item label input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-goal .search-goal-item label .search-goal-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.75rem 0.5rem 2.25rem;
  position: relative;
  border: solid 2px #ccc;
  border-radius: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-goal .search-goal-item label .search-goal-item-label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.search-goal .search-goal-item label .search-goal-item-label::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  border-right: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
}
.search-goal .search-goal-item label input[type=checkbox]:checked + .search-goal-item-label::before {
  background: #00a397;
  border-color: #00a397;
}
.search-goal .search-goal-item label input[type=checkbox]:checked + .search-goal-item-label::after {
  border-color: #fff;
}
.search-goal .search-goal-item label input[type=checkbox]:checked + .search-goal-item-label {
  border-color: #00a397;
  background: #ddf2f0;
}
@media (hover: hover) {
  .search-goal .search-goal-item label:hover .search-goal-item-label {
    border-color: #00a397;
  }
}

.search-region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-region dt {
  width: 4.75rem;
  margin-bottom: 1.25rem;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 650;
  color: #00a397;
  line-height: 1.7rem;
}
.search-region dd {
  width: calc(100% - 4.75rem);
  margin-bottom: 0.75rem;
}
.search-region dd label {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
  .search-region {
    display: block;
  }
  .search-region dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .search-region dd {
    width: 100%;
  }
  .search-region dd label {
    margin-bottom: 0.35rem;
  }
}

.check-label label {
  position: relative;
  display: inline-block;
  margin-right: 1.125rem;
}
.check-label label input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.check-label label span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.5;
}
.check-label label span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.check-label label span::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  border-right: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
}
.check-label label input[type=checkbox]:checked + span::before {
  background: #00a397;
  border-color: #00a397;
}
.check-label label input[type=checkbox]:checked + span::after {
  border-color: #fff;
}
.check-label label input[type=checkbox]:checked + span {
  border-color: #00a397;
}

.search-type label {
  margin-bottom: 0.75rem;
}

.search-field {
  width: 100%;
  padding: 1.25rem 1rem;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: inset 0px 0px 6px 0px #eaeaea;
          box-shadow: inset 0px 0px 6px 0px #eaeaea;
  border-radius: 0.25rem;
  background-color: #fbfbfb;
  font-size: 1.025rem;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1rem;
  background: #fff;
  border-top: 1px solid #acddd7;
  border-left: 1px solid #acddd7;
}
table th,
table td {
  border-bottom: 1px solid #acddd7;
  border-right: 1px solid #acddd7;
}
table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0;
}
table th {
  padding: 0.75rem 1.25rem;
  text-align: left;
  background-color: #ddf2f0;
  width: 1px;
  white-space: nowrap;
  font-weight: normal;
}
table td {
  padding: 1rem 1.25rem;
  text-align: left;
  word-break: break-all;
}

thead th {
  background: #00a397;
  color: #fff;
}

.scroll-table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .flex-table th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .flex-table td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
.table-border {
  background: transparent;
  border-left: none;
}
.table-border tr {
  border-bottom: 1px solid #acddd7;
}
.table-border th {
  background: transparent;
  color: #00a397;
  font-weight: 650;
  border: none;
}
.table-border td {
  border: none;
}
@media screen and (max-width: 768px) {
  .table-border.flex-table td {
    padding-top: 0;
  }
}

.en-h2 {
  padding: 0;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.5rem;
  border: none;
}
.en-h2 span {
  margin-bottom: 0.3em;
  display: block;
  font-size: 3.16em;
  color: #00a397;
  letter-spacing: 0;
  font-family: "Exo", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .en-h2 span {
    font-size: 2.36em;
  }
}

body.home {
  padding-top: 0;
}

.top-eyecatch {
  width: 100%;
  height: 90vh;
  min-height: 640px;
  max-height: 1000px;
  position: relative;
  z-index: 20;
  background-image: url(../img/eye-iwakisan-on.svg), url(../img/eye-sannaimaruyama-on.svg), url(../img/eye-aspam-on.svg), url(../img/eye-kabushima-on.svg);
  background-repeat: no-repeat;
  background-position: bottom -0.5% left 3%, bottom right 32%, bottom right 24%, bottom right -8%;
  background-size: 240px auto, 50px auto, 110px auto, 300px auto;
}
@media screen and (max-width: 992px) {
  .top-eyecatch {
    height: 900px;
    background-position: bottom -0.5% left 1%, bottom right 27%, bottom right 15%, bottom right -21%;
    background-size: 192px auto, 40px auto, 88px auto, 240px auto;
  }
}
@media screen and (max-width: 768px) {
  .top-eyecatch {
    height: 800px;
    background-position: bottom -0.5% left 1%, bottom right 27%, bottom right 15%, bottom right -21%;
    background-size: 192px auto, 40px auto, 88px auto, 240px auto;
  }
}
@media screen and (max-width: 576px) {
  .top-eyecatch {
    min-height: auto;
    height: 640px;
    background-image: url(../img/eye-iwakisan-on.svg), url(../img/eye-sannaimaruyama-on.svg), url(../img/eye-aspam-on.svg);
    background-position: bottom -0.5% left -15%, bottom -0.25% right 15%, bottom right -5%;
    background-size: 170px auto, 32px auto, 72px auto;
  }
}
.top-eyecatch .eye-main {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  z-index: 40;
}
.top-eyecatch .eye-main .main-left {
  position: absolute;
  bottom: 30%;
  left: 0;
  max-width: 232px;
}
.top-eyecatch .eye-main .main-right {
  position: absolute;
  bottom: 12%;
  right: 14%;
  max-width: 164px;
}
.top-eyecatch .eye-main .copy-sub {
  position: absolute;
  bottom: 15%;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
  max-width: 380px;
}
@media screen and (max-width: 992px) {
  .top-eyecatch .eye-main .main-left {
    top: 18rem;
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .top-eyecatch .eye-main .main-left {
    bottom: 0;
    top: 46vw;
    left: 14%;
    width: 185px;
  }
  .top-eyecatch .eye-main .main-right {
    bottom: 10%;
    right: 18%;
    width: 131px;
  }
  .top-eyecatch .eye-main .copy-sub {
    bottom: 13%;
    width: 68%;
  }
}
@media screen and (max-width: 576px) {
  .top-eyecatch .eye-main .main-left {
    bottom: 0;
    top: 38%;
    left: 18%;
    width: 38.2%;
    width: 37.2%;
  }
  .top-eyecatch .eye-main .main-right {
    bottom: 9%;
    right: 19%;
    width: 27.41%;
  }
  .top-eyecatch .eye-main .copy-sub {
    bottom: 14%;
    width: 56%;
  }
}
.top-eyecatch .eye-catchcopy {
  width: 100%;
  max-width: 1980px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 30;
  top: 34%;
}
.top-eyecatch .eye-catchcopy .copy-01 {
  position: absolute;
  left: 0;
  width: 35.833%;
}
.top-eyecatch .eye-catchcopy .copy-02 {
  position: absolute;
  right: 0;
  width: 55%;
}
.top-eyecatch .eye-catchcopy .copy-sp, .top-eyecatch .eye-catchcopy .copy-tab {
  display: none;
}
@media screen and (max-width: 992px) {
  .top-eyecatch .eye-catchcopy {
    top: 8rem;
  }
  .top-eyecatch .eye-catchcopy .copy-01,
  .top-eyecatch .eye-catchcopy .copy-02 {
    display: none;
  }
  .top-eyecatch .eye-catchcopy .copy-tab {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-eyecatch .eye-catchcopy {
    top: 6rem;
  }
  .top-eyecatch .eye-catchcopy .copy-tab {
    display: none;
  }
  .top-eyecatch .eye-catchcopy .copy-sp {
    display: block;
    padding-left: 2%;
    width: 62%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .top-eyecatch .eye-catchcopy {
    height: 200px;
  }
  .top-eyecatch .eye-catchcopy .copy-sp {
    width: 90%;
    max-width: auto;
    max-height: 170px;
  }
}
.top-eyecatch .eye-icon {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-eyecatch .eye-icon img {
  position: absolute;
}
.top-eyecatch .eye-icon .icon-light {
  max-width: 78px;
  min-width: 40px;
  width: 5.4vw;
  width: 10.25vw;
  right: 67%;
  top: 15%;
}
.top-eyecatch .eye-icon .icon-tree {
  max-width: 64px;
  min-width: 41px;
  width: 4.4vw;
  width: 10.25vw;
  right: 30%;
  top: 21%;
}
.top-eyecatch .eye-icon .icon-fish {
  max-width: 176px;
  min-width: 92px;
  width: 12.2vw;
  width: 23.59vw;
  left: 8%;
  bottom: 32%;
}
.top-eyecatch .eye-icon .icon-equal {
  max-width: 64px;
  min-width: 35px;
  width: 4.4vw;
  width: 8.97vw;
  left: 1%;
  bottom: 16%;
}
.top-eyecatch .eye-icon .icon-graph {
  max-width: 118px;
  min-width: 64px;
  width: 8.2vw;
  width: 16.4vw;
  left: 20%;
  bottom: -2%;
}
.top-eyecatch .eye-icon .icon-building {
  max-width: 100px;
  min-width: 45px;
  width: 6.95vw;
  width: 11.54vw;
  right: 2.5%;
  bottom: 38%;
}
.top-eyecatch .eye-icon .icon-book {
  max-width: 108px;
  min-width: 56px;
  width: 7.5vw;
  width: 14.35vw;
  right: 14%;
  bottom: 23%;
}
@media screen and (max-width: 992px) {
  .top-eyecatch .eye-icon .icon-light {
    right: 0;
    left: 1%;
    top: 9%;
  }
  .top-eyecatch .eye-icon .icon-tree {
    right: 1%;
    top: 17%;
  }
}
@media screen and (max-width: 768px) {
  .top-eyecatch .eye-icon .icon-light {
    width: 8.2vw;
    right: 0;
    left: 2%;
    top: 20%;
  }
  .top-eyecatch .eye-icon .icon-tree {
    width: 8.2vw;
    right: 1%;
    top: 18%;
  }
  .top-eyecatch .eye-icon .icon-fish {
    width: 18.872vw;
    left: -2%;
    bottom: 0;
    top: 40%;
  }
  .top-eyecatch .eye-icon .icon-equal {
    width: 7.176vw;
    left: -3%;
    bottom: 33%;
  }
  .top-eyecatch .eye-icon .icon-graph {
    width: 12.8vw;
    left: 2%;
    bottom: 24%;
  }
  .top-eyecatch .eye-icon .icon-building {
    width: 9.232vw;
    right: 6.5%;
    bottom: 0;
    top: 35%;
  }
  .top-eyecatch .eye-icon .icon-book {
    width: 11.48vw;
    right: -1%;
    bottom: 33%;
  }
}
@media screen and (max-width: 576px) {
  .top-eyecatch .eye-icon .icon-light {
    top: 22%;
  }
  .top-eyecatch .eye-icon .icon-tree {
    right: -1%;
    top: 20%;
  }
  .top-eyecatch .eye-icon .icon-fish {
    left: -3%;
    top: 43%;
  }
  .top-eyecatch .eye-icon .icon-equal {
    left: -2%;
    bottom: 30%;
  }
  .top-eyecatch .eye-icon .icon-graph {
    left: 2%;
    bottom: 20%;
  }
  .top-eyecatch .eye-icon .icon-building {
    right: 5%;
    top: 39%;
  }
  .top-eyecatch .eye-icon .icon-book {
    bottom: 30%;
  }
}
.top-eyecatch .eye-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: block;
  width: 282px;
  height: 120px;
  margin: auto auto -50px;
  cursor: pointer;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (hover: hover) {
  .top-eyecatch .eye-button:hover {
    opacity: 1;
  }
  .top-eyecatch .eye-button:hover .eye-btn-main {
    top: 10px;
    height: 80px;
  }
  .top-eyecatch .eye-button:hover .eye-btn-line {
    top: 13px;
    height: 80px;
  }
}
.top-eyecatch .eye-button:active .eye-btn-main {
  top: 44px;
  height: 46px;
}
.top-eyecatch .eye-button:active .eye-btn-line {
  top: 47px;
  height: 46px;
}
.top-eyecatch .eye-button .eye-btn-main {
  position: absolute;
  top: 0;
  width: 280px;
  height: 90px;
  margin-top: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0 0 140px 140px/0 0 40px 40px;
  background: #b71322;
  z-index: 9;
}
.top-eyecatch .eye-button .eye-btn-main:before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 280px;
  height: 70px;
  content: "";
  border-radius: 140px/35px;
  background: #d83621;
}
.top-eyecatch .eye-button .eye-btn-line {
  position: absolute;
  top: 3px;
  width: 282px;
  height: 90px;
  margin-top: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0 0 141px 141px/0 0 42px 42px;
  border: solid 1px #1c1c1c;
  border-top: none;
  z-index: 10;
}
.top-eyecatch .eye-button .eye-btn-line:before {
  position: absolute;
  top: -45px;
  left: -1px;
  width: 282px;
  height: 76px;
  content: "";
  border-radius: 141px/38px;
  border: solid 1px #1c1c1c;
}
@media screen and (max-width: 576px) {
  .top-eyecatch .eye-button {
    width: 220px;
    height: 100px;
    margin: auto auto -50px;
  }
}
@media screen and (max-width: 576px) and (hover: hover) {
  .top-eyecatch .eye-button:hover {
    opacity: 1;
  }
  .top-eyecatch .eye-button:hover .eye-btn-main {
    top: 6px;
    height: 64px;
  }
  .top-eyecatch .eye-button:hover .eye-btn-line {
    top: 8px;
    height: 64px;
  }
}
@media screen and (max-width: 576px) {
  .top-eyecatch .eye-button:active .eye-btn-main {
    top: 32px;
    height: 38px;
  }
  .top-eyecatch .eye-button:active .eye-btn-line {
    top: 34px;
    height: 38px;
  }
  .top-eyecatch .eye-button .eye-btn-main {
    width: 220px;
    height: 70px;
    margin-top: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0 0 110px 110px/0 0 25px 25px;
  }
  .top-eyecatch .eye-button .eye-btn-main:before {
    top: -25px;
    left: 0;
    width: 220px;
    height: 50px;
    border-radius: 110px/25px;
  }
  .top-eyecatch .eye-button .eye-btn-line {
    top: 2px;
    width: 222px;
    height: 70px;
    margin-top: 20px;
    border-radius: 0 0 111px 111px/0 0 27px 27px;
  }
  .top-eyecatch .eye-button .eye-btn-line:before {
    top: -30px;
    left: -1px;
    width: 222px;
    height: 56px;
    border-radius: 111px/28px;
  }
}
.top-eyecatch .eye-total {
  display: inline-block;
  padding: 0.25rem 1rem;
  border: solid 1px #00a397;
  border-radius: 0.4rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  position: absolute;
  right: 2.5%;
  top: 6.25rem;
  z-index: 999;
}
.top-eyecatch .eye-total .green {
  color: #00a397;
  font-weight: bold;
  white-space: nowrap;
}
.top-eyecatch .eye-total .green span {
  font-size: 1.857em;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 880px) {
  .top-eyecatch .eye-total {
    top: 1rem;
    right: 90px;
  }
}
@media screen and (max-width: 576px) {
  .top-eyecatch .eye-total {
    padding: 0.35rem 0.75rem 0.25rem;
    font-size: 0.785rem;
    top: 0.6rem;
    right: 76px;
  }
  .top-eyecatch .eye-total > span {
    display: block;
    line-height: 1.5rem;
  }
}
@media (hover: hover) {
  .top-eyecatch .eye-total:hover {
    opacity: 1;
    background: #ddf2f0;
  }
}

body.home.grayscale {
  background-color: #f7f7f7;
}
body.home.grayscale .top-eyecatch {
  background-image: url(../img/eye-iwakisan-off.svg), url(../img/eye-sannaimaruyama-off.svg), url(../img/eye-aspam-off.svg), url(../img/eye-kabushima-off.svg);
}
body.home.grayscale .top-eyecatch .eye-main .copy-sub {
  position: absolute;
  bottom: 14%;
  right: auto;
  left: 14%;
  margin: auto;
  width: 42%;
  max-width: 380px;
}
body.home.grayscale .top-intro {
  background: #a0a0a0;
}
body.home.grayscale .top-intro::before {
  background: #a0a0a0;
}
body.home.grayscale .top-intro .box {
  background: #f7f7f7;
}
body.home.grayscale .top-intro .box h2 span {
  background: #757575;
}
@media screen and (max-width: 768px) {
  body.home.grayscale .top-eyecatch .eye-main .copy-sub {
    bottom: 12%;
    left: 18%;
    width: 37%;
  }
}
@media screen and (max-width: 576px) {
  body.home.grayscale .top-eyecatch {
    background-image: url(../img/eye-iwakisan-off.svg), url(../img/eye-sannaimaruyama-off.svg), url(../img/eye-aspam-off.svg);
  }
  body.home.grayscale .top-eyecatch .eye-main .copy-sub {
    bottom: 13%;
    left: 23%;
    width: 32%;
  }
}

.top-intro {
  padding: 7rem 0 2rem;
  margin-bottom: calc(6vw + 1.5rem);
  background: #00a397;
  position: relative;
  z-index: 10;
}
.top-intro::before {
  content: "";
  position: absolute;
  height: 6vw;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #00a397;
  left: 0;
  bottom: calc(1px - 6vw);
}
.top-intro .box {
  padding: 3.75rem 1.5rem;
  border-radius: 1rem;
  position: relative;
}
.top-intro .box h2 {
  text-align: center;
  padding: 0;
  margin-bottom: 1.4em;
  border: none;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.top-intro .box h2 span {
  padding: 0 0.13em 0.075em;
  margin: 0 0.1em 0 0.05em;
  display: inline-block;
  background: #d83621;
  color: #f8f7f2;
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 0;
}
.top-intro .box p {
  font-size: 1.125rem;
}
.top-intro .box .icon-water {
  position: absolute;
  max-width: 88px;
  min-width: 46px;
  width: 6.1vw;
  right: -1rem;
  top: -60px;
}
@media screen and (max-width: 768px) {
  .top-intro .box {
    padding: 2.75rem 1.5rem;
  }
  .top-intro .box h2 {
    margin-bottom: 1.2em;
    font-size: clamp(1.7rem, 4.3vw, 2rem);
  }
  .top-intro .box p {
    font-size: 1rem;
  }
  .top-intro .box .icon-water {
    width: 6.1vw;
    right: 1rem;
    top: -40px;
  }
}
@media screen and (max-width: 576px) {
  .top-intro .box h2 {
    font-size: clamp(6.25vw, 6.25vw, 1.8rem);
  }
}

@media screen and (max-width: 768px) {
  .top-search {
    padding-bottom: 6rem;
  }
}

.tab-topsearch .tab-select {
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-topsearch .tab-select li {
  width: calc((100% - 20px) / 3);
}
.tab-topsearch .tab-select li a {
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
}
.tab-topsearch .tab-area-box {
  padding: 1.5rem;
  border: solid 3px #00a397;
  background: #ffffff;
}
.tab-topsearch .search-region {
  margin-top: 1rem;
}
.tab-topsearch .search-region dd {
  margin-bottom: 1.25rem;
}
.tab-topsearch .search-region dd a {
  display: inline-block;
  margin: 0 1.25rem 0.5rem 0;
}
.tab-topsearch .search-region dd a:before {
  margin-right: 0.25rem;
}
.tab-topsearch .tab-search-type {
  margin-top: 1rem;
}
.tab-topsearch .tab-search-type a {
  display: inline-block;
  margin: 0 1.25rem 1rem 0;
}
.tab-topsearch .tab-search-type a:before {
  margin-right: 0.25rem;
}

.sdgs-icon-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1rem;
}
.sdgs-icon-6 a {
  display: block;
  width: 15%;
  margin: 0 2% 2% 0;
}
.sdgs-icon-6 a:nth-of-type(6n) {
  margin-right: 0;
}
.sdgs-icon-6 a img {
  display: block;
}
@media screen and (max-width: 576px) {
  .sdgs-icon-6 {
    margin-top: 0.5rem;
  }
  .sdgs-icon-6 a {
    width: 23.5%;
  }
  .sdgs-icon-6 a:nth-of-type(6n) {
    margin-right: 2%;
  }
  .sdgs-icon-6 a:nth-of-type(4n) {
    margin-right: 0;
  }
}

.img-bn {
  display: block;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 0.25rem;
  border: solid 1px #a7afae;
  text-align: center;
  font-weight: 650;
  font-size: 1.375rem;
  line-height: 1.4;
}
.img-bn img {
  display: block;
  margin: 0 auto 0.75rem;
  height: 5.625rem;
}
@media (hover: hover) {
  .img-bn:hover {
    border-color: #d83621;
    color: #d83621;
  }
}
@media screen and (max-width: 768px) {
  .img-bn {
    font-size: 1.25rem;
  }
  .img-bn img {
    height: 4.5rem;
  }
}

.top-case {
  padding: 7rem 0 6.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .top-case .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-case {
    padding-top: 8rem;
  }
}

.case-list {
  margin-bottom: 1.75rem;
}
.case-list a {
  display: block;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.case-list a .fit-img {
  overflow: hidden;
}
.case-list a .fit-img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-list a .case-list-box {
  padding: 1rem 1.25rem;
}
.case-list a .case-list-box .case-name {
  margin-bottom: 0.5rem;
  letter-spacing: 0.025rem;
}
.case-list a .case-list-box .case-title {
  margin-bottom: 1.25rem;
  font-weight: 650;
  line-height: 1.5;
  font-size: 1.25rem;
}
.case-list a .case-list-box .case-sdgs {
  padding-right: 1.75rem;
}
.case-list a .case-list-box .case-sdgs img {
  width: 2.75rem;
}
.case-list a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  font-size: 1.625rem;
  color: #3d3d3d;
  content: "\f061";
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media (hover: hover) {
  .case-list a:hover {
    opacity: 1;
    -webkit-box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.125);
            box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.125);
    background: #f8f7f2;
  }
  .case-list a:hover .fit-img img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: calc((100% - 2rem) / 3);
  height: auto;
  padding: 0 0.25rem 0.75rem;
}
.swiper-container .swiper-wrapper .swiper-slide a {
  height: 100%;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  display: none;
}
@media screen and (max-width: 992px) {
  .swiper-container {
    width: 100%;
    padding: 0 7%;
    margin: 0 auto;
  }
  .swiper-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    width: calc((100% - 3rem) / 2);
    height: auto;
    padding: 0 0.25rem 0.75rem;
  }
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    text-align: center;
    color: #fff;
    background: rgba(167, 175, 174, 0.7);
    top: calc(50% - 1.5rem);
  }
  .swiper-container .swiper-button-prev:after,
  .swiper-container .swiper-button-next:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .swiper-container .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .swiper-container .swiper-button-prev:after {
    content: "\f060";
  }
  .swiper-container .swiper-button-next {
    left: auto;
    right: 0;
  }
  .swiper-container .swiper-button-next:after {
    content: "\f061";
  }
  .swiper-container .swiper-pagination {
    margin-top: 0.75rem;
    position: relative;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
    background: #a7afae;
    opacity: 1;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d83621;
  }
}
@media screen and (max-width: 576px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}

.top-news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-news .inner .top-news-head {
  width: 14rem;
}
.top-news .inner .top-news-head .en-h2 {
  margin: 0.35em 0 1.5em;
  text-align: left;
}
.top-news .inner .top-news-head .en-h2 span {
  font-size: 2.58em;
}
.top-news .inner .top-news-head p {
  margin-bottom: 0;
}
.top-news .inner .top-news-head p .link-arrow::before {
  font-size: 1.25rem;
}
.top-news .inner .news-box {
  width: calc(100% - 14rem);
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 6rem;
  }
  .top-news .inner {
    display: block;
  }
  .top-news .inner .top-news-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1.5rem;
  }
  .top-news .inner .top-news-head .en-h2 {
    margin-bottom: 0;
  }
  .top-news .inner .top-news-head .en-h2 span {
    font-size: 2.36em;
  }
  .top-news .inner .news-box {
    width: 100%;
  }
}

.bg-triangle01 {
  width: 20vw;
  max-width: 260px;
  aspect-ratio: 278/181;
  position: absolute;
  left: -0.75rem;
  bottom: 0;
  z-index: 2;
  display: block;
  background: url(../img/bg-triangle-pc01.svg) no-repeat left bottom/contain;
}
@media screen and (max-width: 768px) {
  .bg-triangle01 {
    width: 50vw;
    aspect-ratio: 223/154;
    background-image: url(../img/bg-triangle-sp01.svg);
  }
}

.bg-triangle02 {
  width: 20vw;
  max-width: 260px;
  aspect-ratio: 278/301;
  position: absolute;
  left: -0.75rem;
  top: 0;
  z-index: 2;
  display: block;
  background: url(../img/bg-triangle-pc02.svg) no-repeat left top/contain;
}
@media screen and (max-width: 768px) {
  .bg-triangle02 {
    width: 50vw;
    aspect-ratio: 223/116;
    background-image: url(../img/bg-triangle-sp02.svg);
  }
}

.bg-wave01 {
  width: 28vw;
  max-width: 406px;
  aspect-ratio: 406/361;
  position: absolute;
  right: -0.75rem;
  bottom: -12%;
  z-index: 2;
  display: block;
  background: url(../img/bg-wave-pc.svg) no-repeat right bottom/contain;
}
@media screen and (max-width: 768px) {
  .bg-wave01 {
    width: 75vw;
    max-width: 310px;
    bottom: -5%;
    aspect-ratio: 309/148;
    background-image: url(../img/bg-wave-sp.svg);
  }
}

body.page .page-title {
  padding: 4rem 0 0;
}
body.page .page-case-title {
  padding-bottom: 2.5rem;
}

.goals-list {
  line-height: 1;
}
.goals-list img {
  display: inline-block;
  width: 4rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
}
@media screen and (max-width: 576px) {
  .goals-list img {
    width: 3rem;
  }
}

.aomoriplan-table table {
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 800px;
  border-color: #a7afae;
}
.aomoriplan-table table thead tr th {
  padding: 0.5rem 0.5rem;
  border-color: #a7afae;
  color: #fff;
  white-space: normal;
  width: 125px;
}
.aomoriplan-table table thead tr th:nth-of-type(1) {
  width: 200px;
  padding: 0.5rem 0.75rem;
  background: #a7afae;
}
.aomoriplan-table table thead tr th:nth-of-type(2) {
  background: #dd1367;
}
.aomoriplan-table table thead tr th:nth-of-type(3) {
  background: #4c9f38;
}
.aomoriplan-table table thead tr th:nth-of-type(4) {
  background: #fd6925;
}
.aomoriplan-table table thead tr th:nth-of-type(5) {
  background: #fd9d24;
}
.aomoriplan-table table thead tr th:nth-of-type(6) {
  background: #f6bd04;
}
.aomoriplan-table table thead tr th:nth-of-type(7) {
  background: #0a97d9;
}
.aomoriplan-table table thead tr th:nth-of-type(8) {
  background: #573b79;
}
.aomoriplan-table table thead tr th:nth-of-type(9) {
  background: #19486a;
}
.aomoriplan-table table tbody tr th {
  height: 3rem;
  padding: 0.25rem 0.75rem;
  border-color: #a7afae;
  font-weight: bold;
  background: #ffffff;
  color: #00a397;
}
.aomoriplan-table table tbody tr td {
  padding: 0.25rem 0.75rem;
  border-color: #a7afae;
  text-align: center;
  font-size: 1rem;
}
.aomoriplan-table table tbody tr td:nth-child(2) {
  color: #dd1367;
}
.aomoriplan-table table tbody tr td:nth-child(3) {
  color: #4c9f38;
}
.aomoriplan-table table tbody tr td:nth-child(4) {
  color: #fd6925;
}
.aomoriplan-table table tbody tr td:nth-child(5) {
  color: #fd9d24;
}
.aomoriplan-table table tbody tr td:nth-child(6) {
  color: #f6bd04;
}
.aomoriplan-table table tbody tr td:nth-child(7) {
  color: #0a97d9;
}
.aomoriplan-table table tbody tr td:nth-child(8) {
  color: #573b79;
}
.aomoriplan-table table tbody tr td:nth-child(9) {
  color: #19486a;
}

.faq-box .wp-block-yoast-faq-block {
  border-top: solid 1px #acddd7;
}
.faq-box .schema-faq-section {
  border-bottom: solid 1px #acddd7;
}
.faq-box .schema-faq-section .schema-faq-question {
  font-size: 1.25rem;
  padding: 1.5rem 2.75rem 1.5rem 3rem;
  display: block;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-box .schema-faq-section .schema-faq-question:before {
  content: "Q";
  color: #00a397;
  font-weight: 650;
  font-size: 2rem;
  position: absolute;
  left: 0.75rem;
  top: 0.8rem;
  font-family: "Exo", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.faq-box .schema-faq-section .schema-faq-question:after {
  display: block;
  width: 2rem;
  height: 2rem;
  color: #fff;
  background: #a7afae;
  border-radius: 1rem;
  line-height: 2rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "+";
  margin-right: 0;
}
.faq-box .schema-faq-section .schema-faq-question.active:after {
  content: "\f068";
}
@media (hover: hover) {
  .faq-box .schema-faq-section .schema-faq-question:hover {
    color: #00a397;
  }
  .faq-box .schema-faq-section .schema-faq-question:hover:after {
    background: #00a397;
  }
}
.faq-box .schema-faq-section .schema-faq-answer {
  padding: 0 2.75rem 0 3rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: none;
}
.faq-box .schema-faq-section .schema-faq-answer:before {
  content: "A";
  color: #d83621;
  font-weight: 650;
  font-size: 2rem;
  position: absolute;
  left: 0.75rem;
  top: 0.2rem;
  font-family: "Exo", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 576px) {
  .faq-box .schema-faq-section .schema-faq-question {
    font-size: 1.125rem;
  }
}

.list-download a {
  background: #ffffff;
  border-radius: 0.25rem;
  padding: 1rem;
}
.list-download a:before {
  content: none;
}
.list-download a img {
  margin-bottom: 0.5rem;
  border: solid 1px #dddddd;
}
.list-download a span::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  margin: 0 0 0 0.25rem;
}
.list-download a[href$=".pdf"] span::after {
  color: #c5192d;
  content: "\f1c1";
}
.list-download a[href$=".doc"] span::after,
.list-download a[href$=".docx"] span::after {
  content: "\f1c2";
  color: #00689d;
}

.transrate-box {
  text-align: center;
}
.transrate-box select {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  vertical-align: middle;
  border: 1px solid #a7afae;
  background: #fff;
  border-radius: 0;
  color: #1c1c1c;
}

.exo-large {
  margin: 4.5rem auto 1.5rem;
  font-size: clamp(2.5rem, 10vw, 3rem);
  text-align: center;
  color: #00a397;
  line-height: 1.5;
  font-family: "Exo", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.search-criteria p {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.search-criteria p span {
  font-weight: 650;
  color: #00a397;
}
.search-criteria .search-number {
  margin-bottom: 1.25rem;
  text-align: center;
  background: #ddf2f0;
  background: #fff;
  padding: 0.5rem;
  font-size: 1rem;
}
.search-criteria .search-number span {
  padding-left: 0.25rem;
  font-weight: 700;
  font-size: 1.5rem;
}

body.archive .page-title {
  padding-bottom: 3rem;
}
body.archive .page-title .title-en {
  text-transform: uppercase;
}
body.archive .archive-inner {
  max-width: 1000px;
}
body.archive .cat-nav {
  padding: 0 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body.archive .cat-nav > a {
  margin-right: 0.875rem;
  padding: 0.5rem 1rem;
  display: block;
  opacity: 0.3;
  cursor: pointer;
}
body.archive .cat-nav > a:not(.active):hover {
  color: #00a397;
  opacity: 1;
}
body.archive .cat-nav > a.active {
  border-bottom: 1px solid #00a397;
  opacity: 1;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  body.archive .cat-nav > a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.news-box {
  border-top: solid 1px #acddd7;
}
.news-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5rem;
  border-bottom: solid 1px #acddd7;
}
.news-box a time {
  width: 8rem;
}
.news-box a .news-title {
  width: calc(100% - 8rem);
}
@media (hover: hover) {
  .news-box a:hover {
    color: #00a397;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .news-box a {
    display: block;
    padding: 0.75rem 0.5rem;
  }
  .news-box a time {
    display: block;
    width: 100%;
    margin-bottom: 0.125rem;
  }
  .news-box a .news-title {
    display: block;
    width: 100%;
    line-height: 1.6;
  }
}

.news-supple {
  margin-bottom: 1rem;
}

.data-box a {
  padding: 1.5rem 1.5rem 1rem;
  display: block;
  background: #ffffff;
  border-radius: 0.25rem;
  border: solid 1px #acddd7;
  position: relative;
}
.data-box a .data-box-top {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.data-box a .data-box-top .fit-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
  max-width: 100px;
  margin-left: 1.5rem;
  aspect-ratio: 1/1;
}
.data-box a .data-box-top .data-box-left .data-box-title {
  margin-bottom: 0.125rem;
  font-size: 1.35rem;
  font-weight: 650;
  line-height: 1.5;
}
.data-box a .data-box-top .data-box-left .data-box-type {
  margin: 0 0 0.75rem;
  color: #6d6d6d;
  font-size: 0.875rem;
}
.data-box a .data-box-top .data-box-left .data-box-region {
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 0.25rem;
}
.data-box a .data-box-top .data-box-left .data-box-region:before {
  color: #00a397;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.125rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f3c5";
}
.data-box a .goals-list {
  padding-right: 1.5rem;
}
.data-box a .goals-list img {
  width: 3.25rem;
}
.data-box a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  font-size: 1.625rem;
  color: #3d3d3d;
  content: "\f061";
  position: absolute;
  bottom: 1.75rem;
  right: 1.5rem;
}
body.single section {
  padding-top: 0;
}
body.single time {
  display: inline-block;
  color: #6d6d6d;
  font-size: 1.125rem;
}
body.single .single-inner {
  max-width: 1000px;
}
body.single .page-title {
  font-size: 2rem;
  padding: 0 0 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body.single .page-title {
    font-size: 1.75rem;
  }
}
body.single .navigation {
  width: 100%;
  margin: 2rem 0 0.8rem;
  padding: 0;
  font-size: 85%;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a {
  padding: 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.single .navigation a span {
  display: block;
}
body.single .navigation a span.navitext {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #a7afae;
  width: 3rem;
  white-space: nowrap;
  color: #d83621;
  font-weight: 650;
}
body.single .navigation a:hover {
  color: #d83621;
  opacity: 1;
}
body.single .navigation .nav-previous {
  background-color: #ffffff;
  margin-bottom: 0.5rem;
}
body.single .navigation .nav-next {
  background-color: #ffffff;
}
body.single .wp-caption {
  max-width: 100%;
}
body.single .alignright {
  width: 48% !important;
  float: right;
  margin: 0 0 1.5rem 2%;
}
body.single .alignleft {
  width: 48% !important;
  float: left;
  margin: 0 2% 1.5rem 0;
}
body.single .alignnone {
  float: none;
  margin: 0 auto 1.5rem;
}
body.single .alignright:before,
body.single .alignright:after,
body.single .alignleft:before,
body.single .alignleft:after {
  content: "";
  display: block;
  clear: both;
}
body.single hr {
  border: none;
  border-top: none;
  margin: 0;
  clear: both;
}
@media screen and (max-width: 576px) {
  body.single .alignleft,
  body.single .alignright,
  body.single .alignnone {
    width: 100% !important;
    float: none;
    margin: 0 auto 1.5rem;
  }
}

.wp-block-table {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wp-block-table table {
  width: 100%;
  min-width: 768px;
  border-collapse: collapse;
}
.wp-block-table table th {
  width: auto;
}
@media screen and (max-width: 768px) {
  .wp-block-table:before {
    content: "→横にスクロールできます";
    color: #a7afae;
    font-size: 0.875rem;
  }
}

body.single-data section {
  padding-top: 1rem;
}
body.single-data .data-title {
  padding: 3rem 0 2.5rem;
}
body.single-data .data-title div {
  margin-bottom: 0.5rem;
  color: #00a397;
  font-weight: bold;
  font-size: 1.25rem;
}
body.single-data .data-title h1 {
  text-align: left;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  body.single-data .data-title h1 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
body.single-data .box-dataplan {
  font-size: 1.125rem;
  padding: 2.5rem 2rem 2rem;
}
body.single-data .box-dataplan h2 {
  padding: 0 0 0 1.85em;
  margin: 0 0 0.5em;
  font-size: 1.75rem;
  font-weight: 650;
  color: #00a397;
  border: none;
  position: relative;
  letter-spacing: 0.025em;
}
body.single-data .box-dataplan h2:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.5rem;
  color: #d83621;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f024";
}
@media screen and (max-width: 576px) {
  body.single-data .box-dataplan {
    padding: 2rem 1.5rem 1.5rem;
    font-size: 1rem;
  }
  body.single-data .box-dataplan h2 {
    font-size: 1.5rem;
    margin-bottom: 0.75em;
  }
  body.single-data .box-dataplan h2:before {
    font-size: 2.25rem;
  }
}

.data-sns {
  font-size: 1.5rem;
  line-height: 1.25;
}
.data-sns a {
  margin-right: 0.35em;
}

.table-sdgsdetail {
  margin-top: 3rem;
}
.table-sdgsdetail colgroup col:nth-child(1) {
  width: 55%;
}
.table-sdgsdetail colgroup col:nth-child(2) {
  width: 28%;
}
.table-sdgsdetail colgroup col:nth-child(3) {
  width: 17%;
}
.table-sdgsdetail tr td:nth-child(3) {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  word-break: normal;
}
.table-sdgsdetail .goals-list img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .table-sdgsdetail {
    counter-reset: detailnum;
  }
  .table-sdgsdetail colgroup col:nth-child(1),
  .table-sdgsdetail colgroup col:nth-child(2),
  .table-sdgsdetail colgroup col:nth-child(3) {
    width: 100%;
  }
  .table-sdgsdetail thead {
    display: none;
  }
  .table-sdgsdetail tr:before {
    counter-increment: detailnum;
    content: "取組内容 " counter(detailnum);
    display: block;
    background: #00a397;
    color: #fff;
    font-weight: 650;
    padding: 0.75rem 1.25rem;
    width: 100%;
  }
  .table-sdgsdetail tr td {
    display: block;
  }
  .table-sdgsdetail tr td:nth-child(n+2) {
    padding-left: 6.5rem;
    position: relative;
  }
  .table-sdgsdetail tr td:nth-child(n+2):before {
    font-size: 0.875rem;
    font-weight: 650;
    color: #00a397;
    position: absolute;
    left: 1.25rem;
    top: 1.1rem;
    letter-spacing: 0;
  }
  .table-sdgsdetail tr td:nth-child(2):before {
    content: "ゴール";
  }
  .table-sdgsdetail tr td:nth-child(3):before {
    content: "ターゲット";
  }
  .table-sdgsdetail .goals-list img {
    width: 3.25rem;
  }
}

.link-casepage p {
  font-size: 1.25rem;
  font-weight: 650;
  color: #00a397;
}
.link-casepage a {
  text-decoration: underline;
}

body.single-case main section {
  padding-top: 5rem;
  padding-bottom: 0;
}
@media screen and (max-width: 576px) {
  body.single-case main .goals-list img {
    width: 3.25rem;
  }
}

.page-case-title div {
  padding-top: 4rem;
  margin-bottom: 0.5rem;
  color: #00a397;
  font-weight: bold;
  font-size: 1.5rem;
}
.page-case-title h1 {
  text-align: left;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-case-title div {
    font-size: 1.35rem;
  }
  .page-case-title h1 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

#g-nav,
.openbtn {
  display: none;
}

@media screen and (max-width: 880px) {
  .head-right {
    display: none;
  }
  #g-nav {
    display: block;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 100;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav #g-nav-list {
    padding-top: 5rem;
  }
  #g-nav .lang-link {
    margin-bottom: 1rem;
    text-align: center;
  }
  #g-nav .lang-link a {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: solid 1px #a7afae;
    background: #fff;
  }
  #g-nav .lang-link a i {
    margin-right: 0.25rem;
    color: #00a397;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  #g-nav ul {
    display: none;
    width: 90%;
    margin: 0 auto 0;
  }
  #g-nav.panelactive ul {
    display: block;
  }
  .openbtn {
    position: fixed;
    display: block;
    z-index: 9999;
    top: 9px;
    right: 9px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #d83621;
    color: #f8f7f2;
    font-size: 0.75rem;
    letter-spacing: 0;
    text-align: center;
    padding-top: 34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 880px) and (max-width: 768px) {
  .openbtn {
    top: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 880px) {
  .openbtn span,
  .openbtn span::before,
  .openbtn span::after {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    background: #f8f7f2;
    height: 2px;
    width: 30px;
  }
  .openbtn span {
    top: 23px;
    left: 15px;
  }
  .openbtn span::before {
    content: "";
    top: -9px;
  }
  .openbtn span::after {
    content: "";
    top: 9px;
  }
  .openbtn.active {
    background: #b71322;
  }
  .openbtn.active span {
    background: transparent;
  }
  .openbtn.active span::before {
    top: -6px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    background: #f8f7f2;
  }
  .openbtn.active span::after {
    top: 6px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    background: #f8f7f2;
  }
}/*# sourceMappingURL=basic.css.map */