@charset 'utf-8';
/*
Theme Name: nihonplamag.jp
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');


* {
  font-family: 'Inter', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
  letter-spacing: 0.025em;
  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';
}
#en * {
  letter-spacing: 0;
}
* > br,
.base * > br,
.base figcaption > 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 {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

sup,
sub {
  display:inline-block;
  line-height: 1.1em;
}

a,
.kc,
#form b,
.base em {
  color: rgba(0, 100, 59, 1);
}
a {
  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;
}
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}



header,
#treebox,
footer,
main {
  color: #323232;
  text-align: left;
}


header {
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
}
#header {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
#header h1,
#lang {
  z-index: 8999;
}
#header h1 {
  font-size: 0.5em;

  position: absolute;
  top: 0;
  left: 0;
}
#header h1 span {
  display: block;
  filter: drop-shadow(0em 0em 0.5em rgba(255, 255, 255, 0.5));
  overflow: hidden;
}
#lang {
  background: rgba(0, 100, 59, 1);

  position: absolute;
  overflow: hidden;
}
#lang:after {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 70%;

  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
#lang p,
#lang select {
  letter-spacing: 0;
  overflow: hidden;
}
#lang p {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
#lang select {
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  
  border: 0;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;

  cursor: pointer;
  opacity: 0;
  box-sizing: border-box;
}


#treebox {
  background: rgba(0, 100, 59, 0.05);
  font-weight: 700;
}
#treebox * {
  letter-spacing: 0;
  line-height: 1.5em;
}
#tree {
  font-size: 0.85em;
  text-align: right;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#tree a,
#tree font,
#tree span {
  display: inline-block;
}
#tree a {
  text-decoration: none;
  white-space: nowrap;
}
#tree span,
#tree a:link,
#tree a:visited {
  color: #999999;
}
#tree font,
#tree a:active,
#tree a:hover {
  color: #202020;
}
#tree span {
  margin: 0 0.5em;
}
#tree span i {
  font-size: 0.75em;
  vertical-align: middle;
}


footer {
  clear: both;
  background: rgba(0, 100, 59, 1);
}
#footer {
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer small {
  display: block;
  font-size: 0.8em;
  font-weight: 800;
  text-align: center;
}


main {
  clear: both;
}


#navigation {
  clear: both;
  text-align: center;
  box-sizing: border-box;
}
.wp-pagenavi {
  position: relative;
}
#navigation * {
  line-height: 3em;
  vertical-align: bottom;
}
.wp-pagenavi *,
#navigation p.right * {
  letter-spacing: 0;
}
.wp-pagenavi span,
.wp-pagenavi a,
#navigation p.right a {
  display: inline-block;
  min-width: 2.8em;
  height: 3em;
  text-decoration: none !important;
  margin: 0 0.1em;
  padding: 0 0.1em;

  border-radius: 50%;

  position: relative;
  overflow: hidden;
}
.wp-pagenavi span {
  background: rgba(0, 100, 59, 0.15);
  color: rgba(0, 100, 59, 1);
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
#navigation p.right a:link,
#navigation p.right a:visited {
  background: rgba(0, 100, 59, 0.05);
  color: #000000;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
#navigation p.right a:active,
#navigation p.right a:hover {
  background: rgba(0, 100, 59, 0.4);
  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; }
.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 5 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;
}

.c {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cc,
.lc {
  position: relative;
}
.cc {
  overflow: hidden;
}
.cc > *,
.lc > * {
  position: absolute;
  top: 50%;
}
.cc > * {
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.lc > * {
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.cc video,
.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: 1em;
}
.base h1, .base h2, .base h3, .base h4, .base h5, .base h6, .base strong { color: #323232; }
.base > h1, .base > h2, .base > h3, .base > h4, .base > h5, .base > h6, .base > p, .base > figure { margin-top: 1em; }
.base figure { margin-bottom: 0; }
.base figure img { height: auto; margin-top: 0.4em; margin-bottom: 0.4em; }
.base figcaption { font-size: 0.9em; text-align: center; margin-bottom: 0; }
.base .wp-block-table th, .base .wp-block-table td { border: 0; }
.base .wp-block-embed {
  margin-top: 1em;
  margin-bottom: 1em;
}
.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 h1 {
  font-size: 1.4em;
  line-height: 1.4em;
}
.base h2 {
  font-size: 1.3em;
  line-height: 1.4em;
}
.base h3 {
  font-size: 1.2em;
  line-height: 1.5em;
}
.base h4 {
  font-size: 1.1em;
  line-height: 1.7em;
}
.base h5 {
  font-size: 0.9em;
}
.base h6 {
  font-size: 0.85em;
}
.base > ol, .base > ul { margin-top: 1em; }
.base ol { margin-left: 1.6em; }
.base ul { margin-left: 1.2em; }
.base > ol li, .base > ul li { margin-top: 0.25em; }
.base em { font-style: normal; }
.base em strong { color: inherit; }
.base hr {
  clear: both;
  margin-top: 2em;
  margin-bottom: 1em;
  border: 0;
  border-bottom: solid 1px #d8d8d8;
}
.base a:link,
.base a:visited {
  color: rgba(0, 100, 59, 1);
}
.base a,
.base a:active,
.base a:hover {
  color: rgba(0, 100, 59, 0.5);
}
.base a i {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 0.5em;
}

.np {
  background: #fafafa;
}
.np img {
  width: 30%;
}

.snsbox,
.snsbox * {
  line-height: 18px;
}
.snsbox {
  height: 20px;
  line-height: 20px;
  text-align: right;
  margin-top: 50px;
}
.snsbox * {
  vertical-align: bottom;
}
.snsbox a,
.snsbox .fb-share-button,
.snsbox .twitter-share-button {
  margin-left: 5px;
}
.snsbox div,
.snsbox a,
.snsbox iframe {
  display: inline-block !important;
}
.snsbox a {
  color: #ffffff;
  font-size: 0.8em;
  line-height: 18px;
  text-decoration: none;
  padding: 0 10px;

  border-radius: 4px;

  position: relative;
  overflow: hidden;
}
.snsbox a:link,
.snsbox a:visited {
  background: #595757;
  border: solid 1px #595757;
}
.snsbox a,
.snsbox a:active,
.snsbox a:hover {
  background: #000000;
  border: solid 1px #000000;
}



#main {
  position: relative;
  overflow: hidden;
}
#main > div {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#main h1 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.025em;

  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25), 0 0 0.5em rgba(0, 0, 0, 0.25);

  position: absolute;
  z-index: 20;
}
#main h1 span {
  display: block;
  font-weight: 800;
  padding-top: 2em;
}

.hbox h3 {
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1em;
}
.hbox h3:after {
  content: '';
  display: block;
  background: rgba(0, 100, 59, 1);
  width: 100%;
  height: 2px;
}
.hbox h1,
.hbox h1 * {
  letter-spacing: 0.1em;
}
.hbox h1 {
  color: #000000;
  font-weight: 800;
  line-height: 1.3em;
  padding-bottom: 0.75em;
}
.hbox p {
  line-height: 2em;
}

a.more {
  display: inline-block;
  background: rgba(0, 100, 59, 1);
  color: #ffffff !important;
  font-weight: 700;
  padding: 0.5em 2em 0.5em 1em;
  position: relative;
}
a.more:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.6em;
  font-weight: bold;

  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate3d(0, -50%, 0);
}

#hsev article {
  float: left;
  padding-top: 1.5em;
}
#hsev article a {
  display: block;
  color: #000000;
  text-align: center;
}
#hsev article a .cc {
  height: 0;
  padding-top: 66.66%;
}
#hsev article a h1 {
  font-size: 0.9em;
  line-height: 1.3em;
  padding-top: 0.6em;
  padding-bottom: 0;
}

#hcont > div h2 {
  font-weight: 700;
  line-height: 1.35em;
  padding-bottom: 0.5em;
}
#hcont > div h2 * {
  letter-spacing: 0.05em;
}
#hcont > div > div img {
  width: 33.33%;
}
#hcont > div > p img {
  display: block;
}

#hrss article {
  border-bottom: solid 1px rgba(0, 100, 59, 0.2);
}
#hrss article * {
  line-height: 1.4em;
}
#hrss article a {
  display: block;
  position: relative;
}
#hrss article a:after {
  content: '\f105';
  color: rgba(0, 100, 59, 1);
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;

  position: absolute;
  top: 50%;
  right: 1.5%;
  transform: translate3d(0, -50%, 0);
}
#hrss article a time {
  color: rgba(0, 100, 59, 0.8);
  font-weight: 500;
}
#hrss article a p {
  color: #202020;
  font-weight: 700;
}

#hgro article {
  float: left;
}
#hgro article a {
  display: block;
  color: #000000;
}
#hgro article a * {
  line-height: 1.2em;
}
#hgro article a .cc {
  height: 0;
  padding-top: 66.66%;
}
#hgro article a h1 {
  font-size: 1em;
  font-weight: 700;
  padding-top: 0.8em;
  padding-bottom: 0.5em;
}
#hgro article a h1 span {
  display: inline-block;
  font-size: 0.8em;
  white-space: nowrap;
}
#hgro article a p {
  font-size: 0.75em;
  line-height: 1.2em;
}



#ptitle {
  color: rgba(0, 100, 59, 0.1);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1em;
}

.base .heading h2,
.base .heading h1,
.base .heading h3 {
  color: #000000;
  font-weight: 900;
}
.base .heading h2,
.base .heading h2 * {
  letter-spacing: 0;
}
.base .heading h1,
.base .heading h3 {
  font-weight: 700;
}
.base .heading h1,
.base .heading h3 {
  letter-spacing: 0.025em;
}


#rel a {
  display: block;
  margin-top: 1px;
  padding: 1em 2em;
  border: solid 1px rgba(0, 100, 59, 0.2);
  position: relative;
  box-sizing: border-box;
}
#rel a:before {
  content: '';
  display: block;
  background: rgba(0, 100, 59, 0.05);
  height: 100%;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#rel a:before {
  width: 0;
  height: 0;
}
#rel a:active:before,
#rel a:hover:before,
#rel a.no:before {
  width: 100%;
  height: 100%;
}
#rel a * {
  line-height: 1.2em;
}
#rel a h3 {
  color: rgba(0, 100, 59, 1);
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0;
  padding-bottom: 0.25em;
  border-bottom: solid 1px rgba(0, 100, 59, 0.1);
  position: relative;
}
#rel a h3:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.4em;
  font-weight: bold;

  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
#rel a p {
  min-height: 2.4em;
  font-size: 0.75em;
  font-weight: 700;
  color: rgba(0, 100, 59, 0.5);
  padding-top: 0.75em;
}



#mission .heading:nth-of-type(1) {
  margin-top: 0;
}
#mission .base figure img {
  display: block;
}
#mission .co2 h1 {
  display: inline-block;
  background: rgba(0, 100, 59, 1);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8em;
  padding: 0 0.75em;
}
#mission .co2 h3 {
  font-weight: 700;
  margin-top: 1em;
}
#mission .co2:nth-of-type(1) h3:before {
  display: inline-block;
  color: rgba(0, 100, 59, 1);
  font-size: 1.2em;
  font-style: italic;
  font-weight: 500;
  vertical-align: -0.05em;
  padding-right: 0.25em;
}
#mission .co2:nth-of-type(1) h3:nth-of-type(1):before { content: '1.'; }
#mission .co2:nth-of-type(1) h3:nth-of-type(2):before { content: '2.'; }
#mission .co2:nth-of-type(1) h3:nth-of-type(3):before { content: '3.'; }
#mission .co2 p,
#mission .co2 ul * {
  font-size: 0.9em;
  line-height: 1.6em;
}
#mission .co2 p,
#mission .co2 li {
  padding-top: 0.5em;
}
#mission .co2 > div img {
  display: block;
  margin-bottom: 0.5em;
}
#mission #imp {
  max-width: 90%;
  padding-top: 1em;
}
#mission #imp ul * {
  line-height: 1.6em;
}
#mission #imp li {
  padding-top: 1em;
}
#mission #imp h4 {
  margin-top: 2em;
}



#support #su0 {
  font-size: 1.5em;
  margin-top: 0;
}
#su0 h1 {
  margin-top: 0.1em;
}
#support figure img {
  display: block;
}
#support figure {
  margin-top: 2em;
}
#support #red {
  border: solid 1px rgba(0, 100, 59, 0.3);
}
#support #red > p {
  padding-top: 0.5em;
}
#support #jpmap {
  margin-bottom: 2em;
}






#profile .base .heading {
  text-align: left;
}
#profile .base .heading * {
  line-height: 1.25em;
}
#profile .base .heading h2 {
  display: inline-block;
  border-bottom: solid 2px rgba(0, 100, 59, 1);
}
#profile .base .heading h1 {
  margin-top: 0.4em;
  padding-left: 0.05em;
}
#prof:after {
  content: '';
  display: block;
  background: url('image/profile/i0.jpg') no-repeat center / cover;
}
#profile .heading:nth-of-type(1) {
  margin-top: 0;
}
#prof tr:nth-child(1) th,
#prof tr:nth-child(1) td {
  padding-top: 0;
}
#prof th {
  color: rgba(0, 100, 59, 1);
  text-align: center;
  text-align-last: justify;
  white-space: nowrap;
}
#prof th:after {
  content: '';
  display: block;
  margin-bottom: -1px;
  border-bottom: solid 1px rgba(0, 100, 59, 1);
}
#gmap {
  height: 0;
  position: relative;
}
#gmap iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
#his {
  position: relative;
}
#his:before {
  content: '';
  display: block;
  background: rgba(0, 100, 59, 1);
  height: 100%;

  position: absolute;
  top: 0;
  z-index: -1;
}
#his tr > * {
  padding-top: 1.5em;
}
#his tr:nth-child(1) > * {
  padding-top: 0;
}
#his th strong {
  display: block;
  background: rgba(0, 100, 59, 1);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
#his th strong:after {
  content: '年';
}
#his td * {
  line-height: 1.6em;
}
#his td p {
  position: relative;
}
/*
#his td p strong {
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}
#his td p strong:after {
  content: '月';
}
*/
#gree p {
  margin-top: 0.5em;
}
#gree ul {
  margin-top: 1em;
}
#gree:before {
  content: '';
  display: block;
  background: url('image/profile/fm.jpg') no-repeat top / cover;
}
#gree p.has-text-align-right,
#gree p.has-text-align-right * {
  line-height: 1.5em;
  padding-top: 0.5em;
}



