header#desktop {
  padding: 10px 0;
  margin: 0 0 40px 0;
  background-color: #006934;
}
@media screen and (max-width: 768px) {
  header#desktop {
    display: none;
  }
}
header#desktop div {
  width: 540px;
  margin-inline: auto;
}
header#mobile {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 0 0 50px 0;
  border-bottom: 1px solid #006934;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  header#mobile {
    display: flex;
  }
}
header#mobile div {
  width: 60%;
  position: relative;
  z-index: 5;
}
header#mobile #trigger {
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 5;
}
header#mobile #trigger span {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  background-color: #595757;
  transition: 0.2s;
}
header#mobile #trigger span:nth-of-type(1) {
  top: 0;
}
header#mobile #trigger span:nth-of-type(2) {
  top: 9px;
}
header#mobile #trigger span:nth-of-type(3) {
  bottom: 0;
}
header#mobile #trigger.open span:nth-of-type(1) {
  transform: translateY(8px) scale(0);
}
header#mobile #trigger.open span:nth-of-type(2) {
  transform: rotate(-45deg);
}
header#mobile #trigger.open span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  header#mobile nav {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 4;
  }
}
header#mobile nav ul {
  padding: 0 10px;
  margin: 110px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
header#mobile nav ul li {
  text-align: left;
}
header#mobile nav ul li:nth-child(-n+4) {
  border: 1px solid #009e3b;
  background-color: #c7dfad;
}
header#mobile nav ul li:nth-of-type(5) {
  border: 1px solid #00ac97;
  background-color: #bde1d6;
}
header#mobile nav ul li:nth-of-type(6) {
  border: 1px solid #036eb8;
  background-color: #bbd4ef;
}
header#mobile nav ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #231815;
  line-height: 1;
  display: block;
  padding: 20px 10px;
}

h1 {
  font-size: 62px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: clamp(1.25rem, 0.089rem + 5.8vw, 2.875rem);
  }
}
h1 small {
  font-size: 75%;
  margin: 0 0 20px 0;
  display: block;
}

#link {
  width: min(900px, 100%);
  padding: 0 20px;
  margin-inline: auto;
}
#link ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #link ul {
    gap: 10px;
  }
}
#link ul li {
  transition: 0.3s;
}
#link ul li:hover {
  opacity: 0.7;
}

#intro {
  height: 850px;
  display: flex;
  justify-content: center;
  padding: 100px 0 0 0;
  background-image: url(../../images/top/photo_edge.png), url(../../images/top/photo_bg.jpg);
  background-size: 100% 150px, cover;
  background-position: left top, bottom;
  background-repeat: repeat-x, no-repeat;
}
@media screen and (max-width: 768px) {
  #intro {
    height: auto;
    padding: 0;
    background-image: none;
  }
}
#intro div:first-child {
  width: 680px;
}
@media screen and (max-width: 768px) {
  #intro div:first-child {
    display: none;
  }
}
#intro div:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  #intro div:last-child {
    display: block;
  }
}

.summary {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.688rem, 0.286rem + 2.01vw, 1.25rem);
  color: #231815;
  text-align: center;
  line-height: 1.7;
  padding: 0 20px;
  margin: 0 0 30px 0;
}
.summary span {
  font-size: 110%;
  color: #006934;
}
@media screen and (max-width: 768px) {
  .summary span {
    font-size: 140%;
  }
}
.summary span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .summary span br {
    display: block;
  }
}

#thumbnail {
  width: min(1100px, 100%);
  padding: 0 20px;
  margin: 0 auto 40px auto;
}

#point {
  width: min(1100px, 100%);
  padding: 0 20px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #point {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 0 auto 40px auto;
  }
}
#point li {
  padding: 10px 0;
  border: 2px solid #1eaa39;
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.688rem + 1.56vw, 1.438rem);
  color: #0dac67;
  text-align: center;
  line-height: 1.3;
  background-color: #fff;
}

#drawing_1 {
  width: min(1100px, 100%);
  padding: 0 20px;
  margin: 0 auto 40px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #drawing_1 {
    margin: 0 auto 30px auto;
  }
}
#drawing_1 p {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.75rem, 0.393rem + 1.79vw, 1.25rem);
  font-weight: 700;
  color: #231815;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #drawing_1 p {
    top: 15px;
  }
}

#copy {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.75rem, 0.08rem + 3.35vw, 1.688rem);
  color: #231815;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #copy span {
    display: block;
  }
}

#drawing_2 {
  width: min(870px, 100%);
  padding: 0 20px;
  margin-inline: auto;
  position: relative;
}
#drawing_2 p {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.75rem, 0.393rem + 1.79vw, 1.25rem);
  font-weight: 700;
  color: #231815;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #drawing_2 p {
    top: 15px;
  }
}/*# sourceMappingURL=top.css.map */