@media screen and (min-width: 768px) {

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

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

  body::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1250px;
    display: block;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) calc(50% - 500px - 400px),
        rgba(255, 255, 255, 0) calc(50% - 500px - 250px),
        rgba(255, 255, 255, 0) calc(50% + 500px + 300px),
        rgba(255, 255, 255, 1) calc(50% + 1000px + 400px),
        rgba(255, 255, 255, 1) 100%);
    background-position: center top;
    background-size: 100% 100%;
  }

  #wconsortium.subpage {
    padding-top: 0;
    padding-bottom: 80px;
  }

  #wconsortium h1 {
    width: 320px;
    margin: 36px auto calc(-80px + 25px);
  }

  #wconsortium h1 img {
    width: 100%;
  }

  /**/
@media screen and (min-width: 950.1px) {
  #wconsortium .mv {
    min-height: calc(975px + 60px + 25px - 80px);
  }

  #wconsortium .mv .inner {
    width: 1000px;
    margin-left: -25px;
  }

  #wconsortium .mv .ttl {
    position: absolute;
    right: 95px;
    top: 115px;
    width: 450px;
  }

  #wconsortium .mv .copy {
    position: absolute;
    left: 130px;
    top: 470px;
    width: 490px;
    z-index: 1;
  }

  #wconsortium .mv .logo {
    position: absolute;
    right: -20px;
    top: 145px;
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(circle at center, #fff 0, transparent 180px, transparent 100%);
  }

  #wconsortium .mv .logo img {
    width: 200px;
  }

  #wconsortium .mv .main_ph {
    position: absolute;
    left: 0;
    top: 0;
    width: 730px;
    height: 500px;
    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.15)), url(../img/main_photo_v2.jpg);
    background-repeat: no-repeat;
    background-position: center, left -15px;
    background-size: 100%, auto 113%;
  }

  #wconsortium .mv .main_ph::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
    z-index: -1;
    width: calc(100% + 40px);
    height: 100%;
    display: block;
    border-top-right-radius: calc(500px / 2);
    border-bottom-right-radius: calc(500px / 2);
    background: linear-gradient(to left, transparent 10%, #ec6064, #8955f2);
  }

  #wconsortium .mv .main_ph::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
    width: calc(100% + 40px);
    height: 100%;
    display: block;
    border-top-right-radius: calc(500px / 2);
    border-bottom-right-radius: calc(500px / 2);
    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 -15px;
    background-size: auto 113%;
  }

  #wconsortium .mv .sub_ph1 {
    position: absolute;
    left: 0;
    top: 770px;
    width: 440px;
    height: 180px;
    border-top-right-radius: calc(180px / 2);
    border-bottom-right-radius: calc(180px / 2);
    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: 60px;
    z-index: -1;
    opacity: .1;
    width: calc(100% - 100px);
    height: 100%;
    display: block;
    border-top-right-radius: calc(180px / 2);
    border-bottom-right-radius: calc(180px / 2);
    background: linear-gradient(to right, transparent, #ec6064, #8955f2);
  }

  #wconsortium .mv .sub_ph2 {
    position: absolute;
    right: 0;
    top: 570px;
    width: 495px;
    height: 290px;
    border-top-left-radius: calc(290px / 2);
    border-bottom-left-radius: calc(290px / 2);
    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: -85px;
    z-index: -1;
    opacity: .1;
    width: calc(100% - 160px);
    height: 100%;
    display: block;
    border-top-left-radius: calc(290px / 2);
    border-bottom-left-radius: calc(290px / 2);
    background: linear-gradient(to right, transparent 10%, #ec6064, #8955f2);
  }
  }
  
@media screen and (max-width: 950px) {

  #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: sticky;
    top: 0;
    width: 100vw;
    height: 56px;
    margin-left: calc(50% - 50vw);
    margin-bottom: calc(-80px + 50px);
    border-radius: 0;
    background: linear-gradient(to right, #ec6064, #8955f2);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  }
  @media screen and (max-width: 950px) {
    #wconsortium nav {
      margin-left: 0;
    }
  }

  #wconsortium nav ul {
    height: 100%;
    display: flex !important;
    justify-content: center;
    gap: 0;
  }

  #wconsortium nav li {
    padding: 0 20px;
    height: 100%;
    position: relative;
  }

  #wconsortium nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 18px;
    display: block;
    pointer-events: none;
    border-right: 1px solid #fff;
  }

  #wconsortium nav li a {
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 950px) {
   #wconsortium nav li a {
      font-size: 14px;
    }
  }

  #wconsortium nav .dropDown {
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    cursor: pointer;
  }

  #wconsortium nav .dropDownList {
    display: none;
    position: absolute;
    top: 52px;
    left: calc(50% - 115px / 2);
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.25);
    width: 115px;
    padding: 10px 20px;
  }

  #wconsortium nav .dropDownItem {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.4em 24px 0.4em 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
  }

  #wconsortium nav .dropDownItem span {
    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: 1px;
    width: 24px;
    height: 100%;
    display: inline-block;
    background-image: url(../img/nav_arrow_left.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: right center;
    pointer-events: none;
  }

  #wconsortium nav .menuBtn {
    display: none;
  }

  @media (hover:hover) {
    #wconsortium nav .dropDown:hover .dropDownList {
      display: flex;
    }
  }

  /**/



  #wconsortium h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0.5em;
    line-height: 1.5;
    color: #5c1c47;
  }

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

  #wconsortium .inner.-head {
    padding-top: 0;
    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: 100px;
    height: 40px;
    border: 1px solid #cc3297;
    border-radius: calc(40px / 2);
    color: #cc3297;
    cursor: pointer;
  }

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

  @media (hover:hover) {
    #wconsortium .years li:hover {
      color: #fff;
      background-color: #cc3297;
    }
  }

  /**/

  #wconsortium .snsLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
  }

  #wconsortium .snsLinks li {
    width: calc(104px / 2);

  }

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

  @media (hover:hover) {
    #wconsortium .snsLinks li:hover {
      opacity: 0.75;
    }
  }

  /**/

  #wconsortium .anchors {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  #wconsortium .anchors li {
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
  }

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

}