@keyframes toLeftBefore {
  0% {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes toLeftAfter {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes textFlow {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: var(--font-size);
  font-family: var(--font);
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:root {
  --font: "Noto Sans JP", sans-serif;
  --font-en: "Poppins", sans-serif;
  --font-size: 62.5%;
  --primary-color: #11307f;
  --secondary-color: #57AEDB;
  --tag-color: #0075bc;
  --background-color: #f5f5f5;
  --text-color: #1e1e1e;
  --border-color: #dfdfdf;
  --border-color-2: #9fa0a0;
}

.c-button-1 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  height: 82px;
  padding: 0 32px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  text-decoration: none;
  width: 100%;
  max-width: 407px;
  overflow: clip;
  position: relative;
}
.c-button-1::before {
  content: "";
  display: block;
  aspect-ratio: 166/82;
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/common/button-bg-1.webp) no-repeat right bottom/contain;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.c-button-1 .-is-text {
  display: inline-block;
}
.c-button-1 .-is-arrow {
  display: block;
  aspect-ratio: 20/15;
  width: 20px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.c-button-1 .-is-arrow::before, .c-button-1 .-is-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
.c-button-1 .-is-arrow::before {
  left: -100%;
}

.l-container {
  padding: 0 16px;
  max-width: 1232px;
  margin: 0 auto;
}

.l-footer {
  padding: 56px 0 37px;
  background-color: #fff;
  position: relative;
}
.l-footer ul {
  list-style: none;
}
.l-footer img {
  max-width: 100%;
}
.l-footer a {
  color: inherit;
}
.l-footer__logo {
  width: 163px;
  margin: 0 auto;
}
.l-footer__nav {
  margin-top: 48px;
}
.l-footer__nav ul {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.l-footer__nav ul a {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1.2;
  position: relative;
}
.l-footer__nav ul a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-right: 6.5px;
  transform: translateY(1px);
}
.l-footer__nav ul a::after {
  position: absolute;
  bottom: -1px;
  left: 12px;
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: 1px;
  background-color: var(--text-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.l-footer__head {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.l-footer__box {
  margin-top: 48px;
  border: 1px solid var(--border-color-2);
  padding: 12px 38px;
  position: relative;
  z-index: 2;
}
.l-footer__box::before {
  background-color: #fff;
  content: "";
  display: block;
  width: calc(100% - 18px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: 9px;
}
.l-footer__box__inner {
  position: relative;
}
.l-footer__box .l-footer__head {
  text-align: center;
}
.l-footer__box ul {
  margin-top: 16px;
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.l-footer__box ul a {
  display: block;
  position: relative;
}
.l-footer__box ul a::before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}
.l-footer__box ul a::after {
  position: absolute;
  bottom: 0;
  left: 7px;
  content: "";
  display: block;
  width: calc(100% - 7px);
  height: 1px;
  background-color: var(--text-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.l-footer__box ul a.twitter {
  display: flex;
  align-items: center;
}
.l-footer__box ul a.twitter::after {
  width: calc(100% - 6px - 32px);
}
.l-footer__box ul a.twitter span {
  margin-left: 8px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/common/icon-x.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.l-footer__list {
  margin-top: 40px;
  text-align: center;
}
.l-footer__list ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-footer__list ul a {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  position: relative;
}
.l-footer__list ul a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--text-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.l-footer__logoSet {
  margin-top: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
}
.l-footer__logoSet__item {
  width: 150px;
}
.l-footer__logoSet__item:nth-child(2) {
  width: 168px;
}
.l-footer__copyright {
  margin-top: 89px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.l-footer__symbol {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  overflow: hidden;
}
.l-footer__symbol__left {
  display: block;
  width: 216px;
  height: 366px;
  position: absolute;
  bottom: -11px;
  left: -104px;
  background-image: url("../images/common/symbol-left.svg");
  background-size: cover;
  z-index: 2;
}
.l-footer__symbol__right {
  display: block;
  width: 286px;
  height: 370px;
  position: absolute;
  bottom: -10px;
  right: -163px;
  background-image: url("../images/common/symbol-right.svg");
  background-size: cover;
  z-index: 2;
}

.l-header__gradient {
  display: block;
  width: 100%;
  height: 192px;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0.3) 0%, rgba(159, 160, 160, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__logo {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  width: 167px;
}
.l-header__logo.-hide {
  display: none;
}
.l-header__logo.-fadeIn {
  display: block;
  animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-header__logo img {
  max-width: 100%;
}
.l-header__btn {
  position: fixed;
  top: 8px;
  right: 9px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
  background-image: url(../images/common/header-dots.svg);
  background-repeat: no-repeat;
  background-size: 21px 5px;
  background-position: center center;
}
.l-header__btn.-active {
  background-image: url(../images/common/header-close.svg);
  background-size: 11px 11px;
}
.l-header__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
}
.l-header__overlay.-active {
  visibility: visible;
}
.l-header__overlay.-active::before {
  transform: scale(50);
}
.l-header__overlay.-active nav {
  opacity: 1;
}
.l-header__overlay::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 64px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.5s ease-in-out;
  transform: scale(1);
}
.l-header__overlay nav {
  margin-top: 125px;
  padding: 0 16px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.l-header__overlay nav ul {
  padding: 20px 26px 20px 23px;
  position: relative;
  display: grid;
  gap: 16px;
}
.l-header__overlay nav ul::before, .l-header__overlay nav ul::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-image: url(../images/common/header-frame.svg);
  background-size: cover;
}
.l-header__overlay nav ul::after {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
.l-header__overlay nav ul li a {
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 8px 0;
}
.l-header__overlay nav ul li:not(:last-child) {
  font-weight: 700;
}
.l-header__overlay nav ul li:not(:last-child) a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-right: 12px;
}
.l-header__overlay nav ul li:last-child span {
  font-weight: 700;
}
.l-header__overlay nav ul li:last-child a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../images/common/anchor02.svg);
  margin-left: 16px;
}
.l-header__pc {
  display: none;
}

.p-notFound {
  box-sizing: border-box;
  overflow-x: clip;
  position: relative;
  padding: 160px 16px 113px;
}
.p-notFound::after {
  content: "";
  display: block;
  width: 100%;
  height: 142px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 18%, rgba(159, 160, 160, 0.3) 80%, rgba(159, 160, 160, 0) 100%);
  opacity: 0.4;
  z-index: -1;
}
.p-notFound *, .p-notFound *::before, .p-notFound *::after {
  box-sizing: inherit;
}
.p-notFound-main {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 343/124;
  max-width: 100%;
  width: 343px;
  background: url(../images/404/404__sp.svg) no-repeat center/contain;
  font-size: 1rem;
  margin: 0 auto 16px;
}
.p-notFound-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
  margin: 0;
}
.p-notFound .c-button-1 {
  margin-top: 56px;
  position: relative;
  z-index: 2;
}

.p-examinee {
  box-sizing: border-box;
  overflow-x: clip;
  padding: 116px 16px 0;
  position: relative;
}
.p-examinee::after {
  content: "";
  display: block;
  width: 100%;
  height: 142px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 18%, rgba(159, 160, 160, 0.3) 80%, rgba(159, 160, 160, 0) 100%);
  opacity: 0.4;
  z-index: -1;
}
.p-examinee *, .p-examinee *::before, .p-examinee *::after {
  box-sizing: inherit;
}
.p-examinee img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-examinee__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.p-examinee-head {
  position: relative;
  margin-bottom: 40px;
}
.p-examinee-head::after {
  content: "";
  display: block;
  width: calc(100% + 32px);
  height: 142px;
  position: absolute;
  left: -16px;
  top: 30px;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 18%, rgba(159, 160, 160, 0.3) 80%, rgba(159, 160, 160, 0) 100%);
  opacity: 0.4;
  z-index: -1;
}
.p-examinee-heading > span:nth-child(1) {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p-examinee-heading > span:nth-child(1)::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  border-radius: 50%;
  background-color: #11307F;
  flex-shrink: 0;
}
.p-examinee-heading > span:nth-child(2) {
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #DFDFDF;
  line-height: 1.2;
}
.p-examinee-inner-nav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.p-examinee-inner-nav a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.p-examinee-inner-nav > li {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 105px;
  text-align: center;
}
.p-examinee-inner-nav > li span:nth-child(1) {
  display: inline-block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  margin-right: 4px;
}
.p-examinee-inner-nav > li span:nth-child(2) {
  display: inline-block;
  color: #11307F;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.p-examinee-inner-nav > li .-is-arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 22px;
  margin: 8px auto 0;
  position: relative;
}
.p-examinee-inner-nav > li .-is-arrow::before, .p-examinee-inner-nav > li .-is-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s linear;
}
.p-examinee-inner-nav > li .-is-arrow::before {
  background-image: url(../images/common/anchor02.svg);
  opacity: 0;
}
.p-examinee-inner-nav > li .-is-arrow::after {
  background-image: url(../images/common/anchor01.svg);
}
.p-examinee-intro {
  padding-top: 40px;
  margin-left: -16px;
  margin-right: -16px;
  background: url(../images/common/symbol-left.svg) no-repeat right calc(50% + 192px) top 11px/129px auto, url(../images/common/symbol-right.svg) no-repeat left calc(50% + 198px) top 0px/168px auto;
  position: relative;
  padding-bottom: 80px;
}
.p-examinee-intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 142px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 18%, rgba(159, 160, 160, 0.3) 80%, rgba(159, 160, 160, 0) 100%);
  opacity: 0.4;
  z-index: -1;
}
.p-examinee-intro__catch {
  text-align: center;
  color: #11307F;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.p-examinee-intro__text {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.p-examinee-intro__text + .p-examinee-intro__text {
  margin-top: 1.8em;
}
.p-examinee-links-1 {
  list-style: none;
  margin: 69px auto 0;
  max-width: 343px;
}
.p-examinee-links-1 > li {
  margin-bottom: 16px;
}
.p-examinee-links-1 > li:last-child {
  margin-bottom: 0;
}
.p-examinee-links-1 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  height: 96px;
  position: relative;
  padding-left: 16px;
  padding-right: 160px;
  border-radius: 4px;
  overflow: clip;
}
.p-examinee-links-1 a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  transition: background-size 0.3s linear;
  width: 144px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: clip;
}
.p-examinee-links-1 a.--link-1 {
  background-color: #11307F;
}
.p-examinee-links-1 a.--link-1::before {
  background-image: url(../images/examinee/top/link_img_1.webp);
}
.p-examinee-links-1 a.--link-2 {
  background-color: #57AEDB;
}
.p-examinee-links-1 a.--link-2::before {
  background-image: url(../images/examinee/top/link_img_2.webp);
}
.p-examinee-links-1 a > span:nth-child(1) {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}
.p-examinee-links-1 a > span:nth-child(2) {
  display: block;
  font-size: 12px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.p-examinee-links-1 a > span:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.p-examinee-links-1 a .-is-arrow {
  display: block;
  aspect-ratio: 8/6;
  width: 8px;
  position: relative;
  overflow: hidden;
}
.p-examinee-links-1 a .-is-arrow::before, .p-examinee-links-1 a .-is-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/arrow_right_blue.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
.p-examinee-links-1 a .-is-arrow::before {
  left: -100%;
}
.p-examinee-logo {
  margin: 30px -16px 64px;
  padding: 64px 16px;
  background-color: #F5F5F5;
}
.p-examinee-logo__title {
  color: #11307F;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
.p-examinee-logo__group {
  margin-bottom: 16px;
}
.p-examinee-logo__text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-examinee-logo__image-1 {
  line-height: 1;
  margin: 24px auto 0;
  width: 300px;
  max-width: 100%;
}
.p-examinee-logo__image-2 {
  line-height: 1;
  margin: 0 auto;
  width: 335px;
  max-width: 100%;
}
.p-examinee-interview {
  margin-top: 64px;
  position: relative;
  z-index: 2;
}
.p-examinee-interview__comment {
  margin: 9px auto 0;
  position: relative;
  padding: 8px 12px;
}
.p-examinee-interview__comment::before, .p-examinee-interview__comment::after {
  content: "";
  display: block;
  width: 52px;
  height: 37px;
  position: absolute;
}
.p-examinee-interview__comment::before {
  border-top: 1px solid #9FA0A0;
  border-left: 1px solid #9FA0A0;
  top: 0;
  left: 0;
}
.p-examinee-interview__comment::after {
  border-bottom: 1px solid #9FA0A0;
  border-right: 1px solid #9FA0A0;
  bottom: 0;
  right: 0;
}
.p-examinee-interview__comment > div {
  background-color: #F5F5F5;
  padding: 16px 20px;
}
.p-examinee-interview__comment p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-examinee-q_a {
  margin: 73px -16px 0;
  position: relative;
  z-index: 1;
}
.p-examinee-q_a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: url(../images/examinee/common/symbol_03.svg) no-repeat center/contain;
  position: absolute;
  z-index: -1;
  top: -110px;
  left: -419px;
  width: 632px;
}
.p-examinee-q_a__inner {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  padding: 64px 16px;
  position: relative;
}
.p-examinee-q_a__inner::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 119px;
  aspect-ratio: 1/1;
  background: url(../images/examinee/top/sakamaki_thumb.webp) no-repeat center/contain;
  overflow: clip;
  position: absolute;
  top: -14px;
  right: -7px;
  border: 1px solid #DFDFDF;
}
.p-examinee-q_a__group-1 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.p-examinee-q_a__question > span {
  display: block;
  color: #11307F;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-examinee-q_a__answer p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-examinee-info {
  margin: 12px -16px 64px;
  position: relative;
  z-index: 2;
  padding-top: 68px;
}
.p-examinee-info::before {
  content: "";
  display: block;
  aspect-ratio: 203/380;
  width: 104px;
  background: url(../images/examinee/top/ando_thumb.webp) no-repeat center/contain;
  position: absolute;
  left: 16px;
  top: 0;
  z-index: 10;
}
.p-examinee-info__wrap {
  border-radius: 8px;
  background-color: #0075BC;
  padding: 64px 16px;
}
.p-examinee-info__inner {
  border: 1px solid rgba(223, 223, 223, 0.5);
  position: relative;
  padding: 64px 15px 0;
}
.p-examinee-info__title-1 {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  background-color: #57AEDB;
  border-radius: 0 0 3px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.p-examinee-info__title-2 {
  color: #11307F;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px 0;
  background-color: #FFF;
  padding: 2px;
}
.p-examinee-info__group-1 {
  margin-bottom: 32px;
}
.p-examinee-info__graph-1 {
  line-height: 1;
  margin-bottom: 32px;
}
.p-examinee-info__data {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 10px;
}
.p-examinee-info__data > dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-examinee-info__data > dt > span {
  display: inline-block;
  flex-shrink: 0;
}
.p-examinee-info__data > dt small {
  font-size: 12px;
}
.p-examinee-info__data > dt::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: rgba(223, 223, 223, 0.5);
}
.p-examinee-info__data > dd {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: right;
}
.p-examinee-info__text-1 {
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: right;
  margin-top: 16px;
}
.p-examinee-info__group-2 {
  background-color: #FFF;
  padding: 24px 24px 32px;
  margin-left: -15px;
  margin-right: -15px;
}
.p-examinee-info__title-3 {
  color: #11307F;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.p-examinee-info__title-3 small {
  font-size: 11px;
  display: block;
  margin-top: 4px;
}
.p-examinee-info__type {
  list-style: none;
}
.p-examinee-info__type > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #9FA0A0;
}
.p-examinee-info__type > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-examinee-info__title-4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.p-examinee-info__text-3 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-examinee-outro {
  margin: 64px -16px 0;
  position: relative;
  padding-bottom: 118px;
}
.p-examinee-outro__catch {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 35px;
  aspect-ratio: 564/38;
  width: 310px;
  background: url(../images/examinee/top/catch_txt.svg) no-repeat center/contain;
  max-width: 100%;
  line-height: 1;
}
.p-examinee-outro__wrap {
  overflow: hidden;
}
.p-examinee-outro__gallery {
  list-style: none;
  display: flex;
  white-space: nowrap;
}
.p-examinee-outro__gallery > li {
  line-height: 1;
  flex: 0 0 auto;
}
.p-examinee-outro__gallery > li > div {
  padding-left: 6px;
  padding-right: 6px;
}
.p-examinee-outro__gallery img {
  display: block;
  border-radius: 50%;
  width: 100px;
}
.p-examinee-outro__exclamation {
  aspect-ratio: 52/163;
  background: url(../images/examinee/top/icon_exclamation.svg) no-repeat center/contain;
  width: 20px;
  position: absolute;
  bottom: 174px;
  right: calc(50% + 100px);
}
.p-examinee-outro__question {
  aspect-ratio: 100/167;
  background: url(../images/examinee/top/icon_question.svg) no-repeat center/contain;
  width: 35px;
  position: absolute;
  bottom: 177px;
  left: calc(50% + 100px);
}
.p-examinee-outro__img-1 {
  aspect-ratio: 121/408;
  background: url(../images/examinee/top/sakamoto_thumb.webp) no-repeat center/contain;
  width: 48px;
  bottom: 44px;
  right: calc(50% + 130px);
  position: absolute;
}
.p-examinee-outro__img-2 {
  aspect-ratio: 195/412;
  background: url(../images/examinee/top/ikeda_thumb.webp) no-repeat center/contain;
  width: 77px;
  bottom: 46px;
  left: calc(50% + 120px);
  position: absolute;
}

