@media screen and (max-width: 767.9px) {

  body {
    position: relative;
    background-color: #fff;
  }

  body.no-scroll {
    overflow: hidden;
    height: 100dvh;
  }

  body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
    background-image:
      linear-gradient(to bottom, rgba(255, 255, 255, 0) 10vw, rgba(255, 255, 255, 1) 40vw,
        rgba(255, 255, 255, 1) 100%), url(../img/bg_gradation.webp);
    background-repeat: no-repeat;
    background-position: center top, 40% top;
    background-size: 100% 100%, 250% auto;
  }

  #wconsortium.subpage {
    padding-top: 0;
    padding-bottom: calc(80 / 750 * 100vw);
  }

  #wconsortium h1 {
    width: calc(320 / 750 * 100vw);
    margin: calc(25 / 750 * 100vw) calc(25 / 750 * 100vw) calc((-80 + 25) / 750 * 100vw);
  }

  #wconsortium h1 img {
    width: 100%;
  }

  /**/

  #wconsortium .mv {
    min-height: calc((615 + 35) / 750 * 100vw);
    margin-bottom: calc((-80 + 25) / 750 * 100vw);
    overflow: hidden;

  }

  #wconsortium .mv .inner {
    width: 100%;
    padding: 0;
  }

  #wconsortium .mv .ttl {
    position: absolute;
    right: calc(55 / 750 * 100vw);
    top: calc(80 / 750 * 100vw);
    width: calc(380 / 750 * 100vw);
  }

  #wconsortium .mv .copy {
    position: absolute;
    left: calc(60 / 750 * 100vw);
    top: calc(245 / 750 * 100vw);
    width: calc(370 / 750 * 100vw);
    z-index: 1;
  }

  #wconsortium .mv .logo {
    position: absolute;
    right: calc(24 / 750 * 100vw);
    top: calc(150 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(circle at center, #fff 0, transparent calc(100 / 750 * 100vw), transparent 100%);
  }

  #wconsortium .mv .logo img {
    width: calc(130 / 750 * 100vw);
  }

  #wconsortium .mv .main_ph {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(490 / 750 * 100vw);
    height: calc(275 / 750 * 100vw);
    border-top-right-radius: calc(500px / 2);
    border-bottom-right-radius: calc(500px / 2);
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5)), url(../img/main_photo_v2.jpg);
    background-repeat: no-repeat;
    background-position: center, left calc(-30 / 750 * 100vw);
    background-size: 100%, auto 128%;
    -webkit-mask-image: linear-gradient(to right, #000 60%, transparent 100%);
    mask-image: linear-gradient(to right, #000 60%, transparent 100%);

  }

  #wconsortium .mv .main_ph::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
    width: 100%;
    height: 100%;
    display: block;
    border-top-right-radius: calc(275 / 2 / 750 * 100vw);
    border-bottom-right-radius: calc(275 / 2 / 750 * 100vw);
    background: linear-gradient(to left, #fff, #ec6064, #8955f2);
    mix-blend-mode: screen;
  }

  #wconsortium .mv .main_ph .woman {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/main_photo_woman.png);
    background-repeat: no-repeat;
    background-position: left calc(-30 / 750 * 100vw);
    background-size: auto 128%;
  }

  #wconsortium .mv .sub_ph1 {
    position: absolute;
    left: 0;
    top: calc(485 / 750 * 100vw);
    width: calc(315 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    border-top-right-radius: calc(130 / 2 / 750 * 100vw);
    border-bottom-right-radius: calc(130 / 2 / 750 * 100vw);
    background-image: url(../img/sub_photo1_v2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #wconsortium .mv .sub_ph1::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(35 / 750 * 100vw);
    z-index: -1;
    opacity: .1;
    width: calc(100% - 90 / 750 * 100vw);
    height: 100%;
    display: block;
    border-top-right-radius: calc(130 / 2 / 750 * 100vw);
    border-bottom-right-radius: calc(130 / 2 / 750 * 100vw);
    background: linear-gradient(to right, transparent, #ec6064, #8955f2);
  }

  #wconsortium .mv .sub_ph2 {
    position: absolute;
    right: 0;
    top: calc(360 / 750 * 100vw);
    width: calc(420 / 750 * 100vw);
    height: calc(230 / 750 * 100vw);
    border-top-left-radius: calc(230 / 2 / 750 * 100vw);
    border-bottom-left-radius: calc(230 / 2 / 750 * 100vw);
    background-image: url(../img/sub_photo2_v2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #wconsortium .mv .sub_ph2::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(37 / 750 * 100vw);
    z-index: -1;
    opacity: .1;
    width: calc(100% - 100 / 750 * 100vw);
    height: 100%;
    display: block;
    border-top-left-radius: calc(230 / 2 / 750 * 100vw);
    border-bottom-left-radius: calc(230 / 2 / 750 * 100vw);
    background: linear-gradient(to right, transparent 10%, #ec6064, #8955f2);
  }

  /**/
  #wconsortium nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100dvh;
    z-index: 110;
    padding: calc((140 + 50) / 750 * 100vw) calc(25 / 750 * 100vw) calc(50 / 750 * 100vw);
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex: auto;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    background-image:
      linear-gradient(to bottom, rgba(255, 255, 255, 0) 10vw, rgba(255, 255, 255, 1) 40vw,
        rgba(255, 255, 255, 1) 100%), url(../img/bg_gradation.webp);
    background-repeat: no-repeat;
    background-position: center top, 40% top;
    background-size: 100% 100%, 250% auto;
  }

  #wconsortium nav.active {
    opacity: 1;
    visibility: visible;
  }

  #wconsortium nav::before {
    display: none;
  }

  #wconsortium nav .logo {
    position: absolute;
    top: calc(25 / 750 * 100vw);
    left: calc(25 / 750 * 100vw);
    display: block;
    width: calc(320 / 750 * 100vw);
  }

  #wconsortium nav .logo img {
    width: 100%;
  }

  #wconsortium nav ul {
    display: flex;
    flex-direction: column;
    padding: 0 calc((80 + 25) / 750 * 100vw) 0 calc(35 / 750 * 100vw);
  }

  #wconsortium nav li {
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
  }

  #wconsortium nav li:has(.dropDown) {
    border-bottom: none;
  }

  #wconsortium nav li a {
    font-size: calc(28 / 750 * 100vw);
    padding: 1.5em calc(20 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #wconsortium nav li a span:not([class]) {
    background: linear-gradient(to right, #ec6064 25%, #8955f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #wconsortium nav .dropDown {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    width: 100%;
  }

  #wconsortium nav .dropDown>a {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }

  #wconsortium nav .dropDown>a::after {
    content: "＋";
    position: absolute;
    right: calc(20 / 750 * 100vw);
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    height: max-content;
    line-height: 1;
    pointer-events: none;
    background: linear-gradient(to right, #ec6064 25%, #8955f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(90deg);
    transition: transform 0.3s;
  }

  #wconsortium nav .dropDown.active>a::after {
    content: "ー";
    transform: rotate(0);
  }

  #wconsortium nav .dropDownList {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #wconsortium nav .dropDown.active .dropDownList {
    height: auto;
    transform: scaleY(1);
    padding: 0.5em 0 0.25em;
  }


  #wconsortium nav .dropDownItem {
    display: flex;
    width: 100%;
    padding: 0.75em calc(20 / 750 * 100vw + 1.15em);
    position: relative;
    letter-spacing: 0.1em;
    font-size: calc(26 / 750 * 100vw);
  }

  #wconsortium nav .dropDownItem::before {
    content: "・";
    position: absolute;
    left: calc(20 / 750 * 100vw);
    top: 0.75em;
    background: linear-gradient(to right, #ec6064 25%, #8955f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #wconsortium nav .dropDownItem::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(2 / 750 * 100vw);
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(../img/nav_arrow_left.svg);
    background-repeat: no-repeat;
    background-size: calc(18 / 750 * 100vw) auto;
    background-position: right calc(26 / 750 * 100vw) center;
    pointer-events: none;
  }

  /**/

  #wconsortium .menuBtn {
    position: fixed;
    top: calc(25 / 750 * 100vw);
    right: calc(25 / 750 * 100vw);
    display: flex;
    height: calc(80 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 120;
    background-color: transparent;
    cursor: pointer;
    background: linear-gradient(135deg, #ec6064, #8955f2);
  }

  #wconsortium .menuBtn span,
  #wconsortium .menuBtn span:before,
  #wconsortium .menuBtn span:after {
    content: '';
    display: block;
    height: 1px;
    width: calc(28 / 750 * 100vw);
    background-color: #ffffff;
    position: absolute;
    transition: all 0.2s;
  }

  #wconsortium .menuBtn span:before {
    bottom: 5px;
  }

  #wconsortium .menuBtn span:after {
    top: 5px;
  }

  #wconsortium .menuBtn.active span {
    background-color: rgba(255, 255, 255, 0);
  }

  #wconsortium .menuBtn.active span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #wconsortium .menuBtn.active span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /**/

  #wconsortium .sectA .inner {
    background-color: transparent;
  }

  #wconsortium #news {
    background-color: #fff;
  }

  #wconsortium h4 {
    font-size: calc(20 / 750 * 100vw);
    font-weight: bold;
    margin: 0 0 0.5em;
    line-height: 1.5;
    color: #5c1c47;
  }

  #wconsortium ul+h4 {
    margin-top: 3em;
  }

  #wconsortium .inner.-head {
    padding-bottom: 0;
  }

  #wconsortium .inner.-head+section {
    margin-top: -40px;
  }

  #wconsortium .ph-inline {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: auto;
    max-width: 558px;
  }

  #wconsortium .ph-inline+.ph-inline {
    margin-top: 0;
  }

  #wconsortium p.list-inline {
    margin-top: 0.5em;
    line-height: calc(25 / 15);
  }

  #wconsortium .newsList .multiline .text {
    text-align: left;
  }

  #wconsortium .newsList .multiline {
    flex: 1;
  }

  #wconsortium .newsList .multiline .text+.text {
    margin-top: 1em;
    text-align: left;
  }

  #wconsortium .years {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  #wconsortium .years li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(150 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border: 1px solid #cc3297;
    border-radius: calc(60 / 2 / 750 * 100vw);
    color: #cc3297;
    cursor: pointer;
  }

  #wconsortium .years li.active {
    color: #fff;
    background-color: #cc3297;
  }

  /**/

  #wconsortium .snsLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(40 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }

  #wconsortium .snsLinks li {
    width: calc(104 / 750 * 100vw);

  }

  #wconsortium .snsLinks li img {
    width: 100%;
  }

  /**/

  #wconsortium .anchors {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: calc(50 / 750 * 100vw);
  }

  #wconsortium .anchors li {
    font-size: calc(25 / 750 * 100vw);
    font-weight: bold;
    padding-left: calc(30 / 750 * 100vw);
    position: relative;
  }

  #wconsortium .anchors li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: calc(25 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
    display: block;
    background-image: url(../img/mission_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(90deg);
  }

}