.p_ttl2 {
  background: url("/img/moni1000_mv.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2 {
    background: url("/img/moni1000_mv@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/moni1000_mv_sp.jpg") no-repeat center center/cover;
  }
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    display: block;
    padding-top: 30px;
  }
}
.p_intro .link {
  background: #f1f5f7;
  position: relative;
  width: 380px;
  border-radius: 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 48px;
}
.p_intro .link .bal {
  position: absolute;
  top: -102px;
  right: 24px;
}
.p_intro .link p {
  font-size: 1.6rem;
  line-height: 1.88;
}
.p_intro .link .btn {
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p_intro .link {
    width: auto;
    margin: 35px -2.67vw 0;
    padding: 20px;
  }
  .p_intro .link .bal {
    top: -32px;
    right: -8px;
    width: 114px;
    height: auto;
  }
  .p_intro .link p {
    font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.67;
  }
  .p_intro .link .btn {
    margin: 10px 0 0;
    width: 170px;
  }
}

.p_lead {
  text-align: left;
}
.p_lead .copy {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.02em;
  font-size: 6rem;
  line-height: 1.33;
}
.p_lead p {
  margin-top: 40px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .p_lead .copy {
    font-size: 3.2rem;
  }
  .p_lead p {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  .p_lead p br {
    display: none;
  }
}

.s_news {
  width: 1010px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 160px;
  position: relative;
}
.s_news .s_ttl {
  position: absolute;
  left: 1em;
  top: 120px;
  color: #008e66;
  font-size: 4rem;
}
.s_news .s_ttl .en {
  display: block;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.s_news .s_ttl .ja {
  display: block;
  position: absolute;
  left: 1.5rem;
  top: 0;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  text-orientation: upright;
  letter-spacing: normal;
}
.s_news .link_list1 {
  margin: 0;
}
.s_news .link_list1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_news .link_list1 .date {
  width: 145px;
  color: #4c5d67;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.s_news .link_list1 .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.s_news .btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 480px) {
  .s_news {
    width: 88%;
    padding: 55px 0 50px;
  }
  .s_news .s_ttl {
    position: relative;
    left: auto;
    top: auto;
    font-size: 3rem;
  }
  .s_news .s_ttl .en {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .s_news .s_ttl .ja {
    position: relative;
    margin-top: 10px;
    left: 0;
    font-size: 1.4rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .s_news .link_list1 {
    margin: 25px 0 0;
  }
  .s_news .link_list1 a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 6px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 40px 15px 0;
  }
  .s_news .link_list1 a::before {
    display: none;
  }
  .s_news .link_list1 .date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    font-size: 1.1rem;
    padding-left: 18px;
    position: relative;
    color: #4c5d67;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .s_news .link_list1 .date::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #008e66;
    position: absolute;
    left: 0;
    top: calc(0.5em - 0.5px);
  }
  .s_news .link_list1 .ttl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .s_news .btn {
    margin: 20px 0 0;
  }
}

.s_event {
  background: #f1f5f7;
  padding: 110px 0 120px;
}
.s_event .s_ttl {
  color: #008e66;
}
.s_event .s_ttl .en {
  font-family: "Inter", "TazuganeGothicStdN-Regular", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  letter-spacing: 0.05em;
}
.s_event .s_ttl .ja {
  padding-left: 1em;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.s_event .event_list {
  width: 860px;
  margin: 40px auto 0;
  border-top: 1px dashed #008e66;
}
.s_event .event_list article {
  border-bottom: 1px dashed #008e66;
}
.s_event .none {
  margin-top: 50px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
.s_event .btn {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .s_event {
    padding: 40px 0 45px;
  }
  .s_event .s_ttl .en {
    font-size: 4rem;
  }
  .s_event .s_ttl .ja {
    margin-top: 10px;
    display: block;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .s_event .event_list {
    width: 90%;
    margin: 20px auto 0;
  }
  .s_event .none {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .s_event .btn {
    margin-top: 30px;
  }
}

.s_about {
  padding: 235px 0 110px;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.s_about .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.02em;
  font-size: 6rem;
  line-height: 1.33;
}
.s_about .txt {
  font-size: 1.6rem;
  line-height: 2;
}
.s_about .last {
  margin-top: 60px;
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.68;
}
.s_about .img {
  position: absolute;
  border-radius: 10px;
}
.s_about .bal {
  position: absolute;
  left: -108px;
  top: -180px;
}
.s_about .content1 {
  position: relative;
  padding-right: 530px;
}
.s_about .content1 .img {
  right: -140px;
  bottom: 0;
}
.s_about .content1 .txt {
  margin-top: 30px;
}
.s_about .content2 {
  position: relative;
  margin-top: 100px;
  padding-left: 495px;
}
.s_about .content2 .img {
  left: -70px;
  top: 0;
}
@media screen and (max-width: 480px) {
  .s_about {
    padding: 55px 0;
    width: 88%;
  }
  .s_about .s_ttl {
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 1em);
    font-size: 3.2rem;
  }
  .s_about .txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .s_about .last {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
  .s_about .img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 69.3vw;
    height: auto;
  }
  .s_about .bal {
    position: absolute;
    left: calc(50% - 196px);
    top: -22px;
    width: 140px;
    height: auto;
  }
  .s_about .content1 {
    padding-right: 0;
    padding-top: calc(12.768rem - 20px);
  }
  .s_about .content1 .img {
    right: 0;
  }
  .s_about .content1 .txt {
    margin-top: 20px;
  }
  .s_about .content2 {
    margin-top: 20px;
    padding-left: 0;
  }
  .s_about .content2 .img {
    left: 0;
  }
  .s_about .content2 .txt {
    margin-top: 20px;
  }
}

.s_purpose,
.s_detail,
.s_site {
  width: 1010px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #e2ebef;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.s_purpose .s_ttl,
.s_detail .s_ttl,
.s_site .s_ttl {
  width: 280px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: -0.25em;
}
.s_purpose .content,
.s_detail .content,
.s_site .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s_purpose ul,
.s_detail ul,
.s_site ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
.s_purpose li,
.s_detail li,
.s_site li {
  position: relative;
  padding: 20px 20px 20px 60px;
  border-radius: 8px;
  background: #f1f5f7;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.s_purpose .num,
.s_detail .num,
.s_site .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 15px;
  top: calc(50% - 15px);
  width: 30px;
  background: #008e66;
  color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  font-family: "BioRhyme Expanded", sans-serif;
  font-size: 14px;
}
.s_purpose .txt,
.s_detail .txt,
.s_site .txt {
  font-size: 1.6rem;
  line-height: 1.88;
}
.s_purpose .btn,
.s_detail .btn,
.s_site .btn {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .s_purpose,
  .s_detail,
  .s_site {
    width: 88%;
    padding: 60px 0;
    display: block;
  }
  .s_purpose .s_ttl,
  .s_detail .s_ttl,
  .s_site .s_ttl {
    width: auto;
    font-size: 2rem;
    line-height: 1;
    margin-top: 0;
  }
  .s_purpose .s_ttl br,
  .s_detail .s_ttl br,
  .s_site .s_ttl br {
    display: none;
  }
  .s_purpose .content,
  .s_detail .content,
  .s_site .content {
    margin-top: 17px;
  }
  .s_purpose li,
  .s_detail li,
  .s_site li {
    padding: 15px 20px 15px 15px;
    font-size: 1.4rem;
    line-height: 1.64;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .s_purpose li span:not(.num),
  .s_detail li span:not(.num),
  .s_site li span:not(.num) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .s_purpose .num,
  .s_detail .num,
  .s_site .num {
    position: relative;
    left: 0;
    top: 0;
    width: 24px;
    font-size: 11px;
    margin: calc(1.148rem - 12px) 0;
  }
  .s_purpose .txt,
  .s_detail .txt,
  .s_site .txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .s_purpose .btn,
  .s_detail .btn,
  .s_site .btn {
    margin-top: 15px;
  }
}

.s_join {
  width: 1010px;
  margin: 0 auto;
  background: #f1f5f7;
  padding: 0 0 50px;
  border-radius: 10px;
}
.s_join .s_ttl {
  color: #fff;
  background: #008e66;
  border-radius: 10px 10px 0 0;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 70px;
}
.s_join .txt1 {
  margin-top: 45px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
.s_join .txt2 {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.88;
}
.s_join .txt2 sup {
  font-size: 10px;
}
.s_join .btn {
  margin-top: 25px;
  width: 275px;
}
.s_join .note {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  .s_join {
    width: 93.3%;
    padding: 0 0 35px;
  }
  .s_join .s_ttl {
    font-size: 1.8rem;
    line-height: 50px;
  }
  .s_join .txt1 {
    margin: 20px auto 0;
    text-align: left;
    width: 75.5vw;
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .s_join .txt1 br {
    display: none;
  }
  .s_join .txt2 {
    margin: 10px auto 0;
    text-align: left;
    width: 75.5vw;
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .s_join .txt2 br {
    display: none;
  }
  .s_join .btn {
    margin-top: 10px;
    width: 210px;
  }
  .s_join .note {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.6;
  }
}

footer {
  border-top: 1px solid #e2ebef;
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 60px;
  }
}