@charset "UTF-8";
/* ------------------------------------------------------------

Reset

------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*
  font:inherit;
  font-family:inherit;
  */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

:root {
  --scrollbar: 17px;
}

html {
  font-size: calc((100vw - var(--scrollbar)) / 1920 * 10 / 1620 * 1440);
  /*-ブレイクポイント1920px-*/
  /*-ブレイクポイント1620px-*/
  /*-ブレイクポイント1440px-*/
  /*-ブレイクポイント1200px-*/
  /*-ブレイクポイント767px-*/
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1620px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1620 * 10);
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 9);
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 9.5);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

audio,
canvas,
video {
  display: inline-block;
}

dialog {
  padding: 0;
  border: none;
}

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

button {
  background: none;
  appearance: none;
  border: none;
  padding: 0;
}

/*button:focus-visible{outline: thin dotted #333;}*/
* {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #2E2E2E;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-feature-settings: "palt";
}

.svg_symbol {
  display: none;
}

.br-pc {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

#job, #student, #company, #populations, #purpose, #philosophy, #message, #outline, #map, #requirements, #interview, #numbers {
  scroll-margin-top: 15rem;
}

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */
.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic !important;
}

.none {
  display: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

sub {
  vertical-align: sub !important;
  font-size: 50%;
}

sup {
  vertical-align: super !important;
  font-size: 50%;
}

.txt-mail::after {
  content: "@";
}

.red01 {
  color: #FF0000;
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* ------------------------------------------------------------

404ページ

------------------------------------------------------------ */
.wrap-404 {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrap-404 {
    padding: 2rem 3rem 0;
    margin-bottom: 10rem;
  }
}
.wrap-404__inner {
  margin-bottom: 3rem;
}
.wrap-404__inner h2 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrap-404__inner h2 {
    font-size: 2.8rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrap-404 br {
    display: none;
  }
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.btn__inner a {
  color: #2E2E2E;
  padding: 1.3rem 6rem;
  border-radius: 0.4rem;
  border: 1px solid #CCC;
  background: #fff;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: background 0.3s;
}
@media (hover: hover) {
  .btn__inner a:hover {
    background: #f4f4f4;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btn__inner a {
    width: 100%;
    justify-content: center;
  }
}
.btn__inner a span {
  line-height: 1.375;
}
.btn__inner a svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #1C63B9;
  flex-shrink: 0;
}

/* ------------------------------------------------------------

見出し

------------------------------------------------------------ */
.heading01 {
  width: fit-content;
}
.heading01__inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner {
    align-items: center;
    gap: 0.7rem;
  }
}
.heading01__inner .title {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 11rem;
  letter-spacing: 0.02em;
  color: #bc0000;
  line-height: 0.9;
}
.heading01__inner .title.news {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(../img/bg_pageTitle-txt.png);
  background-position: 39rem -7rem;
  background-size: 37rem;
  filter: brightness(1.2);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner .title.news {
    background-position: -1rem -7rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner .title {
    font-size: 3.5rem;
  }
}
.heading01__inner .small {
  display: none;
}
.heading01__inner p {
  font-size: 2.5rem;
  letter-spacing: 0.09em;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner p {
    line-height: 0;
  }
}
.heading01__inner p svg {
  width: 3.8rem;
  height: 3.4rem;
  fill: #bc0000;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner p svg {
    width: 1.2rem;
    height: 1rem;
  }
}
.heading01__inner p span {
  color: #2E2E2E;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner p span {
    font-size: 1.3rem;
  }
}
.heading01__inner__blue .title {
  color: #1C63B9;
}
.heading01__inner__blue p svg {
  fill: #1C63B9;
}
.heading01__inner__blue p span {
  color: #2E2E2E;
}
.heading01__inner__white .title {
  color: #fff;
}
.heading01__inner__white p svg {
  fill: #fff;
}
.heading01__inner__white p span {
  color: #fff;
}
.heading01__inner__small {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner__small {
    align-items: flex-start;
  }
}
.heading01__inner__small .title {
  font-size: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner__small .title {
    font-size: 3.5rem;
  }
}
.heading01__inner__small .small {
  display: block;
  font-size: 14rem;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 0.2rem #bc0000;
  position: absolute;
  top: -9rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner__small .small {
    font-size: 7.4rem;
    top: -4rem;
  }
}
.heading01__inner__small p {
  font-size: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner__small p {
    font-size: 1.4rem;
  }
}
.heading01__inner__small p svg {
  width: 2.3rem;
  height: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01__inner__small p svg {
    width: 1.45rem;
    height: 1.3rem;
  }
}

