@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/*
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: calc(23.4375% - 5.625rem);
  max-width: calc(300px - 5.625rem);
  height: calc(100% - 5rem);
  background: rgba(65, 184, 184, 0.9);
  padding: 2.5rem 2.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  header {
    display: none;
  }
}
header .corp {
  width: 100%;
  max-width: 100%;
  max-height: 71px;
}
header .corp a {
  display: block;
  width: 100%;
  height: 71px;
  background-image: url(../img/corp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  text-align: left;
  text-indent: -9987em;
  transition: all 0.3s;
}
header .corp a:hover {
  opacity: 0.7;
}
header .copy_area h1 {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  color: #fff;
  font-size: 4.625rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.3;
}
header .copy_area .sub_copy {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}
header .copy_area_small {
  display: none;
}
header .copy_area_small h1 {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  color: #fff;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.3s;
}
header nav ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625rem;
}
header nav ul li a {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}
header nav ul li a:hover {
  opacity: 0.7;
}

main {
  position: relative;
  padding-bottom: 3rem;
}
main section {
  margin-left: calc(300px + 4.25rem);
  margin-right: calc(300px + 4.25rem);
  background: rgba(255, 255, 255, 0.95);
  width: calc(100% - 300px - 8.5rem);
  min-height: calc(100vh - 4.375rem);
}
@media (max-width: 768px) {
  main section {
    margin: 0 auto;
    width: calc(100% - 2.5rem);
    min-height: inherit;
  }
}

h2 {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25em;
  letter-spacing: 0.04rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 1em;
  }
}

h3 {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1rem;
  }
}

p {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}

.hero {
  display: none;
}
@media (max-width: 768px) {
  .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 86vh;
    background: transparent;
  }
  .hero h1 {
    color: #444;
    font-family: "Zen Kaku Gothic New";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2; /* 32px */
    font-feature-settings: "palt";
    color: #fff;
    font-size: 3rem;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.22);
  }
  .hero .sub_copy {
    color: #444;
    font-family: "Zen Kaku Gothic New";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2; /* 32px */
    font-feature-settings: "palt";
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
  }
}

.about {
  margin-top: 150vh;
}
@media (max-width: 768px) {
  .about {
    margin-top: 0;
  }
}
.about .inner {
  width: 85%;
  margin: 0 auto;
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .about .inner {
    padding: 3rem 1.5rem;
  }
}

.activities {
  margin-top: 3.75rem;
}
.activities .inner {
  width: 85%;
  margin: 0 auto;
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .activities .inner {
    padding: 3rem 1.5rem;
  }
}
.activities .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 768px) {
  .activities .flex {
    flex-direction: column;
  }
}
.activities .flex .row_4 {
  flex: 4;
}
.activities .flex .row_6 {
  flex: 6;
  padding: 0 2rem 0 0;
}
.activities .flex .row_8 {
  flex: 8;
}
.activities .flex + .flex {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .activities .flex + .flex {
    margin-top: 3rem;
  }
}
.activities .row_6 + .row_6 {
  border-left: 1px solid #e0e0e0;
  padding: 0 0 0 2rem;
}
@media (max-width: 768px) {
  .activities .row_6 + .row_6 {
    border: 0 none;
    padding: 2rem 0 0;
  }
}
.activities .row_6 h2 {
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .activities .row_6 h2 {
    text-align: left;
  }
}
.activities h2 {
  line-height: 1.3;
}
.activities ol li {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 32px */
  font-feature-settings: "palt";
  display: block;
  margin-left: 1.4em;
  text-indent: 0;
  list-style-type: decimal;
  list-style-position: outside;
  display: list-item;
}
.activities ol li span {
  display: block;
}
.activities ol.ng {
  display: inline-block;
}
.activities ol.ng li::before {
  color: #bf2d43;
  content: "×";
  font-weight: 700;
  font-size: 1.15rem;
}
.activities ol + p {
  margin-top: 0.5rem;
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 32px */
  font-feature-settings: "palt";
}

