@media screen and (max-width: 980px) {
  #main.page #page-mv {
    background: linear-gradient(to right bottom, #ffd801 0%, #fc9202 100%);
    margin-bottom: 9.6dvw;
  }
}
#main.page #page-mv .mv__head {
  min-height: unset;
  padding-left: unset;
  display: block;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #main.page #page-mv .mv__head {
    padding-top: 21.333dvw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__head {
    padding-top: 7.865dvw;
    background: linear-gradient(to right, #ffd801 0%, #fc9202 100%);
  }
}
#main.page #page-mv .mv__head::before {
  display: none;
}
@media screen and (max-width: 980px) {
  #main.page #page-mv .mv__head img {
    translate: 0 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__head img {
    translate: 0 1.719dvw;
  }
}
#main.page #page-mv .mv__video {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 980px) {
  #main.page #page-mv .mv__video {
    aspect-ratio: 375/548;
    overflow: hidden;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__video {
    aspect-ratio: 1920/900;
    width: 100%;
    overflow: hidden;
  }
}
#main.page #page-mv .mv__video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/top/mv-mask.png);
  background-size: 4px;
}
#main.page #page-mv .mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#main.page #page-mv .mv__text {
  position: absolute;
  z-index: 3;
  font-weight: 300;
  color: #fff;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 980px) {
  #main.page #page-mv .mv__text {
    top: 6.4dvw;
    left: 0;
    font-size: 6.933dvw;
    line-height: 7.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__text {
    top: 2.708dvw;
    left: 2.292dvw;
    font-size: 4.063dvw;
    line-height: 1.1;
  }
}

