@charset "UTF-8";
.sp {
  display: block;
  position: relative;
}

.pc {
  display: none;
}

.fmin {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
}

.fgo {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 62.5%;
  margin: 0;
  color: #010101;
}

body {
  position: relative;
  font-size: 1.4em;
  line-height: 0;
  line-height: 1.7;
}

h2 {
  font-size: 3.2rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 100;
  padding: 24px 0;
  line-height: 1.2;
}

h2::after {
  content: '';
  position: absolute;
  width: 2em;
  height: 4px;
  background-color: #2abcb0;
  margin: auto;
  bottom: -5px;
  left: 0;
  right: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: .5;
}

img {
  vertical-align: bottom;
}

ul.list, ol.list {
  margin-left: 0;
}

ul.list {
  list-style-type: none;
  margin-left: 3em;
  position: relative;
}

ul.list li::before {
  position: relative;
  content: '●';
  margin-left: -1em;
}

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

table.table {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
}

table.table th, table.table td {
  padding: 12px 10px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}

table.table th {
  vertical-align: middle;
  background-color: #eefaf9;
  font-weight: normal;
}

table.table td.th2 {
  background-color: #f6f6f6;
}

footer {
  border-top: 12px solid #d7f6f4;
  color: #4f4f4f;
  background-color: #f6f6f6;
  text-align: center;
  position: relative;
}

footer a {
  color: #4f4f4f;
}

footer p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

footer p.address {
  font-size: 1.3rem;
  font-weight: normal;
}

footer .inner {
  padding: 50px 0;
}

footer .copyright {
  padding: 1.5em 0;
  border-top: 1px solid #2abcb0;
  background-color: #fff;
}

header {
  border-bottom: 12px solid #d7f6f4;
  text-align: center;
  padding: 15px 0 24px;
}


header .spnavi_trigger,
header .spnavi_trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .spnavi_trigger {
  position: fixed;
  width: 58px;
  height: 58px;
  top: 10px;
  right: 10px;
  z-index: 3000;
  background-color: #009847;
  border-radius: 5px;
}

header .spnavi_trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 3px;
  background-color: #fff;
}

header .spnavi_trigger span:nth-of-type(1) {
  top: 16px;
}

header .spnavi_trigger span:nth-of-type(2) {
  top: 27px;
}

header .spnavi_trigger span:nth-of-type(3) {
  bottom: 16px;
}

header .spnavi_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

header .spnavi_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

header .spnavi_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  -ms-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

header nav.gnav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2000;
}

header nav.gnav.pc {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}


header nav.gnav ul {
  font-size: 1.6rem;
  margin-top: 28px;
  background-color: #009847;
}

header nav.gnav ul li {
  position: relative;
}

header nav.gnav ul li a {
  padding: 10px 0;
  color: #fff;
  display: block;
  text-align: center;
  border-top: 1px solid #fff;
  font-weight: normal;
}

/* 「ご寄附」はメニューの中で目立たせる（2026-09-16 寄附の動線改善） */
header nav.gnav ul li.kihu a {
  background-color: #00733a;
  font-weight: bold;
}

/* 今いるページの項目（リンク無し）も、リンクと同じ余白・見た目にする（2026-09-16） */
header nav.gnav ul li.current {
  padding: 10px 0;
  color: #fff;
  display: block;
  text-align: center;
  border-top: 1px solid #fff;
}

header nav.gnav ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  background-image: url(../img/icon_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

section {
  margin: 80px 0;
  position: relative;
}

section .inner {
  padding: 0 5vw;
  position: relative;
}

section .box {
  position: relative;
  background-color: #e7f9f8;
  margin-left: -5vw;
  margin-right: -5vw;
  padding: 56px 5vw;
}

section .btnlink + .btnlink {
  margin-top: 16px;
}

section .btnlink a {
  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;
  padding: 10px 0;
  max-width: 385px;
  border: 1px solid #d7d7d7;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  color: #4f4f4f;
  background-color: #fff;
  text-decoration: none;
}

section .btnlink a::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 30px solid transparent;
  border-right: 34px solid #2abcb0;
  position: absolute;
  z-index: 100;
}