/* ------------------------------------------------------------

ページタイトル

------------------------------------------------------------ */
.pageTitle01__inner {
  padding: 30rem 12.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner {
    padding: 12rem 5rem 12rem 2.4rem;
    align-items: flex-start;
  }
}
.pageTitle01__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 54.5rem;
  height: 58.6rem;
  background: url(../img/bg_pageTitle.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner::before {
    width: 15rem;
    height: 16rem;
  }
}
.pageTitle01__inner::after {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
  height: 28.8rem;
  background: url(../img/img_wave.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner::after {
    height: 5.8rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner .heading01__inner {
    align-items: flex-start;
  }
}
.pageTitle01__inner-svg {
  width: 18rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner-svg {
    width: 5rem;
    margin-top: 1rem;
  }
}
.pageTitle01__inner-svg svg {
  width: 100%;
  height: auto;
}
.pageTitle01__inner-svg__company {
  width: 24rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner-svg__company {
    width: 10rem;
  }
}
.pageTitle01__inner-svg__company svg {
  margin-left: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner-svg__single {
    width: 8rem;
    margin-top: 0;
    margin-right: -1rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner-svg__about {
    width: 7rem;
    position: relative;
    top: -1.5rem;
    left: 1rem;
  }
}
.pageTitle01__inner-svg__service {
  position: relative;
  top: -1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner-svg__service {
    width: 7rem;
    margin-top: 1rem;
  }
}
.pageTitle01__inner-svg__recruit {
  width: 23rem;
  position: relative;
  top: 2.5rem;
  left: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner-svg__recruit {
    width: 8rem;
    margin-top: 0rem;
    top: auto;
    left: 1rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner-svg__contact {
    width: 7rem;
    margin-top: 3rem;
    position: relative;
    top: -1.6rem;
    left: 1rem;
  }
}
.pageTitle01__inner .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 12.5%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle01__inner .breadcrumb {
    left: 2.4rem;
  }
}
.pageTitle01__inner__blue::before {
  background: url(../img/bg_pageTitle02.png) no-repeat center center/cover;
}
.pageTitle01__inner__blue::after {
  background: url(../img/img_wave02.png) no-repeat center center/cover;
}

/* ------------------------------------------------------------

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  margin-top: -2.4rem;
}
.breadcrumb__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.breadcrumb__inner ul {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
  width: 22.9166666667vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb__inner ul {
    width: 100%;
    text-align: right;
  }
}
.breadcrumb__inner ul li {
  display: inline;
  vertical-align: middle;
  padding-right: 2.8rem;
  margin-right: 0.6rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb__inner ul li {
    padding-right: 1.8rem;
    margin-right: 0rem;
  }
}
.breadcrumb__inner ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb__inner ul li:last-child::after {
  display: none;
}
.breadcrumb__inner ul li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font-size: 1.7rem;
  color: #2b2b2b;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb__inner ul li::after {
    font-size: 1rem;
    margin-top: 0.3rem;
  }
}
.breadcrumb__inner ul li a {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 1.7rem;
  color: #C4C4C4;
  text-decoration: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb__inner ul li a {
    font-size: 1rem;
  }
}
.breadcrumb__inner ul li.current a {
  color: #2E2E2E;
  pointer-events: none;
}
.breadcrumb__inner ul li.current a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------

フォーム

------------------------------------------------------------ */
.form {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form {
    gap: 3rem;
  }
}
.form .focus-visible {
  outline: 2px solid #bc0000;
}
.form__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item {
    flex-direction: column;
  }
}
.form__item-label {
  width: 25%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-label {
    width: 100%;
  }
}
.form__item-label > p {
  display: flex;
  padding-top: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-label > p {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.form__item-label > p label {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #3b3939;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-label > p label {
    font-size: 1.4rem;
  }
}
.form__item-label > p .must {
  font-weight: 600;
  font-size: 1.8rem;
  color: #bc0000;
  margin-top: -2rem;
  margin-left: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-label > p .must {
    font-size: 1.4rem;
    margin-top: -0.8rem;
    margin-left: 0.5rem;
  }
}
.form__item-text {
  width: 75%;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text {
    width: 100%;
  }
}
.form__item-text-col > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text-col > p {
    font-size: 1.4rem;
  }
}
.form__item-text-col > p span {
  width: calc((100% - 3rem) / 2);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text-col > p span {
    width: calc((100% - 2rem) / 2);
  }
}
.form__item-text-col > p span[data-name=privacy] {
  width: fit-content;
}
.form__item-text-col > p span input {
  width: 100%;
  padding: 2.5rem 3rem 2.1rem 3rem;
  background: #f8f8f8;
  border: none;
  font-size: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text-col > p span input {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
.form__item-text-col > p span input[type=radio] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/contact/ico_radio.svg) no-repeat center center/3rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text-col > p span input[type=radio] {
    background: url(../img/contact/ico_radio.svg) no-repeat center center/2rem;
    width: 2rem;
    height: 2rem;
  }
}
.form__item-text-col > p span input[type=radio]:checked {
  background: url(../img/contact/ico_radio_on.svg) no-repeat center center/3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text-col > p span input[type=radio]:checked {
    background: url(../img/contact/ico_radio_on.svg) no-repeat center center/2rem;
  }
}
.form__item-text-col > p span input::placeholder {
  font-weight: 600;
  font-size: 1.8rem;
  color: #b5b5b5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text-col > p span input::placeholder {
    font-size: 1.4rem;
  }
}
.form__item-text-privacy p {
  font-size: 1.4rem;
}
.form__item-text > p {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form__item-text > p br {
  display: none;
}
.form__item-text > p > span {
  width: 100%;
  display: block;
}
.form__item-text > p input {
  width: 100%;
  padding: 2.5rem 3rem 2.1rem 3rem;
  background: #f8f8f8;
  border: none;
  font-size: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text > p input {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
.form__item-text > p input[type=radio] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/contact/ico_radio.svg) no-repeat center center/3rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text > p input[type=radio] {
    background: url(../img/contact/ico_radio.svg) no-repeat center center/2rem;
    width: 2rem;
    height: 2rem;
  }
}
.form__item-text > p input[type=radio]:checked {
  background: url(../img/contact/ico_radio_on.svg) no-repeat center center/3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text > p input[type=radio]:checked {
    background: url(../img/contact/ico_radio_on.svg) no-repeat center center/2rem;
  }
}
.form__item-text > p input[type=checkbox] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/contact/ico_radio.svg) no-repeat center center/3rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text > p input[type=checkbox] {
    background: url(../img/contact/ico_radio.svg) no-repeat center center/2rem;
    width: 2rem;
    height: 2rem;
  }
}
.form__item-text > p input[type=checkbox]:checked {
  background: url(../img/contact/ico_radio_on.svg) no-repeat center center/3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text > p input[type=checkbox]:checked {
    background: url(../img/contact/ico_radio_on.svg) no-repeat center center/2rem;
  }
}
.form__item-text > p input::placeholder {
  font-weight: 600;
  font-size: 1.8rem;
  color: #b5b5b5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text > p input::placeholder {
    font-size: 1.4rem;
  }
}
.form__item-text > p textarea {
  width: 100%;
  padding: 2.5rem 3rem;
  background: #f8f8f8;
  border: none;
  font-size: 1.8rem;
  resize: none;
  min-height: 25rem;
  max-height: 75rem;
  field-sizing: content;
}
.form__item-text > p textarea::placeholder {
  font-weight: 600;
  font-size: 1.8rem;
  color: #b5b5b5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text > p textarea::placeholder {
    font-size: 1.4rem;
  }
}
.form__item-text > p > span select {
  border: none;
  width: 100%;
  padding: 2rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.8rem;
  background: #f8f8f8 url(../img/contact/ico_select.svg) no-repeat 97% center/2rem;
  color: #2E2E2E;
}
.form__item-text > p > span select option {
  color: #2E2E2E;
}
.form__item-text > p > span select .focus-visible {
  outline: 2px solid #bc0000;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text > p > span select {
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.form__item-text > p > span .wpcf7-radio {
  display: flex;
  align-items: center;
}
.form__item-text > p > span .wpcf7-radio .wpcf7-list-item {
  display: flex;
  width: 30%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__item-text > p > span .wpcf7-radio .wpcf7-list-item {
    width: 40%;
  }
}
.form__item-text > p > span .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form__item-text__address {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.form__item-text__address input {
  width: 100%;
}
.form__item-text__address input[type=number] {
  width: 33%;
}
.form__button {
  width: fit-content;
  margin-inline: auto;
  margin-top: 6rem;
}
.form__button p input {
  width: 23.4rem;
  padding: 1.8rem 0;
  display: grid;
  place-items: center;
  border-radius: 10rem;
  background: #bc0000;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
@media (hover: hover) {
  .form__button p input:hover {
    background: #DB4D4D;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .form__button p input {
    font-size: 1.2rem;
    width: 14rem;
    padding: 1.04rem 0;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item input {
  width: 100%;
  padding: 2.5rem 3rem 2.1rem 3rem;
  background: #f8f8f8;
  border: none;
  font-size: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wpcf7-list-item input {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
.wpcf7-list-item input[type=radio], .wpcf7-list-item input[type=checkbox] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/contact/ico_radio.svg) no-repeat center center/3rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wpcf7-list-item input[type=radio], .wpcf7-list-item input[type=checkbox] {
    background: url(../img/contact/ico_radio.svg) no-repeat center center/2rem;
    width: 2rem;
    height: 2rem;
  }
}
.wpcf7-list-item input[type=radio]:checked, .wpcf7-list-item input[type=checkbox]:checked {
  background: url(../img/contact/ico_radio_on.svg) no-repeat center center/3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wpcf7-list-item input[type=radio]:checked, .wpcf7-list-item input[type=checkbox]:checked {
    background: url(../img/contact/ico_radio_on.svg) no-repeat center center/2rem;
  }
}
.wpcf7-list-item input::placeholder {
  font-weight: 600;
  font-size: 1.8rem;
  color: #b5b5b5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wpcf7-list-item input::placeholder {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------

LIFE OF STUDENT ACTIVITIES

------------------------------------------------------------ */
.losa__contents {
  display: flex;
  height: 96rem;
  position: relative;
  margin-top: -13rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa__contents {
    height: 48rem;
    margin-top: 6rem;
  }
}
.losa .losaItem {
  display: flex;
  align-items: flex-start;
  height: fit-content;
}
.losa .losaItem .text {
  border: 3px solid #BC0000;
  border-radius: 50%;
  width: fit-content;
  padding: 0.7rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem .text {
    border: 1px solid #bc0000;
    top: 13rem;
    left: 1rem;
    padding: 0.4rem;
  }
}
.losa .losaItem .text p {
  font-size: 2.5rem;
  letter-spacing: 0.09em;
  line-height: 1.2;
  color: #fff;
  background: #BC0000;
  text-align: center;
  width: fit-content;
  border-radius: 50%;
  width: 17rem;
  height: 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem .text p {
    font-size: 1rem;
    width: 6rem;
    height: 6rem;
  }
}
.losa .losaItem .links {
  width: 31rem;
  height: 31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border: 3px solid #BC0000;
  border-radius: 50%;
  margin-left: -3rem;
  padding: 4rem;
  background: #fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem .links {
    width: 15rem;
    height: 15rem;
    padding: 1rem;
    border: 1px solid #BC0000;
  }
}
.losa .losaItem .links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: scale 0.3s;
}
@media (hover: hover) {
  .losa .losaItem .links a:hover {
    scale: 1.05;
  }
}
.losa .losaItem .links a img {
  width: 18rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem .links a img {
    width: 8.7rem;
  }
}
.losa .losaItem .links a svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
  background: #bc0000;
  border-radius: 50%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem .links a svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.losa .losaItem__red {
  position: absolute;
  top: 22rem;
}
@media screen and (max-width: 1620px) {
  .losa .losaItem__red {
    top: 16rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__red {
    top: 6rem;
    left: -3rem;
  }
}
.losa .losaItem__red .text {
  top: 13rem;
  left: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__red .text {
    top: 11rem;
    left: 6rem;
  }
}
.losa .losaItem__red .text::before {
  content: "";
  position: absolute;
  bottom: -16rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  width: 1.8rem;
  height: 17rem;
  background: url(../img/img_dot-red.png) no-repeat center center/contain;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__red .text::before {
    bottom: -5rem;
    width: 1.4rem;
    height: 7rem;
    background: url(../img/img_dot-red.png) no-repeat center bottom/cover;
  }
}
.losa .losaItem__blue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__blue {
    bottom: 2rem;
    left: 22rem;
  }
}
.losa .losaItem__blue .text {
  border-color: #1C63B9;
  top: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__blue .text {
    top: 1rem;
    left: -1rem;
  }
}
.losa .losaItem__blue .text::before {
  content: "";
  position: absolute;
  top: -9rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  width: 1.8rem;
  height: 17rem;
  background: url(../img/img_dot-blue.png) no-repeat center center/contain;
}
@media screen and (max-width: 1620px) {
  .losa .losaItem__blue .text::before {
    top: -13rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__blue .text::before {
    top: -4.5rem;
    width: 1.4rem;
    height: 7rem;
    background: url(../img/img_dot-blue.png) no-repeat center top/cover;
  }
}
.losa .losaItem__blue .text p {
  background: #1C63B9;
}
.losa .losaItem__blue .links {
  border-color: #1C63B9;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__blue .links {
    width: 16rem;
    height: 16rem;
    padding: 2rem;
  }
}
.losa .losaItem__blue .links a svg {
  background: #1C63B9;
}
.losa .losaItem__yellow {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__yellow {
    top: -2rem;
    right: 1rem;
  }
}
.losa .losaItem__yellow .text {
  border-color: #FFBF00;
  top: 13rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__yellow .text {
    top: 14rem;
  }
}
.losa .losaItem__yellow .text::before {
  content: "";
  position: absolute;
  bottom: -14rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  width: 1.8rem;
  height: 17rem;
  background: url(../img/img_dot-yellow.png) no-repeat center center/contain;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__yellow .text::before {
    bottom: -3.5rem;
    width: 1.4rem;
    height: 7rem;
    background: url(../img/img_dot-yellow.png) no-repeat center bottom/cover;
  }
}
.losa .losaItem__yellow .text p {
  background: #FFBF00;
}
.losa .losaItem__yellow .links {
  border-color: #FFBF00;
  width: 37rem;
  height: 37rem;
  padding: 6.5rem;
  margin-left: -5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa .losaItem__yellow .links {
    width: 17rem;
    height: 17rem;
    padding: 3rem;
  }
}
.losa .losaItem__yellow .links a p {
  color: #FFBF00;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.7rem;
  letter-spacing: 0.08em;
}
.losa .losaItem__yellow .links a svg {
  background: #FFBF00;
}
.losa__arrow {
  position: absolute;
  top: 42%;
  left: -24rem;
  width: 95.3125vw;
  height: 49rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .losa__arrow {
    width: 100%;
    left: 0;
  }
}
.losa__arrow img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

ページ内スクロールボタン

------------------------------------------------------------ */
.scrollBtn {
  width: min(1440px, 80%);
  margin-inline: auto;
  margin-top: 15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .scrollBtn {
    width: 19.3rem;
    margin-top: 4.2rem;
  }
}
.scrollBtn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .scrollBtn__inner {
    flex-direction: column;
  }
}
.scrollBtn__inner a {
  width: calc((100% - 4.2rem) / 4);
  height: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #c42425;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: background 0.3s;
}
@media (hover: hover) {
  .scrollBtn__inner a:hover {
    background: #bc0000;
  }
  .scrollBtn__inner a:hover span {
    color: #fff;
  }
  .scrollBtn__inner a:hover svg {
    fill: #fff;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .scrollBtn__inner a {
    width: 100%;
    height: 5.3rem;
  }
}
.scrollBtn__inner a span {
  color: #bc0000;
  letter-spacing: 0.07em;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-left: -3rem;
  text-align: center;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .scrollBtn__inner a span {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: -2rem;
  }
}
.scrollBtn__inner a svg {
  width: 7.4rem;
  height: 7.4rem;
  fill: #bc0000;
  rotate: 90deg;
  position: absolute;
  top: 46%;
  right: 0;
  translate: 0 -50%;
  transition: fill 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .scrollBtn__inner a svg {
    width: 6rem;
    height: 5.5rem;
    right: -0.5rem;
  }
}
.scrollBtn__inner__blue a {
  border: 1px solid #1c63b9;
}
@media (hover: hover) {
  .scrollBtn__inner__blue a:hover {
    background: #1c63b9;
  }
  .scrollBtn__inner__blue a:hover span {
    color: #fff;
  }
  .scrollBtn__inner__blue a:hover svg {
    fill: #fff;
  }
}
.scrollBtn__inner__blue a span {
  color: #1c63b9;
}
.scrollBtn__inner__blue a svg {
  fill: #1c63b9;
}

/* ------------------------------------------------------------

Header

------------------------------------------------------------ */
.header {
  padding: 2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background 0.3s;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 6rem;
  }
}
.header.scroll {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  .header.scroll {
    background: none;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10.6rem 0 4rem;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0 2.4rem;
  }
}
.header__logo {
  width: 16.8rem;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 8.5rem;
    height: 5rem;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
.header__nav ul li a {
  color: #2E2E2E;
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.09em;
}
.header__btnMenu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__btnMenu {
    cursor: pointer;
    background: #fff;
    display: inline-flex;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 0.1rem;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 2.1rem;
    right: 2.5rem;
    z-index: 5;
    opacity: 1;
    transition: background 0.4s;
  }
  .header__btnMenu span {
    position: absolute;
    width: 1.9rem;
    height: 0.1rem;
    border-radius: 0.3rem;
    background: #1257B0;
    transition: transform 0.4s, opacity 0.4s;
  }
  .header__btnMenu span:nth-child(1) {
    transform: translateY(-0.68rem);
  }
  .header__btnMenu span:nth-child(3) {
    transform: translateY(0.68rem);
  }
  .header__btnMenu.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .header__btnMenu.active span:nth-child(2) {
    opacity: 0;
  }
  .header__btnMenu.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
}
.header .spMenu {
  width: 100vw;
  height: 100dvh;
  background: #2E2E2E;
  position: fixed;
  inset: 0;
  z-index: 3;
  translate: 100% 0;
  transition: all 0.4s ease;
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .spMenu {
    display: block;
  }
}
.header .spMenu.active {
  translate: 0 0;
  visibility: visible;
}
.header .spMenu__logo {
  width: 11.6rem;
  margin: 2.4rem;
}
.header .spMenu__logo a {
  display: block;
}
.header .spMenu__logo a img {
  width: 100%;
}
.header .spMenu__inner {
  padding: 4.6rem 5.5rem 5rem;
}
.header .spMenu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 5rem;
}
.header .spMenu__list .navItem > a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-bottom: 1px solid #CCC;
  padding: 1.4rem 0;
  width: 100%;
  color: #2E2E2E;
}
.header .spMenu__list .navItem > a > p {
  line-height: 1;
  display: block;
  font-family: Arimo;
  font-size: 2rem;
  letter-spacing: 0.09em;
  margin-right: auto;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .spMenu__list .navItem > a > p .small {
  font-family: "Noto Sans JP";
  font-size: 1rem;
}
.header .spMenu__list .navItem > a > svg {
  width: 2.6rem;
  height: 2.6rem;
  fill: #fff;
  border-radius: 10rem;
  border: 1px solid #CCC;
  margin-right: 1rem;
}
.header .spMenu__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-right: -2rem;
}
.header .spMenu__sns a {
  display: inline-block;
  width: 3.3rem;
  height: 3.3rem;
}
.header .spMenu__sns a img {
  width: 100%;
  height: auto;
}
.header__sns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  gap: 2rem;
  position: absolute;
  top: 15rem;
  right: 5rem;
}
@media screen and (max-width: 1024px) {
  .header__sns {
    display: none;
  }
}
.header__sns a {
  width: 4rem;
  height: 4rem;
}
.header__sns a img {
  width: 100%;
  height: auto;
  filter: invert(1);
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
.footer {
  background: #2e2e2e;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer {
    padding: 4.8rem 0;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  width: min(1600px, 90%);
  margin-inline: auto;
  padding: 10.7rem 0 4.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    width: 100%;
    padding: 0 0 10.8rem;
  }
}
.footer__logo {
  width: 31.2rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__logo {
    width: 16rem;
    margin-left: 7.5rem;
    margin-bottom: 5rem;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__nav {
  width: 63.3333333333%;
  margin-right: -5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__nav > ul {
    flex-direction: column;
    gap: 4rem;
  }
}
.footer__nav > ul > li {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 1.2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__nav > ul > li {
    gap: 0;
  }
}
.footer__nav > ul > li > a {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.09em;
  color: #fff;
  width: fit-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__nav > ul > li > a {
    font-size: 1.5rem;
  }
}
.footer__nav > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__nav > ul > li > ul {
    gap: 0.5rem;
  }
}
.footer__nav > ul > li > ul > li {
  line-height: 1.2;
}
.footer__nav > ul > li > ul > li > a {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__nav > ul > li > ul > li > a::before {
  content: "";
  display: block;
  width: 1.58rem;
  height: 2px;
  background: #fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__nav > ul > li > ul > li > a {
    font-size: 1.2rem;
  }
}
.footer .spMenu {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer .spMenu {
    display: block;
  }
}
.footer .spMenu__inner {
  padding: 0 5.5rem;
}
.footer .spMenu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 5rem;
}
.footer .spMenu__list .navItem > a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-bottom: 1px solid #ccc;
  padding: 1.4rem 0;
  width: 100%;
  color: #2E2E2E;
}
.footer .spMenu__list .navItem > a > p {
  line-height: 1;
  font-family: Arimo;
  font-size: 1.5rem;
  letter-spacing: 0.09em;
  margin-right: auto;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .spMenu__list .navItem > a > p .small {
  font-family: "Noto Sans JP";
  font-size: 1rem;
}
.footer .spMenu__list .navItem > a > svg {
  width: 2.6rem;
  height: 2.6rem;
  fill: #fff;
  border-radius: 10rem;
  border: 1px solid #ccc;
  margin-right: 1rem;
}
.footer .spMenu__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-right: -2rem;
}
.footer .spMenu__sns a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
}
.footer .spMenu__sns a img {
  width: 100%;
  height: auto;
}
.footer__copy {
  width: min(1600px, 90%);
  margin-inline: auto;
  padding-bottom: 8.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__copy {
    padding-bottom: 0;
  }
}
.footer__copy p {
  font-family: Arimo;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.09em;
  color: #fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__copy p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
  }
}