#flow .base .heading {
  padding-bottom: 30px;
}
#flow .fl {
  min-height: 32px;
}
#flow .fl span {
  display: block;
  background: rgba(0, 100, 59, 1);
  width: 20px;
  margin-bottom: 20px;
  padding-top: 12px;

  position: relative;
}
#flow .fl span:after {
  content: '';
  display: block;
  border-top: solid 20px rgba(0, 100, 59, 1);
  border-right: solid 20px transparent;
  border-left: solid 20px transparent;

  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
#flow .fl * {
  line-height: 1.5em;
}
#flow .fl h2,
#flow .fl h3 {
  color: #202020;
  font-weight: 700;
  margin-bottom: 0;
}
#flow .fl h2 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px rgba(0, 100, 59, 1);
}
.fl h2:before {
  color: rgba(0, 100, 59, 1);
  font-size: 1.5em;
  font-weight: 400;
  vertical-align: bottom;
  padding-right: 0.15em;
}
#fl1 h2:before { content: '1.'; }
#fl2 h2:before { content: '2.'; }
#fl3 h2:before { content: '3.'; }
#fl4 h2:before { content: '4.'; }
#fl5 h2:before { content: '5.'; }
#fl6 h2:before { content: '6.'; }
#flow .flreturn {
  font-size: 0.9em;
}
#flow .flreturn a {
  display: inline-block;
  background: rgba(0, 100, 59, 0.7);
  color: #ffffff;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  padding: 0.4em 1em;
}
#flow .fl h3 {
  text-align: center;
  border: solid 2px rgba(0, 100, 59, 1);
}
#flow .fl p {
  margin-top: 0.5em;
}
#flafter {
  padding-top: 60px;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
}
#flafter h4 {
  font-weight: 700;
}
#flafter a.more {
  color: #ffffff;
  margin-right: 0;

  position: absolute;
  right: 0;
  bottom: 20px;
}