section .btnlink .pict_pdf {
  position: relative;
}

section .btnlink .pict_pdf::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 18px;
  height: 20px;
  margin-left: 10px;
  top: 0;
  bottom: 0;
  background-image: url(../img/pict_pdf_k.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}


section h2 {
  margin-bottom: 50px;
}

section.mv {
  margin: 0;
}

section.group {
  margin-top: -110px;
  margin-bottom: 0;
}

section.group h2 {
  color: #fff;
  border-bottom-color: #fff;
  margin-bottom: 23px;
}

section.group .grouplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.group .grouplink a {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.group .grouplink a > div:nth-of-type(1) {
  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;
  height: 55px;
}

section.group .grouplink a > div:nth-of-type(1) img {
  height: 27px;
  width: auto;
}

section.aisatsu {
  margin-top: 0;
}

section.aisatsu .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.aisatsu .person .ph {
  width: 60%;
  margin: 24px auto;
  position: relative;
}

section.aisatsu .person .ph::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e7f9f8;
  margin: auto;
  z-index: -10;
}

section.aisatsu .person .ph img {
  position: relative;
}

section.aisatsu .person .txt {
  margin: 24px 0;
}

section.aisatsu .person .txt p + p {
  margin-top: 1em;
}

section.aisatsu .person:nth-of-type(1) .ph::after {
  top: -26px;
  left: -82px;
}

section.aisatsu .person:nth-of-type(2) .ph::after {
  bottom: -26px;
  right: -80px;
}

section.mokuteki h2, section.joho h2 {
  margin-bottom: 0;
}

section.ikuei h3 {
  font-weight: bold;
  margin-top: 1em;
}

section.ikuei h3:first-child {
  margin-top: 0;
}

section.banner {
  text-align: center;
}

section .mdl_step {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}

section .mdl_step li {
  position: relative;
  background: #a4a4a4;
  color: #fff;
  padding: 50px 10px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  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;
}

section .mdl_step li:first-child {
  padding-top: 30px;
}

section .mdl_step li:last-child {
  margin-bottom: 30px;
}

section .mdl_step li::before, .contents .mdl_step li::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  top: 100%;
  left: -5vw;
  right: -5vw;
}

section .mdl_step li::before {
  border-top: 30px solid #a4a4a4;
  z-index: 11;
}

