@charset "UTF-8"; /*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
body {
  margin: 0;
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  background: 0 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-collapse: collapse;
  border-color: inherit;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
:root {
  --contentsPcWidth: $contentsPcWidth;
  --color_primary: #019e95;
  --color_bg: #f7f7f7;
  --color_border: #ddd;
  --color_txt: #000;
  --color_lnk: #000;
  --link_deco: none;
  --color_key: #15a9d8;
  --color_placeholder: #e2e2e2;
  --color_form: #fff;
  --color_contents: #eeeceb;
  --color_consultant: #d29b00;
  --color_researcher: #1b4b7d;
  --imgPath: "/assets/img/";
  --font-family-basic: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4",
    "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-block--bg {
  background-color: var(--color_bg);
}
@media print, screen and (min-width: 751px) {
  .l-contents {
    max-width: calc(var(--contentsPcWidth) + 40px);
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .l-contents {
    padding-right: calc(40 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
  }
}
.l-footer {
  padding: 20px 0;
  background-color: var(--color_bg);
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding: calc(40 / 750 * 100vw 0);
  }
}
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--color_bg);
}
.l-header__inner {
  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;
  height: 80px;
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    height: calc(80 / 750 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .l-nav.is-open::before {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 750px) {
  .l-nav__btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 750px) {
  .l-nav__contents {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    padding: calc(40 / 750 * 100vw);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.is-open .l-nav__contents {
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .is-open .l-nav__contents {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.l-navBtn {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(80 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  padding: calc(20 / 750 * 100vw);
  cursor: pointer;
  background: #fff;
  border: none;
}
@media print, screen and (min-width: 751px) {
  .l-navBtn {
    display: none;
  }
}
.l-navBtn__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 80%;
}
.l-navBtn__item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.is-open .l-navBtn__item:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-navBtn__item:nth-child(2) {
  top: 50%;
}
.is-open .l-navBtn__item:nth-child(2) {
  display: none;
}
.l-navBtn__item:nth-child(3) {
  top: 100%;
}
.is-open .l-navBtn__item:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media print, screen and (min-width: 751px) {
  .l-navMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 751px) {
  .l-navMenu__item:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .l-navMenu__item:not(:first-child) {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.l-sectionLv1 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .l-sectionLv1 {
    padding-top: calc(160 / 750 * 100vw);
    padding-bottom: calc(160 / 750 * 100vw);
  }
}
.m-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 50px;
  overflow: hidden;
  line-height: 1.5;
  color: var(--color_txt);
  cursor: pointer;
  border: 1px solid var(--color_txt);
}
@media screen and (max-width: 750px) {
  .m-btn {
    padding: calc(20 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
@media print, screen and (min-width: 751px) {
  .m-btn:hover {
    color: #fff;
    background-color: var(--color_txt);
    opacity: 1;
  }
}
.modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background-color: transparent;
  border: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(100% + 1px);
}
.modal__content {
  width: 50%;
  max-height: 90vh;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #fff;
}
.modal__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.m-newsList__item {
  border-bottom: 1px solid var(--color_border);
}
.m-newsList__item:first-child {
  border-top: 1px solid var(--color_border);
}
.m-newsList__link {
  display: block;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .m-newsList__link {
    padding: calc(50 / 750 * 100vw 0);
  }
}
.m-newsList__date {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .m-newsList__date {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.m-sample:hover {
  background: #ccc;
}
.m-sample__block {
  padding: 10px;
  border: 1px solid #000;
}
.m-sample--modifier .m-sample__block {
  color: red;
}
.m-ttlLv1 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 750px) {
  .m-ttlLv1 {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}
.m-ttlLv1:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .m-ttlLv1:not(:last-child) {
    margin-bottom: calc(70 / 750 * 100vw);
  }
}
.m-ttlLv2 {
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .m-ttlLv2 {
    margin-bottom: calc(50 / 750 * 100vw);
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.m-txt:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .m-txt:not(:first-child) {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.m-txt:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .m-txt:not(:last-child) {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.l-preMain {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  overflow: hidden;
  z-index: 2;
}
.l-preMain__bg {
  width: 100%;
  height: 100%;
  background: #000;
}
@media screen and (max-width: 750px) {
  .l-preMain__bg {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 751px) {
  .l-preMain__bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .l-preMain__bg video {
    width: 100%;
    position: relative;
    position: absolute;
    top: 85.33333vw;
    left: 0;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .l-preMain__bg video {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
}
.l-preMain__contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-pre {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-pre__title {
  position: absolute;
  width: 30.90278vw;
  aspect-ratio: 445/381;
  min-height: 381px;
  min-width: 445px;
  top: 30px;
  left: 30px;
}
@media print, screen and (min-width: 751px) and (max-width: 1000px) {
  .p-pre__title {
    width: 28.33333vw;
    min-width: auto;
  }
}
@media screen and (max-width: 750px) {
  .p-pre__title {
    width: 65.33333vw;
    top: 8vw;
    left: 2.66667vw;
    min-height: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .p-pre__title {
    width: 38.66667vw;
    top: 2.66667vw;
  }
}
.p-pre__title img {
  display: block;
  width: 100%;
}
.p-pre__copy {
  position: absolute;
  bottom: 37px;
  left: 30px;
  min-width: 781px;
  min-height: 103px;
  width: 54.23611vw;
  aspect-ratio: 781/103;
}
@media print, screen and (min-width: 751px) and (max-width: 1000px) {
  .p-pre__copy {
    width: calc(100vw - 180px);
    min-height: auto;
    min-width: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) and (orientation: landscape) {
  .p-pre__copy {
    width: 55.55556vw;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-pre__copy {
    width: 85.86667vw;
    top: 68vw;
    left: 2.66667vw;
    min-height: auto;
    min-width: auto;
  }
}
.p-pre__copy img {
  display: block;
  width: 100%;
}
.p-pre__btnBlock-A {
  position: fixed;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .p-pre__btnBlock-A {
    right: 0;
    top: 70vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  .p-pre__btnBlock-A {
    bottom: 2.66667vw;
    width: 93.33333vw;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.p-pre__btnBlock-A .close {
  padding: 10px 15px;
  background-color: rgba(0, 98, 152, .8);
  text-align: right;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (width <= 750px) {
  .p-pre__btnBlock-A .close {
    padding: 7px 15px;
    background-color: rgba(0, 98, 152, 1);
    text-align: center;
    font-size: 1.4rem;
  }
}
.p-pre__btn-A {
  width: 24.30556vw;
  min-width: 350px;
  min-height: 54px;
  aspect-ratio: 350/54;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-pre__btn-A {
    width: 93.33333vw;
  }
}
.p-pre__btn-A img {
  display: block;
  width: 100%;
}
.p-pre__btn-B {
  width: 100%;
  min-width: 165px;
  min-height: 44px;
  aspect-ratio: 165/44;
  display: block;
  grid-area: b;
}
@media screen and (max-width: 750px) {
  .p-pre__btn-B {
    margin: auto;
  }
}
.p-pre__btn-B img {
  display: block;
  width: 100%;
}
.p-pre__btn-C {
  width: 100%;
  min-width: 165px;
  min-height: 44px;
  aspect-ratio: 165/44;
  display: block;
  grid-area: c;
}
@media screen and (max-width: 750px) {
  .p-pre__btn-C {
    margin: auto;
  }
}
.p-pre__btn-C img {
  display: block;
  width: 100%;
}
.p-pre__btnMovie {
  position: absolute;
  right: 28px;
  bottom: 30px;
  min-width: 103px;
  min-height: 118px;
  aspect-ratio: 103/118;
  width: 7.15278vw;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-pre__btnMovie {
    right: 3.46667vw;
    bottom: 21.33333vw;
    width: 17.86667vw;
    min-height: auto;
    min-width: auto;
  }
}
.p-pre__btnMovie img {
  display: block;
  width: 100%;
}
.p-pre__btnMovie2 {
  position: absolute;
  right: max(140px, calc(50px + 6vw));
  bottom: 30px;
  min-width: 103px;
  min-height: 118px;
  aspect-ratio: 103/118;
  width: 7.15278vw;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-pre__btnMovie2 {
    right: 26.66667vw;
    bottom: 21.33333vw;
    width: 17.86667vw;
    min-height: auto;
    min-width: auto;
  }
}
.p-pre__btnMovie2 img {
  display: block;
  width: 100%;
}
.p-preModal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background-color: transparent;
  border: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-preModal::-webkit-scrollbar {
  display: none;
}
.p-preModal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}
.p-preModal::backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}
.p-preModal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(100% + 1px);
}
.p-preModal__content {
  position: relative;
  width: 80%;
  max-width: 1440px;
  max-height: 90vh;
  aspect-ratio: 1920/1080;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .p-preModal__content {
    width: 100%;
  }
}
.p-preModal__inner {
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.p-preModal__close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .p-preModal__close {
    bottom: 100%;
    left: auto;
    right: 0;
    width: 13.33333vw;
    height: 13.33333vw;
  }
}
.p-preModal__closeIcon {
  position: relative;
  display: block;
}
.p-preModal__closeIcon::after,
.p-preModal__closeIcon::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
}
.p-preModal__closeIcon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-preModal__closeIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-preVideo {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 1920/1080;
}
.p-preVideo iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1080;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.p-topKv {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .p-topNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 751px) {
  .p-topNews__ttl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media print, screen and (min-width: 751px) {
  .p-topNews__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 100px;
  }
}
.p-topRead {
  background: #000;
  padding: 110px 10px 150px;
}
@media screen and (max-width: 750px) {
  .p-topRead {
    padding: 110px 5px 150px;
  }
}
.p-topRead__text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-topRead__text {
    font-size: 17px;
  }
}
.p-topRead__text + .p-topRead__text {
  margin-top: 55px;
}
.p-topRead__box {
  margin-top: 100px;
}
.p-topRead__copy {
  display: block;
  margin: auto;
  width: 384.55px;
  height: 50px;
}
@media screen and (max-width: 750px) {
  .p-topRead__copy {
    width: 76.8vw;
    height: 10vw;
    min-width: none;
  }
}
.p-topRead__logo {
  display: block;
  margin: auto;
  width: 425.97px;
  height: 45px;
}
@media screen and (max-width: 750px) {
  .p-topRead__logo {
    width: 85vw;
    height: 9vw;
    min-width: none;
  }
}
.u-mt00 {
  margin-top: 0;
}
.u-pci {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .u-pci {
    display: none;
  }
}
.u-spi {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-spi {
    display: inline-block;
  }
}
.u-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .u-pc {
    display: none;
  }
}
.u-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=index_2024.css.map */

/* 2024.08 */
.l-preMain {
  min-height: 700px;
}
.p-pre img {
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  .l-preMain {
    min-height: 550px;
  }
  @media (orientation: landscape){
    .p-pre__copy {
      top: 38vw;
    }
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) and (orientation: landscape) {
  .p-pre__copy {
    top: 38vw;
    bottom: auto;
    width: 55.55556vw;
  }
}
