@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-size: 100% auto;
}
body main {
  background-size: 100% auto;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  border: none;
  appearance: none;
  line-height: 1.6428571429;
  color: #303030;
}

main {
  display: block;
}

img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.is-hidden {
  display: none !important;
}

section.js-fade {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
section.js-fade.is-scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.--cs {
  font-weight: 900;
  text-align: center;
}

.navigation .screen-reader-text {
  display: none;
}
.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .navigation .nav-links {
    margin: 0 auto 50px;
  }
  .navigation .nav-links > * {
    font-size: 20px;
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .navigation .nav-links {
    margin: 0 auto 12.8205128205vw;
  }
  .navigation .nav-links > * {
    font-size: 5.1282051282vw;
    margin: 0 2.5641025641vw;
  }
}

button, a, .js-modal {
  cursor: pointer;
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  main {
    margin: 0 auto;
    padding-top: 30px;
    padding-top: 80px;
  }
  [data-device=sp] {
    display: none !important;
  }
  section.m-kv, section.m-stream {
    width: 100%;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.65;
  }
  .modal-pct {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: url("cursor.cur"), auto;
  }
  .modal-pct:hover {
    opacity: 0.65;
  }
  .--cs {
    font-size: 30px;
    padding: 40px 0;
  }
  .m-gallery,
  .m-youtube {
    z-index: 0;
  }
  .m-gallery:before, .m-gallery:after,
  .m-youtube:before,
  .m-youtube:after {
    width: 275px;
    height: 275px;
  }
  .m-gallery:before,
  .m-youtube:before {
    left: 0;
    top: 0;
  }
  .m-gallery:after,
  .m-youtube:after {
    right: 0;
    bottom: 0;
  }
  .g-fixed {
    width: 200px;
    height: 200px;
    right: -870px;
    left: 0;
    margin: 0 auto;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
  main {
    overflow: hidden;
    padding-top: 18.9743589744vw;
  }
  .--cs {
    font-size: 10.2564102564vw;
    padding: 7.6923076923vw 0;
  }
  .g-fixed {
    width: 51.2820512821vw;
    height: 51.2820512821vw;
    right: 5.1282051282vw;
    margin: 0 auto;
    bottom: 5.1282051282vw;
  }
}
.g-header {
  background: #33B495;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header__logo span {
  color: #fff;
  font-weight: 800;
}
.g-header__menuwrap {
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header__menuwrap.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.g-header__menu li {
  border-bottom: 1px solid #DEDEDE;
}
.g-header__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1B244F;
  font-weight: 800;
}
.g-header__menu a:before {
  content: "";
  background-image: url("../img/icon_menu.png");
  background-size: cover;
  display: block;
}
.g-header__submenu a {
  text-decoration: underline;
  display: inline-block;
  color: #303030;
}
.g-header__btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.g-header__btn span {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .g-header {
    height: 74px;
    padding: 0 13px;
  }
  .g-header__logo img {
    width: 58px;
  }
  .g-header__logo img + img {
    margin-left: 12px;
  }
  .g-header__logo span {
    font-size: 20px;
    margin-left: 12px;
  }
  .g-header__menuwrap {
    top: 74px;
    border-radius: 0 0 20px 20px;
    padding: 60px 48px 85px;
  }
  .g-header__menu {
    width: 800px;
    margin: 0 auto 50px;
  }
  .g-header__menu a {
    font-size: 20px;
    padding: 24px 0;
  }
  .g-header__menu a:before {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
  .g-header__submenu {
    width: 800px;
    margin: 0 auto;
  }
  .g-header__submenu li + li {
    margin-top: 20px;
  }
  .g-header__btn span {
    width: 30px;
    height: 3px;
  }
  .g-header__btn span + span {
    margin-top: 7px;
  }
  .g-header__btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
            transform: rotate(45deg) translate(7px, 7px);
  }
  .g-header__btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .g-header__btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
            transform: rotate(-45deg) translate(7px, -7px);
  }
}
@media (max-width: 767px) {
  .g-header {
    height: 18.9743589744vw;
    padding: 0 3.3333333333vw;
  }
  .g-header__logo img {
    width: 14.8717948718vw;
  }
  .g-header__logo img + img {
    margin-left: 3.0769230769vw;
  }
  .g-header__logo span {
    font-size: 5.1282051282vw;
    margin-left: 3.0769230769vw;
  }
  .g-header__menuwrap {
    top: 18.9743589744vw;
    border-radius: 0 0 5.1282051282vw 5.1282051282vw;
    padding: 15.3846153846vw 12.3076923077vw 21.7948717949vw;
  }
  .g-header__menu {
    margin-bottom: 12.8205128205vw;
  }
  .g-header__menu a {
    font-size: 5.1282051282vw;
    padding: 6.1538461538vw 0;
  }
  .g-header__menu a:before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    margin-right: 3.0769230769vw;
  }
  .g-header__submenu li + li {
    margin-top: 5.1282051282vw;
  }
  .g-header__btn span {
    width: 7.6923076923vw;
    height: 0.7692307692vw;
  }
  .g-header__btn span + span {
    margin-top: 1.7948717949vw;
  }
  .g-header__btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1.7948717949vw, 1.7948717949vw);
            transform: rotate(45deg) translate(1.7948717949vw, 1.7948717949vw);
  }
  .g-header__btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .g-header__btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(1.7948717949vw, -1.7948717949vw);
            transform: rotate(-45deg) translate(1.7948717949vw, -1.7948717949vw);
  }
}