/* ------------------------------------------------------------

wrap-typeなどの記述

------------------------------------------------------------ */
.wrapType01 {
  padding: 18rem 12.5% 26rem;
}

/* ------------------------------------------------------------

モーダル

------------------------------------------------------------ */
.js-modal {
  opacity: 0;
  translate: 0 3rem;
}
.js-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.js-modal[open] {
  display: block;
  animation: slideUp 0.3s ease-out forwards;
}
.js-modal[open]::backdrop {
  opacity: 1;
}
.js-modal.closing {
  animation: slideDown 0.2s ease-in forwards;
}
.js-modal.closing::backdrop {
  opacity: 0;
}

@keyframes slideUp {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes slideDown {
  from {
    opacity: 1;
    translate: 0 0;
  }
  to {
    opacity: 0;
    translate: 0 3rem;
  }
}
/* ------------------------------------------------------------

アニメーション

------------------------------------------------------------ */
.js-fvBg {
  opacity: 0;
  translate: 0 3rem;
}

.js-fvTitle {
  opacity: 0;
  translate: 0 2rem;
}

.js-fvTxt {
  opacity: 0;
  translate: 0 2rem;
}

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */
.topPage {
  /*  部活メディアについて
  -----------------------------------*/
  /*  会社案内
  -----------------------------------*/
  /*  事業内容
  -----------------------------------*/
  /*  数字で見る部活メディア
  -----------------------------------*/
  /*  採用情報
  -----------------------------------*/
  /*  お問い合わせ
  -----------------------------------*/
}
.topPage .fv {
  padding: 17rem 0 17rem 0;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv {
    padding: 10rem 0 10rem 0;
  }
}
.topPage .fv__title {
  position: absolute;
  top: 40rem;
  left: 13rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__title {
    width: 80%;
    position: unset;
    margin-inline: auto;
  }
}
.topPage .fv__title h1 {
  font-weight: 600;
  font-size: 7.6rem;
  letter-spacing: 0.07em;
  color: #3b3939;
  line-height: 1.5;
}
@media screen and (max-width: 1620px) {
  .topPage .fv__title h1 {
    font-size: 7.2rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__title h1 {
    font-size: 3.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.topPage .fv__title h1 span {
  font-size: 11rem;
  font-family: "Hiragino Mincho ProN", "メイリオ";
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(../img/bg_txt-blue.png);
  background-position: center;
  background-size: 36rem;
  filter: brightness(1.4);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__title h1 span {
    background-size: 40rem;
    font-size: 5.4rem;
    margin-left: 2rem;
  }
}
.topPage .fv__title img {
  width: 56%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__title img {
    margin-left: 2.5rem;
    width: 80%;
  }
}
.topPage .fv__image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.topPage .fv__image svg {
  width: 100%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__image svg {
    width: 190%;
    margin-left: -33rem;
  }
}
.topPage .fv .news {
  width: 80rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 3.5rem 3rem 10rem;
  background: #fff;
  border-radius: 0 1rem 1rem 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: 39.8%;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv .news {
    width: 32rem;
    padding: 1.5rem 2.5rem;
    gap: 1rem;
    bottom: 12rem;
  }
}
.topPage .fv .news__title {
  width: fit-content;
  font-family: "hypatia-sans-pro";
  line-height: 1.5;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(../img/bg_fv-text.png);
  background-position: left;
  background-size: contain;
  filter: brightness(1.2);
  position: absolute;
  top: -4rem;
  left: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv .news__title {
    font-size: 2rem;
    top: -2rem;
    left: 4rem;
  }
}
.topPage .fv .news__item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (hover: hover) {
  .topPage .fv .news__item:hover .title {
    color: #bc0000;
  }
  .topPage .fv .news__item:hover .border {
    background: #bc0000;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv .news__item {
    gap: 1rem;
  }
}
.topPage .fv .news__item time, .topPage .fv .news__item .category, .topPage .fv .news__item .title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv .news__item time, .topPage .fv .news__item .category, .topPage .fv .news__item .title {
    font-size: 1rem;
  }
}
.topPage .fv .news__item time {
  white-space: nowrap;
  color: #2E2E2E;
}
.topPage .fv .news__item .category {
  letter-spacing: 0.15em;
  min-width: 7rem;
  width: fit-content;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv .news__item .category {
    min-width: 3rem;
    letter-spacing: 0.05em;
  }
}
.topPage .fv .news__item .title {
  color: #2E2E2E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
}
.topPage .fv .news__item .border {
  flex-grow: 1;
  height: 1px;
  background: #CCC;
  transition: background 0.3s;
}
.topPage .fv__scroll {
  position: absolute;
  bottom: 40rem;
  right: 14%;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__scroll {
    bottom: 6rem;
    right: 50%;
    translate: 50% 0;
    gap: 0;
    display: none;
  }
}
.topPage .fv__scroll p {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  color: #2b2b2b;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__scroll p {
    font-size: 1rem;
  }
}
.topPage .fv__scroll span {
  width: 2px;
  height: 12rem;
  background: #2b2b2b;
  position: relative;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__scroll span {
    width: 1px;
    height: 1.5rem;
  }
}
.topPage .fv__scroll span::before {
  content: "";
  display: block;
  width: 2px;
  height: 12rem;
  position: absolute;
  background: #fff;
  left: calc(50% - 2px);
  bottom: 0;
  transform: scaleY(0);
  animation: mv-scroll 2s ease-in-out infinite forwards;
}
@keyframes mv-scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  35% {
    transform: scaleY(1);
    transform-origin: top;
  }
  36% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  70% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.topPage .fv__bg {
  width: 52.3rem;
  height: 56.3rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__bg {
    width: 14.8rem;
    height: 15.8rem;
  }
}
.topPage .fv__bg img {
  width: 100%;
  height: auto;
}
.topPage .fv__bg02 {
  width: 52.5rem;
  height: 93.1rem;
  position: absolute;
  top: 30rem;
  left: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .fv__bg02 {
    width: 15.8rem;
    height: 25.6rem;
    top: 26rem;
  }
}
.topPage .fv__bg02 img {
  width: 100%;
  height: auto;
}
.topPage .about {
  position: relative;
  margin-top: -21rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about {
    margin-top: 0;
  }
}
.topPage .about__bg {
  width: 100%;
  height: 31.8rem;
  position: absolute;
  bottom: 5rem;
  left: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__bg {
    height: 8.6rem;
    bottom: 7rem;
  }
}
.topPage .about__bg img {
  width: 100%;
  height: auto;
}
.topPage .about__bg02 {
  width: 55.6rem;
  height: 59.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__bg02 {
    width: 16.3rem;
    height: 18.2rem;
  }
}
.topPage .about__bg02 img {
  width: 100%;
  height: auto;
}
.topPage .about__contents {
  padding-left: 12.5%;
  padding-bottom: 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__contents {
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 5.7rem;
    gap: 5rem;
  }
}
.topPage .about__text {
  width: 35.625vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__text {
    width: 100%;
  }
}
.topPage .about__text .heading01 {
  margin-bottom: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__text .heading01 {
    margin-inline: auto;
  }
}
.topPage .about__desc {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__desc {
    align-items: center;
    margin-bottom: 5rem;
  }
}
.topPage .about__desc span {
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  background: #bc0000;
  color: #fff;
  width: fit-content;
  padding: 1.5rem 1.5rem 1.5rem 4.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__desc span {
    font-size: 2.5rem;
    padding: 1rem 1.5rem;
  }
}
.topPage .about__desc02 {
  font-size: 2.3rem;
  letter-spacing: 0.07em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__desc02 {
    font-size: 1.2rem;
    font-weight: 700;
    width: 26rem;
    margin-inline: auto;
  }
}
.topPage .about__image {
  width: 50%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__image {
    width: 100%;
  }
}
.topPage .about__image img {
  width: 100%;
  height: auto;
}
.topPage .about__link {
  padding: 0 12.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 28rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__link {
    padding: 0 0 13rem;
    flex-direction: column;
    width: 28rem;
    margin-inline: auto;
    gap: 3.6rem;
  }
}
.topPage .about__link .aboutUnit {
  width: 24.1145833333vw;
  overflow: hidden;
}
@media (hover: hover) {
  .topPage .about__link .aboutUnit:hover img {
    scale: 1.05;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__link .aboutUnit {
    width: 100%;
  }
}
.topPage .about__link .aboutUnit:nth-of-type(2) {
  margin-top: 4.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__link .aboutUnit:nth-of-type(2) {
    margin-top: 0;
  }
}
.topPage .about__link .aboutUnit figure {
  width: 100%;
  height: auto;
  position: relative;
}
.topPage .about__link .aboutUnit figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: scale 0.3s;
}
.topPage .about__link .aboutUnit figure figcaption {
  letter-spacing: 0.09em;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 10rem;
  left: 4.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__link .aboutUnit figure figcaption {
    line-height: 1.2;
    bottom: 50%;
    left: 2rem;
    translate: 0 50%;
  }
}
.topPage .about__link .aboutUnit figure figcaption span {
  font-size: 1.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__link .aboutUnit figure figcaption span {
    font-size: 1rem;
  }
}
.topPage .about__link .aboutUnit figure figcaption h3 {
  font-size: 2.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .about__link .aboutUnit figure figcaption h3 {
    font-size: 1.5rem;
  }
}
.topPage .company {
  padding: 12.5rem 12.5% 27rem 0;
  background: #F2F2F2;
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -2rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company {
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    padding: 10rem 0 15rem;
  }
}
.topPage .company::before {
  content: "";
  display: block;
  width: 88%;
  height: 87%;
  background: url(../img/home/bg_company.png) no-repeat center center/contain;
  position: absolute;
  top: 15rem;
  left: 8rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company::before {
    width: 57rem;
    height: 36rem;
    top: 47rem;
    left: 0rem;
  }
}
.topPage .company .heading01 {
  margin-left: auto;
  margin-bottom: 3.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company .heading01 {
    margin-inline: auto;
  }
}
.topPage .company .heading01 p {
  margin-left: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company .heading01 p {
    margin-inline: auto;
  }
}
.topPage .company__contents {
  position: relative;
}
.topPage .company__image {
  width: 66.3020833333vw;
  margin-right: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company__image {
    width: 100%;
    height: 33rem;
    margin-bottom: 3.5rem;
  }
}
.topPage .company__image img {
  width: 100%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company__image img {
    height: 100%;
    object-fit: cover;
    object-position: 63%;
  }
}
.topPage .company__links {
  position: absolute;
  bottom: 8.5rem;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company__links {
    position: unset;
  }
}
.topPage .company__links .link {
  width: 31.25vw;
  padding: 5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s;
}
@media (hover: hover) {
  .topPage .company__links .link:hover {
    background: #bc0000;
  }
  .topPage .company__links .link:hover p {
    color: #fff;
  }
  .topPage .company__links .link:hover svg {
    fill: #bc0000;
    background: #fff;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company__links .link {
    width: 26.5rem;
    padding: 1.47rem 2rem;
    margin-inline: auto;
    transition: none;
  }
  .topPage .company__links .link:active {
    background: #bc0000;
  }
  .topPage .company__links .link:active p {
    color: #fff;
  }
  .topPage .company__links .link:active svg {
    fill: #bc0000;
    background: #fff;
  }
}
.topPage .company__links .link p {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2E2E2E;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company__links .link p {
    font-size: 1.5rem;
    transition: none;
  }
}
.topPage .company__links .link svg {
  width: 5rem;
  height: 5rem;
  fill: #fff;
  background: #bc0000;
  border-radius: 50%;
  transition: background 0.3s, fill 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .company__links .link svg {
    width: 2.5rem;
    height: 2.5rem;
    transition: none;
  }
}
.topPage .service {
  padding: 42rem 12.5% 56rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .service {
    padding: 15rem 0 19rem;
  }
}
.topPage .service::before {
  content: "";
  display: block;
  width: 56.5rem;
  height: 63rem;
  background: url(../img/home/bg_service.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .service::before {
    background: url(../img/home/bg_service_sp.png) no-repeat center center/cover;
    width: 18rem;
    height: 19.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .service .heading01 {
    margin-inline: auto;
  }
}
.topPage .service__bg {
  width: 148rem;
  height: 49rem;
  position: absolute;
  top: -35rem;
  right: -0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .service__bg {
    width: 130%;
    height: auto;
    top: -11rem;
    right: -2rem;
  }
}
.topPage .service__bg::before {
  content: "";
  display: block;
  width: 27rem;
  height: 10.6rem;
  background: url(../img/home/msk_service02.png) no-repeat center center/contain;
  position: absolute;
  top: 20%;
  right: 11.4%;
  z-index: 1;
  mix-blend-mode: screen;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .service__bg::before {
    width: 9rem;
    height: 3.6rem;
  }
}
.topPage .service__bg img {
  width: 100%;
  height: auto;
}
.topPage .service__bg02 {
  display: block;
  width: 192rem;
  position: absolute;
  bottom: 20rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .service__bg02 {
    width: 139%;
    margin-left: -3rem;
    bottom: 8rem;
  }
}
.topPage .service__bg02::before {
  content: "";
  display: block;
  width: 22.8rem;
  height: 7.1rem;
  background: url(../img/home/msk_service03.png) no-repeat center center/contain;
  position: absolute;
  top: 19%;
  left: 8%;
  mix-blend-mode: screen;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .service__bg02::before {
    width: 6rem;
    height: 2.3rem;
    top: 18%;
    left: 8%;
  }
}
.topPage .service__bg02 img {
  width: 100%;
  height: auto;
}
.topPage .data {
  padding: 0 12.5% 42rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .data {
    padding: 0 0 13rem;
  }
}
.topPage .data::before {
  content: "";
  display: block;
  width: 55.5rem;
  height: 63.3rem;
  background: url(../img/home/bg_data.png) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .data::before {
    width: 17rem;
    height: 17.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .data__contents {
    width: 32.6rem;
    margin-inline: auto;
  }
}
.topPage .data__contents a {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .topPage .data__contents a:hover img {
    scale: 1.1;
  }
}
.topPage .data__contents a .heading01 {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.topPage .data__contents a .heading01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topPage .data__image {
  width: 100%;
  height: auto;
}
.topPage .data__image img {
  width: 100%;
  height: auto;
  background: linear-gradient(#206cbd 0%, #3daaee 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: scale 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .data .heading01__inner .title {
    font-size: 4rem;
  }
}
.topPage .recruit__link {
  display: flex;
}
@media (hover: hover) {
  .topPage .recruit__link:hover .icon svg {
    scale: 1.2;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .recruit__link {
    flex-direction: column-reverse;
  }
}
.topPage .recruit__title {
  background: #1F6DC0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .recruit__title {
    padding: 4rem 4.7rem;
    justify-content: flex-start;
  }
}
.topPage .recruit__title .heading01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .recruit__title .heading01__inner p span {
    font-size: 1.2rem;
  }
}
.topPage .recruit__title .icon {
  position: absolute;
  bottom: 4rem;
  right: 5.7rem;
}
.topPage .recruit__title .icon svg {
  width: 6.3rem;
  height: 6.3rem;
  fill: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: scale 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .recruit__title .icon svg {
    width: 3rem;
    height: 3rem;
  }
}
.topPage .recruit__image {
  width: 51.1458333333%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .recruit__image {
    width: 100%;
    height: 17.1rem;
  }
}
.topPage .recruit__image img {
  width: 100%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .recruit__image img {
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
  }
}
.topPage .contact {
  position: relative;
}
.topPage .contact__bg {
  display: block;
  width: 179.3rem;
  width: 93.3854166667%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.topPage .contact__bg::before {
  content: "";
  display: block;
  width: 16.6rem;
  height: 14.6rem;
  background: url(../img/home/msk_contact.png) no-repeat center center/contain;
  position: absolute;
  top: 22%;
  right: 13.5%;
  mix-blend-mode: screen;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .contact__bg::before {
    width: 3rem;
    height: 2.5rem;
    top: 19%;
    right: 13%;
  }
}
.topPage .contact__bg img {
  width: 100%;
  height: auto;
}
.topPage .contact__link {
  padding: 19.7rem 0 19.7rem 12.5%;
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (hover: hover) {
  .topPage .contact__link:hover .icon svg {
    scale: 1.2;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .contact__link {
    padding: 5.7rem 4.7rem 8.2rem;
    justify-content: flex-start;
    gap: 3rem;
  }
}
.topPage .contact__link .heading01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topPage .contact__link .heading01__inner p span {
  color: #bc0000;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .contact__link .heading01__inner p span {
    font-size: 1.2rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .contact__link .icon {
    height: 3rem;
  }
}
.topPage .contact__link .icon svg {
  width: 6.3rem;
  height: 6.3rem;
  fill: #bc0000;
  border: 1px solid #bc0000;
  border-radius: 50%;
  transition: scale 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .topPage .contact__link .icon svg {
    width: 3rem;
    height: 3rem;
  }
}

/* ------------------------------------------------------------

部活メディアについて

------------------------------------------------------------ */
.pageAbout {
  overflow: hidden;
  /*--  代表メッセージ --*/
}
.pageAbout .scrollBtn {
  padding-bottom: 26.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .scrollBtn {
    padding-bottom: 11.5rem;
  }
}
.pageAbout .purpose {
  position: relative;
  z-index: 0;
  padding-bottom: 64rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose {
    padding-bottom: 24rem;
  }
}
.pageAbout .purpose::before {
  content: "";
  width: 135.7rem;
  height: 39.4rem;
  background: url(../img/about/bg_purpose-arrow.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose::before {
    width: 160%;
    height: 18.4rem;
  }
}
.pageAbout .purpose::after {
  content: "";
  width: 57.6rem;
  height: 58.9rem;
  background: url(../img/about/bg_purpose02.png) no-repeat center center/contain;
  position: absolute;
  bottom: 12rem;
  left: 0;
  z-index: -2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose::after {
    width: 21rem;
    height: 21rem;
    bottom: 8rem;
  }
}
.pageAbout .purpose .heading01 {
  margin-inline: auto;
  margin-bottom: 18rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose .heading01 {
    margin-bottom: 8rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose .heading01__inner {
    align-items: center;
  }
}
.pageAbout .purpose__txtBox {
  position: absolute;
  top: 69rem;
  left: 11.4583333333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose__txtBox {
    position: unset;
    padding: 0 2.4rem 11.5rem;
  }
}
.pageAbout .purpose__txtBox::before {
  content: "";
  width: 11rem;
  height: 22rem;
  background: url(../img/about/bg_purpose03.png) no-repeat center center/contain;
  position: absolute;
  top: 8rem;
  left: 0;
  z-index: -1;
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose__txtBox::before {
    display: block;
  }
}
.pageAbout .purpose__txtBox h3 {
  font-size: 7rem;
  letter-spacing: 0.03em;
  color: #bc0000;
  line-height: 1.5;
  margin-bottom: 12rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose__txtBox h3 {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 7rem;
  }
}
.pageAbout .purpose__txtBox-desc {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose__txtBox-desc {
    gap: 2rem;
  }
}
.pageAbout .purpose__txtBox-desc p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose__txtBox-desc p {
    font-size: 1.5rem;
  }
}
.pageAbout .purpose__image {
  position: relative;
  z-index: -1;
}
.pageAbout .purpose__image::before {
  content: "";
  width: 32rem;
  height: 71rem;
  background: url(../img/about/bg_purpose.png) no-repeat center center/contain;
  position: absolute;
  top: -14rem;
  right: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose__image::before {
    width: 13.4rem;
    height: 29.7rem;
    top: -6rem;
  }
}
.pageAbout .purpose__image picture {
  position: relative;
  z-index: 0;
  display: block;
}
.pageAbout .purpose__image img {
  width: 95%;
  height: auto;
  position: relative;
  margin-left: auto;
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .purpose__image img {
    width: 100%;
  }
}
.pageAbout .philosophy {
  padding: 30rem 12.5% 42rem;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .philosophy {
    padding: 8rem 2.4rem 17rem;
  }
}
.pageAbout .philosophy::before {
  content: "";
  width: 149rem;
  height: 263rem;
  background: url(../img/about/bg_philosophy.png) no-repeat center center/contain;
  position: absolute;
  bottom: -127rem;
  left: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .philosophy::before {
    width: 37.5rem;
    height: 108.8rem;
    background: url(../img/about/bg_philosophy_sp.png) no-repeat center center/contain;
    bottom: -18rem;
  }
}
.pageAbout .philosophy .heading01 {
  margin-left: auto;
  margin-right: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .philosophy .heading01 {
    margin: 0 auto 5.3rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .philosophy .heading01__inner {
    align-items: center;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .philosophy .heading01 .small {
    font-size: 5.3rem;
    top: -3rem;
  }
}
.pageAbout .philosophy__image {
  width: 65.5208333333vw;
  margin-inline: auto 9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .philosophy__image {
    width: 100%;
    margin: 0;
  }
}
.pageAbout .philosophy__image img {
  width: 100%;
  height: auto;
}
.pageAbout .message {
  padding-bottom: 30rem;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message {
    padding-bottom: 7.6rem;
  }
}
.pageAbout .message::before {
  content: "";
  width: 112rem;
  height: 144rem;
  background: url(../img/about/bg_message03.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message::before {
    background-image: url(../img/about/bg_message03_sp.png);
    background-size: cover;
    width: 37.5rem;
    height: 96.9rem;
    bottom: 0;
    left: 0;
  }
}
.pageAbout .message .heading01 {
  margin-inline: auto;
  margin-bottom: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message .heading01__inner {
    align-items: center;
  }
}
.pageAbout .message__leadText {
  width: 98.6rem;
  margin-inline: auto;
  margin-bottom: 22.7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__leadText {
    width: 100%;
    padding: 0 2.4rem;
    margin-bottom: 11rem;
  }
}
.pageAbout .message__leadText h3 {
  font-size: 5.4rem;
  letter-spacing: 0.06em;
  color: #141414;
  margin-bottom: 7rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__leadText h3 {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5;
  }
}
.pageAbout .message__leadText h3 span {
  font-size: 7.1rem;
  color: #bc0000;
  padding: 0 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__leadText h3 span {
    font-size: 3rem;
    padding: 0;
  }
}
.pageAbout .message__leadText p {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #3b3939;
  line-height: 2.5;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__leadText p {
    font-size: 1.5rem;
  }
}
.pageAbout .message__contents {
  position: relative;
  margin-bottom: 30rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__contents {
    margin-bottom: 11.5rem;
  }
}
.pageAbout .message__contents::before {
  content: "";
  width: 100%;
  height: 13.4rem;
  background: url(../img/about/bg_message02.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.pageAbout .message__contents-image {
  width: 32.2916666667vw;
  position: absolute;
  bottom: 16rem;
  left: 10.3rem;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__contents-image {
    display: none;
  }
}
.pageAbout .message__contents-image img {
  width: 100%;
  height: auto;
}
.pageAbout .message__contents-textBox {
  width: 65.625vw;
  background: #BC0000;
  position: relative;
  z-index: 0;
  padding: 15rem 0 8rem 13rem;
  margin-left: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__contents-textBox {
    width: 100%;
    padding: 8rem 2.4rem;
  }
}
.pageAbout .message__contents-textBox::before {
  content: "";
  width: 46.7rem;
  height: 51.2rem;
  background: url(../img/about/bg_message.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__contents-textBox::before {
    width: 16rem;
    height: 18rem;
  }
}
.pageAbout .message__contents-textBox h3 {
  font-size: 4.5rem;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 10rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__contents-textBox h3 {
    font-size: 2.4rem;
    margin-bottom: 6.3rem;
  }
}
.pageAbout .message__contents-textBox p {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 2.5;
  width: 72rem;
  text-align: justify;
  margin-bottom: 10rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__contents-textBox p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 7rem;
  }
}
.pageAbout .message__contents-textBox img {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__contents-textBox img {
    display: block;
    width: 100vw;
    height: auto;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-bottom: 1.6rem;
  }
}
.pageAbout .message__contents-textBox span {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: right;
  display: flex;
  flex-direction: column;
  opacity: 0.15;
  line-height: 0.8;
  mix-blend-mode: overlay;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message__contents-textBox span {
    font-size: 7rem;
    margin-right: -3rem;
  }
}
.pageAbout .message .president {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 106rem;
  margin-inline: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message .president {
    width: 100%;
    padding: 0 2.4rem;
  }
}
.pageAbout .message .president h3 {
  text-align: center;
  font-size: 4.5rem;
  letter-spacing: 0.06em;
  color: #434343;
  line-height: 1.8;
  margin-bottom: 12rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message .president h3 {
    font-size: 2.4rem;
    margin-bottom: 7.7rem;
  }
}
.pageAbout .message .president h3 span {
  color: #BC0000;
}
.pageAbout .message .president__desc {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #3b3939;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 5rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message .president__desc {
    font-size: 1.5rem;
    text-align: justify;
  }
}
.pageAbout .message .president__name {
  font-size: 2.1rem;
  letter-spacing: 0.15em;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  gap: 1.7rem;
  align-self: flex-end;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message .president__name {
    align-items: flex-end;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message .president__name span {
    font-size: 1.6rem;
  }
}
.pageAbout .message .president__name img {
  width: 21.8rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageAbout .message .president__name img {
    width: 16.5rem;
    height: auto;
    margin-right: -1.5rem;
  }
}

/* ------------------------------------------------------------

事業内容

------------------------------------------------------------ */
.pageService {
  /*--  リード文 --*/
  /*--  メインコンテンツ --*/
}
.pageService .serviceLead {
  position: relative;
  margin-bottom: 44rem;
  padding-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLead {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 7.2rem;
    margin-bottom: 11rem;
  }
}
.pageService .serviceLead__textBox {
  width: 43.125vw;
  background: #206ebe;
  padding: 11rem 6rem 12.3rem;
  position: absolute;
  bottom: -9.3rem;
  left: 20rem;
  z-index: 1;
}
@media (max-width: 1685px) {
  .pageService .serviceLead__textBox {
    bottom: -20rem;
  }
}
@media screen and (max-width: 1620px) {
  .pageService .serviceLead__textBox {
    bottom: -24.3rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLead__textBox {
    position: relative;
    z-index: 1;
    bottom: auto;
    left: auto;
    width: 32.6rem;
    margin-inline: auto;
    margin-top: -4.8rem;
    padding: 4.3rem 1rem 3rem 3rem;
  }
}
.pageService .serviceLead__textBox p {
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 600;
  line-height: 2.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLead__textBox p {
    font-size: 1.1rem;
  }
}
.pageService .serviceLead__textBox span {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 12rem;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0.15;
  line-height: 1;
  position: absolute;
  top: 5.6rem;
  left: 4.2rem;
  z-index: -1;
  mix-blend-mode: soft-light;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLead__textBox span {
    font-size: 7.4rem;
    top: 0;
    right: 0;
  }
}
.pageService .serviceLead__image {
  width: 57.96875vw;
  margin-left: auto;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLead__image {
    width: 100%;
  }
}
.pageService .serviceLead__image::before {
  content: "";
  position: absolute;
  bottom: -35rem;
  right: 0;
  width: 34rem;
  height: 35rem;
  background: url(../img/service/bg_serviceLead.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLead__image::before {
    display: none;
  }
}
.pageService .serviceLead__image img {
  width: 100%;
  height: auto;
}
.pageService .serviceContents {
  padding: 0 12.5vw 31rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceContents {
    padding: 0 0 10rem 0;
  }
}
.pageService .serviceContents::before {
  content: "";
  position: absolute;
  bottom: 32rem;
  left: 0;
  width: 49.1rem;
  height: 90.2rem;
  background: url(../img/service/bg_service.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceContents::before {
    bottom: 37rem;
    width: 15rem;
    height: 26.6rem;
  }
}
.pageService .serviceContents::after {
  content: "";
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceContents::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15.6rem;
    height: 15rem;
    background: url(../img/service/bg_serviceContents.png) no-repeat center center/cover;
    z-index: -1;
  }
}
.pageService .serviceLinks {
  background: #f8f8f8;
  padding: 17.4rem 12.5vw 30.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLinks {
    padding: 8rem 2.4rem 17rem;
    flex-direction: column;
    gap: 6rem;
  }
}
.pageService .serviceLinks__item {
  width: calc((100% - 9.8rem) / 2);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLinks__item {
    width: 100%;
  }
}
.pageService .serviceLinks__item a {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .pageService .serviceLinks__item a:hover {
    opacity: 0.6;
  }
}
.pageService .serviceLinks__item figure img {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLinks__item figure img {
    margin-bottom: 1.6rem;
  }
}
.pageService .serviceLinks__item figure figcaption h2 {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #2b2b2b;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageService .serviceLinks__item figure figcaption h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

/* ------------------------------------------------------------

採用情報

------------------------------------------------------------ */
.pageRecruit .requirements {
  padding: 18.9rem 0 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements {
    padding: 7rem 0 0 0;
  }
}
.pageRecruit .requirements__inner {
  padding: 0 18.3333333333%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner {
    padding: 0;
  }
}
.pageRecruit .requirements__inner .heading01 {
  margin-bottom: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner .heading01 {
    margin-bottom: 2rem;
    margin-left: 2.4rem;
  }
}
.pageRecruit .requirements__inner .heading01__inner {
  align-items: unset;
}
.pageRecruit .requirements__inner-tbl {
  background: #f8f8f8;
  padding: 2.4rem 7.8882497946% 13rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl {
    padding: 0 2.4rem 7rem;
  }
}
.pageRecruit .requirements__inner-tbl table {
  width: 100%;
  margin-bottom: 11.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl table {
    margin-bottom: 8.3rem;
  }
}
.pageRecruit .requirements__inner-tbl table tr {
  border-bottom: 1px solid #1c63b9;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl table tr {
    display: flex;
    flex-direction: column;
  }
}
.pageRecruit .requirements__inner-tbl table th {
  font-weight: 700;
  width: 25rem;
  padding: 4.6rem 0 4.6rem 1rem;
  vertical-align: top;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl table th {
    padding: 2rem 0 1rem;
    font-size: 1.5rem;
  }
}
.pageRecruit .requirements__inner-tbl table td {
  padding: 4.6rem 0;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl table td {
    padding: 0 0 2.8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl table td > p {
    line-height: 1.5;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl table td .td-inner p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.pageRecruit .requirements__inner-tbl table td .td-inner__ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.pageRecruit .requirements__inner-tbl table td .td-inner__ttl::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.4rem;
  background: url(../img/recruit/ico_table-ttl.svg) no-repeat center center/cover;
  margin-top: 0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl table td .td-inner__ttl {
    font-size: 1.5rem !important;
  }
}
.pageRecruit .requirements__inner-tbl table td .td-inner:nth-of-type(1) {
  margin-bottom: 4.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl table td .td-inner:nth-of-type(1) {
    margin-bottom: 2rem;
  }
}
.pageRecruit .requirements__inner-tbl table td .td-inner:nth-of-type(2) p {
  margin-bottom: 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl table td .td-inner:nth-of-type(2) p {
    margin-bottom: 1.7rem;
  }
}
.pageRecruit .requirements__inner-tbl-link {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 74.2rem;
  margin-inline: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl-link {
    max-width: unset;
  }
}
.pageRecruit .requirements__inner-tbl-link > div:nth-of-type(1) a {
  background: #1c63b9;
}
.pageRecruit .requirements__inner-tbl-link > div:nth-of-type(2) a {
  background: #2688D3;
}
.pageRecruit .requirements__inner-tbl-link > div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
  padding: 2.8rem 7.1rem 2.8rem 9.1rem;
  border-radius: 4.2rem;
  color: #ffffff;
  font-size: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl-link > div a {
    gap: 2.4rem;
    padding: 1.8rem 2.4rem 2rem 3rem;
    border-radius: 3.8rem;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .pageRecruit .requirements__inner-tbl-link > div a:hover {
    opacity: 0.8;
  }
}
.pageRecruit .requirements__inner-tbl-link > div a span {
  flex: 1;
  line-height: 1;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl-link > div a span {
    line-height: 1.4;
  }
}
.pageRecruit .requirements__inner-tbl-link > div a img {
  flex: none;
  width: 1.7rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__inner-tbl-link > div a img {
    width: 1.4rem;
  }
}
.pageRecruit .requirements__image {
  width: 100%;
  margin-top: -27rem;
  position: relative;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__image {
    height: 17rem;
    margin-top: 0;
  }
}
.pageRecruit .requirements__image img {
  width: 100%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .requirements__image img {
    height: 100%;
    object-fit: cover;
  }
}
.pageRecruit .interview {
  padding: 30.9rem 0 43rem;
  background: #f8f8f8;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview {
    padding: 16rem 2.4rem;
  }
}
.pageRecruit .interview::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 111.5rem;
  background: url(../img/recruit/bg_interview.jpg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview::before {
    display: none;
  }
}
.pageRecruit .interview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58rem;
  height: 54rem;
  background: url(../img/recruit/bg_interview02.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview::after {
    width: 16rem;
    height: 14.8rem;
  }
}
.pageRecruit .interview .heading01 {
  margin: 0 auto 16.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview .heading01 {
    margin: 0 auto 17rem 0;
  }
}
.pageRecruit .interview__inner {
  padding: 0 12.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner {
    padding: 0;
    flex-direction: column;
    gap: 8rem;
    position: relative;
  }
}
.pageRecruit .interview__inner::before {
  content: "";
  position: absolute;
  right: -2.4rem;
  top: -8rem;
  width: 27.7rem;
  height: 103rem;
  background: url(../img/recruit/bg_interview_sp.jpg) no-repeat center center/cover;
  z-index: -1;
  display: none;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.16));
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner::before {
    display: block;
  }
}
.pageRecruit .interview__inner .unit {
  width: calc((100% - 12rem) / 3);
  display: flex;
  flex-direction: column;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
.pageRecruit .interview__inner .unit.second {
  margin-top: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit.second {
    margin-top: 0;
  }
}
.pageRecruit .interview__inner .unit.second .unit__num {
  margin-right: 6rem;
}
.pageRecruit .interview__inner .unit.third {
  margin-top: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit.third {
    margin-top: 0;
  }
}
.pageRecruit .interview__inner .unit.third .unit__num {
  justify-content: flex-start;
  margin-left: 7rem;
}
.pageRecruit .interview__inner .unit__num {
  font-family: "Hypatia Sans Pro";
  font-size: 11.5rem;
  font-weight: 700;
  color: #1c63b9;
  letter-spacing: 0.06em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__num {
    display: none;
  }
}
.pageRecruit .interview__inner .unit__image {
  flex: 1;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__image {
    width: 18rem;
  }
}
.pageRecruit .interview__inner .unit__image img {
  width: 95%;
  display: block;
  margin-inline: auto;
  height: auto;
}
.pageRecruit .interview__inner .unit__txt {
  position: relative;
  z-index: 0;
  border: 3px solid #fff;
  background: #1c63b9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.9rem 5.5rem 2.9rem 4rem;
}
@media screen and (max-width: 1620px) {
  .pageRecruit .interview__inner .unit__txt {
    padding: 2.9rem 4rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt {
    width: 13rem;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    border: none;
  }
}
.pageRecruit .interview__inner .unit__txt .nameBox {
  display: flex;
  flex-direction: column;
  margin-right: 6.8rem;
  gap: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .nameBox {
    padding-bottom: 2rem;
    margin-right: 0;
    gap: 0;
  }
}
.pageRecruit .interview__inner .unit__txt .nameBox .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .nameBox .ttl {
    justify-content: center;
  }
}
.pageRecruit .interview__inner .unit__txt .nameBox .ttl svg {
  width: 2.25rem;
  height: 1.95rem;
  fill: #fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .nameBox .ttl svg {
    width: 1.1rem;
    height: 1rem;
  }
}
.pageRecruit .interview__inner .unit__txt .nameBox .ttl span {
  font-size: 2rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .nameBox .ttl span {
    font-size: 1.4rem;
  }
}
.pageRecruit .interview__inner .unit__txt .nameBox .ttl span::before {
  content: "";
  display: block;
  width: 17.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -0.7rem;
  left: -2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .nameBox .ttl span::before {
    width: 6.5rem;
    bottom: -0.5rem;
    left: 50%;
    translate: -50% 0;
  }
}
.pageRecruit .interview__inner .unit__txt .nameBox .name {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 150%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .nameBox .name {
    width: 100%;
    align-items: center;
    gap: 0.5rem;
  }
}
.pageRecruit .interview__inner .unit__txt .nameBox .name__ja {
  font-size: 2.8rem;
  letter-spacing: 0.09em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .nameBox .name__ja {
    font-size: 1.9rem;
  }
}
.pageRecruit .interview__inner .unit__txt .nameBox .name__en {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  color: #1c63b9;
  mix-blend-mode: screen;
  line-height: 1.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .nameBox .name__en {
    font-size: 1.2rem;
  }
}
.pageRecruit .interview__inner .unit__txt .num {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  color: #1c63b9;
  opacity: 0.5;
  position: absolute;
  top: 4rem;
  left: 5rem;
  z-index: -1;
  mix-blend-mode: screen;
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .num {
    display: block;
    position: unset;
    font-size: 7.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .icon {
    display: block;
  }
}
.pageRecruit .interview__inner .unit__txt .icon svg {
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  fill: #fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .unit__txt .icon svg {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.pageRecruit .interview__inner .modal {
  width: min(1440px, 80%);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal {
    width: 100%;
  }
}
.pageRecruit .interview__inner .modal__inner {
  display: flex;
  align-items: flex-end;
  gap: 7.6388888889%;
  padding: 6rem 2rem 13rem 10rem;
  background: #1c63b9;
  position: relative;
  z-index: 0;
}
.pageRecruit .interview__inner .modal__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31rem;
  height: 33rem;
  background: url(../img/recruit/bg_interview-modal.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner::before {
    width: 16rem;
    height: 17rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner {
    padding: 2rem 0 6rem;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.pageRecruit .interview__inner .modal__inner .image {
  width: 26.0416666667%;
  margin-bottom: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .image {
    width: 18rem;
    margin-bottom: 0;
  }
}
.pageRecruit .interview__inner .modal__inner .image img {
  width: 100%;
  height: auto;
}
.pageRecruit .interview__inner .modal__inner .txtBox {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox {
    display: contents;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox .ttl {
    order: -1;
  }
}
.pageRecruit .interview__inner .modal__inner .txtBox .ttl p {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 12.5rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: #fff;
  opacity: 0.16;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox .ttl p {
    font-size: 4.7rem;
    line-height: 0.8;
  }
}
.pageRecruit .interview__inner .modal__inner .txtBox .query p {
  font-weight: 700;
  font-size: 2.5rem;
  color: #f8f8f8;
  line-height: 1.2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox .query p {
    font-size: 1.3rem;
  }
}
.pageRecruit .interview__inner .modal__inner .txtBox .answer p {
  color: #f8f8f8;
  line-height: 1.4;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: 0.08em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox .answer p {
    font-size: 1.9rem;
    text-align: center;
  }
}
.pageRecruit .interview__inner .modal__inner .txtBox .name {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox .name {
    align-items: center;
    gap: 0.5rem;
  }
}
.pageRecruit .interview__inner .modal__inner .txtBox .name__post {
  font-weight: 700;
  font-size: 2.5rem;
  color: #f8f8f8;
  line-height: 1.2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox .name__post {
    font-size: 1.1rem;
  }
}
.pageRecruit .interview__inner .modal__inner .txtBox .name__item {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox .name__item {
    gap: 1rem;
  }
}
.pageRecruit .interview__inner .modal__inner .txtBox .name__item .ja {
  font-size: 3.5rem;
  color: #f8f8f8;
  line-height: 1.2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox .name__item .ja {
    font-size: 1.7rem;
  }
}
.pageRecruit .interview__inner .modal__inner .txtBox .name__item .en {
  font-family: "hypatia-sans-pro";
  font-weight: 700;
  font-size: 2.3rem;
  color: #f8f8f8;
  line-height: 1.2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .interview__inner .modal__inner .txtBox .name__item .en {
    font-size: 1rem;
  }
}
.pageRecruit .numbers {
  padding: 20.9rem 12.5% 53.4rem;
  position: relative;
  background: #f8f8f8;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers {
    padding: 10rem 2.4rem;
    z-index: 0;
  }
}
.pageRecruit .numbers::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54.5rem;
  height: 58.6rem;
  transform: rotate(180deg);
  background: url(../img/bg_pageTitle02.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers::after {
    width: 16.5rem;
    height: 17.4rem;
  }
}
.pageRecruit .numbers .heading01 {
  margin: 0 auto 14.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers .heading01 {
    margin: 0 auto 8rem 0;
  }
}
.pageRecruit .numbers__inner {
  display: grid;
  grid-template-rows: 44.4rem 43.4rem;
  grid-template-columns: 32.3611111111% 18.2638888889% 12.5% 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 1300px) {
  .pageRecruit .numbers__inner {
    grid-template-rows: 40rem 43.4rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
  }
}
.pageRecruit .numbers__inner-item {
  border: 3px solid #1c63b9;
  color: #1c63b9;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item {
    position: relative;
  }
}
.pageRecruit .numbers__inner-item .ttl {
  color: #3e3c3c;
  font-size: 3rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item .ttl {
    position: absolute !important;
    top: 1.5rem !important;
    left: 2rem !important;
    font-size: 1.4rem !important;
  }
}
.pageRecruit .numbers__inner-item .num {
  letter-spacing: 0;
}
.pageRecruit .numbers__inner-item__age {
  grid-row: 1/2;
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__age {
    grid-column: 1/5;
    padding: 4.2rem 2rem 2.1rem;
    align-items: flex-start;
  }
}
.pageRecruit .numbers__inner-item__age img {
  width: 55%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__age img {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 9.5rem;
  }
}
.pageRecruit .numbers__inner-item__age .num {
  display: flex;
  align-items: baseline;
  gap: 1.3rem;
  margin-top: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__age .num {
    justify-content: flex-start;
    align-items: baseline;
  }
}
.pageRecruit .numbers__inner-item__age .num p:nth-of-type(1) {
  font-size: calc((100vw - 48rem - var(--scrollbar)) * 0.3236111111 / 466 * 138);
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__age .num p:nth-of-type(1) {
    font-size: 7rem;
  }
}
.pageRecruit .numbers__inner-item__age .num p:nth-of-type(2) {
  font-size: calc((100vw - 48rem - var(--scrollbar)) * 0.3236111111 / 466 * 35);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__age .num p:nth-of-type(2) {
    font-size: 2.4rem;
  }
}
.pageRecruit .numbers__inner-item__sports {
  grid-row: 1/2;
  grid-column: 2/5;
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__sports {
    grid-row: 2/3;
    grid-column: 1/5;
    padding: 4rem 2rem 1rem;
  }
}
.pageRecruit .numbers__inner-item__sports .ttl {
  padding: 4.3rem 0 0 8.3rem;
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__sports .ttl {
    padding: 0;
    margin-bottom: 0;
  }
}
.pageRecruit .numbers__inner-item__sports .num {
  display: flex;
  align-items: baseline;
  padding-left: 5.3rem;
  margin-top: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__sports .num {
    padding-left: 0;
    margin-top: 0;
  }
}
.pageRecruit .numbers__inner-item__sports .num p:nth-of-type(1) {
  font-size: calc((100vw - 48rem - var(--scrollbar)) * 0.6618055556 / 953 * 285);
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__sports .num p:nth-of-type(1) {
    font-size: 9.1rem;
  }
}
.pageRecruit .numbers__inner-item__sports .num p:nth-of-type(2) {
  font-size: calc((100vw - 48rem - var(--scrollbar)) * 0.6618055556 / 953 * 130);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__sports .num p:nth-of-type(2) {
    font-size: 5rem;
    font-weight: 700;
  }
}
.pageRecruit .numbers__inner-item__sports img {
  width: 49.4228751312%;
  height: 100%;
  padding-top: 1.7rem;
  margin-left: -5rem;
}
@media screen and (max-width: 1300px) {
  .pageRecruit .numbers__inner-item__sports img {
    margin-left: -3rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__sports img {
    position: absolute;
    top: -0.5rem;
    right: 1.5rem;
    width: 13.5rem;
  }
}
.pageRecruit .numbers__inner-item__gender {
  grid-row: 2/2;
  grid-column: 3/5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__gender {
    grid-row: 3/3;
    grid-column: 1/2;
    width: 15.7rem;
    gap: 1rem;
    padding: 3rem 1rem 1rem;
  }
}
.pageRecruit .numbers__inner-item__gender .wrap-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__gender .wrap-num {
    gap: 1rem;
  }
}
.pageRecruit .numbers__inner-item__gender .wrap-num .num {
  display: flex;
  align-items: baseline;
}
.pageRecruit .numbers__inner-item__gender .wrap-num .num:nth-of-type(1) {
  color: #1c63b9;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__gender .wrap-num .num:nth-of-type(1) {
    font-size: 3.5rem;
  }
}
.pageRecruit .numbers__inner-item__gender .wrap-num .num:nth-of-type(2) {
  color: #2688d3;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__gender .wrap-num .num:nth-of-type(2) {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.pageRecruit .numbers__inner-item__gender .wrap-num .num p:nth-of-type(1) {
  font-size: calc((100vw - 48rem - var(--scrollbar)) * 0.3520833333 / 507 * 125);
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__gender .wrap-num .num p:nth-of-type(1) {
    font-size: 3.5rem;
  }
}
.pageRecruit .numbers__inner-item__gender .wrap-num .num p:nth-of-type(2) {
  font-size: calc((100vw - 48rem - var(--scrollbar)) * 0.3520833333 / 507 * 40);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__gender .wrap-num .num p:nth-of-type(2) {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.pageRecruit .numbers__inner-item__gender img {
  width: 35.7001972387%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__gender img {
    width: 8.2rem;
  }
}
.pageRecruit .numbers__inner-item__rate {
  grid-row: 2/2;
  grid-column: 1/3;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__rate {
    grid-row: 3/3;
    grid-column: 2/5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem 1rem;
  }
}
.pageRecruit .numbers__inner-item__rate .ttl {
  margin: 3.6rem 0 0 6.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__rate .ttl {
    margin: 0;
  }
}
.pageRecruit .numbers__inner-item__rate .inside {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__rate .inside {
    flex-direction: column;
    align-items: center;
  }
}
.pageRecruit .numbers__inner-item__rate .inside .num {
  display: flex;
  align-items: baseline;
  color: #2688d3;
}
.pageRecruit .numbers__inner-item__rate .inside .num p:nth-of-type(1) {
  font-size: calc((100vw - 48rem - var(--scrollbar)) * 0.5069444444 / 730 * 145);
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__rate .inside .num p:nth-of-type(1) {
    font-size: 4.5rem;
  }
}
.pageRecruit .numbers__inner-item__rate .inside .num p:nth-of-type(2) {
  font-size: calc((100vw - 48rem - var(--scrollbar)) * 0.5069444444 / 730 * 50);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__rate .inside .num p:nth-of-type(2) {
    font-size: 2rem;
  }
}
.pageRecruit .numbers__inner-item__rate .inside img {
  width: 36.4383561644%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .numbers__inner-item__rate .inside img {
    width: 7rem;
  }
}
.pageRecruit .links__entry a {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .pageRecruit .links__entry a:hover::before {
    opacity: 0.6;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__entry a {
    height: 16.8rem;
  }
}
.pageRecruit .links__entry a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c63b9;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.pageRecruit .links__entry a .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.pageRecruit .links__entry a .ttl p {
  color: #f8f8f8;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__entry a .ttl p {
    font-size: 5rem;
  }
}
.pageRecruit .links__entry a .ttl span {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #f8f8f8;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__entry a .ttl span {
    font-size: 1.7rem;
  }
}
.pageRecruit .links__entry a img {
  width: 100%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__entry a img {
    height: 100%;
    object-fit: cover;
  }
}
.pageRecruit .links__btns {
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__btns {
    flex-direction: column;
  }
}
.pageRecruit .links__btns-item {
  width: 50%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__btns-item {
    width: 100%;
  }
}
.pageRecruit .links__btns-item a {
  display: block;
  height: 28.7rem;
  position: relative;
}
@media (hover: hover) {
  .pageRecruit .links__btns-item a:hover svg {
    scale: 1.2;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__btns-item a {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 2.4rem;
  }
}
.pageRecruit .links__btns-item a .txt {
  width: fit-content;
  padding: 3.9rem 0 0 6.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__btns-item a .txt {
    padding: 0;
  }
}
.pageRecruit .links__btns-item a .txt p {
  text-align: center;
  line-height: 1;
}
.pageRecruit .links__btns-item a .txt p:nth-of-type(1) {
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.19;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__btns-item a .txt p:nth-of-type(1) {
    font-size: 3.2rem;
  }
}
.pageRecruit .links__btns-item a .txt p:nth-of-type(2) {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__btns-item a .txt p:nth-of-type(2) {
    font-size: 1.7rem;
    text-align: left;
  }
}
.pageRecruit .links__btns-item a .icon {
  position: absolute;
  bottom: 4.4rem;
  right: 5.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__btns-item a .icon {
    position: unset;
    height: 3rem;
  }
}
.pageRecruit .links__btns-item a .icon svg {
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 50%;
  transition: scale 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageRecruit .links__btns-item a .icon svg {
    width: 3rem;
    height: 3rem;
  }
}
.pageRecruit .links__btns-item:nth-of-type(1) a {
  background: #1c63b9;
}
.pageRecruit .links__btns-item:nth-of-type(1) a .txt p:nth-of-type(1) {
  color: #fff;
}
.pageRecruit .links__btns-item:nth-of-type(1) a .txt p:nth-of-type(2) {
  color: #f8f8f8;
}
.pageRecruit .links__btns-item:nth-of-type(1) a .icon svg {
  background: #fff;
  fill: #1c63b9;
}
.pageRecruit .links__btns-item:nth-of-type(2) a {
  background: #d8f3ff;
}
.pageRecruit .links__btns-item:nth-of-type(2) a .txt p:nth-of-type(1) {
  color: #1c63b9;
}
.pageRecruit .links__btns-item:nth-of-type(2) a .txt p:nth-of-type(2) {
  color: #1c63b9;
}
.pageRecruit .links__btns-item:nth-of-type(2) a .icon svg {
  background: #1c63b9;
  fill: #fff;
}

/* ------------------------------------------------------------

会社概要

------------------------------------------------------------ */
.pageCompany {
  padding-bottom: 21.8rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany {
    padding-bottom: 8rem;
  }
}
.pageCompany::after {
  content: "";
  width: 54.5rem;
  height: 58.6rem;
  background: url(../img/bg_pageTitle.png) no-repeat center center/cover;
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany::after {
    width: 14.8rem;
    height: 15.6rem;
  }
}
.pageCompany .outline {
  padding: 16.2rem 21.875% 15.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline {
    padding: 7.2rem 2.4rem;
  }
}
.pageCompany .outline .heading01 {
  margin: 0 auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline .heading01 {
    margin: 0 auto 0 0;
  }
}
.pageCompany .outline table {
  width: 100%;
  margin-top: 8.2rem;
  letter-spacing: 0.06em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline table {
    margin-top: 4.8rem;
    display: flex;
  }
}
.pageCompany .outline table tr {
  border-bottom: 1px solid #BC0000;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline table tr {
    display: flex;
    flex-direction: column;
  }
}
.pageCompany .outline table tr:first-of-type {
  border-top: 1px solid #BC0000;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline table tr:first-of-type {
    border-top: none;
  }
}
.pageCompany .outline table th {
  width: 36rem;
  padding: 4.6rem 0 4.6rem 3.2rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline table th {
    width: 100%;
    display: block;
    padding: 0.95rem 0 0 0;
    font-size: 1.5rem;
  }
}
.pageCompany .outline table td {
  padding: 4.6rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline table td {
    padding: 0 0 2.5rem;
    font-size: 1.5rem;
  }
}
.pageCompany .outline table td ul li:not(:last-of-type) {
  margin-bottom: 4.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline table td ul li:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.pageCompany .outline table td ul li > p {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline table td ul li > p {
    line-height: 1.5;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.pageCompany .outline table td ul li > p img {
  width: 1.2rem;
  height: auto;
  position: relative;
  top: 0.4rem;
}
.pageCompany .outline table td ul li .listInner p {
  width: 97%;
  margin-left: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .outline table td ul li .listInner p {
    width: 93%;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.pageCompany .lead {
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .lead {
    margin-bottom: 11rem;
  }
}
.pageCompany .lead img {
  width: 100%;
  height: auto;
}
.pageCompany .map {
  padding: 30rem 12.5% 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map {
    padding: 0 2.4rem;
  }
}
.pageCompany .map .heading01 {
  margin-inline: auto;
  margin-bottom: 11rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map .heading01 {
    margin-inline: 0 auto;
    margin-bottom: 5.6rem;
  }
}
.pageCompany .map__inner {
  background: #f8f8f8;
  padding: 12.2rem 6.6666666667% 18rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__inner {
    padding: 3.68rem 3rem 6.7rem;
  }
}
.pageCompany .map__item {
  display: flex;
  align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pageCompany .map__item:not(:last-of-type) {
  margin-bottom: 18.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__item:not(:last-of-type) {
    margin-bottom: 6.8rem;
  }
}
.pageCompany .map__item-txt {
  flex: 1;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__item-txt {
    margin-bottom: 1.5rem;
  }
}
.pageCompany .map__item-txt h3 {
  color: #bc0000;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 4.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__item-txt h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.8rem;
  }
}
.pageCompany .map__item-txt address {
  margin-bottom: 1.2rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__item-txt address {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
.pageCompany .map__item-txt p {
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__item-txt p {
    font-size: 1.1rem;
  }
}
.pageCompany .map__item-txt p a {
  pointer-events: none;
  color: #3b3939;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__item-txt p a {
    pointer-events: auto;
  }
}
.pageCompany .map__item-image {
  flex: none;
  width: 49.6638655462%;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__item-image {
    width: 100%;
  }
}
.pageCompany .map__item-image-inside {
  padding-top: 61.5625%;
  position: relative;
}
.pageCompany .map__item-image-inside iframe {
  border: none;
  width: 100%;
  margin-top: -25rem;
  height: 250%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageCompany .map__item-image-inside iframe {
    margin-top: 0;
    height: 100%;
  }
}

/* ------------------------------------------------------------

新着情報

------------------------------------------------------------ */
.pageNewsList {
  padding: 0 12.5% 34.5rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList {
    padding: 0 2.4rem 11rem;
  }
}
.pageNewsList::after {
  content: "";
  width: 54.5rem;
  height: 58.6rem;
  background: url(../img/bg_pageTitle02.png) no-repeat center center/cover;
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList::after {
    width: 16.5rem;
    height: 17rem;
  }
}
.pageNewsList .category {
  padding: 13.5rem 0 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category {
    padding: 2.7rem 0 6rem;
  }
}
.pageNewsList .category > ul {
  display: flex;
  gap: 5.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category > ul {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category > ul > li:nth-of-type(3) {
    flex-basis: 16rem;
  }
}
.pageNewsList .category > ul > li.active a {
  color: #1255ae;
  position: relative;
}
.pageNewsList .category > ul > li.active a::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #1156af;
  position: absolute;
  bottom: -0.9rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category > ul > li.active a::after {
    width: 100%;
    height: 0.2rem;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
}
.pageNewsList .category > ul > li > a {
  display: block;
  padding: 0 1rem;
  color: #c4c4c4;
  font-size: 2rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  font-family: "hypatia-sans-pro";
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category > ul > li > a {
    font-size: 1.4rem;
    padding: 0;
    display: inline-block;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category > ul > li details {
    margin-top: 0.35rem;
  }
}
.pageNewsList .category > ul > li details summary {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #c4c4c4;
  font-size: 2rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  font-family: "hypatia-sans-pro";
  cursor: pointer;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category > ul > li details summary {
    font-size: 1.4rem;
  }
}
.pageNewsList .category > ul > li details summary::-webkit-details-marker {
  display: none;
}
.pageNewsList .category > ul > li details summary::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1rem;
  background: url("../img/news/ico_news-arrow.svg") no-repeat center center/cover;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category > ul > li details summary::after {
    width: 1.4rem;
    height: 0.6rem;
  }
}
.pageNewsList .category > ul > li details ul {
  display: flex;
  flex-direction: column;
  width: 80%;
  background: #F0F0F0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category > ul > li details ul {
    width: 76%;
  }
}
.pageNewsList .category > ul > li details ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c4c4c4;
}
.pageNewsList .category > ul > li details ul li:last-of-type {
  border-bottom: none;
}
.pageNewsList .category > ul > li details ul li a {
  display: block;
  line-height: 1.2;
  padding: 0.8rem 0;
  color: #c4c4c4;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: color 0.3s;
}
@media (hover: hover) {
  .pageNewsList .category > ul > li details ul li a:hover {
    color: #1156af;
  }
  .pageNewsList .category > ul > li details ul li a:hover::before {
    width: 100%;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .category > ul > li details ul li a {
    font-size: 1.4rem;
  }
}
.pageNewsList .category > ul > li details ul li a::before {
  content: "";
  width: 0;
  height: 0.2rem;
  background: #1156af;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
  transform-origin: left right;
}
.pageNewsList .list .article {
  border-bottom: 2px solid #e6e6e6;
}
.pageNewsList .list .article:first-of-type {
  border-top: 2px solid #e6e6e6;
}
.pageNewsList .list .article a {
  display: flex;
  gap: 3.6rem;
  padding: 6.5rem 7.6rem 6.5rem 3.6rem;
  color: #2b2b2b;
}
@media (hover: hover) {
  .pageNewsList .list .article a:hover .article__image-inner img {
    scale: 1.05;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .list .article a {
    padding: 2rem 0;
  }
}
.pageNewsList .list .article__image {
  width: 23.6805555556%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .list .article__image {
    display: none;
  }
}
.pageNewsList .list .article__image-inner {
  position: relative;
  padding-top: 62.1700879765%;
  overflow: hidden;
}
.pageNewsList .list .article__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}
.pageNewsList .list .article__txt {
  flex: 1;
}
.pageNewsList .list .article__txt-detail {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.pageNewsList .list .article__txt-detail time {
  font-size: 1.8rem;
  margin-right: 6.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .list .article__txt-detail time {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
}
.pageNewsList .list .article__txt-detail p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10.5rem;
  height: 3.7rem;
  padding: 0 2rem;
  border-radius: 1.85rem;
  margin-right: 1.8rem;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .list .article__txt-detail p {
    font-size: 1rem;
    height: 2.5rem;
    padding: 0 2rem;
    min-width: 5rem;
  }
}
.pageNewsList .list .article__txt-detail ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .list .article__txt-detail ul {
    display: none;
  }
}
.pageNewsList .list .article__txt-detail ul li {
  color: #aaa;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.pageNewsList .list .article__txt h2 {
  font-size: 2.3rem;
  letter-spacing: 0.07em;
  margin-bottom: 3.4rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .list .article__txt h2 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.pageNewsList .list .article__txt-excerpt {
  color: #989898;
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .list .article__txt-excerpt {
    display: none;
  }
}
.pageNewsList .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  padding-top: 11.2rem;
  font-size: 2.1rem;
  letter-spacing: 0.07em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .wp-pagenavi {
    font-size: 1.6rem;
    gap: 1.4rem;
    padding-top: 7rem;
  }
}
.pageNewsList .wp-pagenavi span {
  border: none;
}
.pageNewsList .wp-pagenavi span.current {
  font-weight: 500;
}
.pageNewsList .wp-pagenavi span.pages {
  display: none;
}
.pageNewsList .wp-pagenavi a {
  display: block;
  border: none;
  color: #2b2b2b;
}
@media (hover: hover) {
  .pageNewsList .wp-pagenavi a:hover {
    opacity: 0.7;
  }
}
.pageNewsList .wp-pagenavi a.first, .pageNewsList .wp-pagenavi a.last {
  display: none;
}
.pageNewsList .wp-pagenavi a.previouspostslink, .pageNewsList .wp-pagenavi a.nextpostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.07rem;
  height: 4.07rem;
  border: 1px solid #1c63b9;
  border-radius: 50%;
  font-size: 0;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .wp-pagenavi a.previouspostslink, .pageNewsList .wp-pagenavi a.nextpostslink {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.pageNewsList .wp-pagenavi a.previouspostslink::before, .pageNewsList .wp-pagenavi a.nextpostslink::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.3rem;
  background: url("../img/news/ico_arrow.svg") no-repeat center;
  background-size: contain;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsList .wp-pagenavi a.previouspostslink::before, .pageNewsList .wp-pagenavi a.nextpostslink::before {
    width: 0.8rem;
    height: 0.7rem;
  }
}
.pageNewsList .wp-pagenavi a.nextpostslink {
  transform: scale(-1, 1);
}

.pageNewsSingle {
  padding: 16rem 20.8333333333% 14.7rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle {
    padding: 2.5rem 2.4rem 11rem;
  }
}
.pageNewsSingle::after {
  content: "";
  width: 54.5rem;
  height: 58.6rem;
  background: url(../img/bg_pageTitle02.png) no-repeat center center/cover;
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle::after {
    width: 16.5rem;
    height: 16.5rem;
  }
}
.pageNewsSingle .single__heading-detail {
  display: flex;
  align-items: center;
  margin-bottom: 4.6rem;
}
.pageNewsSingle .single__heading-detail time {
  font-size: 1.8rem;
  margin-right: 6.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__heading-detail time {
    font-size: 1.2rem;
    margin-right: 1.6rem;
  }
}
.pageNewsSingle .single__heading-detail p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10.5rem;
  height: 3.7rem;
  padding: 0 2rem;
  border-radius: 1.85rem;
  margin-right: 1.8rem;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__heading-detail p {
    font-size: 1.2rem;
    margin-right: 1.6rem;
    min-width: 6.8rem;
    height: 2.8rem;
  }
}
.pageNewsSingle .single__heading-detail ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__heading-detail ul {
    gap: 0.4rem 0.7rem;
  }
}
.pageNewsSingle .single__heading-detail ul li {
  color: #aaa;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__heading-detail ul li {
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.pageNewsSingle .single__heading-title {
  margin-bottom: 10.4rem;
}
.pageNewsSingle .single__heading-title h2 {
  font-size: 4rem;
  letter-spacing: 0.07em;
  padding-bottom: 4.65rem;
  border-bottom: 1px solid #c4c4c4;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__heading-title h2 {
    font-size: 2.4rem;
    padding-bottom: 2.5rem;
    line-height: 1.2;
  }
}
.pageNewsSingle .single__content figure {
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__content figure {
    margin-bottom: 4.2rem;
  }
}
.pageNewsSingle .single__content figure img {
  max-width: 840px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__content figure img {
    width: 100%;
  }
}
.pageNewsSingle .single__content h3 {
  font-size: 3rem;
  letter-spacing: 0.07em;
  margin-bottom: 5.3rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__content h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.pageNewsSingle .single__content h4 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 3.8rem;
  font-size: 2rem;
  letter-spacing: 0.07em;
  position: relative;
  font-weight: 600;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__content h4 {
    font-size: 1.4rem;
  }
}
.pageNewsSingle .single__content h4::before {
  content: "";
  flex: none;
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  background: #000;
}
.pageNewsSingle .single__content p {
  margin-bottom: 14rem;
  line-height: 4rem;
  color: #3b3939;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .single__content p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 3.7rem;
  }
}
.pageNewsSingle .single__content a {
  color: #1c63b9;
}
.pageNewsSingle .pagenation__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.28rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .pagenation__links {
    margin-bottom: 1rem;
  }
}
.pageNewsSingle .pagenation__links-prev, .pageNewsSingle .pagenation__links-next {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}
.pageNewsSingle .pagenation__links-prev a, .pageNewsSingle .pagenation__links-next a {
  color: #2b2b2b;
  font-size: 2rem;
  letter-spacing: 0.07em;
  padding-left: 6.4rem;
  position: relative;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .pagenation__links-prev a, .pageNewsSingle .pagenation__links-next a {
    font-size: 1.2rem;
    padding-left: 4rem;
  }
}
.pageNewsSingle .pagenation__links-prev a::before, .pageNewsSingle .pagenation__links-next a::before {
  content: "";
  display: block;
  width: 4.07rem;
  height: 4.07rem;
  border: 1px solid #1c63b9;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .pagenation__links-prev a::before, .pageNewsSingle .pagenation__links-next a::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.pageNewsSingle .pagenation__links-prev a::after, .pageNewsSingle .pagenation__links-next a::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.3rem;
  background: url("../img/news/ico_arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  translate: 0 -50%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .pagenation__links-prev a::after, .pageNewsSingle .pagenation__links-next a::after {
    top: 55%;
    left: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.pageNewsSingle .pagenation__links-next a::after {
  left: 1.6rem;
  transform: scale(-1, 1);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .pagenation__links-next a::after {
    left: 1rem;
  }
}
.pageNewsSingle .pagenation__archive {
  text-align: center;
}
.pageNewsSingle .pagenation__archive a {
  color: #2b2b2b;
  font-size: 2rem;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageNewsSingle .pagenation__archive a {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------------------

お問い合わせ

------------------------------------------------------------ */
.pageContact .contact {
  padding: 18rem 0 26rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact {
    padding: 7rem 2.4rem 13.3rem;
  }
}
.pageContact .contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52.3rem;
  height: 55.6rem;
  background: url(../img/contact/bg_contact.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact::before {
    width: 14.5rem;
    height: 16.3rem;
  }
}
.pageContact .contact .heading01 {
  margin-inline: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact .heading01 {
    margin-inline: 0 auto;
    margin-bottom: 9rem;
  }
}
.pageContact .contact .heading01__inner .title {
  font-size: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact .heading01__inner .title {
    font-size: 3.6rem;
  }
}
.pageContact .contact .heading01__inner p {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact .heading01__inner p {
    margin-inline: 0 auto;
  }
}
.pageContact .contact__required {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #bc0000;
  width: min(1440px, 90%);
  margin-inline: auto;
  text-align: right;
  margin-bottom: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact__required {
    text-align: left;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.pageContact .contact__inner {
  width: min(1000px, 80%);
  margin-inline: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact__inner {
    width: 100%;
  }
}
.pageContact .contact__completion {
  width: min(960px, 70%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact__completion {
    width: 100%;
    gap: 4rem;
  }
}
.pageContact .contact__completion h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: #3b3939;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact__completion h2 {
    font-size: 1.4rem;
  }
}
.pageContact .contact__completion p {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact__completion p {
    font-size: 1.1rem;
  }
}
.pageContact .contact__completion a {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #bc0000;
  display: flex;
  align-items: center;
  gap: 2.1rem;
}
@media (hover: hover) {
  .pageContact .contact__completion a:hover {
    color: #DB4D4D;
  }
  .pageContact .contact__completion a:hover svg {
    background: #DB4D4D;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact__completion a {
    font-size: 1.3rem;
    gap: 1rem;
  }
}
.pageContact .contact__completion a svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
  background: #bc0000;
  border-radius: 50%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageContact .contact__completion a svg {
    width: 2rem;
    height: 2rem;
  }
}

/* ------------------------------------------------------------

数字で見る部活メディア

------------------------------------------------------------ */
.pageData .scrollBtn {
  margin-bottom: 18.9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .scrollBtn {
    margin-bottom: 6.8rem;
  }
}
.pageData .populations {
  position: relative;
}
.pageData .populations__lead {
  width: 24.8958333333%;
  position: absolute;
  top: 21.8rem;
  right: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .populations__lead {
    display: none;
  }
}
.pageData .populations__lead::before {
  content: "";
  display: block;
  width: 60rem;
  height: 65rem;
  background: url(../img/data/bg_populations.png) no-repeat center center/cover;
  position: absolute;
  bottom: -60rem;
  right: 0;
  z-index: -1;
}
.pageData .populations__lead img {
  width: 100%;
  height: auto;
}
.pageData .populations__ttl {
  background: #f8f8f8;
  padding: 10.9rem 12.5%;
  margin-bottom: 12.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .populations__ttl {
    padding: 4.7rem 2.4rem;
    margin-bottom: 5rem;
  }
}
.pageData .populations__ttl .heading01__inner {
  align-items: flex-start;
}
.pageData .populations__image {
  padding: 0 12.5%;
  margin-bottom: 9.7rem;
  width: 58.59375vw;
  box-sizing: content-box;
  margin-left: -5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .populations__image {
    padding: 0 2.4rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 7.8rem;
    margin-left: 0;
  }
}
.pageData .populations__image img {
  width: 100%;
  height: auto;
}
.pageData .populations__txt {
  padding: 11rem 12.5% 0;
  position: relative;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .populations__txt {
    padding: 3rem 0 0;
  }
}
.pageData .populations__txt h3 {
  padding: 2rem 19.2rem 2rem 16.9791666667%;
  background: #1c63b9;
  color: #fff;
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .populations__txt h3 {
    font-size: 1.7rem;
    font-weight: 700;
    padding: 1rem 0 1rem 2.4rem;
    width: 30.6rem;
  }
}
.pageData .populations__txt-inner {
  background: #f8f8f8;
  padding: 8.2rem 7.6rem 10.6rem 8.1rem;
  text-align: justify;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .populations__txt-inner {
    padding: 6.1rem 2.4rem 8.4rem;
  }
}
.pageData .populations__txt-inner h4 {
  color: #1c63b9;
  font-size: 3rem;
  letter-spacing: 0.04em;
  margin-bottom: 7.1rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .populations__txt-inner h4 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.pageData .populations__txt-inner p {
  color: #3b3939;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .populations__txt-inner p {
    font-size: 1.3rem;
  }
}
.pageData .populations__txt-inner p:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .populations__txt-inner p:not(:last-of-type) {
    margin-bottom: 3.4rem;
  }
}
.pageData .job {
  padding-top: 23.1rem;
  margin-bottom: 23.5rem;
  position: relative;
}
.pageData .job::before {
  content: "";
  display: none;
  width: 15rem;
  height: 15rem;
  background: url(../img/data/bg_job.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .job::before {
    display: block;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .job {
    margin-bottom: 14rem;
    padding-top: 14rem;
  }
}
.pageData .job__ttl {
  padding: 0 12.5%;
  margin-bottom: 23rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .job__ttl {
    padding: 0 2.4rem;
    margin-bottom: 7.6rem;
  }
}
.pageData .job__ttl .heading01__inner {
  align-items: flex-start;
}
.pageData .job__schedule {
  margin-bottom: 13.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 12.5%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .job__schedule {
    padding: 0 2.4rem;
    margin-bottom: 10rem;
  }
}
.pageData .job__schedule-ttl {
  font-weight: 700;
  font-size: 5rem;
  color: #1c63b9;
  margin-bottom: 5.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .job__schedule-ttl {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.pageData .job__schedule-image img {
  width: 100%;
  height: auto;
}
.pageData .job__txt {
  padding: 11rem 12.5% 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .job__txt {
    padding: 4rem 0 0;
  }
}
.pageData .job__txt h3 {
  padding: 2rem 19.2rem 2rem 16.9791666667%;
  background: #1c63b9;
  color: #fff;
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .job__txt h3 {
    font-size: 1.7rem;
    padding: 1rem 2.4rem;
    white-space: normal;
    width: 33rem;
    line-height: 1.5;
  }
}
.pageData .job__txt-inner {
  background: #f8f8f8;
  padding: 8.4rem 15.5rem 20.5rem 13.3rem;
}
.pageData .job__txt-inner p {
  color: #3b3939;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
}
.pageData .job__txt-inner p:not(:last-of-type) {
  margin-bottom: 5rem;
}
.pageData .student {
  padding-top: 25.3rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student {
    padding-top: 4.5rem;
  }
}
.pageData .student::before {
  content: "";
  display: block;
  width: 100%;
  height: 25.3rem;
  background: #f8f8f8;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0.1rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student::before {
    height: 4.4rem;
  }
}
.pageData .student::after {
  content: "";
  display: block;
  width: 112.5rem;
  height: 34.5rem;
  background: url(../img/data/img_student01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -8.9rem;
  right: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student::after {
    width: 100%;
    height: 11.5rem;
    top: -5.9rem;
  }
}
.pageData .student__inner {
  background: #f8f8f8;
  padding: 0 12.5% 12.5rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__inner {
    padding: 10rem 2.4rem;
  }
}
.pageData .student__inner::before {
  content: "";
  width: 54.5rem;
  height: 58.6rem;
  background: url(../img/bg_pageTitle.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__inner::before {
    width: 16rem;
    height: 17rem;
  }
}
.pageData .student .heading01 {
  margin-bottom: 13.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student .heading01 {
    margin-bottom: 8.4rem;
  }
}
.pageData .student .heading01__inner {
  align-items: flex-start;
}
.pageData .student__unit {
  display: flex;
  flex-wrap: wrap;
  gap: 2.3rem 1.5972222222%;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit {
    gap: 1.1rem;
  }
}
.pageData .student__unit::before {
  content: "";
  width: 54.5rem;
  height: 58.6rem;
  background: url(../img/bg_pageTitle.png) no-repeat center center/cover;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
.pageData .student__unit-item {
  border: 3px solid #bc0000;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item {
    width: 100% !important;
  }
}
.pageData .student__unit-item .ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item .ttl {
    font-size: 1.4rem;
    position: absolute;
    top: 2rem;
    left: 1rem;
    text-align: left;
    margin-left: 0;
  }
}
.pageData .student__unit-item__level {
  width: 34.3055555556%;
  padding: 4.6rem 0 1.3rem 1.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__level {
    padding: 2rem 1rem;
  }
}
.pageData .student__unit-item__level .ttl {
  text-align: center;
  margin-bottom: 4.6rem;
  margin-left: -1.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__level .ttl {
    margin-left: 0;
  }
}
.pageData .student__unit-item__level img {
  width: 95.3441295547%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__level img {
    width: 100%;
  }
}
.pageData .student__unit-item__area {
  width: 63.9583333333%;
  padding: 5.3rem 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__area {
    padding: 2.3rem 0.2rem;
  }
}
.pageData .student__unit-item__area .ttl {
  position: absolute;
  top: 4.6rem;
  left: 9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__area .ttl {
    top: 2rem;
    left: 1rem;
  }
}
.pageData .student__unit-item__area img {
  width: 97.3941368078%;
  height: auto;
}
.pageData .student__unit-item__club {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: 7.7rem 0 6.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__club {
    gap: 0;
    padding: 5.7rem 0 3.6rem;
  }
}
.pageData .student__unit-item__club img {
  width: 58.125%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__club img {
    width: 60%;
  }
}
.pageData .student__unit-item__club .inside {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__club .inside .ttl {
    top: 1.2rem;
    left: 50%;
    translate: -50% 0;
  }
}
.pageData .student__unit-item__club .inside > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__club .inside > div {
    gap: 0;
  }
}
.pageData .student__unit-item__club .inside > div p {
  color: #bc0000;
  font-weight: 700;
}
.pageData .student__unit-item__club .inside > div p:nth-of-type(1) {
  font-size: 14rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-family: "Hypatia Sans Pro";
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__club .inside > div p:nth-of-type(1) {
    font-size: 4.2rem;
  }
}
.pageData .student__unit-item__club .inside > div p:nth-of-type(2) {
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .student__unit-item__club .inside > div p:nth-of-type(2) {
    font-size: 1.7rem;
  }
}
.pageData .company {
  background: #f8f8f8;
  padding: 58.4rem 12.5% 10rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company {
    padding: 24rem 2.4rem 10rem;
    z-index: 0;
  }
}
.pageData .company::before {
  content: "";
  display: block;
  width: 105.7rem;
  height: 38.8rem;
  background: url(../img/data/img_company01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company::before {
    width: 100%;
    height: 13.8rem;
  }
}
.pageData .company::after {
  content: "";
  width: 54.5rem;
  height: 58.6rem;
  background: url(../img/bg_pageTitle02.png) no-repeat center center/cover;
  transform: scale(-1, 1);
  position: absolute;
  top: 28.5rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company::after {
    width: 20rem;
    height: 20rem;
    top: 10rem;
    z-index: -1;
  }
}
.pageData .company .heading01 {
  margin-bottom: 9.3rem;
}
.pageData .company .heading01__inner {
  align-items: flex-start;
}
.pageData .company__unit {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.7361111111%;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit {
    gap: 1.1rem;
  }
}
.pageData .company__unit-item {
  border: 3px solid #2066ba;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item {
    width: 100% !important;
  }
}
.pageData .company__unit-item .ttl {
  font-size: 3rem;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item .ttl {
    font-size: 1.4rem !important;
    position: absolute;
    top: 2rem !important;
    left: 1rem !important;
    text-align: left !important;
  }
}
.pageData .company__unit-item__locations {
  width: 56.7361111111%;
  padding: 7.6rem 0 8.5rem;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__locations {
    padding: 1.6rem 2rem 1.5rem;
  }
}
.pageData .company__unit-item__locations p {
  position: absolute;
  top: 5.4rem;
  left: 7.6rem;
}
.pageData .company__unit-item__locations img {
  width: 98.1640146879%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__locations img {
    width: 100%;
  }
}
.pageData .company__unit-item__employees {
  width: 41.25%;
  padding: 6.9rem 0 9.7rem;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__employees {
    padding: 2rem 1rem 1rem;
  }
}
.pageData .company__unit-item__employees .ttl {
  position: absolute;
  top: 5.4rem;
  left: 5.8rem;
}
.pageData .company__unit-item__employees img {
  width: 92.5925925926%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__employees img {
    width: 100%;
  }
}
.pageData .company__unit-item__start {
  width: 100%;
  padding: 10.3rem 0 9.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__start {
    padding: 2rem 1rem 3rem;
  }
}
.pageData .company__unit-item__start .ttl {
  position: absolute;
  top: 5.1rem;
  left: 7.6rem;
}
.pageData .company__unit-item__start > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.0694444444%;
}
.pageData .company__unit-item__start > div .image01 {
  width: 19.5833333333%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__start > div .image01 {
    display: none;
  }
}
.pageData .company__unit-item__start > div .image02 {
  width: 64.5138888889%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__start > div .image02 {
    width: 100%;
  }
}
.pageData .company__unit-item__start > div .image02 img {
  width: 100%;
  height: auto;
}
.pageData .company__unit-item__industry {
  width: 100%;
  text-align: center;
  padding: 4.6rem 0 12.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__industry {
    padding: 5.6rem 0 5.2rem;
  }
}
.pageData .company__unit-item__industry .ttl {
  text-align: center;
  margin-bottom: 9.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__industry .ttl {
    left: 50% !important;
    translate: -50% 0 !important;
  }
}
.pageData .company__unit-item__industry .list {
  display: flex;
  flex-wrap: wrap;
  gap: 7.1rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__industry .list {
    gap: 3rem 0;
  }
}
.pageData .company__unit-item__industry .list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4.5rem;
  width: 33.3333333333%;
  color: #2066ba;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__industry .list__item {
    width: 50%;
    gap: 0.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__industry .list__item:last-of-type .list__item-image {
    width: 6rem;
    height: 3rem;
  }
}
.pageData .company__unit-item__industry .list__item-ttl {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__industry .list__item-ttl {
    font-size: 1.2rem;
  }
}
.pageData .company__unit-item__industry .list__item-image {
  width: 15.5rem;
  height: 15.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__industry .list__item-image {
    width: 9.5rem;
    height: 9.5rem;
  }
}
.pageData .company__unit-item__industry .list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pageData .company__unit-item__industry .list__item-num {
  font-size: 9.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .company__unit-item__industry .list__item-num {
    font-size: 4.5rem;
  }
}
.pageData .scroll {
  display: flex;
  gap: 2rem;
  background: #f8f8f8;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .scroll {
    height: 9.1rem;
  }
}
.pageData .scroll img {
  animation: loop-txt-anim 30s linear infinite;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageData .scroll img {
    height: 100%;
  }
}
@keyframes loop-txt-anim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*# sourceMappingURL=style.css.map */
