@charset 'utf-8';
/*
Theme Name: NPOみちてる
Theme URI: REBIRTH
Description: REBIRTH
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
  letter-spacing: 0.04em;
  margin: 0 auto;
  padding: 0;

  overflow-wrap: break-word;

  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: 'palt';
}
* > br {
  line-height: inherit;
}

body {
  text-align: center;

  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

img, svg {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}
figure { margin-bottom: 0; }

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

.kc,
.base em,
#navigation p.left a:before {
  color: rgba(0, 159, 0, 1);
}

a {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
:focus { outline: none; }

time,
i,
small {
  letter-spacing: 0 !important;
}

iframe {
  display: block;
}


input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type='search'],
input[type='button'],
input[type='submit'],
input[type='reset'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
}
input,
textarea,
select {
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
}
input[type='email'],
input[type='tel'] {
  ime-mode: disabled;
}
select,
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}



header,
#tree,
footer,
main {
  color: #323232;
  text-align: left;
}


header {
  background: rgba(255, 255, 255, 1);
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header {
  position: relative;
  box-sizing: border-box;
}
#header > h1 {
  font-size: 0.5em;
  overflow: hidden;
}
#header nav {
  text-align: center;
}
#header nav * {
  line-height: 1.3em;
}
#header nav a {
  color: #202020;
  font-weight: 500;
  letter-spacing: 0.02em;
  vertical-align: top;
  position: relative;
}
#header nav a:before {
  content: '';
  display: block;
  background: rgba(0, 159, 0, 0.35);
  height: 1px;

  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
#header nav a span {
  display: block;
  font-size: 0.6em;
  font-weight: 700;
  letter-spacing: 0;
}


#tree {
  border-bottom: solid 1px rgba(0, 159, 0, 0.2);
}
#tree * {
  line-height: 1.5em;
}
#tree nav {
  font-weight: 500;
  text-align: right;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#tree a,
#tree font,
#tree span {
  display: inline-block;
}
#tree a {
  text-decoration: none;
  white-space: nowrap;
}
#tree a:link,
#tree a:visited {
  color: rgba(0, 159, 0, 1);
}
#tree a:active,
#tree a:hover,
#tree font {
  color: #202020;
}
#tree span {
  color: #808080;
  margin: 0 0.5em;
}
#tree span i {
  font-size: 0.75em;
  vertical-align: 0.125em;
}


footer {
  border-top: solid 1px rgba(0, 159, 0, 0.4);
}
#footer > * {
  width: fit-content;
}
#footer:after {
  content: '';
  clear: both;
  display: block;
}
#footer * {
  line-height: 1.2em;
}
#footer h1 {
  width: fit-content;
  font-size: 1.4em;
  padding-left: 2.5em;
  position: relative;
}
#footer h1 img {
  height: 2em;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
#footer h1 span {
  display: block;
  font-size: 0.6em;
}
#footer > div {
  font-size: 0.9em;
  font-weight: 500;
}
footer small {
  display: block;
  background: rgba(0, 159, 0, 1);
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 3em;
  text-align: center;
}


main {
}
main:after {
  content: '';
  clear: both;
  display: block;
}


#navigation {
  clear: both;
  font-size: 0.9em;
  text-align: center;
  box-sizing: border-box;
}
#navigation:after {
  content: '';
  clear: both;
  display: block;
}
.wp-pagenavi {
  position: relative;
}
#navigation * {
  line-height: 3em;
  vertical-align: bottom;
}
.wp-pagenavi *,
#navigation p.right * {
  letter-spacing: 0;
  position: relative;
}
.wp-pagenavi span,
.wp-pagenavi a,
#navigation p.right a {
  display: inline-block;
  min-width: 3em;
  height: 3em;
  text-decoration: none !important;
  margin: 0 0.1em;
  padding: 0 0.1em;
  box-sizing: border-box;
}
.wp-pagenavi span {
  background: rgba(0, 159, 0, 0.5);
  color: #ffffff;
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
#navigation p.right a:link,
#navigation p.right a:visited {
  background: rgba(0, 159, 0, 0.05);
  color: rgba(0, 159, 0, 1);
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
#navigation p.right a:active,
#navigation p.right a:hover {
  background: rgba(0, 159, 0, 1);
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.wp-pagenavi .previouspostslink { left: 0; }
.wp-pagenavi .nextpostslink { right: 0; }
#navigation p.right a i,
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i {
  display: block;
  font-size: 0.88em;
  line-height: initial !important;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#navigation p.left a {
  font-weight: 700;
  padding-left: 0.75em;
  position: relative;
}
#navigation p.left a:before {
  content: '\f054';
  font-family: 'Font Awesome 7 Free';
  font-size: 0.7em;
  line-height: initial;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}


#nodata {
  text-align: center;
  padding: 80px 0;
}


.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.min,
.min-,
.min- * {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pr6 W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Serif JP', serif;
}
.fon,
.fon-,
.fon- * {
  font-family: 'Inter', 'Noto Sans JP', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
}

.c {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cc {
  position: relative;
  overflow: hidden;
}
.cc > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

a,
input[type='submit'],
input[type='reset'],
.tw {
  transition: all 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}

.base,
.base > * {
  line-height: 2em;
}
.base > p {
  min-height: 2em;
}
.base > * * {
  line-height: inherit;
}
.base:after {
  content: '';
  clear: both;
  display: block;
}
/*
.base > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.base > h1, .base > h2, .base > h3, .base > h4, .base > h5, .base > h6, .base > p, .base > figure { padding-top: 1em; }
*/
.base strong { font-weight: 700; }
.base figcaption { line-height: 1.5em; margin-bottom: 0; }
.base .wp-block-table th, .base .wp-block-table td { border: 0; }
.base .wp-block-image {
  text-align: center;
  margin-bottom: 0;
}
.base .wp-block-image img {
  height: auto !important;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.base .wp-block-embed {
  margin: 1em auto;
}
.base .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.base .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
.base .wp-block-columns {
  margin-bottom: 0;
}
.base .wp-block-column {
  margin-right: auto;
  margin-left: auto;
}
.base h1 {
  color: #000000;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 1em;
  padding: 0.75em 0.15em;
  border-top: solid 2px rgba(0, 159, 0, 1);
  border-bottom: solid 1px rgba(0, 159, 0, 0.5);
}
.base h2 {
  font-size: 1.3em;
  line-height: 1.6em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.base h3 {
  font-size: 1.2em;
  line-height: 1.7em;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
}
.base h4 {
  font-size: 1.1em;
  line-height: 1.8em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.base h5 {
  font-size: 0.9em;
}
.base h6 {
  font-size: 0.85em;
}
.base ol { padding-left: 1.6em; }
.base ul { padding-left: 1.3em; }
.base > ol li, .base > ul li {
  line-height: 1.6em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.base > ol li:not(:nth-child(1)), .base > ul li:not(:nth-child(1)) {
  margin-top: 0.1em;
}
.base em { font-style: normal; }
.base em strong { color: inherit; }
.base hr {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-bottom: solid 1px #d8d8d8;
}
.base a {
  color: rgba(0, 159, 0, 1);
  text-decoration: none;
}
.base a:link,
.base a:visited {
}
.base a:active,
.base a:hover {
  opacity: 0.5;
}
.base a[href$='.pdf']:after {
  content: '\f1c1';
  display: inline-block;
  font-family: 'Font Awesome 7 Free', 'Font Awesome 7 Brands';
  font-weight: 400;
  line-height: inherit;
  margin-left: 0.25em;
}
.alignleft,
.alignright {
  max-width: 30% !important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-block-image img {
  width: auto;
}
.wp-block-gallery {
  margin: 1em auto;
}

.np {
  background: #fafafa;
}
.np img,
.np svg {
  width: 30%;
  object-fit: contain;
}



#slider {
  width: 100% !important;
  height: 100%;

  position: relative !important;
  overflow: hidden;
  box-sizing: border-box;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
  position: absolute;
  top: 0;
  left: 0;
}
.bgstretcher {
  overflow: hidden;
  z-index: 1;
}
#slider ul li {
  list-style: none;
}
.bgstretcher li,
.bgstretcher li div.bg,
.bgstretcher-area {
  height: 100%;
}
.bgstretcher li {
  display: block;
  position: relative;
}
.bgstretcher li div.bg {
  background: no-repeat center / cover;
  transform: scale(1.3);
  transition: transform 8s ease-out;
}
.bgstretcher li.ex div.bg,
.bgstretcher li.ex2 div.bg {
  transform: scale(1.0);
}
.bgstretcher-page {
  width: 100%;
  height: 100%;
  text-align: center;

  position: absolute !important;
  bottom: 0;
  left: 0;
}
#linkage {
  display: none;
}

#hnav {
  text-align: center;
}
#hnav * {
  line-height: 1.1em;
}
#hnav a .cc {
  height: 0;
  padding-top: 45%;
}
#hnav a h3 {
  font-size: 1.1em;
  font-weight: 500;
  padding-top: 0.75em;
}
#hnav a h4 {
  font-weight: 600;
  font-size: 0.7em;
  padding-top: 0.25em;
}