#group .gr h1 {
  font-weight: 700;
  padding-top: 0.5em;
  padding-bottom: 0;
}
#group article > h4 {
  font-weight: 700;
  position: relative;
  z-index: 10;
}
#group article > h4 a {
  display: inline-block;
  font-weight: 700;
  margin-left: 0.75em;
}
#group article > h4 a:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.6em;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.25em;
}
.gr {
  position: relative;
}
.gr h1:after {
  content: '';
  display: block;
  background: rgba(0, 100, 59, 0.5);
  width: 200px;
  height: 1px;
  margin: 0.25em 0;
}
.gr h1 span {
  display: inline-block;
  font-size: 0.75em;
  padding-left: 0.5em;
}
#group .gr h4 {
  font-weight: 700;
}
.gr > div,
.gr > div p {
  padding-top: 0.5em;
}
.gr > div * {
  line-height: 1.5em;
}


/*
#service .base > div.vw100 > img {
  width: 33.33%;
}
*/
#service .base #schar {
  margin-left: auto;
  padding-top: 0;
}
#service .base #schar li {
  display: inline-block;
  vertical-align: top;
}
#service .base #schar li * {
  line-height: 1.15em;
}
#service .base #schar li img {
  display: block;
  width: 80%;

  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#service .base #schar li h3 {
  font-weight: 700;
  text-align: center;
  padding-top: 0.75em;
}
#service .base #schart h2 {
  color: rgba(0, 100, 59, 1);
  font-weight: 700;
  text-align: center;
  padding: 1em;
  border: solid 1px rgba(0, 100, 59, 0.3);
}
#service .slist * {
  line-height: 1.5em;
}
#service .slist h1 {
  font-weight: 700;
  text-align: center;
  padding-top: 0.75em;
  padding-bottom: 0em;
}
#service .slist h1:after {
  content: '';
  display: block;
  background: rgba(0, 100, 59, 0.5);
  width: 2.5em;
  height: 1px;
  margin: 0.5em auto;
}
#service .slist p {
  padding-top: 0.5em;
}



