/* CSS Remedy */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 3.3333333333vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  position: relative;
}

h2, h3, h4, h5 {
  margin: 1em 0;
}

h1 {
  margin: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

.content-width {
  max-width: 1100px;
  margin: auto;
}

header {
  text-align: center;
  margin-top: 10px;
}
header .header-upper-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-items: center;
  gap: 15px;
  height: 58px;
}
@media screen and (max-width: 480px) {
  header .header-upper-inner {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}
header .header-title {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 480px) {
  header .header-title {
    margin: 0 15px 0 15px;
  }
}
header .header-utility {
  margin: 0 0 0 auto;
}
header .header-utility-link:hover {
  opacity: 0.8;
}
header .header-lower {
  background-color: #d9e8b5;
  width: 100%;
  border-top: #339800 4px solid;
}
header .header-lower .header-lower-read {
  max-width: 800px;
  margin: auto;
  padding: 30px;
}
header .header-lower .header-lower-read img {
  max-width: 800px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  header .header-lower .header-lower-read {
    padding: 15px;
  }
}

.top .sec-common {
  margin-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .top .sec-common {
    margin-bottom: 100px;
  }
}

.sec-intro {
  margin: 5em 0 10em;
}
.sec-intro .intro-title-outer {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .sec-intro .intro-title-outer {
    padding: 0 30px 30px 30px;
  }
}
.sec-intro .intro-title-mid {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  margin-top: 5em;
  margin-bottom: 5em;
  gap: 32px;
}
.sec-intro .intro-title-mid .intro-title-img {
  width: 100%;
  max-width: 683px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .sec-intro .intro-title-mid {
    grid-template-columns: 1fr;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.sec-intro .intro-mid {
  max-width: 928px;
  margin: auto;
}

.sec-activity .activity-title {
  text-align: center;
  margin-bottom: 2em;
}
.sec-activity .activity-title h2 {
  font-size: clamp(24px, 8.3333333333vw, 60px);
  font-weight: bold;
  color: #339800;
  letter-spacing: 0.1em;
}
.sec-activity .activity-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  background-color: #d9e8b5;
  padding-top: 25px;
  max-width: 1300px;
  margin: 0 auto 5em auto;
}
.sec-activity .activity-items .activity-item {
  background-color: #ffffff;
  padding: 20px 0 50px;
}
.sec-activity .activity-items .activity-item .activity-item-inner {
  max-width: 980px;
  margin: auto;
}
.sec-activity .activity-items .activity-item .activity-item-num {
  font-size: clamp(30px, 10.4166666667vw, 70px);
  font-weight: bold;
  color: #339800;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .sec-activity .activity-items .activity-item .activity-item-num {
    text-align: center;
  }
}
.sec-activity .activity-items .activity-item .activity-item-read {
  font-size: clamp(20px, 6.7708333333vw, 32.5px);
  font-weight: bold;
  margin: 0;
  color: #339800;
}
@media screen and (max-width: 480px) {
  .sec-activity .activity-items .activity-item .activity-item-read {
    text-align: center;
  }
}
.sec-activity .activity-items .activity-item p {
  margin-bottom: 0;
  font-size: clamp(16px, 3.75vw, 22px);
}

.sec-service .service-title {
  margin: 1em auto 2em auto;
  text-align: center;
}
.sec-service .service-title img {
  margin: 1em auto 2em auto;
}
.sec-service .service-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 900px;
  margin: 0 auto 5em auto;
}
@media screen and (max-width: 480px) {
  .sec-service .service-items {
    grid-template-columns: 1fr;
  }
}
.sec-service .service-items .service-item {
  background-color: #ddead2;
  padding: 20px;
  text-align: center;
  border: 7px double #ffffff;
  text-align: left;
}
.sec-service .service-items .service-item .service-item-inner {
  max-width: 980px;
  margin: auto;
}
.sec-service .service-items .service-item .service-item-title {
  font-size: clamp(22px, 5.8333333333vw, 35px);
  font-weight: bold;
  margin: 0;
}
.sec-service .service-items .service-item .service-item-read {
  font-size: clamp(16px, 3.75vw, 27px);
  margin: 0 0 8px 0;
}
.sec-service .service-items .service-item .service-item-text {
  background-color: #ffffff;
  padding: 1em;
}
.sec-service .service-items .service-item .service-item-text-caption {
  margin-bottom: 1em;
  text-align: justify;
}
.sec-service .service-items .service-item .service-item-text-detail {
  font-weight: bold;
}
.sec-service .service-items .service-item .service-item-text-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .sec-service .service-items .service-item .service-item-text-inner {
    grid-template-columns: 1fr;
  }
}
.sec-service .service-items .service-item .service-img {
  max-width: 100%;
}
.sec-service .service-items .service-item p {
  margin-bottom: 0;
  font-size: clamp(16px, 3.75vw, 22px);
}

.sec-contact {
  text-align: center;
  margin: 2em 0;
}
.sec-contact .contact-title img {
  max-width: 100%;
  margin: auto;
}
.sec-contact .contact-text {
  margin: 5em 0;
}
.sec-contact .contact-text p {
  margin: 0;
  font-size: clamp(16px, 4.5833333333vw, 31px);
}
.sec-contact .contact-text p a {
  font-size: clamp(22px, 6.25vw, 38.75px);
  color: #339800;
  font-weight: bold;
}

.sec-profile .sec-profile-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  max-width: 800px;
  margin: auto;
}
.sec-profile .sec-profile-inner .profile-img {
  margin: 0 auto;
}
.sec-profile .sec-profile-inner .profile-detail {
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .sec-profile .sec-profile-inner {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }
  .sec-profile .sec-profile-inner .profile-detail {
    order: 2;
  }
  .sec-profile .sec-profile-inner .profile-img {
    order: 1;
  }
}
.sec-profile .profile-title, .sec-profile .profile-name {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}
.sec-profile .profile-name {
  margin-bottom: 1em;
}
.sec-profile .profile-cred {
  font-size: 17px;
}

footer {
  display: grid;
  justify-items: center;
  align-content: center;
  margin-top: 5em;
  font-size: 10px;
  color: #ffffff;
  padding: 2em;
  background-color: #339800;
}
footer .logo {
  max-width: 800px;
  margin: 5em auto;
}
footer .logo img {
  max-width: 100%;
  height: auto;
}
footer .copyright {
  text-align: center;
}
footer .copyright p {
  margin-top: 0.5em;
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  .sec-common {
    padding: 0 15px;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */