@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic UI", "Meiryo UI", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.8;
  font-size: 1rem;
  color: #3D4048;
  background-color: #fff;
  position: relative;
}
body.noscroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #3D4048;
}

p {
  margin-bottom: 20px;
}

a {
  color: #3D4048;
  text-decoration: none;
}
a:hover {
  color: #2A9B6F;
  text-decoration: underline;
}

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

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

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .contents {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1260px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .tablet {
    display: block;
  }
}

@media screen and (max-width: 1260px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sm {
    display: block;
  }
}

@media screen and (max-width: 1260px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sm-tab {
    display: block;
  }
}

.logoBr {
  display: none;
}
@media screen and (max-width: 1076px) {
  .logoBr {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .logoBr {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .logoBr {
    display: block;
  }
}

/*** Header ***/
header .btn {
  display: none;
}
header .headerInner {
  height: 170px;
  width: 1240px;
  margin: 0 auto;
}
header .headerInner .headerBox {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerInner .logo {
  max-width: 340px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerInner a {
  text-decoration: none;
}
header .subNav {
  width: calc(100% - 360px);
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
header .subNav .searchIcon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D4048;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-right: 1rem;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
}
header .subNav .searchIcon:hover {
  background-color: rgba(42, 155, 111, 0.1);
}
header .subNav .searchIcon.hide {
  opacity: 0;
  visibility: hidden;
}
header .subNav .searchIcon img {
  width: 20px;
  height: 20px;
}
header .subNav .searchForm {
  position: relative;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}
header .subNav .searchForm.active {
  width: 300px;
  opacity: 1;
  margin-right: 1rem;
}
header .subNav .searchForm form {
  display: flex;
  white-space: nowrap;
}
header .subNav .searchForm form input[type=search] {
  width: 250px;
  padding: 0.5rem 1rem;
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
  border: 2px solid #e2e2e2;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
header .subNav .searchForm form input[type=search]:focus {
  outline: none;
  border-color: #2A9B6F;
}
header .subNav .searchForm form input[type=search]::placeholder {
  color: #999;
}
header .subNav .searchForm form button[type=submit] {
  width: 50px;
  background-color: #2A9B6F;
  border: none;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
header .subNav .searchForm form button[type=submit]:hover {
  background-color: #1f7352;
}
header .subNav .searchForm form button[type=submit] img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
header .subNav .subContact {
  display: inline-block;
  background-color: #2a9b6f;
  border-radius: 50px;
  min-width: 260px;
  transition: 0.3s ease;
}
header .subNav .subContact a {
  width: 100%;
  height: 60px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: 0.3s ease;
}
header .subNav .subContact a img {
  margin-right: 10px;
}
header .subNav .subContact:hover {
  cursor: pointer;
  opacity: 0.5;
}
header .mainNav {
  height: 110px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .mainNav .nav {
  width: 100%;
  height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  font-size: clamp(1rem, 0.8947368421rem + 0.2923976608vw, 1.125rem);
}
header .mainNav .nav .footeron {
  display: none;
}
header .mainNav .nav .footeroff {
  display: flex;
}
header .mainNav .nav li.nolink > a {
  cursor: default;
  pointer-events: none;
}
header .mainNav .nav > li {
  width: 25%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
header .mainNav .nav > li:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #C0C0C0;
}
header .mainNav .nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  transition: color 0.3s ease;
}
header .mainNav .nav > li > a:after {
  content: "";
  position: relative;
  right: -5px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-right: 2px solid #2a9b6f;
  border-bottom: 2px solid #2a9b6f;
  transition: transform 0.3s ease;
}
header .mainNav .nav > li:not(.menu-item-has-children) > a:after {
  display: none;
}
header .mainNav .nav > li:first-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #C0C0C0;
}
header .mainNav .nav > li:hover {
  z-index: 1001;
}
header .mainNav .nav > li:hover > a:after {
  transform: rotate(225deg);
}
header .mainNav .nav > li:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
header .mainNav .nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  width: max-content;
  max-width: 500px;
  padding: 0.5rem 1rem 1rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
header .mainNav .nav > li > .sub-menu li {
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
  margin: 0;
  height: auto;
  display: block;
  position: static;
}
header .mainNav .nav > li > .sub-menu li a {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  transition: 0.3s ease;
  box-sizing: border-box;
}
header .mainNav .nav > li > .sub-menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #2a9b6f;
  border-bottom: 2px solid #2a9b6f;
  transition: transform 0.3s ease;
}
header .mainNav .nav > li > .sub-menu li.menu-item-has-children.active > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}
header .mainNav .nav > li > .sub-menu li > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 250px;
  width: max-content;
  max-width: 400px;
  padding: 0.5rem 1rem 1rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  z-index: 1001;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
header .mainNav .nav > li > .sub-menu li > .sub-menu li {
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
  position: relative;
}
header .mainNav .nav > li > .sub-menu li > .sub-menu li a {
  padding: 3px 0;
  padding-left: 15px;
  border: none;
}
header .mainNav .nav > li > .sub-menu li > .sub-menu li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 8px;
  height: 1px;
  margin-right: 10px;
  background-color: #C0C0C0;
}
header .slideMenu {
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0;
  color: #fff;
  background: rgb(237, 237, 237);
  background-color: #fff;
  width: 100%;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
header .slideMenu.active {
  display: block;
  opacity: 100;
}
@media screen and (max-width: 1240px) {
  header .headerInner {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  header {
    position: relative;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 20;
  }
  header .btn {
    display: block;
  }
  header .headerInner {
    height: 60px;
  }
  header .headerInner .headerBox {
    height: 60px;
    padding: 0;
  }
  header .headerInner .logo {
    margin-left: 1rem;
    max-width: 180px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  header .mainNav,
  header .subNav {
    display: none;
  }
  header .slideMenu {
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    padding-bottom: 100px;
    border-top: 1px solid #E2E2E2;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .slideMenu ul.slideMain {
    padding: 2rem 1rem 1rem;
  }
  header .slideMenu ul.slideMain a {
    text-decoration: none;
    display: block;
    position: relative;
    cursor: pointer;
  }
  header .slideMenu ul.slideMain > li.menu-item {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
  }
  header .slideMenu ul.slideMain li {
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  header .slideMenu ul.slideMain li.footeron {
    display: none;
  }
  header .slideMenu ul.slideMain li .sub-menu {
    list-style: none;
    display: block;
    margin-top: 0.5rem;
  }
  header .slideMenu ul.slideMain li .sub-menu > li {
    position: relative;
    font-weight: 400;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
  header .slideMenu ul.slideMain li .sub-menu > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2A9B6F;
    transition: 0.3s ease;
  }
  header .slideMenu ul.slideMain li .sub-menu > li > a {
    margin-left: 15px;
    font-size: 14px;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
  }
  header .slideMenu ul.slideMain li .sub-menu > li:hover:before {
    transform: scale(1.2);
  }
  header .slideMenu ul.slideMain li .sub-menu > li.menu-item-has-children > a {
    position: relative;
  }
  header .slideMenu ul.slideMain li .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #2a9b6f;
    border-bottom: 2px solid #2a9b6f;
    transition: transform 0.3s ease;
  }
  header .slideMenu ul.slideMain li .sub-menu > li.menu-item-has-children.active > a::after {
    transform: rotate(225deg);
  }
  header .slideMenu ul.slideMain li .sub-menu > li > .sub-menu {
    display: none;
    margin-left: 0px;
    margin-top: 0.5rem;
  }
  header .slideMenu ul.slideMain li .sub-menu > li > .sub-menu li {
    margin-bottom: 5px;
    margin-left: 10px;
    padding-left: 10px;
  }
  header .slideMenu ul.slideMain li .sub-menu > li > .sub-menu li:before {
    top: 0.8rem;
    left: 0;
    width: 8px;
    height: 1px;
    border-radius: 0;
    background-color: #C0C0C0;
  }
  header .slideMenu ul.slideMain li .sub-menu > li > .sub-menu li a {
    margin-left: 10px;
  }
  header .slideMenu ul.slideMain li .sub-menu > li > .sub-menu li:hover:before {
    left: 5px;
    transform: none;
  }
  header .slideMenu ul.slideMain li .sub-menu > li.active > .sub-menu {
    margin-top: 0.5rem;
  }
  header .slideMenu .subNavSp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .slideMenu .subNavSp .searchIconSp {
    order: 0;
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #3D4048;
    transition: all 0.3s ease;
    border-radius: 50%;
    margin-right: 10px;
  }
  header .slideMenu .subNavSp .searchIconSp:hover {
    background-color: rgba(42, 155, 111, 0.1);
  }
  header .slideMenu .subNavSp .searchIconSp img {
    width: 20px;
    height: 20px;
  }
  header .slideMenu .subNavSp .searchIconSp.hide {
    opacity: 0.5;
  }
  header .slideMenu .subNavSp .subContact {
    order: 1;
    display: inline-block;
    background-color: #2a9b6f;
    border-radius: 50px;
    min-width: 200px;
    transition: 0.3s ease;
  }
  header .slideMenu .subNavSp .subContact a {
    width: 100%;
    height: 60px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    transition: 0.3s ease;
  }
  header .slideMenu .subNavSp .subContact a img {
    margin-right: 10px;
  }
  header .slideMenu .subNavSp .subContact:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  header .slideMenu .subNavSp .searchFormSp {
    order: 2;
    width: 90%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease;
    box-sizing: border-box;
    padding: 0;
    margin-top: 0;
  }
  header .slideMenu .subNavSp .searchFormSp.active {
    max-height: 80px;
    padding: 15px 0;
    margin-top: 15px;
  }
  header .slideMenu .subNavSp .searchFormSp form {
    display: flex;
    width: 100%;
  }
  header .slideMenu .subNavSp .searchFormSp form input[type=search] {
    flex: 1;
    padding: 0.75rem 1rem;
    font-size: 14px;
    border: 2px solid #e2e2e2;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
  }
  header .slideMenu .subNavSp .searchFormSp form input[type=search]:focus {
    outline: none;
    border-color: #2A9B6F;
  }
  header .slideMenu .subNavSp .searchFormSp form input[type=search]::placeholder {
    color: #999;
  }
  header .slideMenu .subNavSp .searchFormSp form button[type=submit] {
    width: 50px;
    background-color: #2A9B6F;
    border: none;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  header .slideMenu .subNavSp .searchFormSp form button[type=submit]:hover {
    background-color: #1f7352;
  }
  header .slideMenu .subNavSp .searchFormSp form button[type=submit] img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }
  header .btn,
  header .btn span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 6;
    background-color: #2A9B6F;
  }
  header .btn span {
    position: absolute;
    right: 8px;
    margin: auto;
    width: 24px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
  }
  header .btn span:nth-of-type(1) {
    top: 40%;
  }
  header .btn span:nth-of-type(2) {
    top: 60%;
  }
  header .btn.on span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  header .btn.on span:nth-of-type(2) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

/*** Footer ***/
footer {
  width: 100%;
  background-color: #3D4048;
  padding: 80px 0 40px;
}
footer article {
  box-sizing: border-box;
  color: #fff;
}
footer article a {
  color: #fff;
}
footer article .footerBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 50px;
}
footer article .footerBox .address address {
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer article .footerBox .footerNav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 50px;
}
footer article .footerBox .footerNav .mainUl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 40px;
  row-gap: 30px;
  align-items: start;
}
footer article .footerBox .footerNav .mainUl .footeroff {
  display: none;
}
footer article .footerBox .footerNav .mainUl li.nolink > a {
  cursor: default;
  pointer-events: none;
}
footer article .footerBox .footerNav .mainUl > li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer article .footerBox .footerNav .mainUl > li > a {
  font-size: clamp(0.875rem, 0.6644736842rem + 0.5847953216vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-left: 4px solid #fff;
  padding-left: 10px;
  position: relative;
  transition: 0.3s ease;
}
footer article .footerBox .footerNav .mainUl > li > a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer article .footerBox .footerNav .mainUl > li .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer article .footerBox .footerNav .mainUl > li .sub-menu li a {
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 30px;
  position: relative;
  transition: 0.3s ease;
}
footer article .footerBox .footerNav .mainUl > li .sub-menu li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  left: 15px;
  width: 8px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease;
}
footer article .footerBox .footerNav .mainUl > li .sub-menu li a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer article .footerBox .footerNav .btnMore {
  display: inline-block;
}
footer article .footerBox .footerNav .btnMore a {
  border: none;
  min-width: 200px;
  background-color: #2a9b6f;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: 0.3s ease;
}
footer article .footerBox .footerNav .btnMore a img {
  margin-right: 10px;
}
footer article .footerBox .footerNav .btnMore a:after {
  content: none;
}
footer article .footerBox .footerNav .btnMore a:hover {
  opacity: 0.5;
}
footer article .footerBox .footerNav .btnMore a:hover:before {
  left: 0.8em;
}
footer .copyright {
  border-top: 1px solid #fff;
  padding-top: 40px;
  color: #fff;
  text-align: center;
  font-size: clamp(0.625rem, 0.5197368421rem + 0.2923976608vw, 0.75rem);
}
@media screen and (max-width: 992px) {
  footer article {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer article .footerBox {
    flex-direction: column;
    gap: 20px 0;
  }
  footer article .footerBox .footerNav {
    flex-direction: column;
  }
  footer article .footerBox .footerNav .mainUl {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  footer article .footerBox .footerNav .mainUl {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
  footer article .footerBox .footerNav .btnMore {
    width: 100%;
  }
  footer article .footerBox .footerNav .btnMore a {
    min-width: inherit;
    width: 100%;
  }
}

/*** 共通 ***/
.txtRight {
  text-align: right;
  margin: 1em 0;
}

.txts {
  font-weight: normal;
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
}

.btnMore {
  text-align: center;
  margin-bottom: 10px;
  width: auto;
  position: relative;
}
.btnMore a {
  display: inline-block;
  min-width: 260px;
  font-size: clamp(0.875rem, 0.6644736842rem + 0.5847953216vw, 1.125rem);
  color: #2A9B6F;
  padding: 1.2rem 1.5rem !important;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 50px;
  border: 2px solid #2A9B6F;
  text-align: center;
  text-decoration: none !important;
  outline: none;
  position: relative;
  transition: 0.3s ease;
}
.btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_arrow_g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  transition: 0.3s ease;
}
.btnMore a:hover {
  color: #fff;
  opacity: 1;
  background-color: #2A9B6F;
}
.btnMore a:hover:after {
  right: 0.8em;
  background-image: url(../img/icon_arrow_w.svg);
}
@media screen and (max-width: 576px) {
  .btnMore a {
    min-width: inherit;
    width: 100%;
  }
}

.btnBorder {
  text-align: center;
  margin: 0 auto;
  width: auto;
}
.btnBorder a {
  display: inline-block;
  min-width: 260px;
  font-size: clamp(0.875rem, 0.6644736842rem + 0.5847953216vw, 1.125rem);
  color: #8E8E8E !important;
  padding: 1.2em 1em;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #8E8E8E;
  text-align: center;
  text-decoration: none !important;
  outline: none;
  position: relative;
  transition: 0.3s ease;
}

/*** Top ***/
.index h2 {
  display: inline-block;
  color: #3D4048;
  border-left: 6px solid #2A9B6F;
  font-size: clamp(1.875rem, 1.3486842105rem + 1.4619883041vw, 2.5rem);
  padding-left: 20px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 992px) {
  .index {
    margin-top: 60px;
  }
}

.topMainimg {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.topMainimg .innerBox {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 0 auto;
  box-sizing: border-box;
  gap: 0 15px;
}
.topMainimg .slideshow-wrapper {
  flex: 2;
  min-width: 0;
  position: relative;
}
.topMainimg .slideshow-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background-color: #F3F3F3;
  z-index: -1;
}
.topMainimg .slideshow {
  width: 100%;
  height: 100%;
}
.topMainimg .slideshow .slick-list,
.topMainimg .slideshow .slick-track {
  height: 100%;
}
.topMainimg .slideshow .slide {
  height: 100%;
}
.topMainimg .slideshow .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.topMainimg .slideshow .slick-dots {
  position: absolute;
  bottom: -40px;
  right: 100px;
  width: auto;
  display: flex !important;
  justify-content: flex-end;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.topMainimg .slideshow .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}
.topMainimg .slideshow .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 0;
  color: transparent;
}
.topMainimg .slideshow .slick-dots li button:before {
  content: none;
}
.topMainimg .slideshow .slick-dots li.slick-active button {
  background-color: #2A9B6F;
}
.topMainimg .slideshow .slick-dots li:hover button {
  background-color: #b3b3b3;
}
.topMainimg .bannerBlock {
  flex: 1;
  min-width: 280px;
  padding: 20px 0;
}
.topMainimg .bannerBlock p {
  margin: 0;
  padding: 0;
}
.topMainimg .bannerBlock p.title {
  margin: 0.5rem 1rem;
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  font-weight: 700;
}
.topMainimg .bannerBlock em {
  font-style: normal;
  color: #2A9B6F;
}
.topMainimg .bannerBlock ul li {
  background-color: #fff;
  border-left: 4px solid #2A9B6F;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
  transition: 0.3s ease;
}
.topMainimg .bannerBlock ul li a {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0 10px;
  position: relative;
  transition: 0.3s ease;
}
.topMainimg .bannerBlock ul li a img {
  width: 48px;
}
.topMainimg .bannerBlock ul li a .txt {
  margin-right: 45px;
  margin-left: 0.5rem;
}
.topMainimg .bannerBlock ul li a .txt h3 {
  font-size: clamp(1.125rem, 0.8092105263rem + 0.8771929825vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  transition: 0.3s ease;
}
.topMainimg .bannerBlock ul li a .txt p {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}
.topMainimg .bannerBlock ul li a::before {
  content: "";
  background-color: #2A9B6F;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.3s ease;
}
.topMainimg .bannerBlock ul li a:after {
  content: "";
  background-image: url(../img/icon_arrow_w.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease;
}
.topMainimg .bannerBlock ul li:hover {
  cursor: pointer;
  border-left-width: 6px;
}
.topMainimg .bannerBlock ul li:hover a {
  text-decoration: none;
}
.topMainimg .bannerBlock ul li:hover a .txt h3 {
  color: #2A9B6F;
}
.topMainimg .bannerBlock ul li:hover a:before {
  right: 0.5rem;
}
.topMainimg .bannerBlock ul li:hover a:after {
  right: 1.2rem;
}
@media screen and (max-width: 992px) {
  .topMainimg {
    background-color: #fff;
  }
  .topMainimg .innerBox {
    flex-direction: column;
    gap: 15px 0;
    padding: 0;
  }
  .topMainimg .slideshow-wrapper {
    width: 100%;
  }
  .topMainimg .slideshow {
    margin-bottom: 50px;
  }
  .topMainimg .slideshow .slick-dots {
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
  }
  .topMainimg .bannerBlock {
    width: 100%;
    min-width: inherit;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .topMainimg .bannerBlock .title {
    text-align: center;
  }
}

.topNews {
  padding-top: 100px;
}
.topNews .tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0 4px;
  position: relative;
  z-index: 0;
}
.topNews .tab li {
  width: 20%;
  background-color: #F3F3F3;
  border-bottom: 1px solid #2A9B6F;
  border-radius: 8px 8px 0 0;
  transition: 0.3s ease;
}
.topNews .tab li a {
  height: 65px;
  padding: 1.2rem 1rem;
  color: #8E8E8E;
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s ease;
}
.topNews .tab li.active {
  background-color: #2A9B6F;
}
.topNews .tab li.active a {
  color: #fff;
}
.topNews .tab li:hover {
  cursor: pointer;
  background-color: #2A9B6F;
}
.topNews .tab li:hover a {
  color: #fff;
}
.topNews .selectBox {
  display: none;
}
.topNews .tab_area {
  display: none;
}
.topNews .btnMore {
  margin-top: 3rem;
}
.topNews .innerBox {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.topNews .innerBox .contents {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.topNews .innerBox a {
  text-decoration: none;
}
.topNews .innerBox dl {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0 1em;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.topNews .innerBox dl:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2A9B6F;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.topNews .innerBox dl:hover:before {
  transform: scale(1, 1);
}
.topNews .innerBox dl:hover dd.txt:before {
  background-color: #DADADA;
}
.topNews .innerBox dl dt {
  width: 110px;
  line-height: 1.5;
}
.topNews .innerBox dl dd {
  line-height: 1.5;
  margin: 0;
}
.topNews .innerBox dl dd.txt {
  width: calc(100% - 260px);
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.topNews .innerBox dl dd.txt::before {
  content: "";
  background-color: #F3F3F3;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.3s ease;
}
.topNews .innerBox dl dd.txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.svg) no-repeat;
  width: 12px;
  height: 9px;
  transition: 0.3s ease;
}
.topNews .innerBox dl dd.cat {
  width: 140px;
  padding: 5px 10px;
  margin-right: 30px;
  font-size: clamp(0.625rem, 0.4144736842rem + 0.5847953216vw, 0.875rem);
  box-sizing: border-box;
  text-align: center;
  color: #2A9B6F;
  border: 1px solid #2A9B6F;
  border-radius: 30px;
}
.topNews .innerBox dl dd.cat a {
  color: #2A9B6F;
}
.topNews .innerBox dl .new {
  background-color: #2A9B6F;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-left: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.5197368421rem + 0.2923976608vw, 0.75rem);
}
@media screen and (max-width: 992px) {
  .topNews {
    padding-top: 50px;
  }
  .topNews .title {
    text-align: center;
  }
  .topNews .tab {
    flex-wrap: wrap;
    gap: 4px;
  }
  .topNews .tab li {
    width: calc(50% - 2px);
  }
  .topNews .tab li:first-child {
    width: 100%;
  }
  .topNews .tab li a {
    height: 40px;
    padding: 0 1rem;
  }
  .topNews .innerBox .contents {
    padding-top: 0px;
    padding-bottom: 2rem;
  }
  .topNews .innerBox dl {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .topNews .innerBox dl dd.txt {
    width: 100%;
    margin-top: 0.5rem;
    line-height: 1.3;
  }
}

.linkListBlock {
  background-color: #F3F3F3;
  padding-top: 80px;
  padding-bottom: 80px;
}
.linkListBlock .titleBox {
  text-align: center;
}
.linkListBlock h2 {
  margin-bottom: 50px;
}
.linkListBlock ul.listBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
.linkListBlock ul.listBox li {
  width: calc(33.3333333333% - 30px);
  height: 100px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 1rem 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.linkListBlock ul.listBox li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 10px;
  transition: 0.3s ease;
}
.linkListBlock ul.listBox li:hover {
  cursor: pointer;
  filter: brightness(90%);
}
.linkListBlock ul.listBox li:hover a {
  text-decoration: none;
  color: #3D4048;
}
@media screen and (max-width: 992px) {
  .linkListBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .linkListBlock ul.listBox {
    flex-direction: column;
    gap: 20px 0;
  }
  .linkListBlock ul.listBox li {
    width: 100%;
  }
}

/*** 下層 ***/
main.under {
  padding: 0 0 5rem;
}
@media screen and (max-width: 992px) {
  main.under {
    margin-top: 60px;
    padding-bottom: 2rem;
  }
}

.pageTitle {
  background: url(../img/title_bg.svg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 144px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.pageTitle h1 {
  line-height: 1;
  font-size: clamp(1.875rem, 0.9276315789rem + 2.6315789474vw, 3rem);
  font-weight: 700;
  margin: 0;
}

.breadcrumbs {
  margin-bottom: 4em;
  margin-top: 1rem;
  font-size: clamp(0.625rem, 0.5197368421rem + 0.2923976608vw, 0.75rem);
}

.pageinner h2 {
  margin-top: 3em;
  margin-bottom: 1.5em;
  font-size: clamp(1.125rem, 0.5986842105rem + 1.4619883041vw, 1.75rem);
  color: #3D4048;
  background-color: #F2F7F1;
  border-left: 8px solid #2A9B6F;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.pageinner h2:first-of-type {
  margin-top: 0;
}
.pageinner h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #D9D9D9;
  border-left: 4px solid #2A9B6F;
  font-size: clamp(1.125rem, 1.0197368421rem + 0.2923976608vw, 1.25rem);
  color: #3D4048;
  line-height: 1.5;
  position: relative;
}
.pageinner h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 5px 0;
  font-size: clamp(1rem, 0.7894736842rem + 0.5847953216vw, 1.25rem);
  color: #3D4048;
  line-height: 1.5;
}
.pageinner p {
  margin-bottom: 1.5em;
}
.pageinner p strong {
  color: #2A9B6F;
}
.pageinner .flexBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.pageinner .flexBox.txtcenter {
  align-items: center;
}
.pageinner .flexBox .img {
  width: 250px;
}
.pageinner .flexBox .img img {
  width: auto;
}
.pageinner .flexBox .txt {
  width: calc(100% - 270px);
}
.pageinner .flexBox .txt .strong {
  font-size: clamp(1rem, 0.7894736842rem + 0.5847953216vw, 1.25rem);
  font-weight: 700;
}
.pageinner .flexBox .half {
  width: calc(50% - 10px);
}
.pageinner .flexBox .half .btnMore a {
  display: block;
}
.pageinner .bgGray {
  background-color: #F7F7F7;
  padding: 1rem;
  box-sizing: border-box;
}
.pageinner .update {
  text-align: right;
  padding-bottom: 0.2em;
  font-size: clamp(0.625rem, 0.4144736842rem + 0.5847953216vw, 0.875rem);
  color: #555;
}
.pageinner .txtCenter {
  margin: 0 auto;
  text-align: center;
}
.pageinner .txtCenter img {
  margin: 0 auto;
}
.pageinner .txtRight {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.pageinner a[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
}
.pageinner .btnMore > a[target=_blank] {
  padding-right: 2.5rem !important;
}
.pageinner .btnMore > a[target=_blank]:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pageinner a[href$=".pdf"][target=_blank]:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  position: relative;
  top: 3px;
  width: 18px;
  height: 23px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(100%) contrast(45%);
}
.pageinner .btnMore > a[href$=".pdf"][target=_blank]:after {
  top: 1rem;
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .pageinner h1 {
    margin-bottom: 3rem;
  }
  .pageinner .flexBox .img {
    width: auto;
  }
  .pageinner .flexBox .txt {
    width: 100%;
  }
  .pageinner .flexBox .half {
    width: 100%;
  }
}
.pageinner .bgWhite {
  background-color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  border-radius: 4px;
}
.pageinner .topNews {
  padding-top: 0;
}
.pageinner .topNews .contents {
  padding-bottom: 2rem;
}
.pageinner .topNews .innerBox {
  background-color: inherit;
}

.conteStyle a {
  color: #2A9B6F;
  text-decoration: underline;
  padding-left: 5px;
  padding-right: 5px;
}
.conteStyle ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ul li {
  position: relative;
  padding-left: 1rem;
}
.conteStyle ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: inline-block;
  background-color: #3D4048;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.conteStyle ul.nodot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.conteStyle ul.nodot li {
  padding-left: 0;
}
.conteStyle ul.nodot li:before {
  content: none;
}
.conteStyle ul.nodot li a {
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(1rem, 0.8947368421rem + 0.2923976608vw, 1.125rem);
  color: #3D4048;
  transition: 0.3s ease;
}
.conteStyle ul.nodot li a:hover {
  color: #2A9B6F;
  text-decoration: underline;
}
.conteStyle ul.flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.conteStyle ul.flex li {
  width: calc(20% - 9px);
}
.conteStyle ul.listBox li {
  padding-left: 0;
}
.conteStyle ul.listBox li:before {
  content: none;
}
.conteStyle ul.listBox li a {
  color: #3D4048;
  text-decoration: none;
}
.conteStyle ul.listBox li a[target=_blank]:after {
  content: none;
}
.conteStyle ol {
  counter-reset: section;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ol li {
  position: relative;
  padding-left: 1.5rem;
}
.conteStyle ol li:before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.conteStyle ol li span {
  position: relative;
}
.conteStyle ol li span:before {
  content: "-----";
  color: #2A9B6F;
  padding-right: 10px;
}
.conteStyle ol li ul {
  counter-reset: section;
}
.conteStyle table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.conteStyle table th,
.conteStyle table td {
  padding: 1rem;
}
.conteStyle table th {
  background-color: #2A9B6F;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.conteStyle table th:last-child {
  border-right: none;
}
.conteStyle table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.conteStyle table td:last-child {
  border-right: none;
}
.conteStyle table tbody > tr:last-of-type th,
.conteStyle table tbody > tr:last-of-type td {
  border-bottom: none;
}
.conteStyle table .bluecolor {
  color: #2E558E;
  font-weight: bold;
}
.conteStyle table .redcolor {
  color: #D06D61;
  font-weight: bold;
}
.conteStyle table .redcolor b {
  font-size: 130%;
}
.conteStyle table.fontS th,
.conteStyle table.fontS td {
  padding: 10px;
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
}
.conteStyle dl.normal {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  gap: 0;
}
.conteStyle dl.normal dt {
  padding-right: 1rem;
  max-width: 100px;
}
.conteStyle dl.faqBox {
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 1.5em;
  display: block;
}
.conteStyle dl.faqBox dt {
  border-bottom: 1px solid #2A9B6F;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 40px;
  font-weight: 700;
  font-size: clamp(1rem, 0.8947368421rem + 0.2923976608vw, 1.125rem);
  position: relative;
}
.conteStyle dl.faqBox dt:before {
  display: inline-block;
  content: "Q.";
  font-family: montserrat, sans-serif;
  color: #2A9B6F;
  position: absolute;
  top: 0;
  left: 0;
}
.conteStyle dl.faqBox dd {
  position: relative;
  padding-left: 40px;
}
.conteStyle dl.faqBox dd:before {
  display: inline-block;
  color: #2A9B6F;
  content: "A.";
  font-weight: 700;
  font-family: montserrat, sans-serif;
  font-size: clamp(1rem, 0.8947368421rem + 0.2923976608vw, 1.125rem);
  position: absolute;
  top: 0;
  left: 0;
}
.conteStyle .counterList p {
  margin: 0;
  font-size: clamp(1rem, 0.8947368421rem + 0.2923976608vw, 1.125rem);
}
.conteStyle .counterList dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  margin-left: 1rem;
}
.conteStyle .counterList dl dt {
  width: 80px;
}
.conteStyle .counterList dl dd {
  width: calc(100% - 110px);
}
.conteStyle .linkListBlock {
  padding: 2rem;
}

.pageLinkbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 4rem;
}
.pageLinkbox li {
  width: calc(33.3333333333% - 20px);
}
.pageLinkbox li a {
  display: block;
  text-decoration: none;
  border: 1px solid #D9D9D9;
  background-color: #FAFAFA;
  padding-right: 4rem;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
.pageLinkbox li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 11px;
  transition: 0.3s ease;
}
.pageLinkbox li a:hover {
  background-color: #2A9B6F;
  color: #fff;
}
.pageLinkbox li a:hover:after {
  right: 1.8rem;
  background-image: url(../img/icon_arrow_w.svg);
}
.pageLinkbox li a h2 {
  background-color: inherit;
  border: none;
  font-size: clamp(1rem, 0.8947368421rem + 0.2923976608vw, 1.125rem);
  font-weight: 500;
  margin: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 576px) {
  .pageLinkbox {
    gap: 10px 0;
    margin-bottom: 2rem;
  }
  .pageLinkbox li {
    width: 100%;
  }
}

dl.mailBox {
  width: 100%;
  margin: 2rem auto;
  padding: 1rem 1.5rem;
  border: 2px solid #3D4048;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 10px;
  font-weight: 700;
}
dl.mailBox dt {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  font-size: clamp(1.125rem, 1.0197368421rem + 0.2923976608vw, 1.25rem);
  width: 260px;
}
dl.mailBox dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
}
dl.mailBox dd {
  margin: 0;
  padding-left: 1rem;
  font-size: clamp(1.25rem, 1.0394736842rem + 0.5847953216vw, 1.5rem);
}
dl.mailBox dd span {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
  margin-left: 1rem;
}
@media screen and (max-width: 992px) {
  dl.mailBox {
    flex-direction: column;
    align-items: flex-start;
  }
  dl.mailBox dt {
    border-bottom: 1px solid #D9D9D9;
    gap: 10px 10px;
    width: 100%;
    padding-bottom: 5px;
  }
  dl.mailBox dt::after {
    content: none;
  }
  dl.mailBox dd {
    padding-left: 0;
    text-align: left;
  }
  dl.mailBox dd span {
    display: block;
    margin-left: 0;
  }
}

.mapSection a {
  text-decoration: underline;
  color: #2A9B6F;
  transition: 0.3s ease;
}
.mapSection a:hover {
  color: #D9D9D9;
}
.mapSection .btnBorder {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mapSection .btnBorder a {
  color: #3D4048;
}
.mapSection h3.bgcolor {
  border: none;
  margin: 0;
  margin-bottom: 1rem;
  background-color: #2A9B6F;
  color: #fff;
  font-size: clamp(1.125rem, 1.0197368421rem + 0.2923976608vw, 1.25rem);
  text-align: center;
}
.mapSection .mapKindBlock {
  border: 1px solid #D9D9D9;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}
.mapSection .mapKindBlock h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-left: none;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 1rem;
}
.mapSection .mapKindBlock h3:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2A9B6F;
  position: relative;
  top: 0;
  margin-right: 10px;
}
.mapSection .mapKindBlock h3 span {
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
  display: block;
  font-weight: 400;
  margin-left: 1rem;
  flex: 1;
}
.mapSection .mapKindBlock ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.mapSection .mapKindBlock .link {
  margin: 2rem 0 0 auto;
  text-align: right;
  position: relative;
}
.mapSection .mapKindBlock .link::after {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  background: url(../img/icon_arrow_g.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
}
.mapSection ul.caution {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.mapSection ul.caution li {
  position: relative;
  padding-left: 1rem;
}
.mapSection ul.caution li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: inline-block;
  background-color: #3D4048;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.mapSection dl.check {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}
.mapSection dl.check dt {
  font-weight: 700;
  position: relative;
}
.mapSection dl.check dt:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  background: url(../img/icon_check.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.mapSection dl.check dd {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.mapSection dl.check dd::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 12px;
  height: 1px;
  border-radius: 0;
  background-color: #D9D9D9;
}
.mapSection dl.check dd.notxt:before {
  content: none;
}
@media screen and (max-width: 992px) {
  .mapSection .mapKindBlock h3 {
    flex-wrap: wrap;
  }
  .mapSection .mapKindBlock h3 span {
    flex: auto;
    margin-left: 20px;
    margin-top: 10px;
  }
}

.singleTitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: -2rem;
}
.singleTitle .singlecat {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 30px;
  font-size: clamp(0.625rem, 0.4144736842rem + 0.5847953216vw, 0.875rem);
  box-sizing: border-box;
  text-align: center;
  color: #2A9B6F;
  border: 1px solid #2A9B6F;
  border-radius: 30px;
}
.singleTitle .singlecat a {
  color: #2A9B6F;
}

ul.archiveEvent li {
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.archiveEvent li:before {
  content: none;
}
ul.archiveEvent li .thumbnail {
  width: 100%;
  margin-bottom: 1.5rem;
}
ul.archiveEvent li .infoBox {
  min-width: 200px;
  margin-bottom: 2rem;
}
ul.archiveEvent li .infoBox h2 {
  margin-top: 0;
}
ul.archiveEvent li .infoBox h2 span {
  background-color: #fff;
}
ul.archiveEvent li .infoBox h2before {
  content: none;
}
ul.archiveEvent li .infoBox p {
  margin: 0;
  padding: 0;
}
ul.archiveEvent li .btnMore {
  text-align: right;
  margin-left: auto;
  margin-bottom: 0;
}
ul.archiveEvent li .btnMore a {
  min-width: 210px;
  transition: 0.3s ease;
  text-decoration: none;
  text-align: left;
  font-size: clamp(0.8125rem, 0.7072368421rem + 0.2923976608vw, 0.9375rem);
  padding: 1.5rem;
  position: relative;
}
ul.archiveEvent li .btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  transition: 0.3s ease;
}
ul.archiveEvent li .btnMore a.is-pdf:after {
  background-image: url(../img/icon_pdf_w.svg);
}
ul.archiveEvent li .btnMore a:hover {
  background-color: #2A9B6F;
  filter: brightness(70%);
}
ul.archiveEvent li .btnMore a:hover:after {
  right: 0.8em;
}

dl.oterLink {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
dl.oterLink dt {
  font-weight: 700;
  width: 100px;
}
dl.oterLink dd {
  margin: 0;
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
}
dl.oterLink dd a {
  display: block;
  position: relative;
  padding-left: 1rem;
  overflow-wrap: break-word;
}
dl.oterLink dd a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: inline-block;
  background-color: #2A9B6F;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  dl.oterLink {
    margin-bottom: 1rem;
    flex-direction: column;
  }
}

table.crossTable {
  background-color: #fff;
}
table.crossTable th,
table.crossTable td {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
}
table.crossTable thead th {
  background-color: #2A9B6F;
  color: #fff;
}
table.crossTable thead th:nth-child(1) {
  width: 180px;
}
table.crossTable thead th:nth-child(2) {
  width: 280px;
}
table.crossTable tbody tr:nth-child(even) {
  background-color: #F2F7F1;
}
table.crossTable tbody td.long {
  width: calc(100% - 180px);
}

.contactBox {
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  margin: 2rem auto;
  /* デフォルトのチェックボックスを非表示 */
  /* チェックボックスにフォーカスした時 */
  /* チェックが入った状態 */
  /* チェックマーク */
  /* ラベルテキスト */
  /* エラー時のスタイル（オプション） */
}
.contactBox h3 {
  text-align: center;
  color: #2A9B6F;
}
.contactBox p {
  margin: 0;
  line-height: 1;
}
.contactBox .center {
  margin-bottom: 0;
}
.contactBox dl dt {
  margin-bottom: 0.8em;
  line-height: 1;
  font-size: clamp(1rem, 0.7894736842rem + 0.5847953216vw, 1.25rem);
  font-weight: bold;
}
.contactBox dl dt .txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
}
.contactBox dl dt span {
  display: inline-block;
  color: #9C0F21;
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
  margin-left: 0.5em;
}
.contactBox dl dd {
  margin-bottom: 2em;
  margin-inline-start: 0px;
}
.contactBox dl dd p {
  margin: 0;
  line-height: 1;
}
.contactBox dl .text {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .textarea {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item {
  margin-right: 1em;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
  margin-right: 1em;
}
.contactBox dl .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contactBox dl input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}
.contactBox dl .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.2em;
  margin-top: auto;
  transition: background-color 0.5s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}
.contactBox dl input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #2A9B6F;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}
.contactBox .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.contactBox .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.contactBox .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #2A9B6F;
  border-color: #333;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contactBox .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.6644736842rem + 0.5847953216vw, 1.125rem);
  line-height: 1.5;
  user-select: none;
  text-align: left;
}
.contactBox .wpcf7-acceptance input[type=checkbox][aria-invalid=true] {
  border-color: #e74c3c;
}
.contactBox input[type=submit] {
  all: unset;
}
.contactBox .submitBtn {
  text-align: center;
}
.contactBox input.contactBtn {
  width: 280px;
  box-sizing: border-box;
  background: #2A9B6F;
  border-radius: 4px;
  color: #fff;
  padding: 1rem;
  display: inline-block;
  margin-top: 1em;
  cursor: pointer;
}
.contactBox input.contactBtn:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.contactBox .wpcf7-spinner {
  display: block;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .contactBox {
    padding: 1rem;
  }
  .contactBox input.contactBtn {
    width: 100%;
  }
}

/* 検索結果 */
.searchKeyword {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.searchKeyword .sform {
  width: 80%;
}
.searchKeyword .sform form {
  display: flex;
  white-space: nowrap;
}
.searchKeyword .sform form input[type=search] {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: clamp(0.875rem, 0.7697368421rem + 0.2923976608vw, 1rem);
  border: 2px solid #e2e2e2;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.searchKeyword .sform form input[type=search]:focus {
  outline: none;
  border-color: #2A9B6F;
}
.searchKeyword .sform form input[type=search]::placeholder {
  color: #999;
}
.searchKeyword .sform form button[type=submit] {
  width: 50px;
  background-color: #2A9B6F;
  border: none;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.searchKeyword .sform form button[type=submit]:hover {
  background-color: #1f7352;
}
.searchKeyword .sform form button[type=submit] img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.searchResults li {
  margin-bottom: 20px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #ddd;
}
.searchResults li a {
  color: #3D4048;
  text-decoration: none;
  display: block;
  overflow-wrap: break-word;
}
.searchResults li a:hover {
  color: #2A9B6F;
}
.searchResults li a:hover .entry-url {
  color: #2A9B6F;
}
.searchResults li a .entry-url {
  font-size: 12px;
  color: #006621;
  text-decoration: none;
}
.searchResults li a .entry-title {
  display: block;
  font-size: clamp(1.375rem, 1.1644736842rem + 0.5847953216vw, 1.625rem);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.searchResults li a .entry-excerpt {
  font-size: clamp(0.75rem, 0.6447368421rem + 0.2923976608vw, 0.875rem);
  margin: 5px 0;
}
.searchResults .caution {
  font-size: clamp(1.375rem, 1.1644736842rem + 0.5847953216vw, 1.625rem);
  text-align: center;
  margin-bottom: 3rem;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  font-size: 14px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wp-pagenavi a {
  color: #333;
  background-color: #fff;
}
.wp-pagenavi a:hover {
  background-color: #f5f5f5;
  border-color: #999;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #333;
  border-color: #333;
  font-weight: bold;
}
.wp-pagenavi span.extend {
  border: none;
  min-width: auto;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-weight: 500;
}

@media (max-width: 768px) {
  .wp-pagenavi {
    gap: 4px;
    font-size: 13px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
  }
  .wp-pagenavi a.first,
  .wp-pagenavi a.last {
    display: none;
  }
}
#ez-toc-container {
  background-color: #FAFAFA;
  border: 1px solid #D9D9D9;
  padding: 1rem;
  margin: 2rem 0 !important;
  box-sizing: border-box;
}
#ez-toc-container .ez-toc-title-container {
  margin-bottom: 1rem;
  position: relative;
}
#ez-toc-container .ez-toc-title-container:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
  background: url(../img/icon_menu.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}
#ez-toc-container ul li:before {
  content: none;
}
#ez-toc-container ul li {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.tocManual {
  background-color: #FAFAFA;
  border: 1px solid #D9D9D9;
  padding: 1rem;
  margin: 2rem 0 !important;
  box-sizing: border-box;
}
.tocManual .tocTitle {
  margin-bottom: 1rem;
  position: relative;
}
.tocManual .tocTitle:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
  background: url(../img/icon_menu.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}
.tocManual ul {
  counter-reset: tocCounter;
}
.tocManual ul li {
  counter-increment: tocCounter;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.tocManual ul li:before {
  content: counter(tocCounter) ". ";
}
.tocManual ul li a {
  color: #3D4048;
  text-decoration: none;
}

.sectionTab .tab-navigation {
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}
.sectionTab .tab-button {
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  bottom: -2px;
}
.sectionTab .tab-button.active {
  font-weight: bold;
}
.sectionTab .tab-button:focus {
  outline-offset: 2px;
}
.sectionTab .tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}
.sectionTab .tab-content.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sectionTab .pdf-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}
.sectionTab .pdf-list li {
  display: flex;
  align-items: center;
  padding: 10px;
}
.sectionTab .pdf-list li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}
.sectionTab .pdf-list li a {
  text-decoration: none;
  font-size: 14px;
  flex: 1;
}
.sectionTab .pdf-list li a:hover {
  text-decoration: underline;
}
.sectionTab .pdf-list li a:focus {
  outline-offset: 2px;
}

.popupImg {
  cursor: pointer;
  transition: opacity 0.3s;
}
.popupImg:hover {
  opacity: 0.8;
}

.imgModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.imgModal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgModalClose {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.imgModalClose:hover {
  color: #ccc;
}

.imgModalContent {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}