@charset "UTF-8";
@font-face {
  font-family: mini-wakuwaku-maru;
  src: url(../font/mini-wakuwaku-maru.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-feature-settings: "palt";
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-size: 16px;
  background: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_y {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_y.is-animated {
  transform-origin: right;
  animation: scaled_y 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: auto;
  height: 40rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 25rem;
  display: flex;
  align-items: center;
  position: fixed;
  top: 30rem;
  right: 30rem;
  z-index: 2;
}
header.visible ul li {
  padding: 0 10rem;
}
header.visible ul li a {
  color: #000;
}
header ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header ul li {
  padding: 0 10rem;
}
header ul li a {
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  color: #fff;
  transition: 0.3s;
}

.frontview {
  width: 100%;
  display: flex;
}

main {
  background: #3c41ff;
  padding: 120rem 0 90rem;
}

.section-consortium {
  width: 850rem;
  height: auto;
  margin: auto;
  padding: 60rem 125rem;
  background: #fff;
}
.section-consortium h1 {
  font-weight: bold;
  font-size: 48rem;
  line-height: 84rem;
  text-align: center;
  color: #3c41ff;
}
.section-consortium .c__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 34rem;
  margin-top: 14rem;
  text-align: left;
  color: #3c41ff;
}
.section-consortium .mark__image {
  width: 100%;
  margin-top: 30rem;
  display: flex;
}
.section-consortium .t__lbl {
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 40rem;
  margin-top: 60rem;
  text-align: center;
  color: #3c41ff;
}
.section-consortium .consortium__items {
  margin-top: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-consortium .consortium__items div:nth-child(2) {
  animation-delay: 0.3s;
}
.section-consortium .consortium__items div:nth-child(3) {
  animation-delay: 0.6s;
}
.section-consortium .consortium__items div:nth-child(4) {
  animation-delay: 0.9s;
}
.section-consortium .consortium__items div:nth-child(5) {
  animation-delay: 1.2s;
}
.section-consortium .consortium__items .c__item {
  width: 178rem;
  height: 178rem;
  background: transparent;
  border: 2rem dashed #3c41ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-consortium .consortium__items .c__item .c__name {
  font-weight: bold;
  font-size: 25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #3c41ff;
}
.section-consortium .consortium__items .c__item .c__txt {
  height: 40rem;
  font-weight: 500;
  font-size: 11rem;
  letter-spacing: 0.2em;
  line-height: 2.2;
  text-align: center;
  color: #3c41ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-consortium .consortium__items .x__icon {
  width: 15rem;
  margin: 0 15rem;
  display: flex;
}
.section-consortium .n__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 34rem;
  margin-top: 30rem;
  text-align: left;
  color: #3c41ff;
}
.section-consortium .sinkestugo__content {
  width: 100%;
  margin-top: 40rem;
  position: relative;
}
/* .section-consortium .sinkestugo__content::before {
  content: "";
  height: 100%;
  width: 0;
  border-left: 2rem dashed #3c41ff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
} */
.section-consortium .sinkestugo__content .cb__lbl {
  font-weight: bold;
  font-size: 24rem;
  line-height: 30rem;
  padding: 10rem 0;
  text-align: center;
  color: #fff;
  background: #3c41ff;
  position: relative;
}
.section-consortium .sinkestugo__content .ct__lbl {
  font-weight: bold;
  font-size: 18rem;
  line-height: 31.5rem;
  padding: 5rem 0;
  margin-top: 30rem;
  text-align: center;
  color: #3c41ff;
  background: white;
  border: 1.22rem solid #3c41ff;
  position: relative;
}
.section-consortium .sinkestugo__content .c__image {
  width: 414rem;
  display: flex;
  margin: 20rem auto;
  position: relative;
}
.section-consortium .issue__items {
  width: 790rem;
  margin-top: 35rem;
  margin-left: -95rem;
  display: flex;
  justify-content: space-between;
}
.section-consortium .issue__items .c__item {
  width: 250rem;
}
.section-consortium .issue__items .c__item .num {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 62rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #3c41ff;
}
.section-consortium .issue__items .c__item .c__text {
  width: 100%;
  height: 174.51rem;
  margin-top: -8rem;
  background: #3c41ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-consortium .issue__items .c__item .c__text span {
  font-weight: bold;
  font-size: 24rem;
  line-height: 36rem;
  text-align: center;
  color: #fff;
}

.section-issue {
  padding-top: 135rem;
}
.section-issue .content__text {
  width: 850rem;
  height: auto;
  margin: auto;
  background: #fff;
  padding: 75rem 125rem;
}
.section-issue .content__text h1 {
  font-weight: bold;
  font-size: 55rem;
  letter-spacing: 0.2em;
  line-height: 85rem;
  text-align: left;
  color: #3c41ff;
}
.section-issue .content__text .c__txt {
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 40rem;
  margin-top: 20rem;
  text-align: left;
  color: #3c41ff;
}
.section-issue .content__text .c__items {
  margin-top: 33rem;
}
.section-issue .content__text .c__items .c__item {
  margin-bottom: 20rem;
}
.section-issue .content__text .c__items .c__item .num {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 90rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #3c41ff;
}
.section-issue .content__text .c__items .c__item .frame__text {
  width: 100%;
  height: 180rem;
  margin-top: -12rem;
  background: #3c41ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 35rem;
  letter-spacing: 0.05em;
  line-height: 62rem;
  text-align: center;
  color: #fff;
}
.section-issue .content__text .note__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.2em;
  line-height: 34rem;
  margin-top: 45rem;
  text-align: left;
  color: #3c41ff;
}
.section-issue .mark__items {
  margin-top: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-issue .mark__items div:nth-child(2) {
  animation-delay: 0.3s;
}
.section-issue .mark__items div:nth-child(3) {
  animation-delay: 0.6s;
}
.section-issue .mark__items .m__item {
  width: 270rem;
  height: 520rem;
  margin: 0 10rem;
  border-radius: 135rem;
  background: #fff;
  padding: 50rem 40rem 10rem;
}
.section-issue .mark__items .m__item .icon {
  height: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-issue .mark__items .m__item .icon a {
  transition: 0.3s;
}
.section-issue .mark__items .m__item .icon a:hover {
  opacity: 0.7;
}
.section-issue .mark__items .m__item .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-issue .mark__items .m__item .c__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 34rem;
  margin-top: 40rem;
  text-align: justify;
  color: #3c41ff;
}

.section-companies {
  padding-top: 155rem;
}
.section-companies .t__lbl {
  font-weight: bold;
  font-size: 48rem;
  line-height: 84rem;
  text-align: center;
  color: #fff;
}
.section-companies .content__items {
  width: 850rem;
  height: auto;
  margin: auto;
  margin-top: 35rem;
  padding: 38rem 30rem;
  background: #fff;
}
.section-companies .content__items .c__item {
  width: 100%;
  margin-bottom: 45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-companies .content__items .c__item:last-child {
  margin-bottom: 0;
}
.section-companies .content__items .c__item a {
  width: 392rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.section-companies .content__items .c__item a:hover {
  opacity: 0.7;
}
.section-companies .content__items .c__item a .p__logo {
  width: 180rem;
  height: 180rem;
  background: transparent;
  border: 2rem dashed #3c41ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-companies .content__items .c__item a .p__logo .news {
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.1em;
  line-height: 31.5rem;
  text-align: left;
  color: #fff;
  background: #3c41ff;
  padding: 0rem 7rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.section-companies .content__items .c__item a .p__logo:after {
  content: "";
  width: 81.96rem;
  height: 0;
  background: transparent;
  border-top: 2rem dashed #3c41ff;
  position: absolute;
  right: -66rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-companies .content__items .c__item a .p__logo span {
  width: 120rem;
  display: flex;
}
.section-companies .content__items .c__item a .p__logo span.c01 {
  width: 140rem;
}
.section-companies .content__items .c__item a .mark {
  width: 120rem;
  display: flex;
}
.section-companies .content__items .c__item .content__text {
  width: 372rem;
}
.section-companies .content__items .c__item .content__text .t__txt {
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 31.5rem;
  text-align: left;
  color: #3c41ff;
}
.section-companies .content__items .c__item .content__text .c__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  text-align: left;
  color: #3c41ff;
}

.section-supporting {
  padding-top: 185rem;
}
.section-supporting h1 {
  font-weight: bold;
  font-size: 30rem;
  letter-spacing: 0.1em;
  line-height: 40rem;
  text-align: center;
  color: #fff;
}
.section-supporting .content__items {
  width: 866rem;
  margin: auto;
  margin-top: 50rem;
  display: flex;
  flex-wrap: wrap;
}
.section-supporting .content__items .c__item {
  width: 25%;
  padding: 0 8rem;
  display: flex;
  margin-bottom: 20rem;
  overflow: hidden;
}

.section-contact {
  width: 850rem;
  height: auto;
  margin: auto;
  margin-top: 160rem;
  padding: 55rem 100rem;
  background: #fff;
}
.section-contact .c__lbl {
  font-weight: bold;
  font-size: 55rem;
  letter-spacing: 0.2em;
  line-height: 85rem;
  text-align: left;
  color: #3c41ff;
}
.section-contact .c__txt {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 34rem;
  margin-top: 22rem;
  text-align: left;
  color: #3c41ff;
}
.section-contact .contact__btn {
  width: 380rem;
  height: 56rem;
  margin: auto;
  margin-top: 25rem;
  border-radius: 28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3c41ff;
  border: 1px solid #3c41ff;
  position: relative;
  transition: 0.3s;
}
.section-contact .contact__btn:hover {
  background: white;
}
.section-contact .contact__btn:hover .lbl {
  color: #3c41ff;
}
.section-contact .contact__btn:hover .icon svg path {
  fill: #3c41ff;
}
.section-contact .contact__btn .lbl {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #fff;
  transition: 0.3s;
}
.section-contact .contact__btn .icon {
  width: 21rem;
  display: flex;
  position: absolute;
  right: 32rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-contact .contact__btn .icon svg {
  width: 100%;
  height: 100%;
}
.section-contact .contact__btn .icon svg path {
  transition: 0.3s;
}

.copyright {
  font-weight: 500;
  font-size: 13rem;
  letter-spacing: 0.2em;
  line-height: 22.86rem;
  margin-top: 120rem;
  text-align: center;
  color: #fff;
}

.section-report {
  width: 850rem;
  margin: auto;
  margin-top: 156rem;
  padding: 100rem 120rem;
  background: transparent;
  border: 2.13rem dashed #fff;
}
.section-report .c__lbl {
  font-weight: bold;
  font-size: 55rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.section-report .movie__mark {
  width: 155rem;
  display: flex;
  margin: 0 0 0 auto;
}
.section-report .video__wrapper {
  width: 100%;
  height: 340rem;
  position: relative;
}
.section-report .video__wrapper .video__inner {
  width: 100%;
  height: 100%;
}
.section-report .video__wrapper .video__inner iframe {
  width: 100%;
  height: 100%;
}
.section-report .video__wrapper .play__btn {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.section-report .open__date {
  margin-top: 35rem;
}
.section-report .open__date .date {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.section-report .open__date .open__lbl {
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 10rem;
  text-align: center;
  color: #fff;
}
.section-report .program__content {
  margin-top: 70rem;
  text-align: center;
}
.section-report .program__content .p__lbl {
  font-weight: bold;
  font-size: 30rem;
  letter-spacing: 0.1em;
  line-height: 40rem;
  text-align: center;
  color: #fff;
}
.section-report .program__content .content__items {
  margin-top: 20rem;
}
.section-report .program__content .content__items .c__item {
  margin-bottom: 15rem;
}
.section-report .program__content .content__items .c__item:last-child {
  margin-bottom: 0;
}
.section-report .program__content .content__items .c__item .c__lbl {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 40rem;
  text-align: center;
  color: #fff;
}
.section-report .program__content .content__items .c__item ul {
  width: 360rem;
  margin: auto;
  margin-top: 5rem;
}
.section-report .program__content .content__items .c__item ul li {
  padding-left: 23rem;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 34rem;
  text-align: left;
  color: #fff;
  position: relative;
}
.section-report .program__content .content__items .c__item ul li:after {
  content: "";
  width: 14rem;
  height: 14rem;
  background: url(../img/li_icon.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.section-news {
  width: 850rem;
  height: auto;
  margin: auto;
  margin-top: 156rem;
  padding: 100rem 130rem;
  background: #fff;
}
.section-news .c__lbl {
  font-weight: bold;
  font-size: 55rem;
  letter-spacing: 0.2em;
  line-height: 85rem;
  text-align: left;
  color: #3c41ff;
}
.section-news table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10rem;
}
.section-news table tr {
  border-bottom: 1rem solid #3c41ff;
}
.section-news table tr td {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 34rem;
  padding: 12rem 0;
  text-align: left;
  color: #3c41ff;
}
.section-news table tr td a {
  color: #3c41ff;
  transition: 0.3s;
}
.section-news table tr td a:hover {
  color: #000;
}
.section-news table tr td:first-child {
  width: 116rem;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.75px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333333vw;
  }
  .frontview {
    width: 100%;
    height: 100svh;
  }
  .frontview .logo {
    width: 600rem;
  }
  .section-consortium {
    width: 690rem;
    height: auto;
    margin: auto;
    padding: 40rem;
  }
  .section-consortium .c__txt {
    font-size: 30rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .section-consortium .d__txt {
    font-size: 26rem;
    letter-spacing: 0.2em;
    line-height: 1.7;
    margin-top: 36rem;
  }
  .section-sinkestugo .logo__marks .m__mark {
    width: 210rem;
    height: 142rem;
  }
  .section-sinkestugo .logo__marks .x__icon {
    width: 12rem;
    margin: 0 8rem;
  }
  .section-sinkestugo .content__text {
    width: 720rem;
    height: 720rem;
    padding-top: 40rem;
  }
  .section-sinkestugo .content__text .s__logo {
    width: 247rem;
    display: flex;
  }
  .section-sinkestugo .content__text .text__inner .t__txt {
    font-size: 21rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .section-sinkestugo .content__text .text__inner {
    width: 560rem;
    margin: auto;
    margin-top: 23rem;
  }
  .section-sinkestugo .content__text .text__inner .c__txt {
    font-size: 19rem;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: justify;
  }
  .section-sinkestugo .content__text:after {
    content: "";
    width: 0rem;
    height: 111.16rem;
    top: -79rem;
  }
  .section-sinkestugo .t__lbl {
    font-size: 28rem;
    letter-spacing: 0.1em;
    line-height: 40rem;
    margin-top: 60rem;
  }
  .section-sinkestugo .consortium__items .x__icon {
    width: 14rem;
    margin: 0 8rem;
  }
  .section-sinkestugo .consortium__items .c__item {
    width: 220rem;
    height: 220rem;
  }
  .section-sinkestugo .consortium__items .c__item .c__txt {
    height: 55rem;
    font-size: 20rem;
    letter-spacing: 0.05em;
  }
  .section-sinkestugo .n__txt {
    font-size: 20rem;
  }
  .section-issue .content__text {
    width: 690rem;
    padding: 45rem;
  }
  .section-issue .content__text .note__txt {
    font-weight: 500;
    font-size: 22rem;
    letter-spacing: 0.2em;
    line-height: 1.7;
    text-align: justify;
  }
  .section-issue .mark__items {
    margin-top: 100rem;
    display: block;
  }
  .section-issue .mark__items .m__item {
    width: 470rem;
    height: auto;
    margin: 30rem auto;
    border-radius: 135rem;
    background: #fff;
    padding: 80rem 40rem 80rem;
  }
  .section-issue .mark__items .m__item .c__txt {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .section-issue .mark__items .m__item .icon {
    height: auto;
  }
  .section-supporting .content__items {
    width: 500rem;
    justify-content: space-between;
  }
  .section-supporting .content__items .c__item {
    width: 240rem;
    height: 240rem;
    padding: 0;
  }
  .copyright {
    font-size: 22rem;
  }
  .sp-menu {
    width: 80rem;
    height: 60rem;
    position: fixed;
    top: 10rem;
    right: 10rem;
    background: rgba(255, 255, 255, 0.2);
    z-index: 3;
  }
  .sp-menu.open span:nth-child(1) {
    top: 30rem;
    transform: translate(-50%) rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 30rem;
    transform: translate(-50%) rotate(-45deg);
  }
  .sp-menu span {
    width: 50rem;
    height: 0;
    border-bottom: 2rem solid #000;
    position: absolute;
    left: 50%;
    top: 15rem;
    transform: translate(-50%);
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 30rem;
  }
  .sp-menu span + span + span {
    top: 44rem;
  }
  header {
    width: 100%;
    height: 100vh;
    background: rgb(255, 255, 255);
    padding: 200rem 10rem 200rem 150rem;
    display: block;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%);
    transition: 0.5s;
  }
  header.open {
    transform: translate(0);
  }
  header ul {
    width: 100%;
    display: block;
  }
  header ul li {
    margin: 50rem 0;
  }
  header ul li a {
    font-weight: 500;
    font-size: 26rem;
    color: #000;
  }
  .section-report {
    width: 688rem;
  }
  .section-report {
    margin-top: 156rem;
    padding: 50rem;
  }
  .section-report .c__lbl {
    font-size: 60rem;
  }
  .section-report .movie__mark {
    width: 170rem;
  }
  .section-report .open__date {
    margin-top: 42rem;
  }
  .section-report .open__date .date {
    font-size: 28rem;
  }
  .section-report .open__date .open__lbl {
    font-size: 32rem;
    margin-top: 12rem;
  }
  .section-report .program__content .p__lbl {
    font-size: 40rem;
    line-height: 1.5;
  }
  .section-report .program__content .content__items {
    margin-top: 30rem;
  }
  .section-report .program__content .content__items .c__item .c__lbl {
    font-size: 30rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .section-report .program__content .content__items .c__item ul li {
    padding-left: 30rem;
    font-weight: bold;
    font-size: 26rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .section-report .program__content .content__items .c__item ul li:after {
    width: 18rem;
    height: 18rem;
  }
  .section-report .program__content .content__items .c__item ul {
    width: 100%;
    margin: auto;
    margin-top: 6rem;
  }
  .section-news {
    width: 690rem;
    height: auto;
    margin: auto;
    margin-top: 156rem;
    padding: 50rem;
  }
  .section-news .c__lbl {
    font-size: 60rem;
  }
  .section-news table tr td {
    font-weight: bold;
    font-size: 26rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 26rem 0;
  }
  .section-news table tr td:last-child {
    padding-top: 15rem;
  }
  .section-news table tr {
    display: grid;
  }
  .section-news table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .section-consortium .t__lbl {
    font-size: 28rem;
  }
  .section-consortium .n__txt {
    font-size: 20rem;
  }
  .section-consortium .issue__items {
    width: auto;
    margin-top: 50rem;
    margin-left: auto;
    display: block;
  }
  .section-consortium .issue__items .c__item {
    width: 100%;
    margin-bottom: 50rem;
  }
  .section-consortium .issue__items .c__item .num {
    font-size: 80rem;
  }
  .section-consortium .issue__items .c__item .c__text {
    width: 100%;
    height: 180rem;
    padding: 30rem 0;
    margin-top: -6rem;
  }
  .section-consortium .issue__items .c__item .c__text span {
    font-size: 32rem;
    line-height: 1.7;
  }
  .section-consortium .sinkestugo__content .cb__lbl {
    font-size: 30rem;
    line-height: 1.5;
  }
  .section-consortium .sinkestugo__content .ct__lbl {
    font-size: 24rem;
    line-height: 1.8;
  }
  .section-consortium .sinkestugo__content .c__image {
    width: 90%;
  }
  .section-companies .t__lbl {
    font-size: 50rem;
  }
  .section-companies .content__items {
    width: 690rem;
    height: auto;
    margin: auto;
    margin-top: 48rem;
    padding: 60rem;
  }
  .section-companies .content__items .c__item {
    width: 100%;
    margin-bottom: 70rem;
    display: block;
  }
  .section-companies .content__items .c__item a {
    width: 100%;
  }
  .section-companies .content__items .c__item a .p__logo {
    width: 250rem;
    height: 250rem;
  }
  .section-companies .content__items .c__item a .p__logo span {
    width: 180rem;
  }
  .section-companies .content__items .c__item a .mark {
    width: 190rem;
  }
  .section-companies .content__items .c__item a .p__logo:after {
    width: 125rem;
    right: -100rem;
  }
  .section-companies .content__items .c__item .content__text {
    width: 100%;
    margin-top: 30rem;
  }
  .section-companies .content__items .c__item .content__text .t__txt {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .section-companies .content__items .c__item .content__text .c__txt {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .section-contact {
    width: 690rem;
    padding: 55rem;
  }
  .section-contact .c__lbl {
    font-size: 60rem;
  }
  .section-contact .c__txt {
    font-size: 26rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .section-contact .contact__btn {
    width: 450rem;
    height: 80rem;
    margin: auto;
    margin-top: 40rem;
    border-radius: 40rem;
  }
  .section-contact .contact__btn .lbl {
    font-size: 22rem;
  }
  .section-contact .contact__btn .icon {
    width: 27rem;
  }
  .section-companies .content__items .c__item a .p__logo span.c01 {
    width: 200rem;
  }
  .section-companies .content__items .c__item a .p__logo .news {
    font-size: 25rem;
    line-height: 1.8;
  }
}/*# sourceMappingURL=style.css.map */