.p-interview {
  box-sizing: border-box;
  overflow-x: clip;
  position: relative;
  padding-bottom: 108px;
}
.p-interview::before {
  content: "";
  display: block;
  width: 100%;
  height: 142px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 18%, rgba(159, 160, 160, 0.3) 80%, rgba(159, 160, 160, 0) 100%);
  opacity: 0.4;
  z-index: -1;
}
.p-interview *, .p-interview *::before, .p-interview *::after {
  box-sizing: inherit;
}
.p-interview img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-interview-hero {
  position: relative;
  font-size: 2.66666667vw;
  margin-bottom: calc(8.4em + 49px);
}
.p-interview-hero::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 44.6em;
  background: url(../images/examinee/common/symbol_01.svg) no-repeat center/contain;
  position: absolute;
  left: -0.5em;
  bottom: -8.4em;
  z-index: -1;
  pointer-events: none;
}
.p-interview-hero__image {
  overflow: clip;
  line-height: 1;
  border-bottom-left-radius: 16em;
}
.p-interview-hero__catch {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  color: #0075BC;
  display: flex;
  flex-direction: column;
  row-gap: 0.1em;
  letter-spacing: 0.02em;
  padding: 0.4em;
  position: absolute;
  left: 1em;
  top: 16em;
}
.p-interview-hero__catch::before, .p-interview-hero__catch::after {
  content: "";
  display: block;
  aspect-ratio: 65/46;
  position: absolute;
  width: 3.25em;
  pointer-events: none;
}
.p-interview-hero__catch::before {
  top: 0;
  left: 0;
  border-top: 1px solid #9FA0A0;
  border-left: 1px solid #9FA0A0;
}
.p-interview-hero__catch::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #9FA0A0;
  border-right: 1px solid #9FA0A0;
}
.p-interview-hero__catch > span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2.5em);
          backdrop-filter: blur(2.5em);
  padding: 0.4em;
}
.p-interview-hero__profile {
  aspect-ratio: 1/1;
  width: 15em;
  background-color: rgba(0, 117, 188, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2.8em;
  border-radius: 50%;
  overflow: clip;
  position: absolute;
  left: 2em;
  bottom: -8.4em;
  -webkit-backdrop-filter: blur(3.3em);
          backdrop-filter: blur(3.3em);
}
.p-interview-hero__label {
  color: #FFF;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.7em;
  background-color: #11307F;
  margin-bottom: 0.3em;
}
.p-interview-hero__text-1 {
  color: #FFF;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 0.53846154em;
}
.p-interview-hero__text-2 {
  color: #FFF;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 0.4em;
}
.p-interview-hero__name {
  margin: 0;
  color: #FFF;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-interview-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
}
.p-interview-section-1 {
  margin-bottom: 40px;
}
.p-interview-section-1__head {
  margin-bottom: 24px;
  padding-left: 36px;
  position: relative;
}
.p-interview-section-1__body {
  margin-bottom: 64px;
}
.p-interview-section-1__body:last-child {
  margin-bottom: 0;
}
.p-interview-section-1__image {
  line-height: 1;
  margin: 0 auto 24px;
  border-radius: 4px;
  overflow: clip;
  max-width: 440px;
}
.p-interview-section-2 {
  background: url(../images/examinee/common/symbol_02__sp.svg) no-repeat center top/100% auto, url(../images/examinee/common/symbol_01.svg) no-repeat 109px bottom/285px auto;
  padding-top: 17.06666667vw;
  padding-bottom: 64px;
  margin-bottom: 40px;
}
.p-interview-section-2__image {
  line-height: 1;
  overflow: clip;
  border-bottom-left-radius: 48vw;
}
.p-interview-section-2__text {
  padding: 24px 16px 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  margin-top: -38px;
}
.p-interview-lottie {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
  width: 20px;
  height: 63px;
  background-image: url(../images/examinee/common/symbol_04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-interview-catch {
  color: #1E1E1E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}
.p-interview-title {
  color: #11307F;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.p-interview-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.p-interview-spots {
  margin: 64px -16px;
  max-width: 1200px;
  background-color: #0075BC;
  padding: 64px 16px;
  border-radius: 8px;
}
.p-interview-spots__title {
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}
.p-interview-spots__spot {
  background-color: #FFF;
  padding: 40px 24px 32px;
  position: relative;
  margin-top: 32px;
}
.p-interview-spots__text-1 {
  font-size: 1rem;
  line-height: 1;
  padding: 6px 12px;
  background-color: #57AEDB;
  border-bottom-right-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.p-interview-spots__text-1 > span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 138/10;
  width: 138px;
  background: url(../images/examinee/common/recommended_spots.svg) no-repeat center/contain;
}
.p-interview-spots__image {
  line-height: 1;
  margin: 0 auto 24px;
  width: 200px;
  position: relative;
}
.p-interview-spots__image img {
  display: block;
}
.p-interview-spots__image-1 {
  border-radius: 50%;
}
.p-interview-spots__image-2 {
  position: absolute;
  bottom: 0;
}
.p-interview-spots__image-2.--type-1 {
  width: 43px;
  right: -29px;
}
.p-interview-spots__image-2.--type-2 {
  width: 97px;
  right: -30px;
}
.p-interview-spots__image-2.--type-3 {
  width: 68px;
  right: -15px;
}
.p-interview-spots__subtitle {
  color: #11307F;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.p-interview-spots__subtitle::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  background: url(../images/examinee/common/symbol_01.svg) no-repeat center/contain;
  flex-shrink: 0;
}
.p-interview-spots__text-2 {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-interview-message {
  margin: 64px auto;
}
.p-interview-message__card {
  background-color: #F5F5F5;
  padding: 64px 24px;
}
.p-interview-message__card .--border {
  display: block;
  width: 40px;
  height: 29px;
  position: absolute;
}
.p-interview-message__card .--border.--top-left {
  border-top: 1px solid #9FA0A0;
  border-left: 1px solid #9FA0A0;
  top: 0;
  left: 0;
}
.p-interview-message__card .--border.--top-right {
  border-top: 1px solid #9FA0A0;
  border-right: 1px solid #9FA0A0;
  top: 0;
  right: 0;
}
.p-interview-message__card .--border.--bottom-left {
  border-bottom: 1px solid #9FA0A0;
  border-left: 1px solid #9FA0A0;
  bottom: 0;
  left: 0;
}
.p-interview-message__card .--border.--bottom-right {
  border-bottom: 1px solid #9FA0A0;
  border-right: 1px solid #9FA0A0;
  bottom: 0;
  right: 0;
}
.p-interview-message__image {
  line-height: 1;
  margin: 0 auto 40px;
  width: 200px;
}
.p-interview-message__subtitle {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 93/16;
  width: 93px;
  background: url(../images/examinee/common/message.svg) no-repeat center/contain;
  margin-bottom: 8px;
}
.p-interview-message__text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-interview-title-2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
.p-interview-title-2::before {
  content: "";
  display: inline-block;
  line-height: 1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 8px;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #11307F;
}
.p-interview-title-2.--white {
  color: #FFF;
}
.p-interview-title-2.--white::before {
  background-color: #FFF;
}
.p-interview-examinee-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  margin: 0 auto;
  max-width: 343px;
  position: relative;
  z-index: 2;
}
.p-interview-examinee-list.--top {
  row-gap: 64px;
}
.p-interview-examinee-list a {
  display: flex;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
}
.p-interview-examinee-list__image {
  width: 220px;
  background: url(../images/examinee/common/symbol_01.svg) no-repeat center/contain;
  flex-shrink: 0;
  padding: 0 4px 0 14px;
  position: relative;
  aspect-ratio: 1/1;
}
.p-interview-examinee-list__thumb {
  line-height: 1;
  width: 202px;
  border-radius: 50%;
  overflow: clip;
}
.p-interview-examinee-list__thumb img {
  display: block;
  transition: transform 0.3s linear;
}
.p-interview-examinee-list__link {
  aspect-ratio: 1/1;
  width: 80px;
  background-color: #57AEDB;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
  row-gap: 3px;
  border-radius: 50%;
  padding-top: 20px;
  overflow: clip;
}
.p-interview-examinee-list__link .-is-text {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.36;
  position: relative;
  z-index: 10;
  margin-bottom: 4px;
}
.p-interview-examinee-list__link .-is-arrow {
  display: block;
  aspect-ratio: 21/16;
  width: 16px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.p-interview-examinee-list__link .-is-arrow::before, .p-interview-examinee-list__link .-is-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/examinee/common/arrow_white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
.p-interview-examinee-list__link .-is-arrow::before {
  left: -100%;
}
.p-interview-examinee-list__body {
  flex-grow: 1;
  padding-top: 21px;
}
.p-interview-examinee-list__group-1 {
  margin-bottom: 48px;
}
.p-interview-examinee-list__group-2 {
  border-left: 5px solid #0075BC;
  padding-left: 7px;
}
.p-interview-examinee-list__label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  background-color: #11307F;
  margin-bottom: 8px;
}
.p-interview-examinee-list__text-1 {
  color: #11307F;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.p-interview-examinee-list__text-2 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.p-interview-examinee-list__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-news {
  overflow: hidden;
  margin: 0px 0 -37px;
  padding: 117px 16px 0;
  position: relative;
}
.p-news a {
  color: var(--text-color);
}
.p-news .p-news__headArea {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.p-news .p-news__bgLogo {
  position: absolute;
  top: -151px;
  right: -17px;
  width: 178px;
  height: 434px;
  background: url("../images/news/img-bg-01-sp.svg") no-repeat center center;
  background-size: contain;
}
.p-news .p-news__head {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}
.p-news .p-news__head h1 {
  font-size: 60px;
  line-height: 1.2;
  color: #dfdfdf;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.p-news .p-news__head span {
  position: relative;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: bold;
  padding-left: 16px;
}
.p-news .p-news__head span::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #11307f;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 99%;
  transform: translateY(-50%);
}
.p-news .p-news__bg {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: -16px;
  width: 100vw;
  height: 100%;
  z-index: 0;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.p-news .p-news__content {
  position: relative;
  z-index: 1;
}
.p-news .p-news__deco-top {
  pointer-events: none;
  position: absolute;
  bottom: 21px;
  left: 0;
  width: calc(100% + 32px);
  height: 117px;
  margin: 0 -16px;
  opacity: 0.4;
  z-index: -1;
  background: linear-gradient(to top, rgba(159, 160, 160, 0.3), rgba(159, 160, 160, 0));
}
.p-news .p-news__deco-top.-top {
  top: -91px;
  bottom: unset;
}
.p-news .p-news__deco-topPC {
  top: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 436px;
  opacity: 0.4;
  z-index: -1;
}
.p-news .p-news__deco-topPC.-top {
  top: 0;
  height: 436px;
  background: linear-gradient(to top, rgba(159, 160, 160, 0.3), rgba(159, 160, 160, 0));
}
.p-news .p-news__deco-topPC.-bottom {
  top: 412px;
  height: 117px;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0.3), rgba(159, 160, 160, 0));
}
.p-news .p-news__deco-bottom {
  pointer-events: none;
  position: absolute;
  bottom: -6px;
  z-index: -1;
  left: 0;
  margin: 0 -16px;
  width: 100vw;
  height: 27px;
  opacity: 0.4;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0.3), rgba(159, 160, 160, 0));
}
.p-news .p-news__deco-bottomPC {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: 0;
  margin: 0 -16px;
  width: calc(100% + 32px);
  opacity: 0.4;
}
.p-news .p-news__deco-bottomPC.-top {
  bottom: 54px;
  height: 195px;
  background: linear-gradient(to top, rgba(159, 160, 160, 0.3), rgba(159, 160, 160, 0));
}
.p-news .p-news__deco-bottomPC.-bottom {
  bottom: 26px;
  height: 28px;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0.3), rgba(159, 160, 160, 0));
}
.p-news .p-news__inner {
  position: relative;
  z-index: 3;
  padding: 40px 0px 0;
  box-sizing: border-box;
  margin-bottom: 117px;
}
.p-news > * + * {
  margin-top: 24px;
}
.p-news .p-news__item__flex {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.p-news .p-news__item__date {
  font-size: 1.3rem;
  color: var(--text-color);
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
}
.p-news .p-news__item__category {
  color: #11307f;
  font-weight: bold;
  background-color: #fff;
  padding: 6px 16px;
  border: var(--border-color) 1px solid;
  border-radius: 4px;
  font-size: 1.1rem;
}
.p-news .p-news__item__textSmall {
  font-size: 1.4rem;
}
.p-news .p-news__item__textMiddle {
  font-size: 1.5rem;
}
.p-news .p-news__item__textLarge {
  font-size: 1.4rem;
}
.p-news .p-news__item__strong {
  display: inline-block;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}
.p-news .p-news__item__note {
  background-color: #f5f5f5;
  padding: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-news .p-news__item__note > * + * {
  margin-top: 8px;
}
.p-news .p-news__item__body {
  font-size: 1.5rem;
  color: var(--text-color);
  letter-spacing: 0.02em;
  line-height: 1.8;
  word-break: break-word;
}
.p-news .p-news__item__flex + .p-news__item__body {
  margin-top: 0;
}
.p-news .p-news__item__img {
  max-width: 448px;
  margin: 24px auto 0;
}
.p-news .p-news__item__img img {
  width: 100%;
  height: auto;
}
.p-news a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-news ul {
  margin-top: 8px;
}
.p-news ul li {
  list-style: none;
  padding-left: 14px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.p-news ul li a {
  line-height: 1.2;
}
.p-news ul li::before {
  content: "";
  background-color: #0075bc;
  border-radius: 99%;
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
}
.p-news ul li + li {
  margin-top: 16px;
}

.p-news__more {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}
.p-news__more .p-news__more-button {
  border: 1px solid var(--border-color);
  background-color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 99%;
  transition: opacity 0.3s;
}
.p-news__more .p-news__more-button .p-news__more-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.p-news__more .p-news__more-button .p-news__more-icon::before, .p-news__more .p-news__more-button .p-news__more-icon::after {
  content: "";
  position: absolute;
  background-color: #57aedb;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-news__more .p-news__more-button .p-news__more-icon::before {
  width: 3px;
  height: 100%;
}
.p-news__more .p-news__more-button .p-news__more-icon::after {
  width: 100%;
  height: 3px;
}

.p-news__item {
  padding-bottom: 40px;
}
.p-news__item + .p-news__item {
  padding-top: 40px;
  border-top: var(--border-color) 1px solid;
}
.p-news__item.is-active {
  animation: slideIn 0.6s ease;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.p-news__item > * + * {
  margin-top: 24px;
}
.p-news__item .p-news__item__flex {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.p-news__item .p-news__item__date {
  font-size: 1.3rem;
  color: var(--text-color);
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
}
.p-news__item .p-news__item__category {
  color: #11307f;
  font-weight: bold;
  background-color: #fff;
  padding: 6px 16px;
  border: var(--border-color) 1px solid;
  border-radius: 4px;
  font-size: 1.1rem;
}
.p-news__item .p-news__item__textSmall {
  font-size: 1.4rem;
}
.p-news__item .p-news__item__textMiddle {
  font-size: 1.5rem;
}
.p-news__item .p-news__item__textLarge {
  font-size: 1.4rem;
}

.p-news__item__linkText {
  margin-top: 16px;
}
.p-news__item__linkText.external a::after {
  margin-left: 8px;
  content: "";
  display: inline-block;
  transform: translateY(4px);
  width: 16px;
  height: 16px;
  background-image: url("../images/news/icon-link_external.svg");
  background-repeat: no-repeat;
}
.p-news__item__linkText a {
  position: relative;
  display: inline;
  word-break: break-word;
  color: var(--primary-color);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(90deg, var(--primary-color), var(--primary-color));
  background-repeat: no-repeat;
  background-size: calc(100% - 24px) 1px;
  background-position: left 99%;
}

.p-news__item__body {
  font-size: 1.5rem;
  color: var(--text-color);
  letter-spacing: 0.02em;
  line-height: 1.8;
  word-break: break-word;
}

.p-news__item__flex + .p-news__item__body {
  margin-top: 0;
}

.p-top__about {
  padding: 80px 0 83px;
  position: relative;
}
.p-top__about__movie {
  max-width: 311px;
  margin-left: auto;
  margin-right: auto;
}
.p-top__about__movie video {
  width: 100%;
}
.p-top__about__catch {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-top__about__text {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-top__about__text span {
  font-weight: 700;
}
.p-top__about::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 52px;
  left: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0), rgba(159, 160, 160, 0.3));
  opacity: 0.4;
}
.p-top__about::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 32px;
  width: 100%;
  background: linear-gradient(to top, rgba(159, 160, 160, 0), rgba(159, 160, 160, 0.3));
  opacity: 0.4;
}
.p-top__about__symbol {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 40px);
  z-index: 1;
  overflow: hidden;
}
.p-top__about__symbol img {
  width: 100%;
}
.p-top__about__symbol__left {
  position: absolute;
  width: 516px;
  width: 35.8333333333vw;
  top: 50%;
  transform: translateY(-50%);
  left: -117px;
}
.p-top__about__symbol__right {
  position: absolute;
  width: 684px;
  width: 47.5vw;
  top: 50%;
  transform: translateY(-50%);
  right: -240px;
}

.p-top__explore {
  padding: 80px 0 0px;
  position: relative;
  overflow: hidden;
}
.p-top__explore__name {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 12px;
}
.p-top__explore__name span {
  font-size: 2rem;
  margin-right: 4px;
}
.p-top__explore__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.p-top__explore__tags li {
  background-color: var(--tag-color);
  color: #fff;
  padding: 4px 12px 5px;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-top__explore__btn {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  background-color: #fff;
  border: 1px solid var(--border-color-2);
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 0 24px;
  transition: color 0.3s ease-in-out;
}
.p-top__explore__btn + .p-top__explore__btn {
  margin-top: 12px;
}
.p-top__explore__btn .arrow {
  width: 20px;
  height: 15px;
  margin-left: 12px;
  overflow: hidden;
  position: relative;
}
.p-top__explore__btn .arrow::before, .p-top__explore__btn .arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/arrow-blue.svg");
  position: absolute;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
.p-top__explore__btn .arrow::before {
  left: -100%;
}
.p-top__explore__title .ja {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-top__explore__title .ja::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.p-top__explore__title h2 {
  margin-top: -2px;
  text-align: center;
  font-family: var(--font-en);
  font-weight: 300;
  font-size: 6.4rem;
  color: var(--border-color);
}
.p-top__explore__anchor {
  margin-top: 15px;
  display: grid;
  gap: 10px;
}
.p-top__explore__anchor a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-top__explore__anchor a span::before {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url("../images/common/dot.svg");
  background-size: cover;
  margin-right: 8px;
  transform: translateY(2px);
}
.p-top__explore__anchor a svg {
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
}
.p-top__explore__anchor a svg circle {
  transition: all 0.3s ease-in-out;
}
.p-top__explore__anchor a svg path {
  transition: all 0.3s ease-in-out;
}
.p-top__explore__wrap {
  position: relative;
  margin-top: 21px;
  margin-bottom: 19px;
}
.p-top__explore__wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-top__explore__symbol {
  width: 199px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.p-top__explore__flow {
  position: absolute;
  z-index: 2;
  top: 86px;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  mix-blend-mode: difference;
  gap: 24px;
}
.p-top__explore__flow__text {
  display: flex;
  gap: 24px;
  animation: textFlow 35s linear infinite;
}
.p-top__explore__flow span {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32em;
  color: #fff;
}
.p-top__explore__section {
  padding-bottom: 64px;
}
.p-top__explore__section__title {
  margin-left: -16px;
  margin-right: -16px;
  height: 83px;
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.p-top__explore__section__title h3 {
  display: flex;
  align-items: center;
  gap: 9px;
}
.p-top__explore__section__title h3::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background-image: url("../images/common/dot.svg");
  background-size: cover;
}
.p-top__explore__section__list {
  margin-top: 10px;
  display: grid;
  gap: 40px;
}
.p-top__explore__item {
  padding: 20px 0 0;
  letter-spacing: 0.02em;
  position: relative;
}
.p-top__explore__item__label {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 4px 12px;
  background-color: var(--primary-color);
  color: #fff;
}
.p-top__explore__item__title {
  margin-top: 8px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: var(--primary-color);
}
.p-top__explore__item__cat {
  margin-top: 8px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 2px 12px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.p-top__explore__item__counter {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 8.4rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-text-stroke-color: var(--primary-color);
  -webkit-text-stroke-width: 1.5px;
  color: transparent;
}
.p-top__explore__item__mainImg {
  width: 229px;
  margin-left: auto;
  margin-top: -53px;
  position: relative;
  z-index: -1;
}
.p-top__explore__item__person {
  width: 73px;
  position: absolute;
  top: 200px;
  left: 0;
}
.p-top__explore__item__name {
  margin-top: -10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-top__explore__item__name span {
  font-size: 2rem;
  margin-right: 4px;
}
.p-top__explore__item__nameSet {
  display: flex;
  gap: 24px;
  margin-top: 15px;
}
.p-top__explore__item__text {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 41px;
  position: relative;
}
.p-top__explore__item__text button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-top__explore__item__text p {
  height: 100px;
  overflow: hidden;
  position: relative;
}
.p-top__explore__item__text p var {
  font-style: normal;
}
.p-top__explore__item__text p sup {
  font-size: smaller;
  vertical-align: super;
}
.p-top__explore__item__text p.is-open {
  height: auto;
}
.p-top__explore__item__text p.is-open::before {
  display: none;
}
.p-top__explore__item__text p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.p-top__explore__item .p-top__explore__tags {
  margin-top: 28px;
}
.p-top__explore__box {
  margin-left: -16px;
  margin-right: -16px;
  background-color: var(--background-color);
  padding: 61px 16px;
  display: grid;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.p-top__features {
  padding-bottom: 89px;
  position: relative;
  background-color: #fff;
}
.p-top__features::before {
  content: "";
  display: block;
  position: absolute;
  width: 632px;
  aspect-ratio: 1/1;
  bottom: 0;
  left: -419px;
  background-image: url("../images/top/features-symbol.svg");
  background-size: cover;
}
.p-top__features__slider {
  margin-top: 16px;
  overflow: hidden;
  position: relative;
}
.p-top__features__slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(62px);
          backdrop-filter: blur(62px);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.04);
}
.p-top__features__imgSlider {
  padding: 16vw 0;
}
.p-top__features__imgSlider .swiper-slide img {
  transition: transform 0.6s ease-in-out;
}
.p-top__features__imgSlider .swiper-slide-active img {
  transform: scale(2.2);
}
.p-top__features__imgSlider .swiper-slide-prev img {
  transform-origin: 100% 50%;
}
.p-top__features__imgSlider .swiper-slide-next img {
  transform-origin: 0% 50%;
}
.p-top__features__imgSlider__mainNumber {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 26px;
  font-size: 4rem;
  color: var(--tag-color);
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 11px;
}
.p-top__features__imgSlider__mainNumber::after {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background-color: var(--text-color);
  opacity: 0.4;
}
.p-top__features__imgSlider__subNumber {
  position: absolute;
  z-index: 2;
  top: 162px;
  font-size: 1.2rem;
  font-family: var(--font-en);
  line-height: 1.2;
}
.p-top__features__imgSlider__subNumber.-prev {
  left: 37px;
}
.p-top__features__imgSlider__subNumber.-next {
  right: 36px;
}
.p-top__features__imgSlider__btn {
  position: absolute;
  top: 26.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 84vw;
  display: flex;
  justify-content: space-between;
}
.p-top__features__imgSlider__btn button {
  width: 27px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease-in-out;
}
.p-top__features__imgSlider__btn button svg {
  width: 5px;
}
.p-top__features__imgSlider__btn button svg path {
  transition: fill 0.3s ease-in-out;
}
.p-top__features__imgSlider__btn button.prev svg {
  transform: rotate(180deg);
}
.p-top__features__textSlider {
  padding: 10px 16px 40px;
}
.swiper-slide-active .p-top__features__textSlider__inner {
  animation: slideUp 0.8s ease-in-out;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top__features__textSlider__head {
  position: relative;
  padding-left: 28px;
}
.p-top__features__textSlider__head .p-top__features__textSlider__counter {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 1.6rem;
  font-family: var(--font-en);
  line-height: 1.2;
  font-weight: 700;
  color: var(--tag-color);
}
.p-top__features__textSlider__head h3 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-top__features__textSlider__head p {
  margin-top: 4px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-top__features__textSlider__point {
  margin-top: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-template-rows: max-content 1fr;
  grid-template-areas: "img1 text" "img2 text";
  gap: 6px 12px;
  padding: 20px 16px 18px 11px;
  position: relative;
}
.p-top__features__textSlider__point::before {
  content: "Point";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: var(--font-en);
  border-end-end-radius: 4px;
}
.p-top__features__textSlider__point .img1 {
  margin-top: 9px;
  grid-area: img1;
  text-align: center;
}
.p-top__features__textSlider__point .img1 img {
  width: 11px;
}
.p-top__features__textSlider__point .img2 {
  grid-area: img2;
}
.p-top__features__textSlider__point p {
  grid-area: text;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-top__fixed {
  position: fixed;
  bottom: 30px;
  right: 2px;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__fixed.-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-top__fixed__inner {
  background-color: rgba(87, 174, 219, 0.9);
  width: 96px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 1.36;
  letter-spacing: 0.02em;
  padding-top: 21px;
  overflow: hidden;
}
.p-top__fixed__inner span {
  font-weight: 700;
}
.p-top__fixed__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/common/anchor02.svg");
  background-size: cover;
}
.p-top__fixed__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 216px;
  height: 45px;
  background-image: url("../images/top/fixed-hover.svg");
  background-size: cover;
  opacity: 0;
  transition: opacity 0.6s linear;
}

.p-top__kv {
  width: 100%;
  height: 592px;
  position: relative;
}
.p-top__kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-top__kv__circleBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: calc(100% + 15px);
}
.p-top__kv__circle1 {
  position: absolute;
  left: 50%;
  width: 607px;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  animation: circleBg 100s linear infinite;
  top: calc(50% - 7px);
}
.p-top__kv__circle1__img {
  position: absolute;
  width: 67px;
  height: 50%;
  transform-origin: 50% 100%;
  left: 50%;
}
.p-top__kv__circle1__img img {
  max-width: 100%;
  border-radius: 50%;
}
.p-top__kv__circle1__img:nth-child(1) {
  transform: translate(-50%, 0) rotate(30deg);
}
.p-top__kv__circle1__img:nth-child(1) img {
  animation: circle1_1 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(2) {
  transform: translate(-50%, 0) rotate(60deg);
}
.p-top__kv__circle1__img:nth-child(2) img {
  animation: circle1_2 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(3) {
  transform: translate(-50%, 0) rotate(90deg);
}
.p-top__kv__circle1__img:nth-child(3) img {
  animation: circle1_3 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(4) {
  transform: translate(-50%, 0) rotate(120deg);
}
.p-top__kv__circle1__img:nth-child(4) img {
  animation: circle1_4 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(5) {
  transform: translate(-50%, 0) rotate(150deg);
}
.p-top__kv__circle1__img:nth-child(5) img {
  animation: circle1_5 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(6) {
  transform: translate(-50%, 0) rotate(180deg);
}
.p-top__kv__circle1__img:nth-child(6) img {
  animation: circle1_6 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(7) {
  transform: translate(-50%, 0) rotate(210deg);
}
.p-top__kv__circle1__img:nth-child(7) img {
  animation: circle1_7 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(8) {
  transform: translate(-50%, 0) rotate(240deg);
}
.p-top__kv__circle1__img:nth-child(8) img {
  animation: circle1_8 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(9) {
  transform: translate(-50%, 0) rotate(270deg);
}
.p-top__kv__circle1__img:nth-child(9) img {
  animation: circle1_9 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(10) {
  transform: translate(-50%, 0) rotate(300deg);
}
.p-top__kv__circle1__img:nth-child(10) img {
  animation: circle1_10 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(11) {
  transform: translate(-50%, 0) rotate(330deg);
}
.p-top__kv__circle1__img:nth-child(11) img {
  animation: circle1_11 100s linear infinite;
}
.p-top__kv__circle1__img:nth-child(12) {
  transform: translate(-50%, 0) rotate(0);
}
.p-top__kv__circle1__img:nth-child(12) img {
  animation: circle1_12 100s linear infinite;
}
@keyframes circleBg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circle1_1 {
  0% {
    transform: rotate(330deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@keyframes circle1_2 {
  0% {
    transform: rotate(300deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@keyframes circle1_3 {
  0% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes circle1_4 {
  0% {
    transform: rotate(240deg);
  }
  100% {
    transform: rotate(-120deg);
  }
}
@keyframes circle1_5 {
  0% {
    transform: rotate(210deg);
  }
  100% {
    transform: rotate(-150deg);
  }
}
@keyframes circle1_6 {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes circle1_7 {
  0% {
    transform: rotate(150deg);
  }
  100% {
    transform: rotate(-210deg);
  }
}
@keyframes circle1_8 {
  0% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(-240deg);
  }
}
@keyframes circle1_9 {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(-270deg);
  }
}
@keyframes circle1_10 {
  0% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(-300deg);
  }
}
@keyframes circle1_11 {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-330deg);
  }
}
@keyframes circle1_12 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.p-top__kv__circle2 {
  position: absolute;
  left: 50%;
  width: 386px;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  animation: circleBg 50s linear infinite;
  top: calc(50% - 7px);
}
.p-top__kv__circle2__img {
  position: absolute;
  width: 57px;
  height: 50%;
  transform-origin: 50% 100%;
  left: 50%;
}
.p-top__kv__circle2__img img {
  max-width: 100%;
  border-radius: 50%;
}
.p-top__kv__circle2__img:nth-child(1) {
  transform: translate(-50%, 0) rotate(36deg);
}
.p-top__kv__circle2__img:nth-child(1) img {
  animation: circle2_1 50s linear infinite;
}
@keyframes circle2_1 {
  0% {
    transform: rotate(324deg);
  }
  100% {
    transform: rotate(-36deg);
  }
}
.p-top__kv__circle2__img:nth-child(2) {
  transform: translate(-50%, 0) rotate(72deg);
}
.p-top__kv__circle2__img:nth-child(2) img {
  animation: circle2_2 50s linear infinite;
}
@keyframes circle2_2 {
  0% {
    transform: rotate(288deg);
  }
  100% {
    transform: rotate(-72deg);
  }
}
.p-top__kv__circle2__img:nth-child(3) {
  transform: translate(-50%, 0) rotate(108deg);
}
.p-top__kv__circle2__img:nth-child(3) img {
  animation: circle2_3 50s linear infinite;
}
@keyframes circle2_3 {
  0% {
    transform: rotate(252deg);
  }
  100% {
    transform: rotate(-108deg);
  }
}
.p-top__kv__circle2__img:nth-child(4) {
  transform: translate(-50%, 0) rotate(144deg);
}
.p-top__kv__circle2__img:nth-child(4) img {
  animation: circle2_4 50s linear infinite;
}
@keyframes circle2_4 {
  0% {
    transform: rotate(216deg);
  }
  100% {
    transform: rotate(-144deg);
  }
}
.p-top__kv__circle2__img:nth-child(5) {
  transform: translate(-50%, 0) rotate(180deg);
}
.p-top__kv__circle2__img:nth-child(5) img {
  animation: circle2_5 50s linear infinite;
}
@keyframes circle2_5 {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
.p-top__kv__circle2__img:nth-child(6) {
  transform: translate(-50%, 0) rotate(216deg);
}
.p-top__kv__circle2__img:nth-child(6) img {
  animation: circle2_6 50s linear infinite;
}
@keyframes circle2_6 {
  0% {
    transform: rotate(144deg);
  }
  100% {
    transform: rotate(-216deg);
  }
}
.p-top__kv__circle2__img:nth-child(7) {
  transform: translate(-50%, 0) rotate(252deg);
}
.p-top__kv__circle2__img:nth-child(7) img {
  animation: circle2_7 50s linear infinite;
}
@keyframes circle2_7 {
  0% {
    transform: rotate(108deg);
  }
  100% {
    transform: rotate(-252deg);
  }
}
.p-top__kv__circle2__img:nth-child(8) {
  transform: translate(-50%, 0) rotate(288deg);
}
.p-top__kv__circle2__img:nth-child(8) img {
  animation: circle2_8 50s linear infinite;
}
@keyframes circle2_8 {
  0% {
    transform: rotate(72deg);
  }
  100% {
    transform: rotate(-288deg);
  }
}
.p-top__kv__circle2__img:nth-child(9) {
  transform: translate(-50%, 0) rotate(324deg);
}
.p-top__kv__circle2__img:nth-child(9) img {
  animation: circle2_9 50s linear infinite;
}
@keyframes circle2_9 {
  0% {
    transform: rotate(36deg);
  }
  100% {
    transform: rotate(-324deg);
  }
}
.p-top__kv__circle2__img:nth-child(10) {
  transform: translate(-50%, 0) rotate(360deg);
}
.p-top__kv__circle2__img:nth-child(10) img {
  animation: circle2_10 50s linear infinite;
}
@keyframes circle2_10 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.p-top__kv__texts {
  position: absolute;
  top: 55px;
  left: 16px;
  width: 172px;
  mix-blend-mode: difference;
  color: #fff;
  display: grid;
  gap: 4px;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.32em;
  font-weight: 500;
}
.p-top__kv__roundText {
  position: absolute;
  width: 320px;
  top: calc(50% - 7px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top__kv__logo {
  width: 206px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-top__kv__logo img {
  width: 100%;
}
.p-top__kv h1 {
  display: none;
}
.p-top__kv__symbolWrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top__kv__symbol {
  position: absolute;
}
.p-top__kv__symbol img {
  width: 100%;
}
.p-top__kv__symbol.-l {
  left: -272px;
  top: -59px;
  width: 516px;
  width: 35.8333333333vw;
}
.p-top__kv__symbol.-r {
  right: -424px;
  top: -70px;
  width: 684px;
  width: 47.5vw;
}

.p-top__lead {
  padding: 24px 0 62px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
.p-top__lead span {
  font-weight: 700;
}
.p-top__lead__img {
  width: 100%;
  max-width: 309px;
}
.p-top__lead__text {
  margin-top: 28px;
  font-size: 1.6rem;
}
.p-top__lead__catch {
  margin-top: 36px;
  font-size: 2rem;
  margin-left: 61px;
}
.p-top__lead::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 42px;
  left: -29px;
  width: 82px;
  height: 139px;
  background-image: url("../images/common/symbol-left.svg");
  background-size: cover;
}
.p-top__lead::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 42px;
  right: -43px;
  width: 109px;
  height: 141px;
  background-image: url("../images/common/symbol-right.svg");
  background-size: cover;
}

.p-top__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.p-top__loading.is-complete {
  opacity: 0;
  visibility: hidden;
}
.p-top__loading__inner {
  width: 100%;
}

.p-top__society {
  padding-bottom: 80px;
  position: relative;
}
.p-top__society__box {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  margin-left: -16px;
  margin-right: -16px;
  background-color: rgba(0, 117, 188, 0.95);
  border-radius: 8px;
  color: #fff;
  padding: 29px 16px 23px;
}
.p-top__society__box__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.p-top__society__box__list li {
  counter-increment: society-list;
}
.p-top__society__box__list li::before {
  content: "(0" counter(society-list) ")";
  display: inline-block;
  font-family: var(--font-en);
  font-size: 1rem;
  margin-right: 5px;
  font-weight: 400;
}
.p-top__society__box__img {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
.p-top__society__box__text {
  margin-top: 18px;
  font-size: 1.4rem;
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
.p-top__society__box__text span {
  font-weight: 700;
}

.p-top__suitability {
  padding-bottom: 99px;
  position: relative;
  background-color: #fff;
}
.p-top__suitability__beforeWrap {
  position: absolute;
  top: -125px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.p-top__suitability__beforeWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1000px;
  background-image: url("../images/top/suitability-bg-sp.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top__suitability__afterWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 1;
  overflow: hidden;
}
.p-top__suitability__afterWrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 384px;
  height: 376px;
  background-image: url("../images/top/suitability-bg-bottom.svg");
  background-size: cover;
}
.p-top__suitability .p-top__secTitle .ja {
  color: #fff;
}
.p-top__suitability .p-top__secTitle .ja::before {
  background-color: #fff;
}
.p-top__suitability__list {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 16px;
  padding: 41px 13px 35px 16px;
  display: grid;
  gap: 24px;
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
}
.p-top__suitability__list li {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 300;
  display: flex;
  align-items: flex-start;
}
.p-top__suitability__list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background-image: url("../images/common/dot.svg");
  background-size: cover;
  margin-right: 16px;
  transform: translateY(3px);
}
.p-top__suitability__list li span {
  font-weight: 700;
}
.p-top__suitability__personWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.p-top__suitability__personWrap.-after {
  z-index: 3;
  overflow: visible;
}
.p-top__suitability__person1 {
  position: absolute;
  top: 84px;
  right: -28px;
  width: 107px;
  height: 160px;
}
.p-top__suitability__person2 {
  position: absolute;
  top: 490px;
  left: 3px;
  width: 139px;
  height: 208px;
  z-index: 2;
}
.p-top__suitability__person3 {
  position: absolute;
  top: 400px;
  right: 31px;
  width: 126px;
  height: 189px;
}
.p-top__suitability__person4 {
  position: absolute;
  bottom: 10px;
  right: 1px;
  width: 114px;
  height: 241px;
  z-index: 5;
}
.p-top__suitability__campus {
  margin-top: 77px;
  position: relative;
  z-index: 2;
}
.p-top__suitability__campus__copy {
  position: absolute;
  top: 50%;
  left: 46px;
  transform: translateY(-50%);
  max-width: 309px;
}
.p-top__suitability__campus__bottom {
  position: absolute;
  bottom: -78px;
  left: 40px;
  width: 225px;
}

.p-top__examinee {
  padding: 38px 0 0;
  position: relative;
}
.p-top__examinee__list {
  margin-top: 16px;
  border-top: 1px solid var(--border-color);
}
.p-top__examinee__list a {
  display: block;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
  padding-left: 33px;
  counter-increment: examinee;
  transition: background-color 0.3s ease;
}
.p-top__examinee__list a::before {
  content: "(0" counter(examinee) ")";
  position: absolute;
  left: 1px;
  top: 25px;
  font-family: var(--en-font);
  font-size: 1.2rem;
  line-height: 1.2;
}
.p-top__examinee__list a .p-top__examinee__head {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--primary-color);
}
.p-top__examinee__list a .p-top__examinee__text {
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.p-top__examinee__list a .p-top__examinee__text span {
  font-weight: 700;
}
.p-top__examinee__list a .p-top__examinee__btn {
  position: absolute;
  right: 0;
  top: 20px;
  width: 27px;
  aspect-ratio: 1/1;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__examinee__list a .p-top__examinee__btn .arrow {
  display: block;
  width: 8px;
  height: 6px;
  position: relative;
  overflow: hidden;
}
.p-top__examinee__list a .p-top__examinee__btn .arrow::before, .p-top__examinee__list a .p-top__examinee__btn .arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
.p-top__examinee__list a .p-top__examinee__btn .arrow::before {
  left: -100%;
}
.p-top__examinee__btnWrap {
  margin-top: 31px;
}
.p-top__examinee__btnWrap a {
  height: 78px;
}
.p-top__examinee__btnWrap a .-is-text {
  color: #FFF;
}

.p-top__news {
  padding-bottom: 71px;
  position: relative;
}
.p-top__news::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 52px;
  left: 0;
  width: 100%;
  height: 67px;
  background: linear-gradient(to bottom, rgba(159, 160, 160, 0), rgba(159, 160, 160, 0.3));
  opacity: 0.4;
}
.p-top__news::after {
  opacity: 0.4;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 37px;
  width: 100%;
  height: 15px;
  background: linear-gradient(to top, rgba(159, 160, 160, 0), rgba(159, 160, 160, 0.3));
}
.p-top__news__box {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 40px 16px 48px;
  background-color: #fff;
}
.p-top__news__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-top__news h2 {
  font-family: var(--font-en);
  color: var(--primary-color);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-top__news__sub {
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  transform: translateY(-2px);
}
.p-top__news__sub::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin-right: 8px;
}
.p-top__news__list {
  margin-top: 24px;
  display: grid;
  gap: 24px;
}
.p-top__news__list .p-news__item {
  border: none;
  padding: 0;
}
.p-top__news__list .p-news__item .p-news__item__body {
  font-size: 1.4rem;
}
.p-top__news__list .p-news__item .p-news__item__linkText {
  font-size: 1.4rem;
  color: var(--primary-color);
}
.p-top__news__more {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.p-top__news__more a {
  font-size: 1.4rem;
  font-family: var(--font-en);
  line-height: 1.42;
  color: inherit;
  font-weight: 700;
  position: relative;
}
.p-top__news__more a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--text-color);
  transform-origin: left;
}

.p-top {
  color: var(--text-color);
}
.p-top * {
  box-sizing: border-box;
}
.p-top img {
  max-width: 100%;
}
.p-top li {
  list-style: none;
}
.p-top a {
  color: inherit;
}
.p-top__secTitle {
  position: relative;
  z-index: 2;
}
.p-top__secTitle .ja {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.p-top__secTitle .ja::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.p-top__secTitle h2 {
  margin-top: 2px;
  font-family: var(--font-en);
  font-weight: 300;
  font-size: 6.4rem;
  color: var(--border-color);
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .u-hidden-pc {
    display: none;
  }
  .l-footer {
    padding: 0 0 88px;
  }
  .l-footer__logo {
    width: 238px;
  }
  .l-footer__nav {
    margin-top: 64px;
  }
  .l-footer__box {
    margin-top: 52px;
    max-width: 634px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer__box ul {
    margin-top: 8px;
    justify-content: center;
  }
  .l-footer__list {
    text-align: left;
    margin-top: 0;
  }
  .l-footer__list ul {
    margin-top: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .l-footer__listWrap {
    gap: 40px;
    background-color: var(--background-color);
    padding: 40px 48px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
    display: grid;
    position: relative;
  }
  .l-footer__logoSet {
    margin-top: 72px;
    gap: 48px;
  }
  .l-footer__logoSet__item {
    width: 213px;
  }
  .l-footer__logoSet__item:nth-child(2) {
    width: 237px;
  }
  .l-footer__copyright {
    margin-top: 56px;
  }
  .l-footer__symbol__left {
    width: 271px;
    height: 460px;
    bottom: 0;
    left: -139px;
  }
  .l-footer__symbol__right {
    width: 359px;
    height: 465px;
    bottom: 0;
    right: -161px;
  }
  .p-notFound {
    padding-top: 240px;
    padding-bottom: 390px;
  }
  .p-notFound::before {
    content: "";
    display: block;
    width: 100%;
    height: 192px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(159, 160, 160, 0.3) -1.72%, rgba(159, 160, 160, 0) 33.07%);
  }
  .p-notFound::after {
    height: 310px;
    background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 23%, rgba(159, 160, 160, 0.3) 70%, rgba(159, 160, 160, 0) 100%);
  }
  .p-notFound-main {
    aspect-ratio: 666/92;
    width: 666px;
    background-image: url(../images/404/404__pc.svg);
    margin-bottom: 40px;
  }
  .p-notFound-text {
    font-size: 1.6rem;
  }
  .p-notFound .c-button-1 {
    margin-top: 80px;
  }
  .p-examinee {
    padding-top: 195px;
  }
  .p-examinee::before {
    content: "";
    display: block;
    width: 100%;
    height: 192px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(159, 160, 160, 0.3) -1.72%, rgba(159, 160, 160, 0) 33.07%);
  }
  .p-examinee::after {
    height: 310px;
    background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 23%, rgba(159, 160, 160, 0.3) 70%, rgba(159, 160, 160, 0) 100%);
  }
  .p-examinee-head {
    margin-bottom: 14px;
  }
  .p-examinee-head::after {
    height: 310px;
    top: 100px;
    background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 23%, rgba(159, 160, 160, 0.3) 70%, rgba(159, 160, 160, 0) 100%);
  }
  .p-examinee-heading {
    display: flex;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .p-examinee-heading > span:nth-child(1) {
    font-size: 22px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .p-examinee-heading > span:nth-child(1)::before {
    width: 11px;
  }
  .p-examinee-heading > span:nth-child(2) {
    font-size: 93px;
  }
  .p-examinee-inner-nav {
    width: 240px;
    display: block;
    position: absolute;
    right: 27px;
    top: 144px;
    z-index: 10;
  }
  .p-examinee-inner-nav a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .p-examinee-inner-nav > li {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .p-examinee-inner-nav > li:last-child {
    margin-bottom: 0;
  }
  .p-examinee-inner-nav > li span:nth-child(1) {
    margin-right: 6px;
    min-width: 24px;
    flex-shrink: 0;
    margin-top: 3px;
  }
  .p-examinee-inner-nav > li span:nth-child(2) {
    font-size: 18px;
  }
  .p-examinee-inner-nav > li .-is-arrow {
    margin: 0 0 0 auto;
    width: 28px;
    flex-shrink: 0;
  }
  .p-examinee-intro {
    min-height: 885px;
    padding-top: 148px;
    background-position: right calc(50% + 570px) top 11px, left calc(50% + 650px) top 0px;
    background-size: 516px auto, 684px auto;
    padding-bottom: 136px;
  }
  .p-examinee-intro::after {
    height: 310px;
    background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 23%, rgba(159, 160, 160, 0.3) 70%, rgba(159, 160, 160, 0) 100%);
  }
  .p-examinee-intro__catch {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .p-examinee-intro__text {
    font-size: 20px;
  }
  .p-examinee-links-1 {
    max-width: 1004px;
    margin-top: 180px;
    display: flex;
    align-items: center;
    -moz-column-gap: 56px;
         column-gap: 56px;
    row-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-examinee-links-1 > li {
    margin-bottom: 0;
    width: 474px;
  }
  .p-examinee-links-1 a {
    height: 134px;
    padding-right: 219px;
    padding-left: 28px;
  }
  .p-examinee-links-1 a::before {
    width: 200px;
    right: 19px;
  }
  .p-examinee-links-1 a > span:nth-child(1) {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .p-examinee-links-1 a > span:nth-child(2) {
    font-size: 11px;
  }
  .p-examinee-links-1 a > span:nth-child(3) {
    width: 42px;
    right: 12px;
    bottom: 10px;
  }
  .p-examinee-links-1 a .-is-arrow {
    width: 12px;
  }
  .p-examinee-logo {
    margin: 0 0 152px;
    padding: 115px 48px 90px;
  }
  .p-examinee-logo__title {
    font-size: 28px;
    margin-bottom: 54px;
  }
  .p-examinee-logo__group {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px calc(8px + 5.79710145%);
    -moz-column-gap: 9.05797101%;
         column-gap: 9.05797101%;
  }
  .p-examinee-logo__group::before, .p-examinee-logo__group::after {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    border-top: 1px solid #9FA0A0;
    border-bottom: 1px solid #9FA0A0;
  }
  .p-examinee-logo__group::before {
    border-left: 1px solid #9FA0A0;
    left: 0;
  }
  .p-examinee-logo__group::after {
    border-right: 1px solid #9FA0A0;
    right: 0;
  }
  .p-examinee-logo__text {
    font-size: 16px;
    flex-grow: 1;
  }
  .p-examinee-logo__image-1 {
    flex-shrink: 0;
    width: 333px;
  }
  .p-examinee-logo__image-2 {
    width: 994px;
  }
  .p-examinee-interview {
    margin-top: 152px;
  }
  .p-examinee-interview__comment {
    margin-top: -40px;
    padding: 9px 16px;
  }
  .p-examinee-interview__comment::before, .p-examinee-interview__comment::after {
    width: 77px;
    height: 55px;
  }
  .p-examinee-interview__comment > div {
    padding: 28px 32px;
  }
  .p-examinee-interview__comment p {
    font-size: 22px;
  }
  .p-examinee-q_a {
    margin: 152px auto 0;
  }
  .p-examinee-q_a::before {
    width: 2020px;
    top: -355px;
    left: -1482px;
  }
  .p-examinee-q_a__inner {
    border-radius: 16px;
    padding: 80px 48px;
  }
  .p-examinee-q_a__inner::before {
    width: 214px;
    top: -45px;
    right: 48px;
    border: none;
  }
  .p-examinee-q_a__group-1 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    -moz-column-gap: 56px;
         column-gap: 56px;
    row-gap: 40px;
  }
  .p-examinee-q_a__card {
    padding-left: 108px;
    background: url(../images/examinee/top/q_a.svg) no-repeat left top/76px auto;
    width: calc(50% - 28px);
  }
  .p-examinee-q_a__question {
    margin-bottom: 24px;
  }
  .p-examinee-q_a__question > span {
    font-size: 20px;
  }
  .p-examinee-q_a__answer p {
    font-size: 16px;
  }
  .p-examinee-info {
    margin: 46px auto 171px;
    padding-top: 96px;
  }
  .p-examinee-info::before {
    width: 203px;
    left: 140px;
  }
  .p-examinee-info__wrap {
    border-radius: 16px;
    padding: 100px 48px 73px;
  }
  .p-examinee-info__inner {
    padding: 80px 6% 64px;
    position: relative;
  }
  .p-examinee-info__title-1 {
    font-size: 22px;
    margin-bottom: 32px;
    padding: 8px 14px;
  }
  .p-examinee-info__title-2 {
    font-size: 20px;
    margin: 0;
    flex-shrink: 0;
  }
  .p-examinee-info__graph-1 {
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-examinee-info__details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .p-examinee-info__data {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .p-examinee-info__text-1 {
    width: 100%;
    margin-top: 20px;
  }
  .p-examinee-info__group-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 36px 50px 50px;
  }
  .p-examinee-info__title-3 {
    font-size: 20px;
    display: flex;
    align-items: baseline;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
  .p-examinee-info__title-3 small {
    margin-top: 0;
  }
  .p-examinee-outro {
    margin-top: 170px;
    padding-bottom: 253px;
  }
  .p-examinee-outro__catch {
    width: 564px;
    margin-bottom: 50px;
  }
  .p-examinee-outro__gallery > li > div {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-examinee-outro__gallery img {
    width: 290px;
  }
  .p-examinee-outro__exclamation {
    width: 52px;
    bottom: 523px;
    right: calc(50% + 410px);
  }
  .p-examinee-outro__question {
    width: 100px;
    bottom: 523px;
    left: calc(50% + 400px);
  }
  .p-examinee-outro__img-1 {
    width: 121px;
    bottom: 135px;
    right: calc(50% + 450px);
  }
  .p-examinee-outro__img-2 {
    width: 195px;
    bottom: 140px;
    left: calc(50% + 450px);
  }
  .p-interview {
    padding-bottom: 200px;
  }
  .p-interview::before {
    height: 310px;
    background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 23%, rgba(159, 160, 160, 0.3) 70%, rgba(159, 160, 160, 0) 100%);
  }
  .p-interview-hero {
    font-size: 0.69444444vw;
    margin-bottom: 19.2em;
  }
  .p-interview-hero::before {
    width: 68.7em;
    left: calc(50vw + 5.5em);
    bottom: -25em;
  }
  .p-interview-hero__image {
    border-bottom-left-radius: 20.83333333vw;
  }
  .p-interview-hero__catch {
    font-size: 3.4em;
    row-gap: 0.35294118em;
    padding: 0.47058824em;
    top: 5.32352941em;
    left: 3.52941176em;
  }
  .p-interview-hero__catch::before, .p-interview-hero__catch::after {
    width: 2.64705882em;
  }
  .p-interview-hero__catch > span.--only-sp {
    display: none;
  }
  .p-interview-hero__profile {
    width: 26.6em;
    left: 12em;
    bottom: 6.6em;
    padding-left: 5.6em;
  }
  .p-interview-hero__label {
    font-size: 1.4em;
    padding: 0.28571429em 0.85714286em;
    margin-bottom: 0.57142857em;
  }
  .p-interview-hero__text-1 {
    font-size: 2.2em;
    margin-bottom: 0.86363636em;
  }
  .p-interview-hero__text-2 {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.21428571em;
  }
  .p-interview-hero__text-2 br {
    display: none;
  }
  .p-interview-hero__name {
    font-size: 3.2em;
  }
  .p-interview-section-1 {
    margin-bottom: 0;
  }
  .p-interview-section-1.--style-1 {
    position: relative;
  }
  .p-interview-section-1.--style-1::before {
    content: "";
    display: block;
    pointer-events: none;
    aspect-ratio: 1/1;
    background: url(../images/examinee/common/symbol_01.svg) no-repeat center/contain;
    width: 810px;
    position: absolute;
    bottom: -105px;
    left: calc(50% - 1240px);
    z-index: -1;
  }
  .p-interview-section-1__head {
    margin-bottom: 104px;
    padding-left: 68px;
  }
  .p-interview-section-1__body {
    margin-bottom: 96px;
  }
  .p-interview-section-2 {
    margin-bottom: 120px;
    padding-top: 176px;
    padding-bottom: 0;
    background: transparent;
    position: relative;
  }
  .p-interview-section-2::before {
    content: "";
    display: block;
    pointer-events: none;
    z-index: -1;
    aspect-ratio: 560/1400;
    width: 560px;
    background: url(../images/examinee/common/symbol_02__pc.svg) no-repeat right center/contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-interview-section-2__image {
    border-bottom-left-radius: 20.83333333vw;
  }
  .p-interview-section-2__text {
    margin-left: 120px;
    margin-right: auto;
    max-width: 954px;
    padding: 72px;
    margin-top: -6.66666667vw;
  }
  .p-interview-lottie {
    width: 40px;
    height: 126px;
    top: -15px;
  }
  .p-interview-catch {
    font-size: 3.4rem;
  }
  .p-interview-title {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .p-interview-text {
    font-size: 1.8rem;
  }
  .p-interview-spots {
    margin: 152px auto;
    padding: 88px 48px 84px;
    border-radius: 16px;
  }
  .p-interview-spots__title {
    font-size: 2.8rem;
  }
  .p-interview-spots__spot {
    margin-top: 56px;
    padding: 48px 56px;
    display: flex;
    align-items: center;
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .p-interview-spots__text-1 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .p-interview-spots__text-1 > span {
    width: 183px;
  }
  .p-interview-spots__image {
    margin: 0;
    width: 225px;
    flex-shrink: 0;
    order: 1;
  }
  .p-interview-spots__image-2.--type-1 {
    width: 61px;
    right: -30px;
  }
  .p-interview-spots__image-2.--type-2 {
    width: 135px;
    right: -77px;
  }
  .p-interview-spots__image-2.--type-3 {
    width: 94px;
    right: -41px;
  }
  .p-interview-spots__body {
    flex-grow: 1;
  }
  .p-interview-spots__subtitle {
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 32px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .p-interview-spots__subtitle::before {
    width: 29px;
  }
  .p-interview-spots__text-2 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-interview-message {
    margin-top: 152px;
    margin-bottom: 152px;
    position: relative;
    padding: 60px 48px 83px;
  }
  .p-interview-message__card .--border {
    width: 89px;
    height: 64px;
  }
  .p-interview-message__subtitle {
    width: 112px;
    margin-bottom: 24px;
  }
  .p-interview-message__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-interview-title-2 {
    font-size: 3.4rem;
    margin-bottom: 72px;
  }
  .p-interview-title-2::before {
    width: 14px;
    margin-right: 16px;
  }
  .p-interview-examinee-list {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 96px;
         column-gap: 96px;
    justify-content: center;
    align-items: flex-start;
  }
  .p-interview-examinee-list > li {
    width: 336px;
  }
  .p-interview-examinee-list.--top {
    -moz-column-gap: 168px;
         column-gap: 168px;
    row-gap: 98px;
  }
  .p-interview-examinee-list.--top > li {
    width: 516px;
  }
  .p-interview-examinee-list.--top a {
    position: relative;
    padding-top: 35px;
  }
  .p-interview-examinee-list a {
    flex-direction: column;
    row-gap: 25px;
  }
  .p-interview-examinee-list__image {
    width: 100%;
    padding-left: 22px;
    padding-right: 5px;
  }
  .--top .p-interview-examinee-list__image {
    width: 380px;
    padding-right: 9px;
    padding-bottom: 30px;
    margin-left: auto;
    position: static;
  }
  .p-interview-examinee-list__thumb {
    width: 309px;
  }
  .--top .p-interview-examinee-list__thumb {
    width: 350px;
  }
  .p-interview-examinee-list__link {
    width: 104px;
    padding-top: 30px;
  }
  .--top .p-interview-examinee-list__link {
    position: absolute;
    left: 0;
    bottom: 70px;
  }
  .p-interview-examinee-list__link .-is-text {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .p-interview-examinee-list__link .-is-arrow {
    width: 20px;
  }
  .p-interview-examinee-list__body {
    width: 100%;
    padding-top: 0;
    order: 1;
  }
  .--top .p-interview-examinee-list__body {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-interview-examinee-list__group-1 {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .--top .p-interview-examinee-list__group-1 {
    margin-bottom: 25px;
  }
  .p-interview-examinee-list__label {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .p-interview-examinee-list__text-1 {
    font-size: 2.2rem;
  }
  .p-interview-examinee-list__text-2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2px;
  }
  .--top .p-interview-examinee-list__text-2 .u-hidden-pc {
    display: block;
  }
  .p-interview-examinee-list__name {
    font-size: 2.8rem;
  }
  .p-news {
    margin: 0px 0 40px;
    padding: 196px 20px 0;
  }
  .p-news .p-news__bgLogo {
    top: -304px;
    right: -67px;
    width: 667px;
    height: 887px;
    z-index: 0;
    background: url("../images/news/img-bg-01.svg") no-repeat center center;
  }
  .p-news .p-news__head {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 101px;
  }
  .p-news .p-news__head h1 {
    font-size: 93px;
  }
  .p-news .p-news__head span {
    font-size: 22px;
  }
  .p-news .p-news__bg {
    left: 0;
    width: 100%;
  }
  .p-news .p-news__deco-top {
    display: none;
    z-index: 1;
  }
  .p-news .p-news__deco-bottom {
    display: none;
    z-index: 1;
  }
  .p-news .p-news__deco-bottomPC.-top {
    bottom: 114px;
  }
  .p-news .p-news__deco-bottomPC.-bottom {
    height: 114px;
    bottom: 0;
  }
  .p-news .p-news__inner {
    padding: 80px 120px;
    border: 1px solid var(--border-color);
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 114px;
  }
  .p-news .p-news__item__flex {
    margin-bottom: 12px;
    gap: 16px;
  }
  .p-news .p-news__item__textLarge {
    font-size: 1.5rem;
  }
  .p-news .p-news__item__strong {
    font-size: 1.6rem;
  }
  .p-news .p-news__item__note {
    padding: 24px;
  }
  .p-news .p-news__item__body {
    font-size: 1.6rem;
  }
  .p-news ul li {
    font-size: 1.6rem;
  }
  .p-news__more {
    margin: 16px 0 0;
  }
  .p-news__more .p-news__more-button {
    width: 80px;
    height: 80px;
  }
  .p-news__item {
    padding-bottom: 48px;
  }
  .p-news__item + .p-news__item {
    padding-top: 48px;
  }
  .p-news__item .p-news__item__flex {
    margin-bottom: 12px;
    gap: 16px;
  }
  .p-news__item .p-news__item__textLarge {
    font-size: 1.5rem;
  }
  .p-news__item__linkText {
    margin-top: 24px;
  }
  .p-news__item__linkText {
    font-size: 1.5rem;
  }
  .p-news__item__body {
    font-size: 1.6rem;
  }
  .p-top__about {
    padding: 52px 0 44px;
  }
  .p-top__about__movie {
    margin-top: 30px;
    max-width: 491px;
  }
  .p-top__about__catch {
    margin-top: 28px;
    font-size: 3.2rem;
  }
  .p-top__about__text {
    margin-top: 32px;
    font-size: 2rem;
  }
  .p-top__about::before {
    display: none;
  }
  .p-top__about::after {
    display: none;
  }
  .p-top__explore {
    padding: 24px 0 114px;
  }
  .p-top__explore::before {
    content: "";
    position: absolute;
    bottom: 943px;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(159, 160, 160, 0), rgba(159, 160, 160, 0.3));
    opacity: 0.4;
  }
  .p-top__explore::after {
    content: "";
    position: absolute;
    bottom: 865px;
    left: 0;
    width: 100%;
    height: 78px;
    background: linear-gradient(to top, rgba(159, 160, 160, 0), rgba(159, 160, 160, 0.3));
    opacity: 0.4;
  }
  .p-top__explore__head {
    position: absolute;
    z-index: 2;
    top: 101px;
    left: 16px;
    padding: 0;
  }
  .p-top__explore__title .ja {
    font-size: 2.2rem;
    justify-content: flex-start;
  }
  .p-top__explore__title .ja::before {
    width: 11px;
  }
  .p-top__explore__title h2 {
    text-align: left;
    margin-top: 24px;
    font-size: 9.2rem;
  }
  .p-top__explore__anchor {
    margin-top: 32px;
    gap: 15px;
    width: 374px;
  }
  .p-top__explore__anchor a {
    font-size: 1.9rem;
  }
  .p-top__explore__anchor a span::before {
    width: 18px;
    margin-right: 9px;
  }
  .p-top__explore__anchor a svg {
    width: 28px;
    height: 28px;
  }
  .p-top__explore__wrap {
    margin-top: 0;
    margin-bottom: 56px;
  }
  .p-top__explore__symbol {
    width: 320px;
    margin-right: 16px;
    margin-top: 50px;
  }
  .p-top__explore__flow {
    top: auto;
    bottom: 60px;
  }
  .p-top__explore__section {
    padding-bottom: 120px;
  }
  .p-top__explore__section__title {
    margin-left: 0;
    margin-right: 0;
    padding: 0 29px;
    font-size: 2rem;
  }
  .p-top__explore__section__title h3 {
    gap: 11px;
  }
  .p-top__explore__section__title h3::before {
    width: 22px;
    height: 23px;
  }
  .p-top__explore__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-top__explore__item__mainImg {
    width: 254px;
    margin-top: -47px;
  }
  .p-top__explore__item__mainImg.-br {
    margin-top: -80px;
  }
  .p-top__explore__item__person {
    width: 84px;
    top: 237px;
  }
  .p-top__explore__item__name {
    margin-top: 12px;
  }
  .p-top__explore__item__nameSet {
    margin-top: 0;
  }
  .p-top__explore__item__text {
    margin-top: 8px;
    padding-bottom: 0;
    margin-bottom: auto;
  }
  .p-top__explore__item__text button {
    display: none;
  }
  .p-top__explore__item__text p {
    height: auto;
  }
  .p-top__explore__item__text p::before {
    display: none;
  }
  .p-top__explore__item .p-top__explore__tags {
    height: 60px;
  }
  .p-top__explore__item .p-top__explore__btn:not(:last-child) {
    margin-top: 28px;
  }
  .p-top__features {
    padding: 137px 0 153px;
  }
  .p-top__features__imgSlider {
    padding: 120px 0;
  }
  .p-top__features__imgSlider .swiper-slide-active img {
    transform: scale(1.8);
  }
  .p-top__features__imgSlider__mainNumber {
    font-size: 10.6rem;
    left: 50%;
    transform: translateX(calc(-50% - 253px));
  }
  .p-top__features__imgSlider__mainNumber::after {
    width: 120px;
  }
  .p-top__features__imgSlider__subNumber {
    top: 310px;
  }
  .p-top__features__imgSlider__btn {
    top: 23.4375vw;
    width: 49.4791666667vw;
  }
  .p-top__features__imgSlider__btn button {
    width: 42px;
  }
  .p-top__features__textSlider {
    padding: 10px 20px 40px;
  }
  .p-top__fixed {
    right: 8px;
    width: 170px;
  }
  .p-top__fixed__inner {
    width: 160px;
    padding-top: 39px;
    font-size: 1.8rem;
  }
  .p-top__fixed__inner::after {
    width: 28px;
    height: 28px;
    bottom: 13px;
  }
  .p-top__kv {
    height: 63.4722222222vw;
  }
  .p-top__kv__circleBg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1008px;
    width: 70vw;
    height: 100%;
  }
  .p-top__kv__circle1 {
    width: 1008px;
    width: 70vw;
    top: calc(50% - 100px);
  }
  .p-top__kv__circle1__img {
    width: 112px;
    width: 7.7777777778vw;
  }
  .p-top__kv__circle2 {
    width: 680px;
    width: 47.2222222222vw;
    top: calc(50% - 100px);
  }
  .p-top__kv__circle2__img {
    width: 96px;
    width: 6.6666666667vw;
  }
  .p-top__kv__texts {
    font-size: 1rem;
    top: 30px;
    left: 5.1388888889vw;
    width: auto;
  }
  .p-top__kv__roundText {
    top: calc(50% - 100px);
    width: 770px;
    width: 53.4722222222vw;
  }
  .p-top__kv__roundText img {
    width: 100%;
  }
  .p-top__kv__logo {
    top: calc(50% - 100px);
    width: 200px;
  }
  .p-top__lead {
    padding: 31px 0 16px;
  }
  .p-top__lead__inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .p-top__lead__img {
    max-width: 350px;
  }
  .p-top__lead__pc {
    width: 487px;
  }
  .p-top__lead__text {
    margin-top: 0px;
  }
  .p-top__lead__catch {
    margin: 0;
    font-size: 1.6rem;
  }
  .p-top__lead::before {
    display: none;
  }
  .p-top__lead::after {
    display: none;
  }
  .p-top__loading__inner {
    width: 600px;
  }
  .p-top__suitability {
    padding-top: 154px;
    padding-bottom: 145px;
  }
  .p-top__suitability__beforeWrap::before {
    width: calc(100% + 20px);
    aspect-ratio: 1960/1715;
    top: 30px;
    left: -20px;
    background-image: url("../images/top/suitability-bg-pc.svg");
  }
  .p-top__suitability__afterWrap::after {
    bottom: 20px;
  }
  .p-top__suitability__list {
    margin-top: 33px;
    padding: 88px 79px 100px;
    max-width: 810px;
    gap: 48px 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top__suitability__person1 {
    right: 0;
    width: 150px;
  }
  .p-top__suitability__person2 {
    top: 200px;
    left: -20px;
    width: 200px;
  }
  .p-top__suitability__person3 {
    top: 550px;
    width: 200px;
    right: 10px;
  }
  .p-top__suitability__person4 {
    width: 150px;
    bottom: 110px;
    right: 20px;
  }
  .p-top__suitability__campus__bottom {
    left: auto;
    right: 25%;
    bottom: -61px;
    width: 31.7%;
  }
  .p-top__examinee {
    padding: 0 0 51px;
  }
  .p-top__examinee .p-top__secTitle .ja {
    justify-content: flex-start;
  }
  .p-top__examinee .p-top__secTitle h2 {
    text-align: left;
  }
  .p-top__examinee::after {
    content: "";
    display: block;
    width: 100%;
    height: 190px;
    background: linear-gradient(to bottom, rgba(159, 160, 160, 0) 23%, rgba(159, 160, 160, 0.3) 70%, rgba(159, 160, 160, 0) 100%);
    opacity: 0.4;
    position: absolute;
    z-index: -1;
    bottom: 45px;
    left: 0;
  }
  .p-top__examinee__list {
    margin-top: 53px;
  }
  .p-top__examinee__list a {
    min-height: 168px;
    padding: 32px 62px;
    display: grid;
    grid-template-columns: 220px 1fr;
  }
  .p-top__examinee__list a::before {
    top: 39px;
    left: 8px;
    font-size: 1.5rem;
  }
  .p-top__examinee__list a .p-top__examinee__head {
    font-size: 2.8rem;
  }
  .p-top__examinee__list a .p-top__examinee__text {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .p-top__examinee__list a .p-top__examinee__btn {
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 42px;
  }
  .p-top__examinee__list a .p-top__examinee__btn .arrow {
    width: 12px;
    height: 9px;
  }
  .p-top__examinee__btnWrap {
    margin-top: 68px;
  }
  .p-top__examinee__btnWrap a {
    height: 81px;
  }
  .p-top__news {
    padding-top: 60px;
  }
  .p-top__news::before {
    height: 122px;
    bottom: 117px;
  }
  .p-top__news::after {
    height: 55px;
    bottom: 62px;
  }
  .p-top__news__box {
    padding: 55px 67px 80px;
    display: grid;
    grid-template-columns: 170px 1fr;
    position: relative;
  }
  .p-top__news__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .p-top__news__sub {
    transform: translateY(0);
  }
  .p-top__news__list {
    margin-top: 0;
    gap: 29px;
  }
  .p-top__news__list .p-news__item + .p-news__item {
    padding: 0;
  }
  .p-top__news__more {
    position: absolute;
    top: 174px;
    left: 69px;
    margin-top: 0;
    display: block;
  }
  .p-top__secTitle .ja {
    font-size: 2.2rem;
    gap: 14px;
  }
  .p-top__secTitle .ja::before {
    width: 11px;
  }
  .p-top__secTitle h2 {
    margin-top: 5px;
    font-size: 9.3rem;
  }
}
@media screen and (max-width: 739px) {
  .u-hidden-sp {
    display: none;
  }
  .p-examinee-q_a__question {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 40px;
    padding-left: 56px;
    padding-right: 32px;
    background: url(../images/examinee/top/q_a.svg) no-repeat left center/40px auto;
  }
  .p-examinee-q_a__question::before, .p-examinee-q_a__question::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #57AEDB;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-examinee-q_a__question::after {
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.5s ease;
  }
  .p-examinee-q_a__question.--opened::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .p-examinee-q_a__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.5s grid-template-rows ease;
  }
  .p-examinee-q_a__answer.--opened {
    grid-template-rows: 1fr;
  }
  .p-examinee-q_a__answer > div {
    overflow: hidden;
  }
  .p-examinee-q_a__answer > div > div {
    padding-top: 16px;
    padding-left: 56px;
  }
  .p-interview-hero__catch > span.--only-pc {
    display: none;
  }
  .p-interview-message__card {
    position: relative;
  }
  .p-news .p-news__bg {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  .p-news .p-news__deco-topPC {
    display: none;
  }
  .p-news__more {
    padding-bottom: 34px;
  }
  .p-top__about__symbol {
    display: none;
  }
  .p-top__kv__symbolWrap {
    display: none;
  }
}
@media (hover: hover) {
  .c-button-1:hover::before {
    opacity: 1;
  }
  .c-button-1:hover .-is-arrow::before {
    animation-name: toLeftBefore;
    animation-delay: 0.3s;
  }
  .c-button-1:hover .-is-arrow::after {
    animation-name: toLeftAfter;
  }
  .l-footer__nav ul a:hover::after {
    transform: scaleX(1);
  }
  .l-footer__box ul a:hover::after {
    transform: scaleX(1);
  }
  .l-footer__list ul a:hover::after {
    transform: scaleX(1);
  }
  .p-examinee-inner-nav a:hover .-is-arrow::before {
    opacity: 1;
  }
  .p-examinee-inner-nav a:hover .-is-arrow::after {
    opacity: 0;
  }
  .p-examinee-links-1 a:hover::before {
    background-size: 110%;
  }
  .p-examinee-links-1 a:hover .-is-arrow::before {
    animation-name: toLeftBefore;
    animation-delay: 0.3s;
  }
  .p-examinee-links-1 a:hover .-is-arrow::after {
    animation-name: toLeftAfter;
  }
  a:hover .p-interview-examinee-list__thumb img {
    transform: scale(1.1);
  }
  .p-interview-examinee-list__link::after {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    background: url(../images/examinee/common/link_icon.svg) no-repeat center/contain;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s linear;
    top: 0;
    left: 0;
  }
  a:hover .p-interview-examinee-list__link::after {
    opacity: 1;
  }
  a:hover .p-interview-examinee-list__link .-is-arrow::before {
    animation-name: toLeftBefore;
    animation-delay: 0.3s;
  }
  a:hover .p-interview-examinee-list__link .-is-arrow::after {
    animation-name: toLeftAfter;
  }
  .p-news__more .p-news__more-button:hover {
    opacity: 0.6;
  }
  .p-news__item__linkText a:hover {
    animation: underline_news 0.6s ease;
  }
  @keyframes underline_news {
    from {
      background-size: 0 1px;
    }
    to {
      background-size: calc(100% - 24px) 1px;
    }
  }
  .p-top__explore__btn:hover {
    color: var(--tag-color);
  }
  .p-top__explore__btn:hover .arrow::before {
    animation-name: toLeftBefore;
    animation-delay: 0.3s;
  }
  .p-top__explore__btn:hover .arrow::after {
    animation-name: toLeftAfter;
  }
  .p-top__explore__anchor a:hover svg circle {
    fill: var(--tag-color);
  }
  .p-top__explore__anchor a:hover svg path {
    stroke: #fff;
  }
  .p-top__features__imgSlider__btn button:hover {
    background-color: var(--primary-color);
  }
  .p-top__features__imgSlider__btn button:hover svg path {
    fill: #fff;
  }
  .p-top__fixed:hover .p-top__fixed__inner::before {
    opacity: 1;
  }
  .p-top__examinee__list a:hover {
    background-color: var(--background-color);
  }
  .p-top__examinee__list a:hover .p-top__examinee__btn .arrow::before {
    animation-name: toLeftBefore;
    animation-delay: 0.3s;
  }
  .p-top__examinee__list a:hover .p-top__examinee__btn .arrow::after {
    animation-name: toLeftAfter;
  }
  .p-top__news__more a:hover::after {
    animation: underline 0.5s ease forwards;
  }
  @keyframes underline {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(1);
    }
  }
}
@media screen and (min-width: 1000px) {
  .l-footer__list {
    display: grid;
    grid-template-columns: 288px 1fr;
  }
  .l-footer__list ul {
    margin-top: 0;
  }
  .l-footer__listWrap {
    gap: 20px;
  }
  .l-header__logo {
    top: 20px;
    left: 25px;
    width: 208px;
  }
  .l-header__btn {
    display: none;
  }
  .l-header__overlay.-active {
    visibility: hidden;
  }
  .l-header__pc {
    display: block;
    position: fixed;
    top: 20px;
    right: 15px;
    height: 68px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 33px;
    z-index: 100;
    padding: 0 44px;
    border: 1px solid #ececec;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  }
  .l-header__pc ul {
    display: flex;
    gap: 32px;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
  }
  .l-header__pc ul a {
    color: var(--text-color);
    display: flex;
    align-items: center;
    padding: 25px 0;
    position: relative;
  }
  .l-header__pc ul a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 8px;
  }
  .l-header__pc ul a::after {
    position: absolute;
    bottom: 22px;
    left: 14px;
    content: "";
    display: block;
    width: calc(100% - 14px);
    height: 1px;
    background-color: var(--text-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .p-interview-section-1__body {
    padding-left: 68px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-interview-section-1__body.--reversed .p-interview-section-1__image {
    order: 1;
  }
  .p-interview-section-1__image {
    margin: 0;
    width: 38.86925795%;
  }
  .p-interview-section-1__text {
    width: 49.29328622%;
  }
  .p-interview-message__card {
    display: flex;
    padding: 0;
  }
  .p-interview-message__image {
    margin: 0;
    width: 28.07971014%;
    flex-shrink: 0;
  }
  .p-interview-message__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-interview-message__body {
    padding: 60px 48px;
  }
  .p-top__about__symbol {
    bottom: auto;
    top: 0;
    height: 200%;
  }
  .p-top__about__symbol__left {
    top: 20px;
    transform: translateY(0);
  }
  .p-top__about__symbol__right {
    transform: translateY(0);
    right: -282px;
    top: 0;
  }
  .p-top__explore__section__list {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 96px;
  }
  .p-top__explore__box {
    margin-left: 0;
    margin-right: 0;
    padding: 71px 56px;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-top__explore__box li {
    display: flex;
    flex-direction: column;
  }
  .p-top__explore__box li .p-top__explore__tags {
    margin-bottom: 28px;
  }
  .p-top__explore__box li .p-top__explore__btn {
    margin-top: auto;
  }
  .p-top__features::before {
    top: 0;
    bottom: auto;
    width: 2020px;
    left: -1362px;
  }
  .p-top__features__slider {
    margin-top: 24px;
    padding: 0 48px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  .p-top__features__slider::before {
    top: -287px;
    height: calc(100% + 287px);
    border-radius: 16px;
    -webkit-backdrop-filter: blur(100px);
            backdrop-filter: blur(100px);
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.04);
    z-index: 1;
  }
  .p-top__features__imgSlider {
    padding: 140px 0;
    overflow: hidden;
  }
  .p-top__features__imgSlider .swiper-slide-active img {
    transform: scale(2.16);
  }
  .p-top__features__imgSlider__subNumber {
    font-size: 1.5rem;
    top: 134px;
  }
  .p-top__features__imgSlider__subNumber.-prev {
    left: 48px;
  }
  .p-top__features__imgSlider__subNumber.-next {
    right: 270px;
  }
  .p-top__features__imgSlider__btn {
    top: 232px;
    width: calc(100% - 60px);
  }
  .p-top__features__imgSlider__btn button svg {
    width: 7px;
  }
  .p-top__features__textSlider {
    padding: 20px 0 120px;
  }
  .p-top__features__textSlider__inner {
    display: grid;
    grid-template-columns: 1fr 49%;
    gap: 32px;
  }
  .p-top__features__textSlider__head {
    padding-left: 52px;
  }
  .p-top__features__textSlider__head .p-top__features__textSlider__counter {
    top: 4px;
    font-size: 3rem;
  }
  .p-top__features__textSlider__head h3 {
    font-size: 2.8rem;
  }
  .p-top__features__textSlider__head p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
  .p-top__features__textSlider__point {
    margin-top: 0;
    grid-template-columns: 58px 1fr;
    gap: 5px 24px;
    padding: 36px 24px 32px 11px;
  }
  .p-top__features__textSlider__point::before {
    width: 72px;
    height: 27px;
    font-size: 1.6rem;
    text-transform: uppercase;
  }
  .p-top__features__textSlider__point .img1 {
    margin-top: 4px;
  }
  .p-top__features__textSlider__point .img1 img {
    width: 14px;
  }
  .p-top__features__textSlider__point p {
    font-size: 1.5rem;
  }
  .p-top__kv__texts {
    top: 10.7638888889vw;
    font-size: 0.6944444444vw;
  }
  .p-top__kv__logo {
    width: 355px;
    width: 24.6527777778vw;
  }
  .p-top__lead__inner {
    gap: 0px;
  }
  .p-top__lead__img {
    max-width: 534px;
  }
  .p-top__lead__text {
    margin-top: 14px;
  }
  .p-top__society {
    padding-bottom: 62px;
  }
  .p-top__society__box {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 96px 40px;
    border-radius: 16px;
    position: relative;
  }
  .p-top__society__box__list {
    position: absolute;
    flex-direction: column;
    font-size: 1.4rem;
    left: 40px;
    bottom: 96px;
  }
  .p-top__society__box__list li::before {
    font-weight: 300;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .p-top__society__box__img {
    max-width: 77%;
    margin-top: 0px;
  }
  .p-top__society__box__text {
    margin-top: 0;
    font-size: 1.8rem;
    position: absolute;
    top: 97px;
    left: 76px;
    writing-mode: vertical-rl;
  }
  .p-top__suitability__beforeWrap {
    top: -112px;
  }
  .p-top__suitability__beforeWrap::before {
    top: 16px;
    left: 50%;
    transform: translateX(calc(-50% - 86px));
    width: 1960px;
    height: 1715px;
  }
  .p-top__suitability__afterWrap {
    bottom: -100px;
  }
  .p-top__suitability__afterWrap::after {
    width: 870px;
    height: 852px;
    right: calc((100% - 1400px) / 2 + 56px);
  }
  .p-top__suitability__list li {
    font-size: 2rem;
  }
  .p-top__suitability__list li::before {
    width: 22px;
    height: 23px;
    margin-right: 11px;
  }
  .p-top__suitability__person1 {
    top: 0;
    right: -30px;
    width: 260px;
    height: 390px;
  }
  .p-top__suitability__person2 {
    top: 55px;
    left: 0;
    width: 316px;
    height: 474px;
  }
  .p-top__suitability__person3 {
    top: 437px;
    right: 98px;
    width: 337px;
  }
  .p-top__suitability__person4 {
    bottom: 0;
    right: 0;
    width: 262px;
    height: 554px;
  }
  .p-top__suitability__campus {
    margin-top: 96px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top__suitability__campus__copy {
    top: 296px;
    left: 213px;
    transform: translate(0);
    max-width: 456px;
  }
  .p-top__news {
    padding: 121px 0 159px;
  }
}
@media screen and (min-width: 1920px) {
  .l-footer__symbol {
    height: 120%;
  }
  .l-footer__symbol__wrap {
    width: 2210px;
    height: 100%;
    position: absolute;
    left: calc(50% + 66px);
    transform: translateX(-50%);
  }
  .l-footer__symbol__left {
    width: 629px !important;
    height: 1064px !important;
    left: 0 !important;
  }
  .l-footer__symbol__right {
    width: 834px !important;
    height: 1080px !important;
    right: 0 !important;
  }
  .p-top__about__symbol__wrap {
    width: 2100px;
    height: 100%;
    position: absolute;
    left: calc(50% + 83px);
    transform: translateX(-50%);
  }
  .p-top__about__symbol__left {
    width: 629px;
    left: 0;
  }
  .p-top__about__symbol__right {
    width: 834px;
    right: 0;
  }
}
@media screen and (min-width: 1180px) {
  .l-footer__symbol__left {
    width: 516px;
    width: 35.8333333333vw;
    height: 60.6944444444vw;
    bottom: -33px;
    left: -187px;
  }
  .l-footer__symbol__right {
    width: 684px;
    width: 47.5vw;
    height: 61.4583333333vw;
    bottom: -33px;
    right: -340px;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .l-header__pc ul a:hover::after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 960px) {
  .p-examinee-info__group-1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .p-examinee-info__graph-1 {
    margin: 0;
  }
  .p-examinee-info__details {
    width: 434px;
    flex-shrink: 0;
  }
  .p-examinee-info__type {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .p-examinee-info__type > li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
    width: calc((100% - 80px) / 3);
  }
  .p-examinee-info__type > li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #9FA0A0;
    position: absolute;
    top: 0;
    right: -20px;
  }
  .p-examinee-info__type > li:last-child::after {
    content: none;
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .p-interview-hero {
    margin-bottom: 192px;
  }
  .p-interview-hero::before {
    width: 687px;
    left: calc(50vw + 55px);
    bottom: -250px;
  }
  .p-interview-section-2 {
    margin-left: auto;
    max-width: 1680px;
  }
  .p-interview-section-2__image {
    border-bottom-left-radius: 300px;
    height: 560px;
  }
  .p-interview-section-2__image img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-interview-section-2__text {
    margin-top: -96px;
  }
}
@media screen and (min-width: 1380px) {
  .p-news {
    padding-right: 120px;
    padding-left: 120px;
  }
  .p-top__explore__head {
    left: calc((100% - 1200px) / 2);
  }
  .p-top__explore__symbol {
    margin-top: 0;
    width: 420px;
    margin-right: calc((100% - 1200px) / 2);
  }
  .p-top__explore__flow {
    bottom: 75px;
  }
  .p-top__explore__flow span {
    font-size: 3.8rem;
  }
  .p-top__suitability__personWrap {
    max-width: 1289px;
    margin-left: auto;
    margin-right: auto;
    height: 1800px;
    left: 50%;
    transform: translateX(calc(-50% + 30px));
  }
}
@media screen and (max-width: 999px) {
  .p-top__kv__symbol.-l {
    top: -10px;
    left: -150px;
    width: 260px;
  }
  .p-top__kv__symbol.-r {
    top: 0px;
    right: -200px;
    width: 330px;
  }
}
@media screen and (max-width: 374px) {
  .p-top__suitability .p-top__secTitle h2 {
    font-size: 5.5rem;
  }
}