section .mdl_step li::after {
  border-top: 30px solid #fff;
  margin-top: 1px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
    position: relative;
  }
  footer .inner {
    position: relative;
    width: 1032px;
    margin: 0 auto;
  }
  footer .pagetop {
    position: absolute;
    margin: auto;
    width: 140px;
    height: 44px;
    top: -50px;
    right: 0;
  }
  footer .pagetop a {
    width: 140px;
    height: 44px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    background-color: #2abcb0;
    position: relative;
    display: block;
    padding-top: 20px;
  }
  footer .pagetop::before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 10px;
    margin: auto;
    top: 6px;
    left: 0;
    right: 0;
    background-image: url(../img/pict_pagetop_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }
  header {
    padding-top: 27px;
    padding-bottom: 25px;
  }
  header .inner {
    position: relative;
    max-width: 1032px;
    margin: 0 auto;
  }
  header h1 {
    margin-bottom: 46px;
  }
	
  header nav.gnav {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    z-index: auto;
  }
	
  header nav.gnav.pc {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
	
  header nav.gnav ul {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1.5rem;
    margin-top: 0;
    background-color: #fff;
  }
  /* 2026-09-16 メニューがPCで2行に折り返していたので、余白を 3em → 1.2em に詰めて1行に収める */
  header nav.gnav ul li {
    white-space: nowrap;
  }
  header nav.gnav ul li + li::before {
    content: "";
    border-left: 1px solid #4c4c4c;
  }
  header nav.gnav ul li a {
    padding: 0 1.2em;
    color: #4c4c4c;
    display: inline;
    border-top: none;
  }
  header nav.gnav ul li.current {
    padding: 0 1.2em;
    color: #009847;
    display: inline;
    border-top: none;
  }
  header nav.gnav ul li.kihu + li::before {
    border-left: none;
  }
  header nav.gnav ul li.kihu {
    margin-left: 1em;
  }
  header nav.gnav ul li.kihu a {
    display: inline-block;
    padding: 6px 1.4em;
    border-radius: 4px;
    background-color: #009847;
    color: #fff;
    font-weight: bold;
  }
  header nav.gnav ul li.kihu a:hover {
    background-color: #00733a;
  }
  /* スマホ用のリンク矢印（白いアイコン）はPCでは出さない。余白を詰めたら文字に重なって見えていた */
  header nav.gnav ul li a::after {
    display: none;
  }
  section {
    margin: 80px 0;
  }
  section .inner {
    max-width: 1032px;
    margin: 0 auto;
    padding: 0;
  }
  section .box {
    border: 1px solid #bbb;
    border-radius: 10px;
    margin: 0;
    padding: 70px 80px;
  }
  section table.table {
    border: 1px solid #e6e6e6;
  }
  section table.table th, section table.table td {
    border: 1px solid #e6e6e6;
    display: table-cell;
  }
  section table.table td.th2 {
    background-color: #fff;
  }
  section.mv img {
    width: 100%;
  }
  section.group .grouplink a {
    width: 25%;
  }
  section.group .grouplink a > div:nth-of-type(1) {
    height: 86px;
  }
  section.group .grouplink a > div:nth-of-type(1) img {
    height: 46px;
    width: auto;
  }
  section.aisatsu {
    margin-top: 80px;
  }
  section.aisatsu .person {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 120px;
  }
  section.aisatsu .person .ph {
    width: 252px;
    margin: 0 0 0 auto;
    padding: 0;
  }
  section.aisatsu .person .ph img {
    width: 100%;
  }
  section.aisatsu .person .txt {
    width: 50%;
    margin: 0;
    padding: 0 56px;
  }
  section.aisatsu .person:nth-of-type(1) .ph::after {
    top: -32px;
    left: -98px;
  }
  section.aisatsu .person:nth-of-type(2) .ph::after {
    bottom: -35px;
    right: -106px;
  }
  section.aisatsu .person:nth-of-type(2) .ph {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 0 0;
  }
  section.aisatsu .person:nth-of-type(2) .txt {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  section.mokuteki h2 {
    border-bottom: none;
  }
  section.mokuteki .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.mokuteki .box > div:nth-of-type(1) {
    width: 36%;
  }
  section.mokuteki .box > div:nth-of-type(2) {
    width: 58%;
  }
  section.yakuin table.table {
    width: 90%;
    margin: 0 auto;
  }
  section.yakuin .btnlink {
    margin-top: 34px;
  }
  section.yakuin .btnlink a {
    margin: 0 auto;
  }
  section.ikuei .inner {
    padding-left: 120px;
  }
  section.joho h2 {
    border-bottom: none;
  }
  section.joho .box {
    padding-left: 300px;
    padding-right: 300px;
  }
  section.banner {
    width: 290px;
    margin: 0 auto 80px;
  }

  section .mdl_step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section .mdl_step li {
    padding: 10px 30px 10px 55px;
  }
  section .mdl_step li:first-child {
    padding-top: 10px;
    padding-left: 30px;
  }
  section .mdl_step li:last-child {
    margin-bottom: 0;
    margin-right: 30px;
  }
  section .mdl_step li::before,  section .mdl_step li::after {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: none;
    border-right: none;
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
  }
  section .mdl_step li::before {
    border-left: 30px solid #a4a4a4;
  }
  section .mdl_step li::after {
    border-left: 30px solid white;
    margin-top: auto;
    margin-left: 1px;
  }


/*# sourceMappingURL=common.css.map */