#recruit {
}
#recruit .base figure:nth-of-type(1) {
  margin-top: 0;
}
#recruit .base figure * {
  line-height: 1.5em;
}
#recruit th,
#recruit td {
  vertical-align: top;
}
#recruit th {
  color: rgba(0, 100, 59, 1);
  text-align: center;
  text-align-last: justify;
  white-space: nowrap;
}
#recruit th:after {
  content: '';
  display: block;
  margin-bottom: -1px;
  border-bottom: solid 1px rgba(0, 100, 59, 1);
}
#recruit tr:nth-child(1) th,
#recruit tr:nth-child(1) td {
  padding-top: 0;
}
#recruit td p {
  padding-top: 0.5em;
}

#norec {
  padding: 3em 0;
  text-align: center;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
}
#norec h3 {
  font-weight: 700;
}
#norec p {
  padding-top: 1em;
}



#column time {
  display: block;
  color: rgba(0, 100, 59, 0.8);
  font-weight: 600;
}

.nlist {
  border-bottom: solid 1px rgba(0, 100, 59, 0.2);
}
.nlist:nth-of-type(1) {
  border-top: solid 1px rgba(0, 100, 59, 0.2);
}
.nlist * {
  line-height: 1.4em;
}
.nlist a {
  display: block;
  color: #505050;
  position: relative;
}
.nlist a:after {
  content: '\f105';
  color: rgba(0, 100, 59, 1);
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;

  position: absolute;
  top: 50%;
  right: 1.5%;
  transform: translate3d(0, -50%, 0);
}
.nlist a h2 {
  color: #202020;
  font-size: 1.2em;
  font-weight: 700;
}
.nlist a p {
  padding-top: 0.35em;
}

