@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

option {
  color: black;
}

body {
  background: #FFFFFF;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 1100px) {
  .u-hidden-sp {
    display: initial;
  }
}

@media screen and (min-width: 1100px) {
  .u-hidden-pc {
    display: none;
  }
}

.l-inner {
  padding-inline: 30px;
  max-width: 1260px;
  margin-inline: auto;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 6px;
}
@media screen and (min-width: 1100px) {
  .l-header {
    padding-block: 29px;
  }
}
.l-header a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .l-header a:hover {
    opacity: 0.7;
  }
}

.p-header__inner {
  padding-right: 30px;
  padding-left: 24px;
}
@media screen and (min-width: 1100px) {
  .p-header__inner {
    padding-right: 45px;
    padding-left: 32px;
  }
}

.p-header__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.p-header-logo__image {
  display: block;
  width: 113px;
  aspect-ratio: 101/41;
}
@media screen and (min-width: 768px) and (max-width: 1439.98px) {
  .p-header-logo__image {
    width: clamp(7.063rem, -1.366rem + 17.56vw, 14.438rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-header-logo__image {
    width: 257px;
  }
}
.p-header-logo__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 3px;
}
@media screen and (min-width: 1100px) {
  .p-header__nav {
    gap: 0;
    padding-bottom: 0;
  }
}

.p-header__navList {
  display: none;
}
@media screen and (min-width: 1100px) {
  .p-header__navList {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 22px 15px 16px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.p-header__navList li a {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 1100px) and (max-width: 1199.98px) {
  .p-header__navList li a {
    font-size: clamp(0.813rem, -0.563rem + 2vw, 0.938rem);
  }
}
@media screen and (min-width: 1200px) {
  .p-header__navList li a {
    font-size: 15px;
  }
}

.p-header__entryLink {
  display: block;
  border-radius: 2px;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  padding: 4px 10px 3px 12px;
  color: #FFF460;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .p-header__entryLink {
    border-radius: 0;
    padding: 14px 19px 7px 19px;
    font-size: 34.2px;
    letter-spacing: normal;
  }
}

.p-header__navButton {
  width: 25px;
  height: 25px;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-header__navButton {
    width: 66px;
    height: 66px;
  }
}
.p-header__navButton span {
  position: absolute;
  left: 19%;
  height: 5%;
  background: #FFF;
  border-radius: 0.625px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-header__navButton span {
    border-radius: 1.65px;
  }
}
.p-header__navButton span:nth-child(1), .p-header__navButton span:nth-child(3) {
  width: 62%;
}
.p-header__navButton span:nth-child(2), .p-header__navButton span:nth-child(4) {
  width: 46%;
}
.p-header__navButton span:nth-child(1) {
  top: 26%;
}
.p-header__navButton span:nth-child(2) {
  top: 42%;
}
.p-header__navButton span:nth-child(3) {
  top: 58%;
}
.p-header__navButton span:nth-child(4) {
  top: 74%;
}
@media screen and (min-width: 1100px) {
  .p-header__navButton {
    display: none;
  }
}

.l-drawer {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 45px 30px 68px;
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(100%);
  transition: transform 1s ease;
  overflow-y: scroll;
}
@media screen and (min-width: 1100px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer.is-checked {
  transform: translateX(0);
}
.l-drawer a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .l-drawer a:hover {
    opacity: 0.7;
  }
}

.p-drawer__closeButton {
  display: block;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 35px;
  aspect-ratio: 1/1;
}
.p-drawer__closeButton img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.p-drawer__navList {
  display: flex;
  flex-direction: column;
  gap: 21.3px;
}
.p-drawer__navList li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.p-drawer__entryLink {
  margin-inline: auto;
  width: 100%;
  max-width: 330px;
  height: 63px;
  padding: 4px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  color: #FFF460;
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 9.6px;
}

.l-footer {
  padding-top: 26px;
  padding-bottom: 14px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 76px;
    padding-bottom: 60px;
  }
}
.l-footer a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer a:hover {
    opacity: 0.7;
  }
}

.p-footer__contents {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer__logo {
  display: block;
  width: 216px;
  aspect-ratio: 216/47;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 331.215px;
    aspect-ratio: 331.215/72.858;
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__name {
  margin-top: 15px;
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__name {
    font-size: 24px;
  }
}

.p-footer__address {
  margin-top: 8px;
  color: #FFF;
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    margin-top: 14px;
    font-size: 18px;
  }
}

.p-footer__navList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-footer__navList {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
    padding-top: 14px;
  }
}

.p-footer__navListHalf {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 21.5px;
}
@media screen and (min-width: 768px) {
  .p-footer__navListHalf {
    gap: 29px;
  }
}
.p-footer__navListHalf li a {
  color: #FFF;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.38462;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-footer__navListHalf li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 18px;
  }
}

.p-footer__entryLink {
  margin: 41px auto 0;
  width: 100%;
  max-width: 330px;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  color: #FFF460;
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: 9.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__entryLink {
    margin-top: 36px;
    margin-right: 0;
    max-width: 174px;
    letter-spacing: 2.4px;
  }
}

.p-footer__copyright {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 75px;
  }
}
.p-footer__copyright .copy {
  color: #FFF;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.77778;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright .copy {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.8px;
  }
}
.p-footer__copyright .simna {
  color: #5A5A5A;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.77778;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright .simna {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.8px;
  }
}

.p-toTop {
  position: fixed;
  z-index: 80;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  transition: opacity 0.3s ease;
}
.p-toTop.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-toTop {
    display: none;
  }
}

.c-swiper-pagination {
  height: 14.224px;
}
@media screen and (min-width: 768px) {
  .c-swiper-pagination {
    height: 30px;
  }
}
.c-swiper-pagination .swiper-pagination-bullet {
  width: 7.112px !important;
  height: 7.112px !important;
  background: none !important;
  border: 0.569px solid #0058A6;
  margin: 0 4.5px 3.56px !important;
}
@media screen and (min-width: 768px) {
  .c-swiper-pagination .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    border-width: 1.2px;
    margin: 0 10px 7.5px !important;
  }
}
.c-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-bottom: 0 !important;
  width: 14.224px !important;
  height: 14.224px !important;
  background: rgba(0, 88, 166, 0.15) !important;
  border: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px !important;
    height: 30px !important;
  }
}
.c-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.112px;
  height: 7.112px;
  border-radius: 50%;
  background: #0058A6;
}
@media screen and (min-width: 768px) {
  .c-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 15px;
    height: 15px;
  }
}

.c-section-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    gap: 9px;
  }
}

.c-section-title__sub {
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16.571px;
  background: #FFF460;
  color: #0058A6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub {
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1.33333;
  }
}
.c-section-title__sub--white, .c-section-title__sub--black {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 0.72399;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub--white, .c-section-title__sub--black {
    font-size: 18px;
    line-height: 1.33333;
  }
}
.c-section-title__sub--white {
  color: #FFF;
}
.c-section-title__sub--black {
  color: #000;
}