.outline {
  margin-top: 3.75rem;
  min-height: 50dvh;
}
.outline h2 {
  margin-bottom: 2rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #e0e0e0;
}
.outline .inner {
  width: 85%;
  margin: 0 auto;
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .outline .inner {
    padding: 3rem 1.5rem;
  }
}
.outline .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.outline .flex.table_max {
  width: 100%;
  max-width: 640px;
}
.outline .flex.table_max .row_4 p {
  color: #8b8b8b;
}
@media (max-width: 768px) {
  .outline .flex {
    flex-direction: column;
  }
}
.outline .flex .row_4 {
  flex: 4;
}
.outline .flex .row_6 {
  flex: 6;
  padding: 0 2rem 0 0;
}
.outline .flex .row_8 {
  flex: 8;
}
.outline .flex + .flex {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .outline .flex + .flex {
    margin-top: 3rem;
  }
}
.outline .row_6 + .row_6 {
  border-left: 1px solid #e0e0e0;
  padding: 0 0 0 2rem;
}
@media (max-width: 768px) {
  .outline .row_6 + .row_6 {
    border: 0 none;
    padding: 2rem 0 0;
  }
}
.outline .row_6 h2 {
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .outline .row_6 h2 {
    text-align: left;
  }
}
.outline h2 {
  line-height: 1.3;
}
.outline ol li {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 32px */
  font-feature-settings: "palt";
  display: block;
  margin-left: 1.4em;
  text-indent: 0;
  list-style-type: decimal;
  list-style-position: outside;
  display: list-item;
}
.outline ol li span {
  display: block;
}
.outline ol.ng {
  display: inline-block;
}
.outline ol.ng li::before {
  color: #bf2d43;
  content: "×";
  font-weight: 700;
  font-size: 1.15rem;
}
.outline ol + p {
  margin-top: 0.5rem;
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 32px */
  font-feature-settings: "palt";
}

.reports {
  margin-top: 3.75rem;
  min-height: inherit;
}
.reports .inner {
  width: 85%;
  margin: 0 auto;
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .reports .inner {
    padding: 3rem 1.5rem;
  }
}
.reports .report_list li {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  border-bottom: 1px solid #e0e0e0;
}
.reports .report_list li:last-of-type {
  border: 0 none;
}
.reports .report_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .reports .report_list li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1rem 0.5rem;
  }
}
.reports .report_list li a:hover {
  opacity: 0.7;
}
.reports .report_list li .date {
  display: block;
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: rgba(65, 184, 184, 0.9);
  letter-spacing: 0.04em;
}
.reports .report_list li .headline {
  display: block;
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  font-size: 0.875rem;
}

.report_detail {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .report_detail {
    margin-top: calc(2rem + 60px);
  }
}
.report_detail .inner {
  width: 85%;
  margin: 0 auto;
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .report_detail .inner {
    padding: 3rem 1.5rem;
  }
}
.report_detail .inner h2 {
  line-height: 1.5;
}
.report_detail .inner h6 {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: rgba(68, 68, 68, 0.4);
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
.report_detail .inner p {
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  line-height: 1.7;
}
@media (max-width: 768px) {
  .report_detail .inner p {
    font-size: 0.875rem;
  }
}
.report_detail .inner::after {
  content: "更新";
}

.report {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 212px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
}
.report .report_button {
  background: rgb(65, 184, 184);
  color: #444;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  font-feature-settings: "palt";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3; /* 23.4px */
  letter-spacing: 0.11rem;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .report .report_button {
    display: none;
  }
}
.report .report_button:hover {
  background: #77cfcf;
}

.sp_header {
  display: none;
}
@media (max-width: 768px) {
  .sp_header {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    transition: all 0.3s;
  }
  .sp_header.int {
    background: rgba(65, 184, 184, 0.95);
    border-bottom: 1px solid rgba(65, 184, 184, 0.95);
  }
  .sp_header.int .sp_report_button {
    background: rgb(255, 255, 255);
    color: rgb(65, 184, 184);
  }
  .sp_header .sp_logo {
    display: block;
    margin-left: 1.25rem;
    width: 100%;
    height: 45px;
    background-image: url(../img/corp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    text-indent: -9987em;
    transition: all 0.3s;
    flex: 8;
  }
  .sp_header .sp_report_button {
    background: rgb(65, 184, 184);
    color: #444;
    font-family: "Zen Kaku Gothic New";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2; /* 32px */
    font-feature-settings: "palt";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3; /* 23.4px */
    letter-spacing: 0.11rem;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    flex: 4;
  }
  .sp_header .sp_report_button:hover {
    background: #77cfcf;
  }
  .sp_header .back_button {
    background: rgb(255, 255, 255);
    color: #444;
    font-family: "Zen Kaku Gothic New";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2; /* 32px */
    font-feature-settings: "palt";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3; /* 23.4px */
    letter-spacing: 0.11rem;
    width: 60px;
    height: 60px;
    transition: all 0.3s;
    flex-basis: 60px;
  }
  .sp_header .back_button svg {
    width: 16px;
    height: 16px;
    fill: rgb(65, 184, 184);
  }
}

.copyright {
  color: #eee;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 32px */
  font-feature-settings: "palt";
}

.sp_copyright {
  display: none;
}
@media (max-width: 768px) {
  .sp_copyright {
    margin-top: 2rem;
    display: block;
    text-align: center;
    color: #eee;
    font-size: 0.8125rem;
  }
}

/*
#particles-js {
  @include below_tab() {
    position: relative;
  }
}
*//*# sourceMappingURL=common.css.map */