@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

html {
  height: 100%; }

body {
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff; }

ul {
  list-style: none; }

dt {
  display: block;
  width: auto; }

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

td,
th {
  vertical-align: top; }

th {
  font-weight: normal;
  text-align: left; }

caption {
  text-align: left; }

img {
  background-color: transparent;
  vertical-align: top; }

a img {
  border: none; }

img {
  -ms-interpolation-mode: bicubic; }

em {
  font-style: normal; }

hr {
  height: 1px; }

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em; }

/* ie6 hack*/
* html input {
  line-height: 1.0;
  height: 1.6em; }

/* ie7 hack */
*:first-child + html input {
  line-height: 1.0; }

select {
  min-width: 2em; }

option,
optgroup {
  padding-right: 0.4em; }

label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
select,
option {
  cursor: pointer; }

optgroup {
  cursor: default; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.1rem;
  background-color: #fff; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #666666; }
  a:link,
  a:visited,
  a:hover {
    text-decoration: none; }

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1; }

img {
  width: 100%; }

@media all and (min-width: 769px) {
  a,
  input[type="button"],
  button {
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s; }
  a.trans:hover {
    opacity: 0.7; }
  html {
    font-size: 62.5%; }
  .sp-view {
    display: none !important; } }

@media all and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: transparent; }
  .pc-view {
    display: none !important; }
  html, body {
    -webkit-text-size-adjust: none; }
  * {
    box-sizing: border-box; }
  html {
    font-size: 62.5%; }
  body {
    font-size: 2.8rem; }
  body {
    line-height: 1.3; } }