main #pmain img {
  mix-blend-mode: overlay;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

#hadd > p {
  font-weight: 500;
}
#hacc aside {
  text-align: left;
  border: solid 1px #cccccc;
}

.gmap {
  height: 0;
  position: relative;
}
.gmap iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}


#pmain {
  background: rgba(0, 159, 0, 1);
  color: #ffffff;
  text-align: center;
}
#pmain * {
  line-height: 1.1em;
}
#pmain h1 {
  font-weight: 500;
  padding-top: 0.25em;
  white-space: nowrap;
}
#pmain h1 span {
  display: block;
  font-weight: 600;
  font-size: 0.5em;
  letter-spacing: 0;
  padding-top: 0.25em;
  opacity: 0.5;
}


#profile h6 {
  background: rgba(0, 159, 0, 1);
  width: fit-content;
  color: #ffffff;
  font-size: 0.85em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding: 0 0.75em;
}
#profile table {
  border-bottom: solid 1px rgba(0, 159, 0, 0.1);
}
#profile tr:nth-child(2n+1) {
  background: rgba(0, 159, 0, 0.05);
}
#profile th,
#profile td {
  padding: 0.75em 0;
}
#profile th {
  background: rgba(0, 159, 0, 0.2);
}
#profile td:nth-child(1) {
  white-space: nowrap;
}



