@charset "UTF-8";
.container .content-header-ttl {
  text-align: center;
}
.container .content-header-ttl img {
  max-width: 44.5rem;
}
@media only screen and (max-width:767px) {
  .container .content-header-ttl img {
    max-width: 80%;
  }
}
.container .content-inner .div-information {
  padding: 3vw 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:767px) {
  .container .content-inner .div-information {
    padding: 1rem 0 3rem 0;
  }
}
.container .content-inner .div-information p {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .div-information p {
    font-size: 1.4rem;
  }
}
.container .content-inner .div-information iframe {
  max-width: 70rem;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto 3vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .div-information iframe {
    margin-bottom: 2rem;
  }
}
.container .content-inner .div-information-btn a {
  width: 27rem;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .container .content-inner .div-information-btn a {
    width: 20rem;
    height: 3.2rem;
    font-size: 1.3rem;
  }
}
.container .content-inner .div-information-btn a img {
  width: 2rem;
  margin-right: 0.6rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .div-information-btn a img {
    width: 1.5rem;
  }
}
.container .content-inner .section-support {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: -3vw;
  margin-right: -3vw;
  background: url("../../img/guardian/fig_member.jpg") 50% 50%;
  background-size: cover;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-support {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
.container .content-inner .section-support-wrap {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.container .content-inner .section-support:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  background: #fff;
  opacity: 0.8;
}
.container .content-inner .section-support-ttl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1;
  padding: 4vw 0 3vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-support-ttl {
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
}
.container .content-inner .section-support-ttl img {
  width: 34.3rem;
  position: relative;
  bottom: -1.5rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-support-ttl img {
    width: 20rem;
    bottom: -0.8rem;
  }
}
.container .content-inner .section-support-inner {
  padding: 0 5vw 3vw;
}
.container .content-inner .section-support-inner figure {
  margin: 0 auto 3rem;
  max-width: 80rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-support-inner figure {
    margin-bottom: 1.5rem;
  }
}
.container .content-inner .section-support-inner p {
  font-weight: 700;
  line-height: 2;
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 1em;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-support-inner p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.container .content-inner .section-support-inner p strong {
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-support-inner p strong {
    font-size: 1.7rem;
  }
}
.container .content-inner .section-box {
  padding: 4vw 3vw;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box {
    padding: 4rem 0;
  }
}
.container .content-inner .section-box-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-header {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.container .content-inner .section-box-header-en {
  font-size: 4.8rem;
  color: #ff410b;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-header-en {
    font-size: 4rem;
    margin-bottom: 0.5rem;
  }
}
.container .content-inner .section-box-header-ttl {
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-header-ttl {
    font-size: 1.3rem;
  }
}
.container .content-inner .section-box-inner {
  max-width: 80rem;
  margin: 0 auto;
}
.container .content-inner .section-box-inner p {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-inner p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .container .content-inner .section-box-inner p br {
    display: none;
  }
}
.container .content-inner .section-box-outline {
  padding-bottom: 3vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline {
    padding-bottom: 3rem;
  }
}
.container .content-inner .section-box-outline table {
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr {
    display: block;
  }
}
.container .content-inner .section-box-outline table tr td {
  width: 35%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.5rem 3rem;
  vertical-align: middle;
  position: relative;
}
.container .content-inner .section-box-outline table tr td:nth-of-type(1) {
  width: 30%;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem;
  line-height: 1.1;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr td:nth-of-type(1) {
    width: 100% !important;
    display: block;
  }
}
.container .content-inner .section-box-outline table tr td:nth-of-type(1) span {
  color: #ff410b;
  font-size: 2rem;
  display: block;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr td:nth-of-type(1) span {
    font-size: 1.5rem;
  }
}
.container .content-inner .section-box-outline table tr td:nth-of-type(1):before {
  display: none;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr td {
    padding: 1rem;
  }
}
.container .content-inner .section-box-outline table tr td:before {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 20%;
  background: rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr td:nth-of-type(2):before {
    display: none;
  }
}
.container .content-inner .section-box-outline table tr td ul {
  display: flex;
  flex-direction: column;
}
.container .content-inner .section-box-outline table tr td ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr td ul li {
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1.3;
  }
}
.container .content-inner .section-box-outline table tr td ul li:before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 0.4rem solid;
  box-sizing: border-box;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr td ul li:before {
    width: 1rem;
    height: 1rem;
    border-width: 0.3rem;
    margin-right: 0.3rem;
    position: relative;
    top: 0.1rem;
  }
}
.container .content-inner .section-box-outline table tr td:nth-of-type(2) ul li:before {
  border-color: #ff410b;
}
.container .content-inner .section-box-outline table tr td:nth-of-type(3) ul li:before {
  border-color: #333333;
}
.container .content-inner .section-box-outline table tr th {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr th {
    width: 50vw;
  }
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr th:nth-of-type(1) {
    display: none;
  }
}
.container .content-inner .section-box-outline table tr th div {
  max-width: 23rem;
  border-radius: 0.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-box-outline table tr th div {
    width: 100%;
    height: 4.2rem;
    line-height: 1.2;
    font-size: 1.2rem;
    text-align: center;
  }
}
.container .content-inner .section-box-outline table tr th div:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.5rem;
  bottom: -0.9rem;
  border-style: solid;
  border-width: 0.5rem 0.5rem;
  border-color: transparent;
}
.container .content-inner .section-box-outline table tr th div.now {
  background: #ff410b;
  color: #fff;
}
.container .content-inner .section-box-outline table tr th div.now:after {
  border-top-color: #ff410b;
}
.container .content-inner .section-box-outline table tr th div.future {
  background: #333333;
  color: #ff410b;
}
.container .content-inner .section-box-outline table tr th div.future:after {
  border-top-color: #333333;
}
.container .content-inner .section-box#join {
  border: none;
}
.container .content-inner .section-project {
  padding-bottom: 5vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project {
    padding-bottom: 4rem;
  }
}
.container .content-inner .section-project-header {
  padding-bottom: 3vw;
}
.container .content-inner .section-project-header-ttl {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-size: 2rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-header-ttl {
    font-size: 1.3rem;
  }
}
.container .content-inner .section-project-header-ttl small {
  font-size: 4.8rem;
  margin-right: 0.8rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-header-ttl small {
    font-size: 3rem;
  }
}
.container .content-inner .section-project-header p {
  padding: 1rem 0;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-header p {
    font-size: 1.2rem;
  }
}
.container .content-inner .section-project-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-wrap {
    display: block;
  }
}
.container .content-inner .section-project-wrap .section-project-inner {
  width: 50%;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-wrap .section-project-inner {
    width: 100%;
  }
}
.container .content-inner .section-project-wrap .section-project-inner:nth-of-type(1) {
  padding-right: 1vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-wrap .section-project-inner:nth-of-type(1) {
    padding-right: 0;
  }
}
.container .content-inner .section-project-wrap .section-project-inner:nth-of-type(2) {
  padding-left: 1vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-wrap .section-project-inner:nth-of-type(2) {
    padding-left: 0;
  }
}
.container .content-inner .section-project-inner {
  padding-bottom: 3vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner {
    padding-bottom: 2rem;
  }
  .container .content-inner .section-project-inner:nth-last-of-type(1) {
    padding-bottom: 0;
  }
}
.container .content-inner .section-project-inner-ttl {
  font-size: 2.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1rem;
  margin-bottom: 2vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-ttl {
    font-size: 1.5rem;
  }
}
.container .content-inner .section-project-inner-ttl span {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #ff410b;
  color: #fff;
  flex-shrink: 0;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-ttl span {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.container .content-inner .section-project-inner-list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-list {
    flex-direction: column;
  }
}
.container .content-inner .section-project-inner-list .article-project {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-list .article-project {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
  .container .content-inner .section-project-inner-list .article-project:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.container .content-inner .section-project-inner-list .article-project-header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-list .article-project-header {
    margin-bottom: 1rem;
  }
}
.container .content-inner .section-project-inner-list .article-project-header-ttl {
  font-size: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-list .article-project-header-ttl {
    font-size: 1.5rem;
  }
}
.container .content-inner .section-project-inner-list .article-project-header a {
  background: #ff410b;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 2.4rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-list .article-project-header a {
    font-size: 1rem;
    width: 9rem;
    height: 1.6rem;
  }
}
.container .content-inner .section-project-inner-list .article-project-header a .material-symbols-outlined {
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-list .article-project-header a .material-symbols-outlined {
    font-size: 1.4rem;
  }
}
.container .content-inner .section-project-inner-list .article-project-fig {
  margin-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-list .article-project-fig {
    margin-bottom: 1rem;
  }
}
.container .content-inner .section-project-inner-list .article-project-txt {
  font-size: 1.6rem;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-list .article-project-txt {
    font-size: 1.1rem;
  }
}
.container .content-inner .section-project-inner-go {
  margin-top: -2vw;
}
.container .content-inner .section-project-inner-go div {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2rem 1rem 2rem 8rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-go div {
    padding: 1rem 0 1rem 5rem;
  }
}
.container .content-inner .section-project-inner-go div:nth-last-of-type(1) {
  border: none;
}
.container .content-inner .section-project-inner-go div dt {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-go div dt {
    font-size: 1.4rem;
  }
}
.container .content-inner .section-project-inner-go div dt span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(51, 51, 51, 0.05);
  border-radius: 50%;
  font-size: 3rem;
  color: #666;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-go div dt span {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    margin-top: -2rem;
  }
}
.container .content-inner .section-project-inner-go div dd {
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-project-inner-go div dd {
    font-size: 1.1rem;
  }
}
.container .content-inner .section-project#now .section-project-header-ttl small {
  color: #ff410b;
}
.container .content-inner .section-project#future {
  padding-bottom: 0;
}
.container .content-inner .section-project#future .section-project-inner-ttl span {
  background: #333333;
}
.container .content-inner .section-project#future .section-project-header-ttl {
  color: #ff410b;
}
.container .content-inner .section-project#future .section-project-header-ttl small {
  color: #333333;
}
.container .content-inner .section-join {
  padding-bottom: 3vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join {
    padding-bottom: 2.5rem;
  }
  .container .content-inner .section-join:nth-last-of-type(1) {
    padding-bottom: 0;
  }
}
.container .content-inner .section-join-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-header {
    margin-bottom: 1rem;
  }
}
.container .content-inner .section-join-header:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.1);
}
.container .content-inner .section-join-header-ttl {
  flex-shrink: 0;
  margin-right: 1rem;
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-header-ttl {
    font-size: 1.5rem;
  }
}
.container .content-inner .section-join-check {
  font-size: 1.6rem;
  padding-bottom: 2vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-check {
    font-size: 1.2rem;
    line-height: 1.3;
    padding-bottom: 1.5rem;
  }
}
.container .content-inner .section-join-check li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-check li {
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
}
.container .content-inner .section-join-check li:before {
  content: "\e86c";
  font-family: "material symbols Outlined", cursive;
  flex-shrink: 0;
  color: #ff410b;
  font-size: 2.4rem;
  margin-right: 0.5rem;
  font-weight: 300;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-check li:before {
    font-size: 1.8rem;
    position: relative;
    top: -0.3rem;
  }
}
.container .content-inner .section-join-txt {
  font-size: 1.6rem;
  padding-bottom: 2vw;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-txt {
    font-size: 1.2rem;
  }
}
.container .content-inner .section-join-txt a {
  text-decoration: underline;
}
.container .content-inner .section-join-txt a:hover {
  text-decoration: none;
}
.container .content-inner .section-join-btn {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-btn {
    flex-wrap: wrap;
  }
}
.container .content-inner .section-join-btn li {
  width: 25%;
  padding: 1rem;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-btn li {
    width: 50%;
    padding: 0.5rem;
  }
}
.container .content-inner .section-join-btn li a {
  border: 1px solid rgba(51, 51, 51, 0.1);
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  background: #222000;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-btn li a {
    height: 4rem;
    font-size: 1rem;
  }
}
.container .content-inner .section-join-btn li a strong {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .container .content-inner .section-join-btn li a strong {
    font-size: 1.3rem;
  }
}
.container .content-inner .section-join-btn li a:hover {
  border-color: #ff410b;
  color: #333;
  font-weight: 700;
  background: rgba(255, 65, 11, 0.3);
}
.container .content-agreed {
  padding: 3vw 5vw;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .container .content-agreed {
    font-size: 1.2rem;
    padding: 5vw;
  }
}
.container .content-agreed-ttl {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 3rem;
}
@media only screen and (max-width:767px) {
  .container .content-agreed-ttl {
    font-size: 1.6rem;
    padding-bottom: 1.4rem;
  }
}
.container .content-agreed p {
  padding-bottom: 1em;
}
.container .content-agreed > p {
  padding-bottom: 2em;
}
.container .content-agreed dl {
  padding-bottom: 2em;
}
.container .content-agreed dl dt {
  padding-bottom: 0.5em;
}
.container .content-agreed ul + p {
  margin-top: 1em;
}
.container .content-agreed ul li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 0.3em;
}
.container .content-agreed ul li:before {
  content: "●";
  color: #ccc;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
@media only screen and (max-width:767px) {
  .container .content-agreed ul li:before {
    font-size: 1rem;
    margin-right: 0.3rem;
  }
}
.container .content-agreed ol li {
  list-style: decimal outside;
  margin-left: 2.5rem;
  overflow: visible;
  zoom: normal;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:767px) {
  .container .content-agreed ol li {
    margin-left: 2rem;
  }
}
.container .content-agreed ol li ol {
  margin-top: 0.5em;
}
.container .content-agreed ol li ol li {
  list-style: none;
  position: relative;
}
.container .content-agreed ol li ol li:before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 0;
}
@media only screen and (max-width:767px) {
  .container .content-agreed ol li ol li:before {
    left: -2rem;
  }
}
.container .content-agreed ol li ol li:nth-of-type(1):before {
  content: "(1)";
}
.container .content-agreed ol li ol li:nth-of-type(2):before {
  content: "(2)";
}
.container .content-agreed ol li ol li:nth-of-type(3):before {
  content: "(3)";
}
.container .content-agreed ol li ol li:nth-of-type(4):before {
  content: "(4)";
}
.container .content-agreed ol li ol li:nth-of-type(5):before {
  content: "(5)";
}
.container .content-agreed ol li ol li:nth-of-type(6):before {
  content: "(6)";
}
.container .content-agreed ol li ol li:nth-of-type(7):before {
  content: "(7)";
}
.container .content-agreed ol li ol li:nth-of-type(8):before {
  content: "(8)";
}
.container .content-agreed ol li ol li:nth-of-type(9):before {
  content: "(9)";
}
.container .content-agreed ol li ol li:nth-of-type(10):before {
  content: "(10)";
}
.container .content-agreed ol li ol li:nth-of-type(11):before {
  content: "(11)";
}

/*# sourceMappingURL=guardian.css.map */