@media all and (min-width: 769px) {
  a {
    transition: all 0.2s; }
    a:hover {
      opacity: 0.5; }
  .footer {
    width: 100%;
    border-bottom: 10px solid #0C6E44; }
    .footer-wrap {
      padding-bottom: 8px; }
    .footer__copyright p {
      text-align: center;
      font-size: 10px;
      line-height: 1.7; }
    .footer__link {
      text-align: center;
      margin-bottom: 10px; }
      .footer__link ul li {
        display: inline-block;
        margin: 0 5px; }
      .footer__link a {
        display: inline-block;
        position: relative;
        font-size: 14px;
        line-height: 1.2;
        padding-left: 12px; }
        .footer__link a::before {
          content: "";
          position: absolute;
          left: 0;
          top: 5px;
          width: 8px;
          height: 8px;
          background-color: #0C6E44; }
  .pagetopbtn {
    position: fixed;
    bottom: 55px;
    right: 15px; }
    .pagetopbtn a {
      display: block;
      text-indent: -9999px;
      width: 50px;
      height: 50px;
      background-color: #37A591;
      background-image: url(../images/common/ico-link-wh-up.png);
      background-size: 15px 9px;
      background-position: center center;
      background-repeat: no-repeat; }
  .container {
    width: 1000px;
    margin: 0 auto 100px; } }

@media all and (max-width: 768px) {
  .footer {
    border-bottom: 5px solid #0C6E44; }
    .footer-wrap {
      padding: 0 20px 15px; }
    .footer__copyright p {
      text-align: center;
      font-size: 11px;
      line-height: 1.7; }
    .footer__link {
      text-align: center;
      margin-bottom: 20px; }
      .footer__link ul li {
        display: inline-block;
        margin: 0 5px; }
      .footer__link a {
        display: inline-block;
        position: relative;
        font-size: 12px;
        line-height: 1.2;
        padding-left: 12px; }
        .footer__link a::before {
          content: "";
          position: absolute;
          left: 0;
          top: 4px;
          width: 8px;
          height: 8px;
          background-color: #0C6E44; }
  .pagetopbtn {
    position: fixed;
    bottom: 95px;
    right: 12px; }
    .pagetopbtn a {
      display: block;
      text-indent: -9999px;
      width: 40px;
      height: 40px;
      background-color: #37A591;
      background-image: url(../images/common/ico-link-wh-up.png);
      background-size: 15px 9px;
      background-position: center center;
      background-repeat: no-repeat; }
  .container {
    padding: 0 20px; } }

@media all and (min-width: 769px) {
  .layer_board_bg,
  .layer_board {
    position: absolute; }
  .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: #ededed; }
  .layer_board {
    display: none;
    width: 730px;
    height: 500px;
    background-color: #fff;
    border: 10px solid #d9e3df;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .layer_board #head {
      font-size: 22px;
      font-weight: 600;
      text-align: center;
      color: #006E44;
      padding: 40px 0 15px; }
    .layer_board #body {
      padding: 0 38px; }
    .layer_board p {
      font-size: 15px;
      line-height: 30px; }
    .layer_board .btn {
      text-align: center;
      padding: 20px 0 40px; }
      .layer_board .btn .title {
        font-size: 18px;
        font-weight: 600;
        color: #363636;
        margin-bottom: 25px; }
      .layer_board .btn .yes,
      .layer_board .btn .no {
        display: inline-block;
        margin: 0 10px; }
        .layer_board .btn .yes a,
        .layer_board .btn .no a {
          display: block;
          width: 190px;
          height: 50px;
          font-size: 18px;
          line-height: 50px;
          font-weight: 600;
          color: white;
          background-color: #006E44; } }

@media all and (max-width: 768px) {
  #layer_board_area {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .layer_board_bg,
  .layer_board {
    position: absolute; }
  .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: #ededed; }
  .layer_board {
    display: none;
    width: 86%;
    background-color: #fff;
    border: 5px solid #d9e3df;
    z-index: 2000;
    margin-top: calc(100vh); }
    .layer_board.narrow {
      height: 200px; }
    .layer_board #head {
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      color: #006E44;
      padding: 20px 0 15px; }
    .layer_board #body {
      padding: 0 20px 25px; }
    .layer_board p {
      font-size: 14px;
      line-height: 23px; }
    .layer_board .btn {
      text-align: center;
      padding: 15px 0; }
      .layer_board .btn .title {
        font-size: 16px;
        font-weight: 600;
        color: #363636;
        margin-bottom: 15px; }
      .layer_board .btn .yes,
      .layer_board .btn .no {
        display: inline-block;
        width: 30%;
        margin: 0 5px; }
        .layer_board .btn .yes a,
        .layer_board .btn .no a {
          display: block;
          width: 100%;
          height: 50px;
          font-size: 16px;
          line-height: 50px;
          font-weight: 600;
          color: white;
          background-color: #006E44;
          margin-left: auto;
          margin-right: auto; } }

@media all and (min-width: 769px) {
  .topPage {
    position: relative;
    width: 100%; }
    .topPage .mainvisual {
      width: 100%;
      margin-bottom: 40px; }
    .topPage .news {
      width: 960px;
      margin: 0 auto 40px; }
      .topPage .news__text p span {
        display: inline-block; }
        .topPage .news__text p span:nth-of-type(1) {
          width: 160px; }
    .topPage .content {
      width: 960px;
      margin: 0 auto 80px; }
      .topPage .content__title {
        color: #0C6E44;
        font-weight: 500;
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px; }
        .topPage .content__title h2 {
          font-weight: 500;
          line-height: 1.3; }
          .topPage .content__title h2 span {
            display: inline-block;
            border-bottom: 2px solid #0C6E44;
            margin-bottom: 5px; }
      .topPage .content__text p {
        display: flex;
        font-size: 16px;
        line-height: 1.8; }
        .topPage .content__text p span:nth-of-type(1) {
          display: inline-block;
          width: 115px; }
        .topPage .content__text p span:nth-of-type(2) {
          display: inline-block;
          width: calc(100% - 110px); }
        .topPage .content__text p a {
          color: #000;
          border-bottom: 1px dotted #333; }
          .topPage .content__text p a:hover {
            border-bottom-color: #fff; } }

@media all and (max-width: 768px) {
  .topPage .mainvisual {
    margin-bottom: 10px; }
    .topPage .mainvisual-wrap {
      position: relative; }
  .topPage .news {
    padding: 10px 20px; }
    .topPage .news p {
      font-size: 13px;
      line-height: 1.8; }
  .topPage .content {
    padding: 10px 20px;
    margin: 0 auto 30px; }
    .topPage .content__title {
      color: #0C6E44;
      font-weight: 500;
      font-size: 22px;
      line-height: 1.2;
      margin-bottom: 20px; }
      .topPage .content__title h2 {
        font-weight: 500; }
        .topPage .content__title h2 span {
          display: inline-block;
          border-bottom: 2px solid #0C6E44;
          margin-bottom: 3px; }
    .topPage .content__text p {
      font-size: 13px;
      line-height: 1.8; }
      .topPage .content__text p span:nth-of-type(1) {
        display: block; }
      .topPage .content__text p span:nth-of-type(2) {
        display: block;
        margin-bottom: 10px; }
      .topPage .content__text p a {
        color: #000;
        border-bottom: 1px dotted #333; } }