.c-section-title__main {
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.29167;
}
@media screen and (min-width: 768px) {
  .c-section-title__main {
    font-size: 150px;
    line-height: 1;
  }
}
.c-section-title__main--gradation {
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-section-title__main--white {
  color: #FFF;
}

.p-hero {
  height: 96.4102564103vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-hero {
    height: 100vh;
  }
}

.p-hero__background {
  position: absolute;
  inset: 0;
}

.p-hero__bgImages {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 82.4468085106%;
}
@media screen and (min-width: 768px) {
  .p-hero__bgImages {
    height: 91.3978494624%;
  }
}

.p-hero__bgImage {
  width: 100%;
  height: 100%;
}
.p-hero__bgImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-hero__pagination {
  z-index: 10;
  bottom: 11.4361702128% !important;
}
@media screen and (min-width: 768px) {
  .p-hero__pagination {
    bottom: 2.688172043% !important;
  }
}

.p-hero__catchphrase {
  padding-bottom: 20.2564102564vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-hero__catchphrase {
    padding-bottom: 8.6805555556vw;
    width: 100%;
    max-width: 1226px;
  }
}

.p-hero-catchphrase__main {
  position: relative;
  z-index: 10;
  color: #FFF;
  font-family: "Rajdhani", sans-serif;
  font-size: 16.0256410256vw;
  font-weight: 700;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .p-hero-catchphrase__main {
    font-size: clamp(100px, 13.194444vw, 190px);
    line-height: 0.66;
    white-space: nowrap;
  }
}

.p-hero-catchphrase__sub {
  position: relative;
  z-index: 10;
  margin-left: 5px;
  padding: 2px 9px;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFF460;
  border-radius: 16.447px;
  color: #0058A6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.42px;
}
@media screen and (min-width: 768px) {
  .p-hero-catchphrase__sub {
    margin-left: 14px;
    padding: 7px 38px;
    border-radius: 50px;
    font-size: 32px;
    letter-spacing: 0.96px;
  }
}

.p-blueBack {
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-blueBack {
    border-radius: 80px 80px 0 0;
  }
}
.p-blueBack::before {
  content: "";
  position: absolute;
  z-index: 7;
  inset: 0;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(0deg, #042A6B 57.5%, #024087 76.2%, rgba(0, 88, 166, 0.9) 84.375%, rgba(0, 124, 231, 0.45) 100%);
}
@media screen and (min-width: 768px) {
  .p-blueBack::before {
    border-radius: 80px 80px 0 0;
  }
}

.p-blueBack__bgImage {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 234/127;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-blueBack__bgImage {
    border-radius: 80px 80px 0 0;
  }
}
.p-blueBack__bgImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lead {
  position: relative;
  z-index: 10;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-lead {
    padding-top: 112px;
  }
}

.p-lead__heading {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lead__heading {
    font-size: 64px;
  }
}

.p-lead__text {
  margin-top: 32px;
  color: #FFF;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-lead__text {
    margin: 50px auto 0;
    max-width: 1024px;
    font-size: 24px;
  }
}

.p-lead__imageSlider {
  margin-top: 81px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-lead__imageSlider {
    margin-top: 170px;
  }
}

.p-lead__images {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: slide 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-lead__images {
    animation-duration: 30s;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-lead__image {
  margin-right: 16.67px;
  width: 291.667px;
  aspect-ratio: 35/24;
  border-radius: 8.333px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-lead__image {
    margin-right: 40px;
    width: 700px;
    border-radius: 20px;
  }
}
.p-lead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-aboutUs {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 36.6666666667vw;
}
@media screen and (min-width: 1100px) {
  .p-aboutUs {
    padding-top: 256px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199.98px) {
  .p-aboutUs {
    padding-bottom: 30.9722222222vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-aboutUs {
    padding-bottom: 446px;
  }
}

@media screen and (min-width: 1100px) {
  .p-aboutUs__contents {
    display: flex;
    align-items: center;
    gap: 93px;
  }
}

@media screen and (min-width: 1100px) {
  .p-aboutUs__title {
    flex-shrink: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-aboutUs__text {
  margin-top: 16px;
  color: #FFF;
  text-align: justify;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 1100px) {
  .p-aboutUs__text {
    margin-top: 0;
    flex-grow: 1;
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

.p-aboutUs__video {
  position: absolute;
  z-index: 15;
  bottom: -46.1538461538vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 130/73;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  max-width: 1200px;
}
@media screen and (min-width: 1100px) and (max-width: 1199.98px) {
  .p-aboutUs__video {
    bottom: -36.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-aboutUs__video {
    bottom: -528px;
  }
}

.p-interview {
  margin-top: 65.8974358974vw;
}
@media screen and (min-width: 1100px) and (max-width: 1199.98px) {
  .p-interview {
    margin-top: 56.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview {
    margin-top: 808px;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__title {
    gap: 0;
  }
  .p-interview__title .c-section-title__main {
    line-height: 0.9;
  }
}

.p-interview__headText {
  margin-top: 15px;
  letter-spacing: 0.54px;
}
@media screen and (min-width: 768px) {
  .p-interview__headText {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: normal;
  }
}

.p-interview__listArea {
  margin-top: 8px;
  max-width: 1100px;
}
@media screen and (min-width: 1100px) {
  .p-interview__listArea {
    margin-top: -11px;
  }
}

.p-interview__list {
  padding-bottom: 117px;
}
@media screen and (min-width: 768px) {
  .p-interview__list {
    padding-bottom: 206px;
  }
}
.p-interview__list a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-interview__list a:hover {
    opacity: 0.7;
  }
}

.p-interviewCard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-interviewCard__image {
  width: 100%;
  aspect-ratio: 144/219;
  overflow: hidden;
}
.p-interviewCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.p-interviewCard__catchphrase {
  position: absolute;
  inset: 0;
}

.p-interviewCard__catchphraseText {
  border: 0.53px solid #0058A6;
  background: #FFF;
  padding: 4px 2.5px 0 1px;
  position: absolute;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .p-interviewCard__catchphraseText {
    border-width: 1.244px;
    padding: 9px 6px 5px 3px;
  }
}
.p-interviewCard__catchphraseText span {
  font-size: 2.1756410256vw;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2px;
  background: linear-gradient(0deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-interviewCard__catchphraseText span {
    font-size: clamp(17px, 1.818182vw, 20px);
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 1100px) {
  .p-interviewCard__catchphraseText span {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
.p-interviewCard__catchphraseText--first {
  top: 12%;
  left: 22%;
}
@media screen and (min-width: 768px) {
  .p-interviewCard__catchphraseText--first {
    top: 20%;
    left: 21%;
  }
}
.p-interviewCard__catchphraseText--second {
  top: 16%;
  left: 7.8%;
}
@media screen and (min-width: 768px) {
  .p-interviewCard__catchphraseText--second {
    top: 23.8%;
  }
}
@media screen and (min-width: 1100px) {
  .p-interviewCard__catchphraseText--second {
    left: 10.4%;
  }
}

.p-interviewCard__name {
  margin-top: 3px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 21.699px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 390px) and (max-width: 767.98px) {
  .p-interviewCard__name {
    font-size: clamp(21.699px, 5.56385vw, 70px);
  }
}
@media screen and (min-width: 768px) {
  .p-interviewCard__name {
    margin-top: 18px;
    font-size: 70px;
    line-height: 0.9;
  }
}

.p-interviewCard__personal {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-interviewCard__personal {
    font-size: 20px;
  }
}
.p-interviewCard__personal span {
  display: inline-block;
}

.p-interview__pagination {
  bottom: 84px !important;
}
@media screen and (min-width: 768px) {
  .p-interview__pagination {
    bottom: 149px !important;
  }
}

.p-grayBack {
  border-radius: 20px 20px 0 0;
  background: #F1F5F9;
}
@media screen and (min-width: 768px) {
  .p-grayBack {
    border-radius: 80px 80px 0 0;
  }
}

.p-careerPlan {
  padding-top: 52px;
}
@media screen and (min-width: 768px) {
  .p-careerPlan {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .p-careerPlan__title {
    gap: 0;
  }
  .p-careerPlan__title .c-section-title__main {
    line-height: 0.9;
  }
}

.p-careerPlan__graphArea {
  margin-top: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__graphArea {
    margin-top: 57px;
  }
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__yearPoint {
  animation: pointOp 0.3s ease-out forwards 0.3s;
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__yearPoint--second {
  animation-delay: 1.3s;
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__yearPoint--third {
  animation-delay: 2.3s;
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__yearPoint--fourth {
  animation-delay: 3.3s;
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__graphLine::after {
  animation: lineScale 0.7s ease-out forwards 0.6s;
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__graphLine--second::after {
  animation-delay: 1.6s;
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__graphLine--third::after {
  animation-delay: 2.6s;
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__comment {
  animation: commentShow 1s ease-out forwards 3.6s;
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__comment--thirdYear {
  animation-delay: 4.1s;
}
.p-careerPlan__graphArea.is-animated .p-careerPlan__comment--fifthYear {
  animation-delay: 4.6s;
}

@keyframes pointOp {
  0% {
    background: rgba(255, 244, 96, 0);
  }
  100% {
    background: rgb(255, 244, 96);
  }
}
@keyframes lineScale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes commentShow {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  60% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
.p-careerPlan__bgGraph {
  display: block;
  width: 100%;
  aspect-ratio: 660/517;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__bgGraph {
    aspect-ratio: 1200/835;
  }
}
.p-careerPlan__bgGraph img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-careerPlan__yearPoint {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 244, 96, 0);
}
.p-careerPlan__yearPoint--first {
  width: 3.0303030303%;
  bottom: 8.7040618956%;
  left: 14.5454545455%;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__yearPoint--first {
    width: 1.6666666667%;
    bottom: 8.9101796407%;
    left: 15.5%;
  }
}
.p-careerPlan__yearPoint--second {
  width: 1.8181818182%;
  bottom: 46.2282398453%;
  left: 36.0909090909%;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__yearPoint--second {
    width: 1.3333333333%;
    bottom: 46.9461077844%;
    left: 34.75%;
  }
}
.p-careerPlan__yearPoint--third {
  width: 1.8181818182%;
  bottom: 63.6363636364%;
  left: 57.1212121212%;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__yearPoint--third {
    width: 1.3333333333%;
    bottom: 64.5508982036%;
    left: 53.75%;
  }
}
.p-careerPlan__yearPoint--fourth {
  width: 1.8181818182%;
  top: 1.0101010101%;
  right: 20.303030303%;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__yearPoint--fourth {
    width: 1.3333333333%;
    top: 0.119760479%;
    right: 25.8333333333%;
  }
}

.p-careerPlan__graphLine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: bottom left;
  overflow: hidden;
}
.p-careerPlan__graphLine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFF460;
  transform: scaleX(0);
  transform-origin: left;
}
.p-careerPlan__graphLine--first {
  width: 1190%;
  height: 15%;
  transform: rotate(-54.4deg);
}
@media screen and (min-width: 768px) {
  .p-careerPlan__graphLine--first {
    width: 1960%;
    height: 15%;
  }
}
.p-careerPlan__graphLine--second {
  width: 1400%;
  height: 25%;
  transform: rotate(-33deg);
}
@media screen and (min-width: 768px) {
  .p-careerPlan__graphLine--second {
    width: 1712.5%;
    height: 18.75%;
  }
}
.p-careerPlan__graphLine--third {
  width: 1800%;
  height: 25%;
  transform: rotate(-50.5deg);
}
@media screen and (min-width: 768px) {
  .p-careerPlan__graphLine--third {
    width: 2256.25%;
    height: 18.75%;
  }
}

.p-careerPlan__comment {
  position: absolute;
  width: 60.71px;
  height: 60.71px;
  border-radius: 50%;
  background: #0058A6;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: scale(1.5);
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-careerPlan__comment {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPlan__comment {
    width: 200px;
    height: 200px;
  }
}
.p-careerPlan__comment--firstYear {
  bottom: 23px;
  right: -3px;
  padding-top: 6px;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__comment--firstYear {
    bottom: 72px;
    right: -17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-careerPlan__comment--firstYear {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPlan__comment--firstYear {
    padding-top: 27px;
    gap: 13px;
  }
}
.p-careerPlan__comment--firstYear::after {
  top: 50px;
  left: 38px;
  transform: rotate(-28deg);
  width: 12px;
  height: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-careerPlan__comment--firstYear::after {
    top: 106px;
    left: 70px;
    transform: rotate(-20deg);
    width: 38px;
    height: 76px;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPlan__comment--firstYear::after {
    top: 180px;
    left: 133px;
    transform: rotate(-25deg);
    width: 32px;
    height: 67px;
  }
}
.p-careerPlan__comment--thirdYear {
  bottom: 22px;
  right: 7px;
  padding-top: 6px;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__comment--thirdYear {
    bottom: 72px;
    right: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-careerPlan__comment--thirdYear {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPlan__comment--thirdYear {
    padding-top: 22px;
    gap: 13px;
  }
}
.p-careerPlan__comment--thirdYear::after {
  top: 46px;
  left: 45px;
  transform: rotate(-36deg);
  width: 14px;
  height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-careerPlan__comment--thirdYear::after {
    top: 106px;
    left: 95px;
    transform: rotate(-32deg);
    width: 41px;
    height: 85px;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPlan__comment--thirdYear::after {
    top: 169px;
    left: 159px;
    transform: rotate(-35deg);
    width: 37px;
    height: 81px;
  }
}
.p-careerPlan__comment--fifthYear {
  bottom: 21px;
  right: 7px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__comment--fifthYear {
    bottom: 66px;
    right: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-careerPlan__comment--fifthYear {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPlan__comment--fifthYear {
    padding-top: 22px;
    gap: 13px;
  }
}
.p-careerPlan__comment--fifthYear::after {
  top: 46px;
  left: 45px;
  transform: rotate(-36deg);
  width: 14px;
  height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-careerPlan__comment--fifthYear::after {
    top: 106px;
    left: 96px;
    transform: rotate(-36deg);
    width: 38px;
    height: 80px;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPlan__comment--fifthYear::after {
    top: 169px;
    left: 159px;
    transform: rotate(-35deg);
    width: 37px;
    height: 81px;
  }
}
.p-careerPlan__comment::after {
  content: "";
  position: absolute;
  z-index: 5;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #0058A6;
}

.p-careerPlan-comment__heading {
  color: #FFF460;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-careerPlan-comment__heading {
    font-size: 21.893px;
  }
}
.p-careerPlan-comment__heading .number {
  font-family: "Rajdhani", sans-serif;
  font-size: 13.291px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-careerPlan-comment__heading .number {
    font-size: 43.786px;
  }
}

.p-careerPlan-comment__text {
  color: #FFF;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.33333;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-careerPlan-comment__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPlan-comment__text.sp-tb {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-careerPlan-comment__text.pc {
    display: none;
  }
}

.p-careerPlan__notes {
  margin: 10px auto 0;
  max-width: 1020px;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__notes {
    margin-top: 38px;
  }
}

.p-careerPlan__note {
  color: #656565;
  text-align: right;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.55556;
}
@media screen and (min-width: 768px) {
  .p-careerPlan__note {
    font-size: 14px;
    line-height: 1.71429;
  }
}
.p-careerPlan__note.yellow {
  color: #F1AA00;
}
.p-careerPlan__note::before {
  content: "※";
}

.p-keywords {
  padding-top: 80px;
  padding-bottom: 82px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-keywords {
    padding-top: 172px;
    padding-bottom: 223px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-keywords__title .c-section-title__main {
    font-size: 40.625px;
    line-height: 1;
  }
}

.p-keywords__boxes {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-keywords__boxes {
    margin-top: 49px;
    gap: 40px 38px;
  }
}

.p-keywords__box {
  width: calc((100% - 18px) / 2);
  border: 1px solid #0058A6;
  padding: 20px 4px 8px;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-keywords__box {
    width: calc((100% - 76px) / 3);
  }
}
@media screen and (min-width: 1100px) {
  .p-keywords__box {
    padding-top: 47px;
    min-height: 374px;
    border-width: 1.984px;
  }
}
.p-keywords__box--white {
  border-radius: 8.342px;
  background: #FFF;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box--white {
    border-radius: 20px;
  }
}
.p-keywords__box--white .p-keywords-box__heading {
  color: #000;
}
.p-keywords__box--white .p-keywords-box__keyword {
  color: #0058A6;
}
.p-keywords__box--white .p-keywords-box__text {
  color: #000;
}
.p-keywords__box--blue {
  border-radius: 8px 35px 8px 8px;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
}
@media screen and (min-width: 1100px) {
  .p-keywords__box--blue {
    border-radius: 20px 80px 20px 20px;
  }
}
.p-keywords__box--blue .p-keywords-box__heading {
  color: #FFF460;
}
.p-keywords__box--blue .p-keywords-box__keyword {
  color: #FFF;
}
.p-keywords__box--blue .p-keywords-box__text {
  color: #FFF;
  text-align: left;
}
.p-keywords__box.box-twiceWidth {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-keywords__box.box-twiceWidth {
    width: calc((100% - 76px) * 2 / 3 + 38px);
  }
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-year {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-keywords__box.box-pro {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-pro {
    padding: 47px 22px 18px;
  }
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-pro .p-keywords-box__keyword {
    margin-top: 45px;
  }
}
.p-keywords__box.box-pro .p-keywords-box__subHead {
  font-size: 8px;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-pro .p-keywords-box__subHead {
    margin-top: 11px;
    padding-block: 4px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.98px) {
  .p-keywords__box.box-pro .p-keywords-box__subHead {
    font-size: clamp(0.875rem, 0.268rem + 0.88vw, 1.063rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-keywords__box.box-pro .p-keywords-box__subHead {
    font-size: 17px;
  }
}
.p-keywords__box.box-list {
  padding-bottom: 21px;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-list {
    padding-bottom: 64px;
  }
}
.p-keywords__box.box-list .p-keywords-box__keyword {
  line-height: 1.5;
}
.p-keywords__box.box-reason {
  padding: 20px 12px 15px;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-reason {
    padding: 49px 12px 50px;
  }
}
.p-keywords__box.box-reason .p-keywords-box__text {
  max-width: 247px;
  margin-inline: auto;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-reason .p-keywords-box__text {
    max-width: 585px;
  }
}
.p-keywords__box.box-area {
  padding-inline: 10px;
}
.p-keywords__box.box-area .p-keywords-box__keyword {
  margin-top: 5px;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-area .p-keywords-box__keyword {
    margin-top: 16px;
  }
}
.p-keywords__box.box-area .p-keywords-box__subHead {
  max-width: 305px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-area .p-keywords-box__subHead {
    max-width: 521px;
  }
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-area .p-keywords-box__text {
    max-width: 503px;
  }
}
.p-keywords__box.box-time {
  padding-bottom: 12px;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-time {
    padding-bottom: 42px;
  }
}
.p-keywords__box.box-age {
  padding-bottom: 12px;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-age {
    padding-bottom: 31px;
  }
}
.p-keywords__box.box-rest {
  padding-bottom: 19px;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-rest {
    padding-bottom: 56px;
  }
}
.p-keywords__box.box-netflix {
  padding: 20px 14px 12px;
  position: relative;
}
@media screen and (max-width: 389.98px) {
  .p-keywords__box.box-netflix {
    padding-inline: clamp(0.25rem, -2.607rem + 14.29vw, 0.875rem);
  }
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-netflix {
    padding: 46px 14px 43px;
  }
}
@media screen and (max-width: 389.98px) {
  .p-keywords__box.box-netflix .p-keywords-box__keyword {
    margin-top: 6px;
  }
}
.p-keywords__box.box-netflix .p-keywords-box__keyword .main-num {
  font-size: 40px;
  line-height: 0.9105;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-netflix .p-keywords-box__keyword .main-num {
    font-size: 95px;
  }
}
.p-keywords__box.box-netflix .p-keywords-box__keyword .main-text {
  font-size: 33px;
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-netflix .p-keywords-box__keyword .main-text {
    font-size: 78px;
  }
}
@media screen and (min-width: 1100px) {
  .p-keywords__box.box-netflix .p-keywords-box__text {
    max-width: 252px;
  }
}

.p-keywords-box__heading {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.89381;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__heading {
    font-size: 30px;
    line-height: 1;
  }
}

.p-keywords-box__keyword {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__keyword {
    font-size: 31.751px;
  }
}
.p-keywords-box__keyword .main-num {
  font-family: "Rajdhani", sans-serif;
  font-size: 74.495px;
  font-weight: 700;
  line-height: 0.6667;
}
@media screen and (max-width: 389.98px) {
  .p-keywords-box__keyword .main-num {
    font-size: clamp(3rem, -4.57rem + 37.85vw, 4.656rem);
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.98px) {
  .p-keywords-box__keyword .main-num {
    font-size: clamp(9.688rem, 4.916rem + 6.94vw, 11.162rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-keywords-box__keyword .main-num {
    font-size: 178.598px;
  }
}
.p-keywords-box__keyword .main-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.24656;
}
@media screen and (max-width: 389.98px) {
  .p-keywords-box__keyword .main-text {
    font-size: clamp(2.25rem, 1.107rem + 5.71vw, 2.5rem);
  }
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__keyword .main-text {
    font-size: 98px;
  }
}
.p-keywords-box__keyword .sub-text {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__keyword .sub-text {
    font-size: 50px;
  }
}
.p-keywords-box__keyword .largeSize-text {
  font-size: 49px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__keyword .largeSize-text {
    font-size: 119.065px;
  }
}

.p-keywords-box__text {
  text-align: center;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__text {
    font-size: 18px;
  }
}
.p-keywords-box__text.smallText {
  font-size: 7.5px;
  line-height: 1.6;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__text.smallText {
    font-size: 18px;
  }
}

.p-keywords-box__subHead {
  border-radius: 2.094px;
  background: #FFF;
  padding: 1px 5px;
  color: #0058A6;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25635;
  max-width: 519px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__subHead {
    font-size: 17px;
  }
}

.p-keywords-box__ages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8px 6.49px;
}
@media screen and (max-width: 369.98px) {
  .p-keywords-box__ages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__ages {
    gap: 6px 20px;
  }
}

.p-keywords-box__age {
  display: flex;
  align-items: center;
  gap: 1.52px;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__age {
    gap: 6px;
  }
}
.p-keywords-box__age dt {
  padding-inline: 2px;
  border-radius: 2.069px;
  background: #0058A6;
  color: #FFF;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.161556;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__age dt {
    padding: 5px 11px;
    border-radius: 4.961px;
    line-height: 1;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.98px) {
  .p-keywords-box__age dt {
    font-size: clamp(0.875rem, 0.471rem + 0.59vw, 1rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-keywords-box__age dt {
    font-size: 16px;
  }
}
.p-keywords-box__age dd {
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25134;
}
@media screen and (min-width: 1100px) {
  .p-keywords-box__age dd {
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-box-netflix__note {
  position: absolute;
  bottom: -29px;
  right: 7px;
  color: #99A9B0;
  text-align: right;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.33333;
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .p-box-netflix__note {
    bottom: 11px;
    right: 17px;
    color: #FFF;
    font-size: 12.899px;
    line-height: 1.23077;
  }
}

.p-keywords__slideArea {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-keywords__slideArea {
    bottom: -28px;
  }
}

.p-keywords__slide {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: slide 20s linear infinite;
}
.p-keywords__slide p {
  color: rgba(0, 88, 166, 0.3);
  font-family: "Rajdhani", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-keywords__slide p {
    font-size: 150px;
  }
}

.js-fadeUp-box .a-fadeUp {
  display: inline-block;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 1s ease 0.5s, transform 1.5s ease 0.5s;
}
.js-fadeUp-box.is-show .a-fadeUp {
  opacity: 1;
  transform: translateY(0);
}

.p-news {
  padding-top: 81px;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 137px;
  }
}

.p-news__title {
  gap: 7px;
}
.p-news__title .c-section-title__main {
  font-size: 40.625px;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-news__title .c-section-title__main {
    font-size: 150px;
  }
}

.p-news__listArea {
  margin-top: 17px;
  padding-bottom: 141px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news__listArea {
    margin-top: 48px;
    padding-bottom: 151px;
  }
}

.p-news__list ul {
  align-items: stretch;
}
.p-news__list li {
  width: 100%;
  max-width: 280px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-news__list li {
    max-width: 373.84px;
  }
}

.p-newsCard {
  border-radius: 14.98px;
  border: 1.498px solid #042A6B;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-newsCard {
    border-radius: 20px;
    border-width: 2px;
  }
}

.p-newsCard__image {
  width: 100%;
  aspect-ratio: 280/189.189;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-newsCard__image {
    aspect-ratio: 373.84/252.594;
  }
}
.p-newsCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-newsCard__body {
  padding: 22px 19px 23px 18px;
}
@media screen and (min-width: 768px) {
  .p-newsCard__body {
    padding: 29px 24px 26px 23px;
  }
}

.p-newsCard__title {
  font-weight: 700;
  line-height: 1.12348;
}
@media screen and (min-width: 768px) {
  .p-newsCard__title {
    font-size: 20px;
    line-height: 1.2;
  }
}

.p-newsCard__date {
  display: inline-block;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28397;
}

.p-newsCard__content {
  margin-top: 11px;
  text-align: justify;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-newsCard__content {
    margin-top: 24px;
    font-size: 16px;
  }
}

.p-news__prev,
.p-news__next {
  top: auto !important;
  bottom: 84px !important;
  width: 37.5px !important;
  height: 37.5px !important;
}
@media screen and (min-width: 1260px) {
  .p-news__prev,
  .p-news__next {
    width: 52.519px !important;
    height: 52.519px !important;
    bottom: 58% !important;
  }
}
.p-news__prev svg,
.p-news__next svg {
  display: none;
}
.p-news__prev::after,
.p-news__next::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/swiperButton-next.svg) no-repeat center center/contain;
}

.p-news__prev {
  left: calc(50% - 61px) !important;
  transform: rotate(180deg);
}
@media screen and (min-width: 1260px) {
  .p-news__prev {
    left: -30px !important;
  }
}

.p-news__next {
  right: calc(50% - 61px) !important;
}
@media screen and (min-width: 1260px) {
  .p-news__next {
    right: -30px !important;
  }
}

.p-lightblueBack {
  border-radius: 21.667px 21.667px 0 0;
  background: linear-gradient(0deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-lightblueBack {
    border-radius: 80px 80px 0 0;
  }
}
.p-lightblueBack section {
  position: relative;
  z-index: 10;
}

.p-lightblueBack__bgImage {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 56.638974359%;
  max-width: 820px;
  aspect-ratio: 220.892/147.333;
}
@media screen and (min-width: 768px) {
  .p-lightblueBack__bgImage {
    width: 56.6666666667%;
    aspect-ratio: 816/544;
  }
}
.p-lightblueBack__bgImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lightblueBack__bgImage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 115.4412114055%;
  background: linear-gradient(180deg, rgba(1, 123, 231, 0.3) 0%, #026ECC 84.13%);
}
@media screen and (min-width: 768px) {
  .p-lightblueBack__bgImage::after {
    height: 115.4411764706%;
  }
}

.p-company {
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-top: 99px;
  }
}

.p-company__title .c-section-title__main {
  font-size: 40px;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-company__title .c-section-title__main {
    font-size: 150px;
  }
}

.p-company__info {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 16.3px;
}
@media screen and (min-width: 768px) {
  .p-company__info {
    margin-top: 55.2px;
    gap: 20px;
  }
}

.p-company__infoBox {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 7px;
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .p-company__infoBox {
    gap: 8px;
    padding-bottom: 15.5px;
    border-width: 2px;
  }
}
.p-company__infoBox dt {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-company__infoBox dt {
    font-size: 24px;
    line-height: 1.33333;
  }
}
.p-company__infoBox dd {
  color: #FFF;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-company__infoBox dd {
    font-size: 18px;
    line-height: 1.77778;
  }
}

@media screen and (min-width: 768px) {
  .p-company-infoBox__works li {
    line-height: 1.5;
  }
}
.p-company-infoBox__works li::before {
  content: "●";
}

.p-recruitInfo {
  padding-top: 63px;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo {
    padding-top: 200px;
    padding-bottom: 124px;
  }
}

.p-recruitInfo__title {
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo__title {
    gap: 8px;
  }
}
.p-recruitInfo__title .c-section-title__main {
  font-size: 40.724px;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo__title .c-section-title__main {
    font-size: 150px;
  }
}

.p-recruitInfo__content {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo__content {
    margin-top: 57px;
  }
}

.p-recruitInfo__content + .p-recruitInfo__content {
  margin-top: 23.8px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo__content + .p-recruitInfo__content {
    margin-top: 48.5px;
  }
}

.p-recruitInfo-content__heading {
  padding-inline: 10px;
  border-radius: 27.15px;
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__heading {
    padding-inline: 35.78px;
    border-radius: 18px;
  }
}
.p-recruitInfo-content__heading span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35714;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__heading span {
    font-size: 20px;
    line-height: 1.7681605;
  }
}

.p-recruitInfo-content__detail {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__detail {
    margin-top: 22.1px;
    gap: 31px;
  }
}
.p-recruitInfo-content__detail.condition-detail {
  margin-top: 18px;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__detail.condition-detail {
    margin-top: 27px;
    gap: 27.4px;
  }
}
.p-recruitInfo-content__detail.condition-detail dt {
  line-height: 1;
  border-width: 0;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__detail.condition-detail dt {
    padding-bottom: 10px;
  }
}
.p-recruitInfo-content__detail.condition-detail dd {
  padding-top: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__detail.condition-detail dd {
    padding-bottom: 15px;
    border-width: 1.5px;
  }
}

.p-recruitInfo-content__detailBox dt {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 7px;
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__detailBox dt {
    font-size: 20px;
    padding-bottom: 11px;
    border-width: 1.5px;
  }
}
.p-recruitInfo-content__detailBox dd {
  padding-top: 8px;
  color: #FFF;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__detailBox dd {
    padding-top: 9px;
    font-size: 16px;
    line-height: 2;
  }
}
.p-recruitInfo-content__detailBox.schedule-detail {
  display: flex;
}
.p-recruitInfo-content__detailBox.schedule-detail .p-recruitInfo-content__scheduleBox:nth-child(1) {
  width: 90px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__detailBox.schedule-detail .p-recruitInfo-content__scheduleBox:nth-child(1) {
    width: 118px;
  }
}
.p-recruitInfo-content__detailBox.schedule-detail .p-recruitInfo-content__scheduleBox:nth-child(2) {
  flex-grow: 1;
}

.p-recruitInfo-content__licenseList {
  margin-top: 8.8px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__licenseList {
    margin-top: 21px;
    padding-bottom: 4px;
  }
}
.p-recruitInfo-content__licenseList li {
  color: #FFF;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__licenseList li {
    font-size: 16px;
  }
}
.p-recruitInfo-content__licenseList li:not(:last-child) {
  padding-bottom: 7px;
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__licenseList li:not(:last-child) {
    padding-bottom: 10px;
    border-width: 1.5px;
  }
}
.p-recruitInfo-content__licenseList li:not(:first-child) {
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-recruitInfo-content__licenseList li:not(:first-child) {
    padding-top: 13px;
  }
}

.p-contact {
  padding-top: 80px;
  padding-bottom: 115px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 150px;
    padding-bottom: 168px;
  }
}

.p-contact__title {
  gap: 8px;
}
.p-contact__title .c-section-title__main {
  font-size: 40.724px;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-contact__title .c-section-title__main {
    font-size: 150px;
  }
}

.p-contact__formArea {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-contact__formArea {
    margin-top: 83px;
  }
}

.p-cForm__fields {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .p-cForm__fields {
    gap: 51px;
  }
}

.p-cForm__field {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-cForm__field {
    padding-bottom: 22px;
  }
}
.p-cForm__field:not(:last-child) {
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (min-width: 768px) {
  .p-cForm__field:not(:last-child) {
    border-color: #000;
  }
}
.p-cForm__field.occupation-field {
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-cForm__field.occupation-field {
    gap: 28px;
  }
}
.p-cForm__field.sex-field {
  gap: 3px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p-cForm__field.sex-field {
    gap: 29px;
    padding-bottom: 22px;
  }
}
.p-cForm__field.input-field {
  gap: 13px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-cForm__field.input-field {
    gap: 26px;
    padding-bottom: 23px;
  }
}
.p-cForm__field.address-field {
  gap: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-cForm__field.address-field {
    gap: 23px;
    padding-bottom: 24px;
  }
}
.p-cForm__field.textarea-field {
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-cForm__field.textarea-field {
    gap: 26px;
  }
}

.p-cForm-field__head {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4.3px;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__head {
    gap: 16px;
  }
}
.p-cForm-field__head label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__head label {
    font-size: 20px;
  }
}
.p-cForm-field__head.required::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0058A6;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__head.required::after {
    width: 12px;
    height: 12px;
  }
}

.p-cForm-field__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.p-cForm-field__input {
  width: 100%;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  padding: 2px 9.3px 7px;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__input {
    border-radius: 10.872px;
    border-width: 3.624px;
    height: 60.623px;
    padding: 7px 33px;
  }
}
.p-cForm-field__input::-moz-placeholder {
  color: #D9D9D9;
  font-size: 9px;
  line-height: 1;
}
.p-cForm-field__input::placeholder {
  color: #D9D9D9;
  font-size: 9px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__input::-moz-placeholder {
    font-size: 18px;
  }
  .p-cForm-field__input::placeholder {
    font-size: 18px;
  }
}

.p-cForm-field__radio {
  width: 100%;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__radio {
    gap: 53px;
  }
}
.p-cForm-field__radio .wpcf7-list-item {
  margin: 0;
}
.p-cForm-field__radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-cForm-field__radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-cForm-field__radio input:focus + .wpcf7-list-item-label::before {
  border-color: #0058A6;
}
.p-cForm-field__radio .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 1;
  padding-left: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__radio .wpcf7-list-item-label {
    font-size: 20px;
    padding-left: 40.419px;
  }
}
.p-cForm-field__radio .wpcf7-list-item-label::before, .p-cForm-field__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.p-cForm-field__radio .wpcf7-list-item-label::before {
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #CBCBCB;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__radio .wpcf7-list-item-label::before {
    width: 24.249px;
    height: 24.249px;
    border: 1.812px solid #000;
  }
}
.p-cForm-field__radio .wpcf7-list-item-label::after {
  left: 1.67px;
  width: 4.667px;
  height: 4.667px;
  background: #0058A6;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__radio .wpcf7-list-item-label::after {
    left: 5.05px;
    width: 14.145px;
    height: 14.145px;
  }
}

.p-cForm-field__selectArea > span {
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 1;
}
.p-cForm-field__selectArea > span::after {
  content: "";
  position: absolute;
  top: 40.7321428571%;
  right: 3.5727424749%;
  width: 8px;
  height: 4px;
  background: url(../img/select-arrow.svg) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__selectArea > span::after {
    width: 30px;
    height: 15px;
  }
}

.p-cForm-field__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  padding: 2px 9.3px;
  color: #000;
  font-size: 9px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__select {
    height: 60.623px;
    border-radius: 10.872px;
    border-width: 3.624px;
    padding-inline: 33px;
    font-size: 24px;
  }
}
.p-cForm-field__select:hover, .p-cForm-field__select:focus {
  border-color: #0058A6;
  outline: none;
}

.p-cForm-field__textarea {
  width: 100%;
  height: 97.087px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  padding: 8.954px 9.949px;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__textarea {
    height: 353.632px;
    border-radius: 10.872px;
    border-width: 3.624px;
    padding: 32.615px 36.239px;
  }
}

.p-cForm__privacy {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-cForm__privacy {
    margin-top: 15px;
  }
}

.p-cForm-privacy__text {
  color: #656B76;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 8px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 1.6px;
  }
}

.p-cForm-privacy__ruleBox {
  margin-top: 18px;
  width: 100%;
  height: 89px;
  border-radius: 2.745px;
  border: 1px solid #D9D9D9;
  overflow-y: scroll;
  padding: 4px 3px 4px 6px;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__ruleBox {
    margin-top: 21px;
    height: 176px;
    border-radius: 10px;
    border-width: 2px;
    padding: 20px 22px;
  }
}
.p-cForm-privacy__ruleBox::-webkit-scrollbar {
  width: 6px;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__ruleBox::-webkit-scrollbar {
    width: 8px;
  }
}
.p-cForm-privacy__ruleBox::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__ruleBox::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
}

.p-cForm-privacy__ruleContent + .p-cForm-privacy__ruleContent {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__ruleContent + .p-cForm-privacy__ruleContent {
    margin-top: 23px;
  }
}

.p-cForm-privacy__ruleHead {
  text-align: justify;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__ruleHead {
    font-size: 14px;
    line-height: 1.64286;
    letter-spacing: 0.7px;
  }
}

.p-cForm-privacy__ruleText {
  font-size: 8px;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__ruleText {
    font-size: 14px;
    line-height: 1.64286;
    letter-spacing: 0.7px;
  }
}

.p-cForm-privacy__check {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__check {
    margin-top: 13px;
  }
}
.p-cForm-privacy__check > span, .p-cForm-privacy__check > span > span,
.p-cForm-privacy__check .wpcf7-list-item {
  display: inline-block;
  width: 100%;
}
.p-cForm-privacy__check .wpcf7-list-item {
  margin: 0;
}

.p-cForm-privacy__checkbox label {
  width: 100%;
  height: 33px;
  border-radius: 2px;
  background: #656565;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__checkbox label {
    height: 57px;
    border-radius: 5px;
    padding-right: 18px;
  }
}
.p-cForm-privacy__checkbox input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-cForm-privacy__checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-cForm-privacy__checkbox input:focus + .wpcf7-list-item-label::before {
  border-color: #0058A6;
}
.p-cForm-privacy__checkbox .wpcf7-list-item-label {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding-left: 23px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__checkbox .wpcf7-list-item-label {
    font-size: 24px;
    padding-left: 50px;
  }
}
.p-cForm-privacy__checkbox .wpcf7-list-item-label::before, .p-cForm-privacy__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.p-cForm-privacy__checkbox .wpcf7-list-item-label::before {
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__checkbox .wpcf7-list-item-label::before {
    width: 32px;
    height: 32px;
    border-width: 1.812px;
  }
}
.p-cForm-privacy__checkbox .wpcf7-list-item-label::after {
  left: 2.5px;
  width: 10px;
  height: 10px;
  background: #0058A6;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-cForm-privacy__checkbox .wpcf7-list-item-label::after {
    left: 5.5px;
    width: 21px;
    height: 21px;
  }
}

.p-cForm__submit {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-cForm__submit {
    margin-top: 16px;
  }
}
.p-cForm__submit input {
  display: block;
  width: 100%;
  max-width: 454.67px;
  margin-inline: auto;
  height: 33px;
  border-radius: 15px;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: 0;
}
@media screen and (min-width: 768px) {
  .p-cForm__submit input {
    border-radius: 50px;
    height: 63.947px;
    font-size: 32px;
  }
}
.p-cForm__submit .wpcf7-spinner {
  position: absolute;
}

.p-contact__slideArea {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-contact__slideArea {
    bottom: -41px;
  }
}

.p-contact__slide {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: slide 20s linear infinite;
}
.p-contact__slide p {
  color: rgba(0, 88, 166, 0.3);
  font-family: "Rajdhani", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-contact__slide p {
    font-size: 190px;
  }
}

.p-article-head {
  margin-top: 98px;
}
@media screen and (min-width: 768px) {
  .p-article-head {
    margin-top: 153px;
  }
}

.p-article-head__contents {
  display: flex;
  flex-direction: column;
  gap: 41px;
  padding-bottom: 85px;
}
@media screen and (min-width: 768px) {
  .p-article-head__contents {
    flex-direction: row-reverse;
    gap: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-article-head__main {
    width: 46.6666666667%;
  }
}

.p-article-head__thumbnailArea {
  width: 100%;
  position: relative;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-article-head__thumbnailArea {
    padding-right: 0;
  }
}

.p-article-head__thumbnail {
  width: 71.875%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-article-head__thumbnail {
    width: 78.5714285714%;
  }
}
.p-article-head__thumbnail img {
  width: 100%;
}

.p-article-head__catchphrase {
  position: absolute;
  inset: 0;
}

.p-article-head__catchphraseText {
  border: 1.224px solid #0058A6;
  background: #FFF;
  padding: 9px 6px 8px 3px;
  position: absolute;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .p-article-head__catchphraseText {
    padding: 17px 10px 16px 4px;
  }
}
.p-article-head__catchphraseText span {
  display: inline-block;
  font-size: 4.6153846154vw;
  font-weight: 800;
  line-height: 1.36031;
  letter-spacing: 6.6px;
  background: linear-gradient(0deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-article-head__catchphraseText span {
    font-size: 32.232px;
    letter-spacing: 8px;
  }
}
.p-article-head__catchphraseText--first {
  top: 9%;
  left: 18%;
}
@media screen and (min-width: 768px) {
  .p-article-head__catchphraseText--first {
    top: 15.3%;
    left: 17%;
  }
}
.p-article-head__catchphraseText--second {
  top: 16.5%;
  left: 3.3%;
  padding-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-article-head__catchphraseText--second {
    top: 22.2%;
    left: 3%;
    padding-top: 21px;
  }
}

.p-article-head__name {
  margin-top: 7px;
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-article-head__name {
    margin-top: 13px;
    padding-left: 16px;
    font-size: 92.121px;
  }
}

.p-article-head__personal {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .p-article-head__personal {
    margin-top: 5px;
    padding-left: 16px;
    gap: 19px;
  }
}

.p-article-head__occupation {
  padding-inline: 6.99px;
  background: #000;
  color: #FFF;
  font-size: 13.996px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-article-head__occupation {
    font-size: 23.03px;
    padding-inline: 11.09px;
  }
}

.p-article-head__history {
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-article-head__history {
    font-size: 18.424px;
  }
}

.p-article-head__faq {
  margin-top: 49px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-article-head__faq {
    margin-top: 80px;
    gap: 88px;
  }
}

.p-article-head-faq__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-article-head-faq__content {
    gap: 24px;
  }
}
.p-article-head-faq__content dt {
  padding: 2px 0 5px 29px;
  border-radius: 17px;
  background: #0058A6;
  color: #FFF460;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 9.43px;
}
@media screen and (min-width: 768px) {
  .p-article-head-faq__content dt {
    padding: 5px 0 6px 49px;
    border-radius: 28px;
    font-size: 24px;
    gap: 16px;
  }
}
.p-article-head-faq__content dt::before {
  content: "Q";
  font-family: "Rajdhani", sans-serif;
  font-size: 28.286px;
  font-weight: 700;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-article-head-faq__content dt::before {
    font-size: 48px;
  }
}
.p-article-head-faq__content dd {
  text-align: justify;
  font-size: 14px;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .p-article-head-faq__content dd {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.p-article-head__imagesArea {
  height: 206.25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article-head__imagesArea {
    width: 46.6666666667%;
    height: auto;
    aspect-ratio: 560/1608;
  }
}

.p-article-head__images-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-article-head__images-wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    width: 100%;
    height: 100%;
  }
}

.p-article-head__images {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: slide 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-article-head__images {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    animation-name: slideUp;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.p-article-head__image {
  padding-right: 32px;
  width: 362px;
  aspect-ratio: 362/206.25;
}
@media screen and (min-width: 768px) {
  .p-article-head__image {
    width: 100%;
    aspect-ratio: 560/385;
    padding-right: 0;
    padding-bottom: 35px;
  }
}
.p-article-head__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-careerPass {
  padding-top: 27px;
  padding-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .p-careerPass {
    padding-top: 92px;
    padding-bottom: 64px;
  }
}

.p-careerPass__title {
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .p-careerPass__title {
    gap: 0;
  }
}
.p-careerPass__title .c-section-title__main {
  font-size: 40.724px;
  line-height: 0.9;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-careerPass__title .c-section-title__main {
    font-size: 130px;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPass__title .c-section-title__main {
    font-size: 150px;
  }
}

.p-careerPass__contents {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-careerPass__contents {
    margin-top: 26px;
  }
}

.p-careerPass__yearBox {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-careerPass__yearBox {
    gap: 64px;
  }
}
.p-careerPass__yearBox.box-firstYear {
  min-height: 182px;
}
@media screen and (min-width: 768px) {
  .p-careerPass__yearBox.box-firstYear {
    min-height: 171px;
  }
}
.p-careerPass__yearBox.box-firstYear .p-careerPass-yBox__textArea {
  padding-bottom: 47px;
}
.p-careerPass__yearBox.box-thirdYear {
  min-height: 172px;
}
@media screen and (min-width: 768px) {
  .p-careerPass__yearBox.box-thirdYear {
    min-height: 174px;
  }
}
.p-careerPass__yearBox.box-thirdYear .p-careerPass-yBox__textArea {
  padding-bottom: 56px;
}
.p-careerPass__yearBox.box-fifthYear .p-careerPass-yBox__yearArea::after {
  display: none;
}
.p-careerPass__yearBox.box-fifthYear .p-careerPass-yBox__textArea {
  gap: 12px;
}
.p-careerPass__yearBox.arrow-in .p-careerPass-yBox__yearArea::after {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

.p-careerPass-yBox__yearArea {
  position: relative;
}
.p-careerPass-yBox__yearArea::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  height: 100%;
  aspect-ratio: 15/151;
  background: url(../img/arrow-careerPass_sp.svg) no-repeat top center/contain;
  opacity: 0;
  transform-origin: center top;
  transition: opacity 1s ease 0.5s, transform 0.7s linear 0.5s;
}
@media screen and (min-width: 1100px) {
  .p-careerPass-yBox__yearArea::after {
    aspect-ratio: 23/152;
    background: url(../img/arrow-careerPass.svg) no-repeat top center/contain;
  }
}

.p-careerPass-yBox__year {
  width: 80px;
  height: 31px;
  border-radius: 20px;
  border: 2px solid #0058A6;
  background: #FFF;
  color: #0058A6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .p-careerPass-yBox__year {
    width: 100px;
    height: 40.3px;
    border-radius: 31.25px;
    border-width: 3px;
    font-size: 20px;
  }
}
.p-careerPass-yBox__year .number {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-careerPass-yBox__year .number {
    font-size: 30px;
  }
}

.p-careerPass-yBox__textArea {
  padding-top: 7px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1100px) {
  .p-careerPass-yBox__textArea {
    padding-top: 0;
    flex-direction: row;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-careerPass-yBox__heading {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-careerPass-yBox__heading {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPass-yBox__heading {
    width: 304px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1100px) {
  .p-careerPass-yBox__heading.sp-tb {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-careerPass-yBox__heading.pc {
    display: none;
  }
}

.p-careerPass-yBox__text {
  text-align: justify;
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .p-careerPass-yBox__text {
    flex-grow: 1;
    font-size: 16px;
  }
}

.p-schedule {
  padding-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    padding-bottom: 119px;
  }
}

.p-schedule__container {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  position: relative;
  padding: 30px 25px 37px;
}
@media screen and (min-width: 768px) {
  .p-schedule__container {
    padding: 38px 46px 41px;
    border-radius: 25px;
  }
}
.p-schedule__container::before {
  content: "";
  position: absolute;
  z-index: 12;
  top: 2px;
  left: 2px;
  border-radius: 18px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #F1F5F9;
}
@media screen and (min-width: 768px) {
  .p-schedule__container::before {
    top: 3px;
    left: 3px;
    border-radius: 22px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.p-schedule__container .p-schedule__title,
.p-schedule__container .p-schedule__detail {
  position: relative;
  z-index: 15;
}

.p-schedule__title {
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .p-schedule__title {
    gap: 8px;
  }
}
.p-schedule__title .c-section-title__sub {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-schedule__title .c-section-title__sub {
    font-size: 16px;
  }
}
.p-schedule__title .c-section-title__main {
  color: #0058A6;
  font-size: 40.724px;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-schedule__title .c-section-title__main {
    font-size: 150px;
  }
}

.p-schedule__detail {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  position: relative;
  padding: 18px 9px 35px 20px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .p-schedule__detail {
    margin-top: 4px;
    border-radius: 20px;
    padding: 24px 72px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .p-schedule__detail {
    min-height: 349px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1259.98px) {
  .p-schedule__detail {
    gap: clamp(0rem, -53.281rem + 77.5vw, 7.75rem);
  }
}
@media screen and (min-width: 1260px) {
  .p-schedule__detail {
    gap: 124px;
  }
}
.p-schedule__detail::before {
  content: "";
  position: absolute;
  z-index: 15;
  top: 2px;
  left: 2px;
  border-radius: 8px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-schedule__detail::before {
    top: 3px;
    left: 3px;
    border-radius: 17px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.p-schedule__detail .p-schedule-detail__firstHalf,
.p-schedule__detail .p-schedule-detail__secondHalf {
  position: relative;
  z-index: 20;
}
.p-schedule__detail::after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 24px;
  left: 86px;
  width: 2px;
  height: calc(100% - 24px - 42px);
  background: #0058A6;
}
@media screen and (min-width: 768px) {
  .p-schedule__detail::after {
    top: 28px;
    left: 183px;
  }
}
@media screen and (min-width: 1100px) {
  .p-schedule__detail::after {
    height: calc(100% - 28px - 3px);
  }
}

.p-schedule-detail__firstHalf,
.p-schedule-detail__secondHalf {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 1100px) {
  .p-schedule-detail__firstHalf,
  .p-schedule-detail__secondHalf {
    gap: 41.5px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1259.98px) {
  .p-schedule-detail__firstHalf,
  .p-schedule-detail__secondHalf {
    width: calc((100% - clamp(0rem, -53.281rem + 77.5vw, 7.75rem)) / 2);
  }
}
@media screen and (min-width: 1260px) {
  .p-schedule-detail__firstHalf,
  .p-schedule-detail__secondHalf {
    width: calc((100% - 124px) / 2);
  }
}

.p-schedule-detail__secondHalf::after {
  display: none;
}
@media screen and (min-width: 1100px) {
  .p-schedule-detail__secondHalf::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 20;
    top: -21px;
    left: 111px;
    width: 2px;
    height: calc(100% + 15px);
    background: #0058A6;
  }
}

.p-schedule__row {
  display: flex;
  align-items: baseline;
}
.p-schedule__row dt {
  flex-shrink: 0;
  width: 89px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-schedule__row dt {
    width: 154px;
    font-size: 24px;
  }
}
.p-schedule__row dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0058A6;
}
@media screen and (min-width: 768px) {
  .p-schedule__row dt::after {
    right: 32px;
    width: 19.922px;
    height: 19.922px;
  }
}
.p-schedule__row dd {
  flex-grow: 1;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-schedule__row dd {
    font-size: 18px;
  }
}

.p-others {
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-others {
    padding-bottom: 100px;
  }
}

.p-others__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-others__list {
    gap: 32px;
  }
}
.p-others__list li a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-others__list li a:hover {
    opacity: 0.7;
  }
}

.p-otherCard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .p-otherCard {
    max-width: 370.311px;
  }
}

.p-otherCard__image {
  width: 100%;
  aspect-ratio: 144/219;
  overflow: hidden;
}
.p-otherCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.p-otherCard__catchphrase {
  position: absolute;
  inset: 0;
}

.p-otherCard__catchphraseText {
  border: 0.718px solid #0058A6;
  background: #FFF;
  padding: 7px 2.5px 4px 1px;
  position: absolute;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .p-otherCard__catchphraseText {
    border-width: 0.995px;
    padding: 8px 7px 8px 5px;
  }
}
.p-otherCard__catchphraseText span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  background: linear-gradient(0deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-otherCard__catchphraseText span {
    letter-spacing: 4px;
  }
}
.p-otherCard__catchphraseText--first {
  top: 20%;
  left: 20%;
}
@media screen and (min-width: 768px) {
  .p-otherCard__catchphraseText--first {
    top: 21.5%;
    left: 19.5%;
  }
}
.p-otherCard__catchphraseText--second {
  top: 23.8%;
  left: 9%;
}
@media screen and (min-width: 768px) {
  .p-otherCard__catchphraseText--second {
    top: 24.8%;
  }
}

.p-otherCard__name {
  margin-top: 3px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 37.5px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-otherCard__name {
    margin-top: 7px;
    font-size: 55.745px;
  }
}

.p-otherCard__personal {
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-otherCard__personal {
    font-size: 15.927px;
  }
}
.p-otherCard__personal span {
  display: inline-block;
}

.p-others__linkButton {
  margin: 63px auto 0;
  width: 138px;
  height: 30px;
  border-radius: 20px;
  background: linear-gradient(90deg, #042A6B 0%, #0058A6 51.92%, #007CE7 100%);
  color: #FFF;
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-others__linkButton {
    margin-top: 100px;
    width: 276px;
    height: 60px;
    border-radius: 30px;
    font-size: 40px;
  }
}
@media (any-hover: hover) {
  .p-others__linkButton:hover {
    opacity: 0.7;
  }
}