#women-lede {
  display: flex;
}
@media screen and (max-width: 980px) {
  #women-lede {
    flex-direction: column;
  }
}
@media screen and (min-width: 981px) {
  #women-lede {
    margin-top: 54px;
    margin-bottom: 235px;
  }
}
#women-lede .lede__text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #women-lede .lede__text {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  #women-lede .lede__text {
    width: 52%;
    mix-blend-mode: multiply;
  }
}
#women-lede .lede__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #ffe479 0%, #ffc44e 100%);
}
@media screen and (max-width: 980px) {
  #women-lede .lede__text::before {
    z-index: -1;
    right: 4.267dvw;
    border-top-right-radius: 4.8dvw;
    border-bottom-right-radius: 4.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-lede .lede__text::before {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}
@media screen and (max-width: 980px) {
  #women-lede .lede__text .text {
    padding-bottom: 54.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-lede .lede__text .text {
    position: absolute;
    z-index: 1;
    top: 46px;
    right: 192px;
    max-width: 497px;
    padding-left: 46px;
  }
}
#women-lede .lede__text .text .head {
  /*
                  display: flex;
                  flex-direction: column;
                  align-items: start;
  */
  position: relative;
}
@media screen and (max-width: 980px) {
  #women-lede .lede__text .text .head {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.2dvw;
    gap: 1.867dvw;
    padding-top: 10.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-lede .lede__text .text .head {
    gap: 11px;
    margin-bottom: 32px;
  }
}
#women-lede .lede__text .text .head::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/mark-lg.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  #women-lede .lede__text .text .head::before {
    right: 100%;
    top: 4.267dvw;
    width: 6.667dvw;
    height: 9.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-lede .lede__text .text .head::before {
    right: calc(100% + 21px);
    top: -17px;
    width: 33px;
    height: 46px;
  }
}
#women-lede .lede__text .text .head span {
  display: inline;
  background: #fff;
  color: #626262;
  font-weight: 700;
  padding: 0.1em 0.4em;
  line-height: 2;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 981px) {
  #women-lede .lede__text .text .head span {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
}
#women-lede .lede__text .text .message {
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 980px) {
  #women-lede .lede__text .text .message {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
    margin-bottom: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-lede .lede__text .text .message {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 980px) {
  #women-lede .lede__image {
    position: relative;
    z-index: 1;
    height: 60.267dvw;
    margin-top: -50.4dvw;
    margin-left: 12.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-lede .lede__image {
    width: calc(54% + 100px);
    height: 521px;
    translate: -100px 50px;
    margin-right: -100px;
  }
}
#women-lede .lede__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  #women-lede .lede__image img {
    border-top-left-radius: 4.8dvw;
    border-bottom-left-radius: 4.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-lede .lede__image img {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
}

@media screen and (max-width: 980px) {
  #women-whats {
    margin-top: 11.467dvw;
    margin-bottom: 8.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-whats {
    margin-bottom: 116px;
  }
}
#women-whats .head {
  text-align: center;
}
@media screen and (min-width: 981px) {
  #women-whats .head {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 980px) {
  #women-whats .head img {
    height: 17.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-whats .head img {
    height: 89px;
  }
}
#women-whats .head::after {
  content: "";
}
@media screen and (max-width: 980px) {
  #women-whats .head::after {
    display: block;
    width: 100%;
    height: 1.067dvw;
    background: linear-gradient(to left, #ffd801 0%, #fc8902 100%);
    margin-bottom: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-whats .head::after {
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ffd801 0%, #fc8902 100%);
  }
}
#women-whats .lede {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #women-whats .lede {
    width: 74.667dvw;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
    margin-bottom: 5.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-whats .lede {
    width: 720px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 980px) {
  #women-whats .image {
    margin-bottom: 8.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-whats .image {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 981px) {
  #women-interview {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 980px) {
  #women-interview .interview__item + .interview__item {
    margin-top: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .interview__item + .interview__item {
    margin-top: 100px;
  }
}
#women-interview .description {
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 980px) {
  #women-interview .description {
    padding-top: 9.867dvw;
    background-image: linear-gradient(to right top, #ffeb01 0%, #fca802 100%);
    background-position: top left;
    background-size: cover;
    padding-bottom: 5.067dvw;
    margin-bottom: 7.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .description {
    background-image: linear-gradient(to right, #ffeb01 0%, #fca802 100%);
    display: flex;
    align-items: end;
    background-position: top left;
    background-size: cover;
    margin-bottom: 94px;
  }
}
#women-interview .description::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  #women-interview .description::before {
    background-image: url(../images/women/interview-bg-mb.png);
    background-position: top 2.133dvw right 4.267dvw;
    background-size: 30.4dvw auto;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .description::before {
    background-image: url(../images/women/interview-bg.png);
    background-position: top 20px right;
    background-size: 495px auto;
  }
}
@media screen and (max-width: 980px) {
  #women-interview .description .image {
    width: 91.467dvw;
    height: 52.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .description .image {
    width: 52%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 540px;
  }
}
#women-interview .description .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  #women-interview .description .prof {
    background: linear-gradient(to right top, rgba(255, 255, 255, 0.87) 0%, rgba(248, 216, 152, 0.87) 100%);
    position: relative;
    z-index: 1;
    width: 91.2dvw;
    margin-right: 0;
    margin-left: auto;
    margin-top: -3.467dvw;
    padding: 3.467dvw 4dvw 2.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .description .prof {
    background: linear-gradient(to right, #fff 0%, transparent 100%);
    width: calc(52% + 93px);
    translate: -93px 0;
    margin-right: -93px;
    padding-top: 48px;
    padding-bottom: 59px;
    padding-left: 54px;
  }
}
@media screen and (max-width: 980px) {
  #women-interview .description .prof .area {
    font-size: 2.667dvw;
    line-height: 3.733dvw;
    margin-bottom: 1.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .description .prof .area {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 30px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 980px) {
  #women-interview .description .prof .dept {
    font-size: 4.267dvw;
    line-height: 5.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .description .prof .dept {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
}
#women-interview .description .prof .name strong {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #women-interview .description .prof .name strong {
    font-size: 5.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .description .prof .name strong {
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 46px;
  }
}
@media screen and (max-width: 980px) {
  #women-interview .description .prof .name small {
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .description .prof .name small {
    font-size: 15px;
  }
}
#women-interview .interview {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 981px) {
  #women-interview .interview {
    display: flex;
    justify-content: center;
    gap: 77px;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .interview .text {
    width: 468px;
  }
}
#women-interview .interview .text .head {
  border-bottom: 1px solid #838383;
  display: flex;
}
@media screen and (max-width: 980px) {
  #women-interview .interview .text .head {
    position: relative;
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 5.6dvw;
    color: #232729;
    padding-bottom: 0.8dvw;
    margin-bottom: 3.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .interview .text .head {
    gap: 10px;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #232729;
    padding-bottom: 13px;
    margin-bottom: 28px;
  }
}
#women-interview .interview .text .head::before {
  content: "";
  background-image: url(../images/common/mark-g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 25/35;
  height: auto;
}
@media screen and (max-width: 980px) {
  #women-interview .interview .text .head::before {
    position: absolute;
    right: 100%;
    top: -2.133dvw;
    width: 6.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .interview .text .head::before {
    width: 27px;
  }
}
#women-interview .interview .text .message {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #women-interview .interview .text .message {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
    margin-bottom: 7.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .interview .text .message {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 980px) {
  #women-interview .interview .interview__movie {
    width: 82.667dvw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .interview .interview__movie {
    width: 654px;
  }
}
@media screen and (max-width: 980px) {
  #women-interview .interview .interview__movie .modalopen .label {
    width: 47.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-interview .interview .interview__movie .modalopen .label {
    width: 340px;
  }
}

#women-special {
  position: relative;
}
@media screen and (max-width: 980px) {
  #women-special {
    margin-top: 9.333dvw;
    padding-top: 13.333dvw;
    padding-bottom: 13.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special {
    padding-top: 178px;
    padding-bottom: 212px;
  }
}
#women-special.bgfix::before {
  background-image: url(../images/women/special-bg.jpg);
}
#women-special .inner {
  background: #fff;
}
@media screen and (max-width: 980px) {
  #women-special .inner {
    width: 82.667dvw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4.8dvw;
    box-shadow: 0px 0px 1.6dvw #fca802;
    padding: 13.067dvw 8.533dvw 9.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special .inner {
    max-width: 1200px;
    border-radius: 37px;
    box-shadow: 0px 0px 6px #fca802;
    margin-left: auto;
    margin-right: auto;
    padding: 123px 100px 100px 165px;
  }
}
#women-special .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #women-special .head {
    margin-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special .head {
    margin-bottom: 82px;
  }
}
#women-special .head .main {
  font-weight: 300;
  color: #FCA802;
  border-bottom: 1px solid #FFCC01;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #women-special .head .main {
    font-size: 12.8dvw;
    letter-spacing: 0.01em;
    line-height: 12.8dvw;
    padding-bottom: 2.133dvw;
    margin-bottom: 2.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special .head .main {
    font-size: 80px;
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
}
#women-special .head .sub {
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #838383;
}
@media screen and (max-width: 980px) {
  #women-special .head .sub {
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special .head .sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 980px) {
  #women-special .special__wrapper {
    display: flex;
    flex-direction: column;
    gap: 11.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special .special__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 116px 55px;
  }
}
@media screen and (max-width: 980px) {
  #women-special .special__wrapper.js-message {
    padding-top: 1.333dvw;
    position: relative;
    max-height: 148dvw;
  }
}
#women-special .special__item {
  position: relative;
}
@media screen and (min-width: 981px) {
  #women-special .special__item:hover .image img {
    scale: 1.1;
  }
  #women-special .special__item:hover .prof .name::after {
    width: 100%;
  }
}
#women-special .label {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FCA802;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  #women-special .label {
    top: -1.6dvw;
    width: 14.933dvw;
    height: 6.133dvw;
    font-weight: bold;
    font-size: 3.2dvw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #women-special .label {
    left: 14px;
    top: -8px;
    width: 68px;
    height: 28px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