.g-footer__link, .g-footer__logo, .g-footer__sns {
  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;
}
.g-footer__link a {
  text-decoration: underline;
  font-weight: 800;
}
.g-footer__link a + a {
  border-left: 1px solid #303030;
}
.g-footer__copy {
  background: #33B495;
  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;
  color: #fff;
}
.g-footer__label {
  background: #d4f7f3;
}
@media (min-width: 768px) {
  .g-footer {
    padding-top: 35px;
  }
  .g-footer__link a {
    padding: 0 24px;
    font-size: 18px;
  }
  .g-footer__logo {
    margin-top: 35px;
  }
  .g-footer__logo a {
    width: 113px;
    margin: 0 12px;
  }
  .g-footer__sns {
    margin-top: 50px;
  }
  .g-footer__sns a {
    width: 50px;
    margin: 0 20px;
  }
  .g-footer__copy {
    height: 90px;
    font-size: 10px;
  }
  .g-footer__label {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .g-footer {
    padding-top: 8.9743589744vw;
  }
  .g-footer__link a {
    padding: 0 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
  .g-footer__logo {
    margin-top: 8.9743589744vw;
  }
  .g-footer__logo a {
    width: 28.9743589744vw;
    margin: 0 3.0769230769vw;
  }
  .g-footer__sns {
    margin-top: 6.4102564103vw;
  }
  .g-footer__sns a {
    width: 7.6923076923vw;
    margin: 0 3.0769230769vw;
  }
  .g-footer__copy {
    height: 23.0769230769vw;
    font-size: 2.5641025641vw;
  }
  .g-footer__label {
    padding: 10.2564102564vw 0 0;
  }
}

.g-secttl {
  color: #1B244F;
  text-align: center;
  line-height: 1.3;
  text-align: center;
  font-weight: 800;
}
.g-secttl:before {
  content: "";
  background-image: url("../img/secttl.png");
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .g-secttl {
    font-size: 38px;
    padding-bottom: 25px;
  }
  .g-secttl:before {
    width: 72px;
    height: 10px;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .g-secttl {
    font-size: 8.2051282051vw;
    padding-bottom: 6.4102564103vw;
  }
  .g-secttl:before {
    width: 18.4615384615vw;
    height: 2.5641025641vw;
    bottom: 0vw;
  }
}

.g-btn {
  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;
  margin: 0 auto;
  color: #fff;
  font-weight: 800;
}
.g-btn:after {
  content: "▶︎";
  position: absolute;
}
.g-btn.--pink {
  background: #E5135C;
}
.g-btn.--green {
  background: #33B495;
}
.g-btn.--orange {
  background: #F06C3C;
}
.g-btn.--blue {
  background: #26b8e7;
}
@media (min-width: 768px) {
  .g-btn {
    font-size: 20px;
    width: 500px;
    height: 80px;
    border-radius: 10px;
    border: 2px solid #fff;
    -webkit-box-shadow: 8px 8px 0 #000;
            box-shadow: 8px 8px 0 #000;
  }
  .g-btn:after {
    font-size: 13px;
    right: 20px;
  }
  .g-btn.--pink {
    -webkit-box-shadow: 8px 8px 0 #FFC7D0;
            box-shadow: 8px 8px 0 #FFC7D0;
  }
  .g-btn.--green {
    -webkit-box-shadow: 8px 8px 0 #BBEAE4;
            box-shadow: 8px 8px 0 #BBEAE4;
  }
  .g-btn.--orange {
    -webkit-box-shadow: 8px 8px 0 #FED7C8;
            box-shadow: 8px 8px 0 #FED7C8;
  }
  .g-btn.--blue {
    -webkit-box-shadow: 8px 8px 0 #a0e2f7;
            box-shadow: 8px 8px 0 #a0e2f7;
  }
  .g-btn + .g-btn {
    margin-top: 30px;
  }
  .g-btn__wrap {
    margin: 10px auto 80px;
  }
}
@media (max-width: 767px) {
  .g-btn {
    font-size: 4.6153846154vw;
    width: 78.4615384615vw;
    height: 17.4358974359vw;
    border-radius: 2.5641025641vw;
    border: 0.5128205128vw solid #fff;
    -webkit-box-shadow: 2.0512820513vw 2.0512820513vw 0 #000;
            box-shadow: 2.0512820513vw 2.0512820513vw 0 #000;
  }
  .g-btn:after {
    font-size: 3.3333333333vw;
    right: 5.1282051282vw;
  }
  .g-btn.--pink {
    -webkit-box-shadow: 2.0512820513vw 2.0512820513vw 0 #FFC7D0;
            box-shadow: 2.0512820513vw 2.0512820513vw 0 #FFC7D0;
  }
  .g-btn.--green {
    -webkit-box-shadow: 2.0512820513vw 2.0512820513vw 0 #BBEAE4;
            box-shadow: 2.0512820513vw 2.0512820513vw 0 #BBEAE4;
  }
  .g-btn.--orange {
    -webkit-box-shadow: 2.0512820513vw 2.0512820513vw 0 #FED7C8;
            box-shadow: 2.0512820513vw 2.0512820513vw 0 #FED7C8;
  }
  .g-btn.--blue {
    -webkit-box-shadow: 2.0512820513vw 2.0512820513vw 0 #a0e2f7;
            box-shadow: 2.0512820513vw 2.0512820513vw 0 #a0e2f7;
  }
  .g-btn + .g-btn {
    margin-top: 5.1282051282vw;
  }
  .g-btn__wrap {
    margin: 12.8205128205vw auto 15.3846153846vw;
  }
}

.m-kv {
  margin-top: 0;
  border: none;
}
.m-kv__txt {
  line-height: 1.6;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.m-kv img {
  width: 100%;
}
.m-kv.--lower {
  background-image: url("../img/lower_kv.jpg");
  background-size: cover;
  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;
}
.m-kv.--lower h1 {
  text-align: center;
  line-height: 1.3;
  color: #1B244F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 0;
}
.m-kv.--lower h1:before {
  content: attr(data-text);
  white-space: pre-wrap;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .m-kv__txt {
    position: absolute;
    font-size: 26px;
    line-height: 1.5357142857;
    bottom: 30px;
  }
  .m-kv.--lower {
    height: 180px;
    margin-bottom: 40px;
  }
  .m-kv.--lower h1 {
    font-size: 33px;
  }
  .m-kv.--lower h1:before {
    -webkit-text-stroke: 14px #fff;
  }
}
@media (max-width: 767px) {
  .m-kv__txt {
    position: absolute;
    font-size: 6.6666666667vw;
    line-height: 1.5357142857;
    bottom: 7.6923076923vw;
  }
  .m-kv.--lower {
    height: 46.1538461538vw;
    margin-bottom: 10.2564102564vw;
  }
  .m-kv.--lower h1 {
    font-size: 8.4615384615vw;
  }
  .m-kv.--lower h1:before {
    -webkit-text-stroke: 3.5897435897vw #fff;
  }
}

.m-lead {
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #33B495;
  background-image: url("../img/lead_bg.jpg");
  background-position: bottom;
  background-size: cover;
}
.m-lead:before {
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .m-lead {
    font-size: 18px;
    padding: 55px 30px 155px;
  }
}
@media (max-width: 767px) {
  .m-lead {
    font-size: 3.5897435897vw;
    padding: 6.4102564103vw 7.6923076923vw 14.1025641026vw;
  }
}

.m-pickup__slider img {
  width: 100%;
}
.m-pickup__slider .swiper-button-prev,
.m-pickup__slider .swiper-button-next {
  background-image: url("../img/arw_slide.svg");
  background-size: cover;
}
.m-pickup__slider .swiper-button-prev .swiper-navigation-icon,
.m-pickup__slider .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.m-pickup__slider .swiper-button-next {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.m-pickup__txt {
  line-height: 1.6;
  font-weight: 500;
}
.m-pickup__nav .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #F06C3C;
  opacity: 1 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .m-pickup {
    background-image: url("../img/pu_bg.png");
    background-size: 100% 100%;
    padding-top: 35px;
    z-index: 2;
  }
  .m-pickup__slider {
    width: 800px;
    margin-top: 35px;
  }
  .m-pickup__slider .swiper-button-prev,
  .m-pickup__slider .swiper-button-next {
    width: 44px;
    height: 89px;
    top: 295px;
  }
  .m-pickup__slider .swiper-button-prev {
    left: 0;
  }
  .m-pickup__slider .swiper-button-next {
    right: 0;
  }
  .m-pickup__items {
    padding: 0 25px;
  }
  .m-pickup__txt {
    margin-top: 65px;
    font-size: 18px;
    padding-bottom: 105px;
  }
  .m-pickup__nav {
    top: 655px !important;
  }
  .m-pickup__nav .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .m-pickup__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #F06C3C;
  }
}
@media (max-width: 767px) {
  .m-pickup {
    background-image: url("../img/pu_bg.png");
    background-size: 100% 100%;
    padding-top: 8.9743589744vw;
    z-index: 2;
  }
  .m-pickup__slider {
    margin-top: 8.9743589744vw;
  }
  .m-pickup__slider .swiper-button-prev,
  .m-pickup__slider .swiper-button-next {
    width: 8.7179487179vw;
    height: 17.4358974359vw;
    top: 32.0512820513vw;
  }
  .m-pickup__slider .swiper-button-prev {
    left: 0;
  }
  .m-pickup__slider .swiper-button-next {
    right: 0;
  }
  .m-pickup__items {
    padding: 0 6.4102564103vw;
  }
  .m-pickup__txt {
    margin-top: 16.6666666667vw;
    font-size: 3.5897435897vw;
    padding-bottom: 26.9230769231vw;
  }
  .m-pickup__nav {
    top: 79.4871794872vw !important;
  }
  .m-pickup__nav .swiper-pagination-bullet {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-radius: 1.0256410256vw;
  }
  .m-pickup__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8.2051282051vw;
    background: #F06C3C;
  }
}

.m-project__wrap {
  background: #fff;
  margin: 0 auto;
}
.m-project__wrap p {
  line-height: 1.6;
}
.m-project__ttl {
  text-align: center;
  color: #1B244F;
  font-weight: 800;
  margin: 0 auto;
}
.m-project__box h4 {
  text-align: center;
  line-height: 1.6;
  font-weight: 800;
}
.m-project__box h4 em {
  color: #33B495;
}
.m-project__boxpct {
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.m-project__modal {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-project__modal.is-show {
  opacity: 1;
  visibility: visible;
}
.m-project__modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .m-project {
    background-image: url("../img/mirai_bg_pc.jpg");
    background-size: cover;
    padding: 95px 0 85px;
  }
  .m-project.--top {
    margin-top: -100px;
  }
  .m-project__summary {
    width: 600px;
    margin: 30px auto 0;
  }
  .m-project__wrap {
    margin-top: 35px;
    padding: 35px 0 65px;
    width: 1000px;
  }
  .m-project__wrap p {
    font-size: 18px;
    padding: 0 18px;
    text-align: center;
  }
  .m-project__ttl {
    font-size: 20px;
    width: 282px;
    border-bottom: 3px solid #33B495;
    margin: 50px auto 30px;
  }
  .m-project__boxwrap {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-project__boxpct {
    border: 6px solid #fff;
    width: 222px;
    height: 222px;
    -webkit-box-shadow: 0 6px 6px #EDEDED;
            box-shadow: 0 6px 6px #EDEDED;
  }
  .m-project__box {
    margin: 0 20px;
  }
  .m-project__box h4 {
    font-size: 18px;
    margin-top: 10px;
  }
  .m-project__modalbox {
    max-width: 90%;
    max-height: 90%;
  }
}
@media (max-width: 767px) {
  .m-project {
    background-image: url("../img/mirai_bg.jpg");
    background-size: 100% 100%;
    padding: 24.358974359vw 6.1538461538vw 21.7948717949vw;
  }
  .m-project.--top {
    margin-top: -25.641025641vw;
  }
  .m-project__summary {
    margin-top: 7.6923076923vw;
  }
  .m-project__wrap {
    margin-top: 8.9743589744vw;
    padding: 8.9743589744vw 0 16.6666666667vw;
  }
  .m-project__wrap p {
    font-size: 3.5897435897vw;
    padding: 0 4.6153846154vw;
  }
  .m-project__ttl {
    font-size: 5.1282051282vw;
    width: 72.3076923077vw;
    border-bottom: 0.7692307692vw solid #33B495;
    margin: 12.8205128205vw auto 7.6923076923vw;
  }
  .m-project__boxwrap {
    margin-bottom: 12.8205128205vw;
  }
  .m-project__boxpct {
    border: 1.5384615385vw solid #fff;
    width: 56.9230769231vw;
    height: 56.9230769231vw;
    -webkit-box-shadow: 0 1.5384615385vw 1.5384615385vw #EDEDED;
            box-shadow: 0 1.5384615385vw 1.5384615385vw #EDEDED;
  }
  .m-project__box h4 {
    font-size: 4.6153846154vw;
    margin-top: 2.5641025641vw;
  }
  .m-project__box:nth-child(n+2) {
    margin-top: 6.4102564103vw;
  }
  .m-project__modalbox {
    width: 100%;
  }
}

.m-partner__list {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-partner {
    padding: 52px 0;
    background-image: url("../img/partner_bg_pc.jpg");
    background-size: cover;
  }
  .m-partner__list {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-partner__list li {
    width: 200px;
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .m-partner {
    padding: 13.3333333333vw 0;
    background-image: url("../img/partner_bg.jpg");
    background-size: cover;
  }
  .m-partner__list {
    width: 46.1538461538vw;
  }
  .m-partner__list li + li {
    margin-top: 6.1538461538vw;
  }
}

.m-list__box {
  display: block;
}
.m-list__box[target=_blank] .m-list__desc:after {
  content: "";
  background-image: url("../img/blank.png");
  background-size: cover;
  display: inline-block;
}
.m-list__ttl, .m-list__desc, .m-list__sponsor {
  color: #1B244F;
  line-height: 1.6;
}
.m-list__ttl {
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-list__ttl.--event:before {
  content: "応募締切";
  color: #fff;
  background: #33B495;
  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;
}
.m-list__ttl.--event.--end:before {
  content: "受付終了";
  background: #aaa;
}
.m-list__desc {
  text-decoration: underline;
}
.m-list__pct img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-list__sponsor:after {
  content: "";
  background-image: url("../img/blank.png");
  background-size: cover;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .m-list {
    padding: 0 24px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto;
    width: 1000px;
  }
  .m-list__box {
    width: 300px;
    margin: 0 8px;
  }
  .m-list__box:nth-child(n+4) {
    margin-top: 48px;
  }
  .m-list__pct {
    width: 100%;
    height: 170px;
  }
  .m-list__ttl {
    font-size: 18px;
    margin-top: 10px;
  }
  .m-list__ttl.--event:before {
    font-size: 14px;
    width: 68px;
    height: 22px;
    margin-right: 8px;
  }
  .m-list__desc {
    font-size: 16px;
  }
  .m-list__desc:after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .m-list__sponsor {
    font-size: 16px;
  }
  .m-list__sponsor:after {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .m-list {
    padding: 0 6.1538461538vw;
    margin-top: 10.7692307692vw;
    margin-bottom: 20.5128205128vw;
  }
  .m-list__box:nth-child(n+2) {
    margin-top: 12.3076923077vw;
  }
  .m-list__pct {
    width: 87.6923076923vw;
    height: 47.4358974359vw;
  }
  .m-list__ttl {
    font-size: 4.6153846154vw;
    margin-top: 2.5641025641vw;
  }
  .m-list__ttl.--event:before {
    font-size: 3.5897435897vw;
    width: 17.4358974359vw;
    height: 5.641025641vw;
    margin-right: 2.0512820513vw;
  }
  .m-list__desc {
    font-size: 4.1025641026vw;
  }
  .m-list__desc:after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin-left: 1.2820512821vw;
  }
  .m-list__sponsor {
    font-size: 4.1025641026vw;
  }
  .m-list__sponsor:after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    margin-left: 0.7692307692vw;
    top: 0.5128205128vw;
  }
}

.m-detail__kv img {
  min-width: 100%;
  width: auto;
  height: auto;
}
.m-detail__ttl {
  text-align: center;
}
.m-detail__ttl, .m-detail__cont h2 {
  color: #1B244F;
  line-height: 1.3;
}
.m-detail__cont h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-detail__cont h2:before {
  content: "";
  display: block;
  background-image: url("../img/lowerttl.png");
  background-size: cover;
}
.m-detail__cont h2.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-detail__cont h2.--center:before {
  content: none;
}
.m-detail__cont p {
  line-height: 1.6;
  font-weight: 500;
}
.m-detail__cont p.has-text-align-center {
  text-align: center;
}
.m-detail__cont ul li {
  font-weight: 500;
  padding-left: 1em;
}
.m-detail__cont ul li:before {
  content: "・";
  font-weight: 800;
  margin-left: -1em;
}
.m-detail__cont img {
  height: auto;
}
.m-detail__cont table {
  border-collapse: collapse;
}
.m-detail__cont table tr:nth-child(odd) th {
  background: #dad9d9;
}
.m-detail__cont table tr:nth-child(odd) td {
  background: #ecebeb;
}
.m-detail__cont table tr:nth-child(even) th {
  background: #ecebeb;
}
.m-detail__cont table tr:nth-child(even) td {
  background: #ffffff;
}
.m-detail figure.aligncenter {
  text-align: center;
}
@media (min-width: 768px) {
  .m-detail {
    padding: 36px 24px 88px;
    width: 1000px;
    margin: 0 auto;
  }
  .m-detail__kv {
    width: 75%;
    margin: 0 auto;
  }
  .m-detail__ttl {
    font-size: 26px;
    margin-bottom: 50px;
    margin-top: 16px;
  }
  .m-detail__cont h2 {
    font-size: 24px;
  }
  .m-detail__cont h2:before {
    width: 9px;
    height: 36px;
    margin-right: 12px;
  }
  .m-detail__cont h2 + * {
    margin-top: 20px;
  }
  .m-detail__cont h2.--center {
    font-size: 28px;
  }
  .m-detail__cont h3 {
    font-size: 22px;
  }
  .m-detail__cont h3 + * {
    margin-top: 10px;
  }
  .m-detail__cont p {
    font-size: 16px;
  }
  .m-detail__cont p.has-large-font-size {
    font-size: 32px;
  }
  .m-detail__cont * + h2 {
    margin-top: 40px;
  }
  .m-detail__cont * + h3 {
    margin-top: 20px;
  }
  .m-detail__cont * + .wp-block-columns {
    margin-top: 20px;
  }
  .m-detail__cont ul li {
    font-size: 16px;
  }
  .m-detail__cont ul li + li {
    margin-top: 5px;
  }
  .m-detail__cont .g-btn {
    margin: 30px auto;
  }
  .m-detail__cont * + p {
    margin-top: 30px;
  }
  .m-detail__cont * + figure, .m-detail__cont * + .wp-block-image {
    margin-top: 30px;
  }
  .m-detail__cont iframe {
    width: 100%;
    height: 537px;
  }
  .m-detail__cont table {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .m-detail__cont table th {
    width: 200px;
  }
  .m-detail__cont table td {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .m-detail {
    padding: 9.2307692308vw 6.1538461538vw 22.5641025641vw;
  }
  .m-detail__ttl {
    font-size: 5.8974358974vw;
    margin-bottom: 12.8205128205vw;
    margin-top: 4.1025641026vw;
  }
  .m-detail__cont * + p {
    margin-top: 7.6923076923vw;
  }
  .m-detail__cont * + .wp-block-columns {
    margin-top: 5.1282051282vw;
  }
  .m-detail__cont * + figure, .m-detail__cont * + .wp-block-image {
    margin-top: 7.6923076923vw;
  }
  .m-detail__cont h2 {
    font-size: 5.1282051282vw;
  }
  .m-detail__cont h2:before {
    width: 2.3076923077vw;
    height: 9.2307692308vw;
    margin-right: 3.0769230769vw;
  }
  .m-detail__cont h2.--center {
    font-size: 6.1538461538vw;
  }
  .m-detail__cont h2 + * {
    margin-top: 5.1282051282vw;
  }
  .m-detail__cont h3 {
    font-size: 4.1025641026vw;
  }
  .m-detail__cont h3 + * {
    margin-top: 2.5641025641vw;
  }
  .m-detail__cont p {
    font-size: 3.0769230769vw;
  }
  .m-detail__cont p.has-large-font-size {
    font-size: 7.1794871795vw;
  }
  .m-detail__cont * + h2 {
    margin-top: 10.2564102564vw;
  }
  .m-detail__cont * + h3, .m-detail__cont * + ul {
    margin-top: 5.1282051282vw;
  }
  .m-detail__cont ul li {
    font-size: 3.0769230769vw;
  }
  .m-detail__cont ul li + li {
    margin-top: 1.2820512821vw;
  }
  .m-detail__cont .g-btn {
    margin: 7.6923076923vw auto;
  }
  .m-detail__cont .wp-block-columns .wp-block-image {
    margin: 0;
  }
  .m-detail__cont iframe {
    width: 100%;
    height: 58.9743589744vw;
  }
  .m-detail__cont table {
    font-size: 3.0769230769vw;
    margin-top: 12.8205128205vw;
    margin-bottom: 12.8205128205vw;
  }
  .m-detail__cont table th {
    width: 25.641025641vw;
  }
  .m-detail__cont table td {
    padding: 3.8461538462vw;
  }
}

.m-agr {
  margin: 0 auto;
}
.m-agr .g-header__menuwrap {
  padding: 0;
  position: static;
}
.m-agr .g-header__menuwrap ul li {
  list-style: none;
}
.m-agr .g-header__menuwrap ul li:before {
  content: none;
}
.m-agr p, .m-agr ul li, .m-agr ol li {
  font-weight: 500;
}
.m-agr ol {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
.m-agr ol li {
  padding-left: 1em;
}
.m-agr ol li:before {
  margin-left: -1em;
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum) "."; /* カウントした数に応じて番号を表示 */
}
.m-agr ul li {
  padding-left: 1em;
}
.m-agr ul li::marker {
  content: none;
}
.m-agr ul li:before {
  content: "・";
  margin-left: -1em;
}
@media (min-width: 768px) {
  .m-agr {
    width: 800px;
    margin: 50px auto;
  }
  .m-agr h2 {
    font-size: 24px;
  }
  .m-agr h2:before {
    width: 9px;
    height: 36px;
    margin-right: 12px;
  }
  .m-agr h2 + * {
    margin-top: 20px;
  }
  .m-agr p {
    font-size: 18px;
  }
  .m-agr * + h2 {
    margin-top: 40px;
  }
  .m-agr * + h3 {
    margin-top: 20px;
  }
  .m-agr ul li, .m-agr ol li {
    font-size: 18px;
  }
  .m-agr ul li + li, .m-agr ol li + li {
    margin-top: 5px;
  }
  .m-agr .g-btn {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .m-agr {
    width: 90%;
  }
  .m-agr h2 {
    font-size: 5.1282051282vw;
  }
  .m-agr h2:before {
    width: 2.3076923077vw;
    height: 9.2307692308vw;
    margin-right: 3.0769230769vw;
  }
  .m-agr h2 + * {
    margin-top: 5.1282051282vw;
  }
  .m-agr p {
    font-size: 3.5897435897vw;
  }
  .m-agr * + h2 {
    margin-top: 10.2564102564vw;
  }
  .m-agr * + h3, .m-agr * + ul {
    margin-top: 5.1282051282vw;
  }
  .m-agr ul li, .m-agr ol li {
    font-size: 3.5897435897vw;
  }
  .m-agr ul li + li, .m-agr ol li + li {
    margin-top: 1.2820512821vw;
  }
  .m-agr .g-btn {
    margin: 7.6923076923vw auto;
  }
  .m-agr .g-header__menuwrap {
    margin-bottom: 17.9487179487vw;
  }
}

.p-guideline {
  margin: 0 auto;
  font-weight: 500;
}
.p-guideline__head {
  text-align: center;
}
.p-guideline__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-guideline__btn .g-btn {
  width: 32%;
  margin: 0;
}
.p-guideline p a {
  text-decoration: underline;
}
.p-guideline p.--center {
  text-align: center;
}
.p-guideline__iframe {
  text-align: center;
  margin-top: 10px;
}
.p-guideline__iframe p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-guideline {
    width: 800px;
  }
  .p-guideline__btn {
    margin-top: 30px;
  }
  .p-guideline__btn .g-btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-guideline {
    width: 95%;
  }
  .p-guideline__btn {
    margin-top: 7.6923076923vw;
  }
  .p-guideline__btn .g-btn {
    font-size: 2.8205128205vw;
    height: 12.8205128205vw;
    text-align: center;
  }
  .p-guideline__btn .g-btn:after {
    right: 1.2820512821vw;
  }
}/*# sourceMappingURL=common.css.map */