#pcredit {
  padding-bottom: 1em;
  border-bottom: dotted 1px #808080;
}
#pcredit time {
  padding-bottom: 0.5em;
}
#pcredit h1 {
  color: #202020;
  font-weight: 700;
  line-height: 1.3em;
}
#column article.base {
  padding-top: 1em;
}



#contact .base h3:nth-of-type(1) {
  margin-top: 0;
  margin-bottom: -1em;
}
#contact .base h4 {
  display: inline-block;
  background: rgba(0, 100, 59, 1);
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  margin-top: 3em;
  padding: 0.25em 1.5em;
}
#ctel a {
  color: inherit;
}

#form {
  border-top: solid 1px rgba(0, 100, 59, 0.15);
}
#form caption {
  text-align: right;
  padding-bottom: 0.5em;
}
#form tr {
  border-bottom: solid 1px rgba(0, 100, 59, 0.15);
}
#form th,
#form td {
  font-weight: 700;
  text-align: left;
}
#form th {
  white-space: nowrap;
}
#form th b {
  margin-left: 0.5em;
}
#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='number'] {
  width: 6em;
  text-align: center;
  margin-right: 0.75em;
}
#form td p {
  display: inline-block;
}
#form td input[type='checkbox'] {
  margin-right: 0.25em;
}
#form td textarea {
  height: 11em;
  padding: 1em;
}

#form td {
  position: relative;
}
.wpcf7-not-valid-tip {
  font-size: 0.75em;
  font-weight: 700;
  padding-top: 0.25em;
  white-space: nowrap;

  position: absolute;
}
.wpcf7-list-item {
  display: inline-block;
  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: 60px;
}
#form input.num2 {
  width: 80px;
}

#submit {
  max-width: 450px;
  text-align: center;
  padding-top: 4em;
}
#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, 100, 59, 1);
  width: 65%;
}
#submit input[type='submit'] {
  letter-spacing: 1em;
  text-indent: 1em;
}
#submit input[type='reset'] {
  background: rgba(0, 100, 59, 0.66);
  width: 35%;
}

.wpcf7-spinner,
.ajax-loader {
  display: none !important;
}
div.wpcf7-response-output,
div.wpcf7-display-none,
div.wpcf7-validation-errors {
  color: #323232;
  text-align: center;
  border: solid 1px #e6e6e6 !important;
}


.grecaptcha-badge {
  margin-right: -300px;
}