#women-special .label::after {
  content: "";
  position: absolute;
  border-top: transparent;
  border-right: transparent;
  background-color: #FFCC01;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 980px) {
  #women-special .label::after {
    width: 1.067dvw;
    height: 1.867dvw;
    right: -1.067dvw;
    top: 0;
  }
}
@media screen and (min-width: 981px) {
  #women-special .label::after {
    width: 5px;
    height: 8px;
    right: -5px;
    top: 0;
  }
}
#women-special .image {
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  #women-special .image {
    border-radius: 13px;
    margin-bottom: 28px;
  }
}
#women-special .image img {
  aspect-ratio: 440/269;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 981px) {
  #women-special .image img {
    transition: scale 0.3s;
  }
}
@media screen and (min-width: 981px) {
  #women-special .prof .dept {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 28px;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 981px) {
  #women-special .prof .name {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 28px;
    margin-bottom: 11px;
  }
  #women-special .prof .name::after {
    content: "";
    display: block;
    background-color: #FFCC01;
    width: 0;
    height: 2px;
    margin-top: 14px;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 981px) {
  #women-special .prof .name small {
    font-size: 18px;
  }
}
#women-special .job {
  color: #838383;
}
@media screen and (min-width: 981px) {
  #women-special .job {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
  }
}
#women-special.single {
  background: none;
  padding-top: 0;
}
@media screen and (min-width: 981px) {
  #women-special.single {
    padding-top: 138px;
    padding-bottom: 40px;
  }
}
#women-special.single .inner {
  border: none;
  box-shadow: none;
  padding-top: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 980px) {
  #women-special.single .inner {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .inner {
    border: none;
    box-shadow: none;
    padding-top: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  #women-special.single .head {
    width: 64dvw;
    margin-left: auto;
    margin-right: auto;
  }
  #women-special.single .head .main {
    font-size: 13.867dvw;
    letter-spacing: 0.03em;
    line-height: 13.867dvw;
  }
  #women-special.single .head .sub {
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .head {
    margin-bottom: 137px;
  }
}
#women-special.single .special__body {
  position: relative;
}
@media screen and (max-width: 980px) {
  #women-special.single .prof {
    border-top: 0.533dvw solid #FFCC01;
    padding-left: 12.8dvw;
    padding-right: 12.8dvw;
  }
}
#women-special.single .dept {
  width: 100%;
  display: block;
}
@media screen and (max-width: 980px) {
  #women-special.single .dept {
    padding-top: 6.933dvw;
    font-weight: 600;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
    margin-bottom: 1.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .dept {
    border-bottom: 2px solid #FFCC01;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .dept .dept__inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
  }
}
#women-special.single .body__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 981px) {
  #women-special.single .body__inner {
    padding-top: 25px;
  }
}
@media screen and (max-width: 980px) {
  #women-special.single .label {
    left: 8.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .label {
    left: 0;
  }
}
#women-special.single .name {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  #women-special.single .name {
    font-size: 5.6dvw;
    margin-bottom: 2.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .name {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 980px) {
  #women-special.single .job {
    font-size: 4.267dvw;
    line-height: 6.4dvw;
    margin-bottom: 4.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .job {
    margin-bottom: 18px;
  }
}
#women-special.single .image {
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 980px) {
  #women-special.single .image {
    padding-left: 12.8dvw;
    padding-right: 12.8dvw;
    margin-bottom: 0dvw;
    padding-bottom: 10.933dvw;
    border-radius: 2.933dvw;
    overflow: hidden;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .image {
    border-radius: 13px;
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 980px) {
  #women-special.single .image img {
    border-radius: 2.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .image img {
    border-radius: 13px;
  }
}
#women-special.single .image::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url(../images/women/letter.png);
  background-repeat: no-repeat;
  background-size: contain;
  rotate: -8deg;
}
@media screen and (max-width: 980px) {
  #women-special.single .image::before {
    width: 47.2dvw;
    height: 10.133dvw;
    bottom: 3.2dvw;
    right: 0;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .image::before {
    width: 419px;
    height: 91px;
    right: 0;
    bottom: 0;
    translate: 53px 48px;
  }
}
#women-special.single .image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 0%, transparent 78.83%, #af9257 100%);
  opacity: 0.5;
}
@media screen and (max-width: 980px) {
  #women-special.single .image::after {
    margin-left: 12.8dvw;
    margin-right: 12.8dvw;
    margin-bottom: 10.933dvw;
    border-radius: 2.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .image::after {
    border-radius: 13px;
  }
}
#women-special.single .catch {
  text-align: center;
}
@media screen and (max-width: 980px) {
  #women-special.single .catch {
    margin-bottom: 8.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .catch {
    margin-bottom: 75px;
  }
}
#women-special.single .catch span {
  display: inline;
  padding: 0.15em 0.4em;
  line-height: 2.5;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-align: center;
  color: #fca802;
  background-color: #EFEFEF;
}
@media screen and (max-width: 980px) {
  #women-special.single .catch span {
    font-size: 4.8dvw;
    line-height: 10.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .catch span {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
}
#women-special.single .prof__head {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  #women-special.single .prof__head {
    margin-bottom: 7.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .prof__head {
    margin-bottom: 27px;
  }
}
#women-special.single .prof__head::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #fca802;
}
#women-special.single .prof__head span {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #fca802;
  box-shadow: 2px 2px 0px #dedede;
  font-weight: bold;
  color: #fca802;
}
@media screen and (max-width: 980px) {
  #women-special.single .prof__head span {
    padding: 0.8dvw 2.933dvw;
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .prof__head span {
    padding: 4px 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
#women-special.single .prof__body {
  font-weight: 500;
  border-bottom: 1px solid #fca802;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #women-special.single .prof__body {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 9.867dvw;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
    margin-bottom: 8.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .prof__body {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 42px;
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 980px) {
  #women-special.single .interview__body {
    width: 82.667dvw;
    margin-left: auto;
    margin-right: auto;
  }
}
#women-special.single .interview__body h1, #women-special.single .interview__body h2,
#women-special.single .interview__body .wp-block-heading {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #EFEFEF;
  color: #fca802;
}
@media screen and (max-width: 980px) {
  #women-special.single .interview__body h1, #women-special.single .interview__body h2,
  #women-special.single .interview__body .wp-block-heading {
    margin-left: 4dvw;
    margin-right: 4dvw;
    font-size: 4.8dvw;
    line-height: 7.467dvw;
    padding: 0.8dvw 0.8dvw 0.8dvw 1.6dvw;
    text-indent: calc(-1em + 1.6dvw);
    padding-left: calc(1em + 1.6dvw);
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .interview__body h1, #women-special.single .interview__body h2,
  #women-special.single .interview__body .wp-block-heading {
    font-size: 18px;
    padding: 3px 3px 3px 6px;
    text-indent: calc(-1em + 6px);
    padding-left: calc(1em + 6px);
  }
}
#women-special.single .interview__body h1::before, #women-special.single .interview__body h2::before,
#women-special.single .interview__body .wp-block-heading::before {
  content: "- ";
}
#women-special.single .interview__body p, #women-special.single .interview__body .wp-block-image {
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  #women-special.single .interview__body p, #women-special.single .interview__body .wp-block-image {
    margin-left: 4dvw;
    margin-right: 4dvw;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
    margin-bottom: 7.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single .interview__body p, #women-special.single .interview__body .wp-block-image {
    font-size: 16px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 980px) {
  #women-special.single .interview__body .wp-block-image {
    margin-left: 0;
    margin-right: 0;
  }
}
#women-special.single .interview__body img {
  border-radius: 13px;
}
@media screen and (max-width: 980px) {
  #women-special.single + .center {
    margin-bottom: 14.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-special.single + .center {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 980px) {
  #women-illumi {
    margin-bottom: 12dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-illumi {
    display: flex;
    height: 604px;
    margin-top: 115px;
    margin-bottom: 115px;
  }
}
#women-illumi .text {
  background-image: url(../images/women/illumi.png), url(../images/women/illumi-bg.png);
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  #women-illumi .text {
    padding-top: 9.333dvw;
    padding-left: 12.8dvw;
    padding-right: 12.8dvw;
    padding-bottom: 3.733dvw;
    background-size: 49.6dvw auto, cover;
    background-position: left top, top right;
  }
}
@media screen and (min-width: 981px) {
  #women-illumi .text {
    padding-top: 162px;
    width: 44%;
    background-size: 68% auto, cover;
    background-position: left top, top right;
  }
}
@media screen and (min-width: 981px) {
  #women-illumi .text .txt {
    max-width: 407px;
    margin-left: auto;
    margin-right: 93px;
  }
}
#women-illumi .text .txt .head {
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #women-illumi .text .txt .head {
    font-size: 4.8dvw;
    padding-bottom: 1.6dvw;
    border-bottom: 0.8dvw solid #fff;
    margin-bottom: 2.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-illumi .text .txt .head {
    font-size: 38px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding-bottom: 5px;
    border-bottom: 3px solid #fff;
    margin-bottom: 23px;
  }
}
#women-illumi .text .txt .desc {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #women-illumi .text .txt .desc {
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-illumi .text .txt .desc {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 980px) {
  #women-illumi .video {
    height: 57.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #women-illumi .video {
    width: 56%;
  }
}
#women-illumi .video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
  #page-links {
    height: 86.4dvw;
    margin-bottom: 12dvw;
  }
}
@media screen and (min-width: 981px) {
  #page-links {
    height: 550px;
  }
}
@media screen and (max-width: 980px) {
  #page-links a {
    flex: 1;
  }
}
#page-links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 981px) {
  #page-links a .label {
    inset: unset;
    left: 0;
    right: 0;
    bottom: 56px;
  }
}