@charset "UTF-8";
/*文字コード指定*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  color: #222222;
  background-color: #ffffff;
  position: relative;
  z-index: -2;
}

@media (min-width: 769px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

.title_and_menu {
  font-size: 24px;
  font-weight: bold;
  color: #8db87c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .title_and_menu {
    font-size: 36px;
    max-width: 1080px;
    display: block;
  }
}

@media (min-width: 769px) {
  #nav-button {
    display: none;
  }
}

.sp-nav {
  display: none;
}

@media (max-width: 769px) {
  .pc-nav {
    display: none;
  }
}

ul {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(212, 232, 193, 0.98);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8db87c;
  font-weight: 700;
  position: absolute;
  width: 100%;
}

@media (min-width: 769px) {
  ul {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    color: black;
    font-size: 24px;
    font-weight: 400;
    width: 70%;
    margin-left: auto;
  }
}

ul li:first-child {
  padding-top: 80px;
}

@media (min-width: 769px) {
  ul li:first-child {
    padding-top: 0;
  }
}

ul li:last-child {
  padding-bottom: 80px;
}

@media (min-width: 769px) {
  ul li:last-child {
    padding-bottom: 0;
  }
}

li {
  width: 100%;
  text-align: center;
}

.cover, .se-cover, .kityou-cover, .komon-cover, .sinkoku-cover, .koe-cover, .zimusyo-cover {
  background-image: url(../image/cover.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 769px) {
  .cover, .se-cover, .kityou-cover, .komon-cover, .sinkoku-cover, .koe-cover, .zimusyo-cover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 500px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

h1 {
  font-size: 20px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 2% 0;
}

@media (min-width: 769px) {
  h1 {
    font-size: 36px;
    font-weight: 700;
    width: 940px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

h2 {
  font-size: 24px;
  color: #8db87c;
  text-align: center;
  padding: 100px 0 100px 0;
  margin: 0;
}

@media (min-width: 769px) {
  h2 {
    font-size: 36px;
    padding: 120px 0 120px 0;
  }
}

.width {
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media (min-width: 769px) {
  .width {
    max-width: 940px;
  }
}

.greenback {
  background-color: #d4e8c1;
}

article {
  padding: 0 0 20px 0;
}

@media (min-width: 769px) {
  article {
    padding: 0 0 30px 0;
  }
}

.img {
  text-align: center;
  width: 100%;
  padding: 0 0 100px 0;
}

@media (min-width: 769px) {
  .img {
    width: 48%;
  }
}

img {
  width: 100%;
}

.view_all {
  color: #ed8a3f;
  font-weight: 700;
  text-align: right;
  font-size: 20px;
}

@media (min-width: 769px) {
  .view_all {
    font-size: 36px;
  }
}

footer {
  height: 80px;
  font-size: 18px;
  font-weight: 700;
  background-color: #8db87c;
  text-align: center;
  padding-top: 30px;
  color: #ffffff;
}

@media (min-width: 769px) {
  .img-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .article2 {
    width: 48%;
  }
}

.se-cover {
  background-image: url(../image/cover_se.jpg);
}

.se-itemcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item {
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .item {
    margin-right: 30px;
  }
}

.item .text {
  background-color: #d4e8c1;
  height: 120px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.kityou-cover {
  background-image: url(../image/kityou_L.jpg);
}

.kityou-figure {
  padding-top: 30px;
}

@media (min-width: 769px) {
  .kityou-figure {
    padding-top: 90px;
    width: 60%;
    margin: 0 auto;
  }
}

.kityou-article {
  text-align: center;
}

.ryoukin_title {
  font-size: 18px;
  padding-top: 80px;
  padding-bottom: 30px;
  font-weight: 700;
}

.ryoukin_text {
  padding-left: 20px;
}

.komon-cover {
  background-image: url(../image/komon_L.jpg);
}

.komon-figure {
  padding-top: 30px;
}

@media (min-width: 769px) {
  .komon-figure {
    padding-top: 90px;
    margin: 0 auto;
  }
}

.komon-ryoukin {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) {
  .komon-ryoukin {
    font-size: 24px;
  }
}

.sinkoku-cover {
  background-image: url(../image/zeikin_L.jpg);
}

table {
  margin: -70px auto 0 auto;
  width: 100%;
}

@media (min-width: 769px) {
  table {
    width: 66%;
    margin: -70px auto 0 7%;
  }
}

td {
  text-align: center;
  width: 33%;
}

.koe-cover {
  background-image: url(../image/okyakusamanokoe.jpg);
}

.koe-top {
  color: #ed8a3f;
  padding-top: 50px;
}

.koe-h2-1 {
  text-align: left;
  padding-bottom: 10px;
}

.koe-h2-2 {
  text-align: right;
  padding-top: 0;
  padding-bottom: 50px;
  font-size: 18px;
}

.zimusyo-cover {
  background-image: url(../image/zimusyo.jpg);
}

.keireki {
  margin: auto;
}

.keireki th {
  color: #8db87c;
  width: 30%;
  text-align: left;
}

.keireki td {
  text-align: left;
  width: 70%;
}

@media (min-width: 769px) {
  .zimusyo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) {
  .zigazou {
    width: 45%;
  }
}
/*# sourceMappingURL=style.css.map */