.tlist {
  border-bottom: solid 1px rgba(0, 159, 0, 0.2);
}
.tlist * {
  line-height: 1.3em;
}
.tlist a {
  display: block;
  padding-right: 1.5em;
  position: relative;
}
.tlist a:after {
  content: '\f054';
  color: rgba(0, 159, 0, 1);
  font-family: 'Font Awesome 7 Free', 'Font Awesome 7 Brands';
  font-size: 0.9em;
  font-weight: 900;
  line-height: 1em;

  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(-50%, -50%, 0);
}
.tlist a figure {
  position: absolute;
}
.tlist a h3 {
  color: #202020;
  font-size: 1.1em;
  font-weight: 500;
}
#hrss .tlist a h3 {
  margin-top: 0.25em;
}
.tlist a p {
  margin-top: 1em;
}
.tlist a time {
  display: block;
  font-weight: 600;
  font-size: 0.75em;
  margin-top: 1em;
}

.more {
  clear: both;
  text-align: center;
}
.more a {
  display: inline-block;
  background: rgba(0, 159, 0, 1);
  color: #ffffff;
  width: 80%;
  max-width: 240px;
  font-weight: 700;
  line-height: 1em;
  padding: 1.25em 1em;
  box-sizing: border-box;
}



#pcredit {
  padding-bottom: 2em;
}
#pcredit h1 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-top: solid 1px rgba(0, 159, 0, 0.3);
  border-bottom: solid 1px rgba(0, 159, 0, 0.3);
}
#pcredit time {
  display: block;
  background: rgba(0, 159, 0, 1);
  width: fit-content;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.5em;
  margin-left: 0;
  padding: 0 0.5em;
}



#public .base li a[href$='.pdf'] {
  font-weight: 500;
}



#form table {
  border-top: dotted 1px #999999;
}
#form tr {
  border-bottom: dotted 1px #999999;
}
#form caption {
  text-align: right;
  padding-bottom: 0.5em;
}
#form th,
#form td {
  font-weight: 500;
  text-align: left;
}
#form th {
  white-space: nowrap;
}
#form th strong {
  margin-left: 0.25em;
}
#form td {
  position: relative;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form textarea,
#form select {
  background: none;
  border: solid 1px #e6e6e6;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form textarea {
  width: 100%;
  line-height: 1.5em;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form select {
  height: 3em;
  padding: 0 1em;
}
#form input[type='checkbox'],
#form input[type='radio'] {
  margin-right: 0.25em;
}
#form input[type='date'],
#form textarea {
  vertical-align: top;
}
#form textarea {
  height: calc(11em + 2px);
  padding: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 700;
  padding-top: 0.25em;
  white-space: nowrap;

  position: absolute;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: block;
}
.disabled {
  ime-mode: disabled;
}
#form td font {
  padding: 0 0.5em;
}
#form input.num1,
#form input.num2 {
  text-align: center;
}
#form input.num1 {
  width: 5em;
}
#form input.num2 {
  width: 6em;
}
::placeholder {
  font-size: min(0.85em, 3vw);
}

#submit {
  max-width: 450px;
  text-align: center;
  padding-top: 3em;
}
#submit input[type='submit'],
#submit input[type='reset'] {
  height: 3.6em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  border: none;
  box-sizing: border-box;
}
#submit input[type='submit'] {
  background: rgba(0, 159, 0, 1);
  width: 65%;
  letter-spacing: 1em;
  text-indent: 1em;
}
#submit input[type='reset'] {
  background: #cccccc;
  width: 35%;
}

.wpcf7-spinner,
.ajax-loader {
  display: none !important;
}
div.wpcf7-response-output,
div.wpcf7-display-none,
div.wpcf7-validation-errors {
  width: 100%;
  color: #323232;
  text-align: center;
  margin-left: auto !important;
  border: solid 1px #e6e6e6 !important;
  box-sizing: border-box;
}

.grecaptcha-badge {
  margin-right: -500px;
}









