html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

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

body.back-fixed {
  overflow: clip;
}

.l-wrap {
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.75;
}
@media (min-width: 767px) {
  .l-wrap {
    font-size: 1rem;
  }
}
.l-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media (min-width: 959px) {
  .l-wrap a.u-telLink {
    text-decoration: none;
    cursor: text;
    pointer-events: none;
  }
}
.l-header {
  height: 75px;
  position: fixed;
  width: 100%;
  padding-left: 16px;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  transition: background-color 0.5s;
}
@media (min-width: 767px) {
  .l-header {
    height: 95px;
    padding-left: 40px;
  }
}
@media (min-width: 959px) {
  .l-header {
    height: 120px;
    padding-left: 50px;
    justify-content: space-between;
    padding-right: 160px;
  }
}
.l-header__logo {
  line-height: 1;
}
.l-header__logo img {
  height: 35px;
  width: auto;
}
@media (min-width: 767px) {
  .l-header__logo img {
    height: 50px;
  }
}
@media (min-width: 959px) {
  .l-header__logo img {
    height: 65px;
  }
}
.l-header__nav {
  display: none;
}
@media (min-width: 959px) {
  .l-header__nav {
    display: flex;
    list-style-type: none;
    gap: 10px;
  }
  .l-header__nav li {
    width: 110px;
    font-size: 0.6875rem;
    background-color: #fff;
  }
}
@media (min-width: 959px) and (min-width: 1199px) {
  .l-header__nav li {
    width: 200px;
    font-size: 1rem;
  }
}
@media (min-width: 959px) {
  .l-header__nav a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
  }
}
@media (min-width: 959px) and (any-hover: hover) {
  .l-header__nav a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-header__nav a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-header__nav a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-header__nav-internship a {
  background-color: #4682A0;
}
.l-header__nav-graduate a {
  background-color: #DC0514;
}
.l-header__nav-career a {
  background-color: #002855;
}
.l-header__menuBtn {
  display: block;
  height: 75px;
  margin-left: auto;
  position: absolute;
  z-index: 2;
  width: 75px;
  border: none;
  right: 0;
  top: 0;
  background-color: #DC0514;
}
.l-header__menuBtn-line {
  display: block;
  height: 2px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  background-color: #fff;
  transition: 0.4s;
}
.l-header__menuBtn-line::before, .l-header__menuBtn-line::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
.l-header__menuBtn-line::before {
  top: -8px;
}
@media (min-width: 767px) {
  .l-header__menuBtn-line::before {
    top: -12px;
  }
}
.l-header__menuBtn-line::after {
  top: 8px;
}
@media (min-width: 767px) {
  .l-header__menuBtn-line::after {
    top: 12px;
  }
}
@media (min-width: 767px) {
  .l-header__menuBtn-line {
    width: 50px;
    top: 45px;
  }
}
@media (min-width: 959px) {
  .l-header__menuBtn-line {
    top: 58px;
  }
}
@media (min-width: 767px) {
  .l-header__menuBtn {
    width: 95px;
    height: 95px;
  }
}
@media (min-width: 959px) {
  .l-header__menuBtn {
    width: 120px;
    height: 120px;
  }
}
.l-header__menuBtn.open {
  background-color: transparent;
}
.l-header__menuBtn.open .l-header__menuBtn-line {
  background-color: transparent;
}
.l-header__menuBtn.open .l-header__menuBtn-line::before {
  top: 0;
  transform: rotate(45deg);
}
.l-header__menuBtn.open .l-header__menuBtn-line::after {
  top: 0;
  transform: rotate(-45deg);
}
.l-header.move {
  background-color: rgba(255, 255, 255, 0.9);
}
.l-gNav {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background-color: #DC0514;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100svh;
  top: 0;
  left: 0;
  z-index: 1;
  overflow-y: auto;
}
.l-gNav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-gNav__inner {
  padding: 40px 20px 100px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .l-gNav__inner {
    padding: 80px 40px 100px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px 30px;
  }
}
@media (min-width: 1199px) {
  .l-gNav__inner {
    max-width: 1200px;
    margin-inline: auto;
    padding: 80px 50px 100px;
  }
}
@media (min-width: 1299px) {
  .l-gNav__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-gNav__inner div:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .l-gNav__inner div:not(:last-child) {
    margin-bottom: 0;
  }
}
.l-gNav__inner div a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.l-gNav__inner div a.u-mincho {
  font-size: clamp(1.25rem, 1.08rem + 0.727vw, 1.625rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  transition: letter-spacing 0.5s;
}
@media (min-width: 1199px) {
  .l-gNav__inner div a.u-mincho {
    font-size: 1.625rem;
  }
}
@media (any-hover: hover) {
  .l-gNav__inner div a.u-mincho:where(:-webkit-any-link, :enabled, summary):hover {
    letter-spacing: 0.25em;
  }
  .l-gNav__inner div a.u-mincho:where(:-moz-any-link, :enabled, summary):hover {
    letter-spacing: 0.25em;
  }
  .l-gNav__inner div a.u-mincho:where(:any-link, :enabled, summary):hover {
    letter-spacing: 0.25em;
  }
}
.l-gNav__inner div a span.c-circleArrow {
  background-color: #fff;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.l-gNav__inner div a span.c-circleArrow svg {
  width: 6px;
  position: relative;
  right: -1px;
  fill: #DC0514;
}
@media (min-width: 767px) {
  .l-gNav__inner div.l-gNav__top {
    width: 100%;
  }
  .l-gNav__inner div.l-gNav__top + div {
    width: 100%;
    display: flex;
    gap: 50px;
  }
  .l-gNav__inner div.l-gNav__top + div > div {
    width: calc((100% - 100px) / 3);
    padding-bottom: 20px;
  }
  .l-gNav__inner div.l-gNav__top + div > div:not(:last-child) {
    position: relative;
  }
  .l-gNav__inner div.l-gNav__top + div > div:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -25px;
    top: 0;
  }
  .l-gNav__inner div.l-gNav__top + div > div > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 959px) {
  .l-gNav__inner div.l-gNav__top + div {
    gap: 126px;
    margin-bottom: 40px;
  }
  .l-gNav__inner div.l-gNav__top + div > div {
    width: calc((100% - 252px) / 3);
  }
  .l-gNav__inner div.l-gNav__top + div > div:not(:last-child)::after {
    right: -63px;
  }
}
@media (min-width: 767px) {
  .l-gNav__inner div.l-gNav__internship, .l-gNav__inner div.l-gNav__graduate, .l-gNav__inner div.l-gNav__career {
    width: calc((100% - 60px) / 3);
  }
}
.l-gNav__inner div.l-gNav__internship a, .l-gNav__inner div.l-gNav__graduate a, .l-gNav__inner div.l-gNav__career a {
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 14px 20px;
  position: relative;
  flex-direction: column;
}
@media (min-width: 767px) {
  .l-gNav__inner div.l-gNav__internship a, .l-gNav__inner div.l-gNav__graduate a, .l-gNav__inner div.l-gNav__career a {
    padding: 15px;
  }
}
@media (min-width: 959px) {
  .l-gNav__inner div.l-gNav__internship a, .l-gNav__inner div.l-gNav__graduate a, .l-gNav__inner div.l-gNav__career a {
    padding: 20px;
  }
}
.l-gNav__inner div.l-gNav__internship a::before, .l-gNav__inner div.l-gNav__graduate a::before, .l-gNav__inner div.l-gNav__career a::before {
  font-family: "Oswald", sans-serif;
  display: block;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  font-size: 1.5625rem;
}
@media (min-width: 959px) {
  .l-gNav__inner div.l-gNav__internship a::before, .l-gNav__inner div.l-gNav__graduate a::before, .l-gNav__inner div.l-gNav__career a::before {
    font-size: clamp(2.188rem, 0.188rem + 3.333vw, 2.688rem);
  }
}
@media (min-width: 1199px) {
  .l-gNav__inner div.l-gNav__internship a::before, .l-gNav__inner div.l-gNav__graduate a::before, .l-gNav__inner div.l-gNav__career a::before {
    font-size: 2.6875rem;
  }
}
.l-gNav__inner div.l-gNav__internship a::after, .l-gNav__inner div.l-gNav__graduate a::after, .l-gNav__inner div.l-gNav__career a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.l-gNav__inner div.l-gNav__internship a span.u-mincho, .l-gNav__inner div.l-gNav__graduate a span.u-mincho, .l-gNav__inner div.l-gNav__career a span.u-mincho {
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 900;
  z-index: 1;
}
.l-gNav__inner div.l-gNav__internship a span.u-mincho span, .l-gNav__inner div.l-gNav__graduate a span.u-mincho span, .l-gNav__inner div.l-gNav__career a span.u-mincho span {
  width: 100%;
  max-width: 64px;
  height: 1em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
@media (min-width: 767px) {
  .l-gNav__inner div.l-gNav__internship a span.u-mincho span, .l-gNav__inner div.l-gNav__graduate a span.u-mincho span, .l-gNav__inner div.l-gNav__career a span.u-mincho span {
    width: 15%;
  }
}
@media (min-width: 959px) {
  .l-gNav__inner div.l-gNav__internship a span.u-mincho span, .l-gNav__inner div.l-gNav__graduate a span.u-mincho span, .l-gNav__inner div.l-gNav__career a span.u-mincho span {
    width: 100%;
  }
}
.l-gNav__inner div.l-gNav__internship a span.u-mincho span svg, .l-gNav__inner div.l-gNav__graduate a span.u-mincho span svg, .l-gNav__inner div.l-gNav__career a span.u-mincho span svg {
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.l-gNav__inner div.l-gNav__internship a {
  color: #4682A0;
}
.l-gNav__inner div.l-gNav__internship a::before {
  content: "INTERNSHIP";
}
.l-gNav__inner div.l-gNav__internship a::after {
  background-color: #E1FAFF;
}
.l-gNav__inner div.l-gNav__internship a span.u-mincho span svg {
  fill: #4682A0;
}
.l-gNav__inner div.l-gNav__graduate a {
  color: #DC0514;
}
.l-gNav__inner div.l-gNav__graduate a::before {
  content: "NEW GRADUATE";
}
.l-gNav__inner div.l-gNav__graduate a::after {
  background-color: #FAEBF0;
}
.l-gNav__inner div.l-gNav__graduate a span.u-mincho span svg {
  fill: #DC0514;
}
.l-gNav__inner div.l-gNav__career a {
  color: #002855;
}
.l-gNav__inner div.l-gNav__career a::before {
  content: "MID-CAREER";
}
.l-gNav__inner div.l-gNav__career a::after {
  background-color: #E6F0FF;
}
.l-gNav__inner div.l-gNav__career a span.u-mincho span svg {
  fill: #002855;
}
.l-gNav__inner div.l-gNav__corp, .l-gNav__inner div.l-gNav__privacy, .l-gNav__inner div.l-gNav__security {
  margin-bottom: 10px;
}
.l-gNav__inner div.l-gNav__corp a, .l-gNav__inner div.l-gNav__privacy a, .l-gNav__inner div.l-gNav__rule a, .l-gNav__inner div.l-gNav__security a {
  position: relative;
}
@media (any-hover: hover) {
  .l-gNav__inner div.l-gNav__corp a:where(:-webkit-any-link, :enabled, summary):hover::before, .l-gNav__inner div.l-gNav__privacy a:where(:-webkit-any-link, :enabled, summary):hover::before, .l-gNav__inner div.l-gNav__rule a:where(:-webkit-any-link, :enabled, summary):hover::before, .l-gNav__inner div.l-gNav__security a:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-gNav__inner div.l-gNav__corp a:where(:-moz-any-link, :enabled, summary):hover::before, .l-gNav__inner div.l-gNav__privacy a:where(:-moz-any-link, :enabled, summary):hover::before, .l-gNav__inner div.l-gNav__rule a:where(:-moz-any-link, :enabled, summary):hover::before, .l-gNav__inner div.l-gNav__security a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-gNav__inner div.l-gNav__corp a:where(:any-link, :enabled, summary):hover::before, .l-gNav__inner div.l-gNav__privacy a:where(:any-link, :enabled, summary):hover::before, .l-gNav__inner div.l-gNav__rule a:where(:any-link, :enabled, summary):hover::before, .l-gNav__inner div.l-gNav__security a:where(:any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.l-gNav__inner div.l-gNav__corp a::before, .l-gNav__inner div.l-gNav__privacy a::before, .l-gNav__inner div.l-gNav__rule a::before, .l-gNav__inner div.l-gNav__security a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.l-gNav__inner div ul {
  list-style-type: none;
  margin: 10px 0 0;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 959px) {
  .l-gNav__inner div ul {
    gap: 10px;
  }
}
.l-gNav__inner div ul li {
  position: relative;
  padding-left: 25px;
  font-size: clamp(1rem, 0.943rem + 0.242vw, 1.125rem);
}
.l-gNav__inner div ul li::before {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.75em;
}
@media (min-width: 1199px) {
  .l-gNav__inner div ul li {
    font-size: 1.125rem;
  }
}
.l-gNav__inner div ul li a {
  position: relative;
}
@media (any-hover: hover) {
  .l-gNav__inner div ul li a:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-gNav__inner div ul li a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-gNav__inner div ul li a:where(:any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.l-gNav__inner div ul li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.l-gNav .c-newwindow svg {
  fill: #fff;
}
.l-footer {
  background-color: #F0F0F0;
  padding: 40px 5%;
  text-align: center;
  color: #002855;
  font-size: 0.875rem;
}
@media (min-width: 767px) {
  .l-footer {
    padding: 50px 40px;
  }
}
@media (min-width: 959px) {
  .l-footer {
    text-align: left;
    padding: 60px 50px;
  }
}
.l-footer__inner {
  position: relative;
}
@media (min-width: 1199px) {
  .l-footer__inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.l-footer__logo {
  margin-bottom: 20px;
}
.l-footer__nav {
  list-style-type: none;
  margin-bottom: 20px;
}
@media (min-width: 959px) {
  .l-footer__nav {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 40%;
  }
}
@media (min-width: 1199px) {
  .l-footer__nav {
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.l-footer__nav li {
  position: relative;
}
.l-footer__nav li:not(:last-child) {
  margin-bottom: 5px;
}
.l-footer__nav li::before {
  content: ">";
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.l-footer__nav li a {
  position: relative;
}
@media (any-hover: hover) {
  .l-footer__nav li a:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-footer__nav li a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-footer__nav li a:where(:any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.l-footer__nav li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #002855;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.l-footer__nav li a span svg {
  fill: #002855;
}
.l-footer address {
  font-style: normal;
  margin-bottom: 5px;
}
@media (min-width: 959px) {
  .l-footer address {
    width: 50%;
  }
}
.l-footer a {
  color: #002855;
  text-decoration: none;
}
.l-pagetitle {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #002855;
  font-size: clamp(1.875rem, 0.879rem + 4.248vw, 4.063rem);
  line-height: 1.3;
  font-weight: 900;
}
@media (min-width: 1199px) {
  .l-pagetitle {
    font-size: 4.0625rem;
  }
}
.l-pagetitle__outer {
  height: 300px;
  overflow: hidden;
  padding: 5% 5% clamp(1.875rem, 0.737rem + 4.854vw, 4.375rem);
}
@media (min-width: 767px) {
  .l-pagetitle__outer {
    height: 390px;
  }
}
@media (min-width: 959px) {
  .l-pagetitle__outer {
    height: 480px;
  }
}
@media (min-width: 1199px) {
  .l-pagetitle__outer {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-pagetitle__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1199px) {
  .l-pagetitle__inner {
    width: calc(100% - 200px);
    margin-inline: auto;
  }
}
@media (min-width: 1399px) {
  .l-pagetitle__inner {
    width: calc(100% - 400px);
  }
}
.l-pagetitle__inner::after {
  font-family: "Oswald", sans-serif;
  color: #E6E6E6;
  font-size: clamp(4.375rem, 1.161rem + 13.714vw, 11.438rem);
  position: absolute;
  line-height: 1;
  white-space: nowrap;
  top: 50%;
  left: 42vw;
  translate: 0 -50%;
  z-index: -1;
}
@media (min-width: 1199px) {
  .l-pagetitle__inner::after {
    font-size: 11.4375rem;
  }
}
@media (min-width: 1399px) {
  .l-pagetitle__inner::after {
    left: 50vw;
  }
}
.l-pagetitle__category {
  color: #4682A0;
  position: relative;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  padding-left: 30px;
  font-size: clamp(1.063rem, 0.92rem + 0.607vw, 1.375rem);
  margin-bottom: clamp(0.625rem, 0.341rem + 1.214vw, 1.25rem);
}
@media (min-width: 1199px) {
  .l-pagetitle__category {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
}
.l-pagetitle__category::before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #4682A0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.l-topicPath {
  color: #787878;
  list-style-type: none;
  display: flex;
  font-size: 0.75rem;
  margin-top: 20px;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 959px) {
  .l-topicPath {
    font-size: 0.875rem;
    margin-top: 35px;
  }
}
.l-topicPath a {
  color: #787878;
}
.l-topicPath li:not(:last-child) {
  position: relative;
  padding-right: 30px;
}
@media (min-width: 959px) {
  .l-topicPath li:not(:last-child) {
    padding-right: 45px;
  }
}
.l-topicPath li:not(:last-child)::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #787878;
  position: absolute;
  top: 50%;
  right: 5px;
}
@media (min-width: 959px) {
  .l-topicPath li:not(:last-child)::after {
    right: 13px;
  }
}
.l-plainBox {
  margin: 0 5% 60px;
}
.l-plainBox:last-child {
  margin-bottom: 80px;
}
@media (min-width: 767px) {
  .l-plainBox {
    margin: 0 40px 70px;
  }
  .l-plainBox:last-child {
    margin-bottom: 100px;
  }
}
@media (min-width: 959px) {
  .l-plainBox {
    margin: 0 50px 100px;
  }
  .l-plainBox:last-child {
    margin-bottom: 140px;
  }
}
@media (min-width: 1199px) {
  .l-plainBox {
    max-width: 1200px;
    margin-inline: auto;
  }
  .l-plainBox:last-child {
    margin-bottom: 172px;
  }
}
.l-pageHeaderImg {
  margin: 0 0 50px;
}
@media (min-width: 767px) {
  .l-pageHeaderImg {
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 88%;
    margin: 0 auto 70px;
  }
}
@media (min-width: 959px) {
  .l-pageHeaderImg {
    margin: 0 auto 100px;
  }
}
@media (min-width: 1399px) {
  .l-pageHeaderImg {
    width: 77%;
    margin: 0 auto 190px;
  }
}
.l-pageHeaderImg img {
  width: 100%;
}

.u-noListMark {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.u-hoverOp {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .u-hoverOp:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .u-hoverOp:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .u-hoverOp:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.u-hoverOp:focus-visible, .u-hoverOp:active {
  opacity: 0.6;
}
.u-alignR {
  text-align: right;
}
.u-alignC {
  text-align: center;
}
.u-alignL {
  text-align: left;
}
.u-note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 87.5%;
}
.u-note.-num {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.u-ib {
  display: inline-block;
}
.u-gothic {
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.u-mincho {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.u-oswald {
  font-family: "Oswald", sans-serif;
}
.u-flex {
  display: flex;
}

.c-commonSub01 {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #002855;
  font-weight: 900;
  padding-bottom: clamp(0.625rem, 0.198rem + 1.82vw, 1.563rem);
  border-bottom: 1px solid #C8C8C8;
  line-height: 1.5;
  font-size: clamp(1.438rem, 0.954rem + 2.063vw, 2.5rem);
  margin-bottom: clamp(1.875rem, 1.448rem + 1.82vw, 2.813rem);
}
@media (min-width: 1199px) {
  .c-commonSub01 {
    font-size: 2.5rem;
    padding-bottom: 25px;
    margin-bottom: 45px;
  }
}
.c-commonSub01 span {
  border-left: 5px solid #DC0514;
  display: inline-block;
  padding-left: 0.5em;
}
.c-commonSub02 {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.75rem, 1.323rem + 1.82vw, 2.688rem);
  line-height: 1.5;
  margin-bottom: clamp(1.875rem, 0.168rem + 7.282vw, 5.625rem);
}
@media (min-width: 1199px) {
  .c-commonSub02 {
    margin-bottom: 90px;
    font-size: 2.625rem;
  }
}
.c-commonSub03 {
  font-size: clamp(1.063rem, 0.807rem + 1.092vw, 1.625rem);
  font-weight: 700;
  display: flex;
  line-height: 1.25;
  margin-bottom: clamp(2.5rem, 1.789rem + 3.034vw, 4.063rem);
  padding: 10px 0 10px 15px;
  background: #F0F0F0;
  height: 100%;
  border-left: clamp(0.25rem, 0.193rem + 0.243vw, 0.375rem) solid #4682A0;
}
@media (min-width: 767px) {
  .c-commonSub03 {
    padding: 10px 0 10px 30px;
  }
  .c-commonSub03::before {
    height: 50px;
  }
}
@media (min-width: 1199px) {
  .c-commonSub03 {
    border-left-width: 6px;
    font-size: 1.625rem;
    margin-bottom: 65px;
  }
}
.c-newwindow {
  width: 12px;
  height: 11px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.c-newwindow svg {
  vertical-align: middle;
}
.c-circleArrow {
  border-radius: 100px;
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  vertical-align: middle;
}
.c-longArrow {
  display: inline-block;
  height: 10px;
  position: relative;
  overflow: hidden;
}
.c-longArrow svg {
  width: 1000px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.c-recruiting {
  position: relative;
  padding: 60px 5%;
}
@media (min-width: 767px) {
  .c-recruiting {
    padding: 80px 40px;
  }
}
@media (min-width: 959px) {
  .c-recruiting {
    padding: 100px 50px;
  }
}
@media (min-width: 1199px) {
  .c-recruiting {
    padding: 120px 125px 100px;
  }
}
.c-recruiting::before {
  content: "";
  width: 100%;
  height: 45.8715%;
  background-color: #DC0514;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.c-recruiting__lead {
  text-align: center;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 40px;
  font-size: clamp(1.875rem, 0.737rem + 4.854vw, 4.375rem);
  line-height: 1.5;
}
@media (min-width: 767px) {
  .c-recruiting__lead {
    margin-bottom: 50px;
  }
}
@media (min-width: 959px) {
  .c-recruiting__lead {
    margin-bottom: 70px;
  }
}
@media (min-width: 1199px) {
  .c-recruiting__lead {
    font-size: 4.375rem;
    margin-bottom: 80px;
  }
}
.c-recruiting__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 959px) {
  .c-recruiting__inner {
    gap: 50px;
  }
}
@media (min-width: 1199px) {
  .c-recruiting__inner {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 1299px) {
  .c-recruiting__inner {
    gap: 70px;
  }
}
.c-recruiting__inner > a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.c-recruiting__inner > a div {
  padding: 20px;
  position: relative;
}
@media (min-width: 767px) {
  .c-recruiting__inner > a div {
    padding: 30px 35px;
  }
}
@media (min-width: 1199px) {
  .c-recruiting__inner > a div {
    padding: 50px;
  }
}
.c-recruiting__inner > a div::before {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 1.615rem + 3.776vw, 5.625rem);
  line-height: 1.1;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .c-recruiting__inner > a div::before {
    margin-bottom: 10px;
  }
}
@media (min-width: 1199px) {
  .c-recruiting__inner > a div::before {
    font-size: 3.25rem;
  }
}
@media (min-width: 1299px) {
  .c-recruiting__inner > a div::before {
    font-size: clamp(3.25rem, -4.488rem + 9.524vw, 5.625rem);
  }
}
@media (min-width: 1699px) {
  .c-recruiting__inner > a div::before {
    font-size: 5.625rem;
  }
}
.c-recruiting__inner > a div > span {
  position: relative;
  display: block;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 1.079rem + 0.728vw, 1.625rem);
}
@media (min-width: 1199px) {
  .c-recruiting__inner > a div > span {
    font-size: 1.625rem;
  }
}
.c-recruiting__inner > a div > span .c-longArrow {
  width: 20%;
  max-width: 210px;
  vertical-align: middle;
  margin-left: 20px;
  top: -5px;
  transition: width 0.2s;
}
@media (min-width: 1399px) {
  .c-recruiting__inner > a div > span .c-longArrow {
    width: 210px;
    max-width: none;
  }
}
.c-recruiting__inner > a div > span .c-longArrow svg {
  fill: #fff;
}
@media (any-hover: hover) {
  .c-recruiting__inner > a:where(:-webkit-any-link, :enabled, summary):hover div > span .c-longArrow {
    width: 30%;
  }
  .c-recruiting__inner > a:where(:-moz-any-link, :enabled, summary):hover div > span .c-longArrow {
    width: 30%;
  }
  .c-recruiting__inner > a:where(:any-link, :enabled, summary):hover div > span .c-longArrow {
    width: 30%;
  }
}
@media (any-hover: hover) and (min-width: 1399px) {
  .c-recruiting__inner > a:where(:-webkit-any-link, :enabled, summary):hover div > span .c-longArrow {
    width: 250px;
  }
  .c-recruiting__inner > a:where(:-moz-any-link, :enabled, summary):hover div > span .c-longArrow {
    width: 250px;
  }
  .c-recruiting__inner > a:where(:any-link, :enabled, summary):hover div > span .c-longArrow {
    width: 250px;
  }
}
.c-recruiting__internship {
  background-color: #4682A0;
}
@media (min-width: 959px) {
  .c-recruiting__internship {
    width: 100%;
    display: flex !important;
  }
}
@media (min-width: 959px) {
  .c-recruiting__internship div {
    width: 47.613%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.c-recruiting__internship div::before {
  content: "INTERNSHIP";
}
.c-recruiting__internship figure {
  overflow: hidden;
}
@media (min-width: 959px) {
  .c-recruiting__internship figure {
    width: 52.387%;
    -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.c-recruiting__internship figure img {
  width: 100%;
  transition: scale 0.2s;
}
@media (min-width: 959px) {
  .c-recruiting__internship figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (any-hover: hover) {
  .c-recruiting__internship:where(:-webkit-any-link, :enabled, summary):hover figure img {
    scale: 1.1;
  }
  .c-recruiting__internship:where(:-moz-any-link, :enabled, summary):hover figure img {
    scale: 1.1;
  }
  .c-recruiting__internship:where(:any-link, :enabled, summary):hover figure img {
    scale: 1.1;
  }
}
.c-recruiting__graduate {
  background-color: #DC0514;
}
@media (min-width: 1199px) {
  .c-recruiting__graduate {
    width: calc((100% - 70px) / 2);
  }
}
.c-recruiting__graduate div::before {
  content: "NEW GRADUATE";
}
.c-recruiting__career {
  background-color: #002855;
}
@media (min-width: 1199px) {
  .c-recruiting__career {
    width: calc((100% - 70px) / 2);
  }
}
.c-recruiting__career div::before {
  content: "MID-CAREER";
}
.c-arrowLink {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #002855;
  font-weight: 500;
  padding-bottom: 10px;
  transition: letter-spacing 0.2s;
}
.c-arrowLink.-white {
  color: #fff;
}
.c-arrowLink.-white > span:last-child svg {
  fill: #fff;
}
@media (any-hover: hover) {
  .c-arrowLink:where(:-webkit-any-link, :enabled, summary):hover {
    letter-spacing: 0.1em;
  }
  .c-arrowLink:where(:-moz-any-link, :enabled, summary):hover {
    letter-spacing: 0.1em;
  }
  .c-arrowLink:where(:any-link, :enabled, summary):hover {
    letter-spacing: 0.1em;
  }
}
.c-arrowLink > span:last-child {
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.c-arrowLink > span:last-child svg {
  width: 1000px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  fill: #002855;
}
.c-txtBtn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  padding: 20px;
  transition: letter-spacing 0.2s;
}
.c-txtBtn01.-navy {
  background-color: #002855;
  color: #fff;
}
.c-txtBtn01.-navy .c-circleArrow {
  background-color: #fff;
}
.c-txtBtn01.-navy .c-circleArrow svg {
  fill: #002855;
}
.c-txtBtn01.-white {
  background-color: #fff;
  color: #002855;
}
.c-txtBtn01.-white .c-circleArrow {
  background-color: #002855;
}
.c-txtBtn01.-white .c-circleArrow svg {
  fill: #fff;
}
.c-txtBtn01 .c-circleArrow {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 22px;
  height: 22px;
  transition: right 0.2s;
}
@media (min-width: 767px) {
  .c-txtBtn01 .c-circleArrow {
    right: 30px;
  }
}
.c-txtBtn01 .c-circleArrow svg {
  width: 6px;
  position: relative;
  right: -1px;
}
@media (any-hover: hover) {
  .c-txtBtn01:where(:-webkit-any-link, :enabled, summary):hover {
    letter-spacing: 0.1em;
  }
  .c-txtBtn01:where(:-moz-any-link, :enabled, summary):hover {
    letter-spacing: 0.1em;
  }
  .c-txtBtn01:where(:any-link, :enabled, summary):hover {
    letter-spacing: 0.1em;
  }
  .c-txtBtn01:where(:-webkit-any-link, :enabled, summary):hover .c-circleArrow {
    right: 15px;
  }
  .c-txtBtn01:where(:-moz-any-link, :enabled, summary):hover .c-circleArrow {
    right: 15px;
  }
  .c-txtBtn01:where(:any-link, :enabled, summary):hover .c-circleArrow {
    right: 15px;
  }
}
@media (any-hover: hover) and (min-width: 767px) {
  .c-txtBtn01:where(:-webkit-any-link, :enabled, summary):hover .c-circleArrow {
    right: 20px;
  }
  .c-txtBtn01:where(:-moz-any-link, :enabled, summary):hover .c-circleArrow {
    right: 20px;
  }
  .c-txtBtn01:where(:any-link, :enabled, summary):hover .c-circleArrow {
    right: 20px;
  }
}
@media (min-width: 767px) {
  .c-news__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-news__list dt {
  padding-top: 15px;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .c-news__list dt {
    margin-bottom: 0;
    width: 9em;
    padding-bottom: 15px;
    border-bottom: 1px solid #002855;
  }
}
@media (min-width: 959px) {
  .c-news__list dt {
    padding: 20px 0;
  }
}
.c-news__list dt:first-child {
  border-top: 1px solid #002855;
}
.c-news__list dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #002855;
}
@media (min-width: 767px) {
  .c-news__list dd {
    padding-top: 15px;
    width: calc(100% - 9em);
  }
  .c-news__list dd:first-of-type {
    border-top: 1px solid #002855;
  }
}
@media (min-width: 959px) {
  .c-news__list dd {
    padding: 20px 0;
    padding-left: 0;
  }
}
.c-news__list dd .p-news__list--txt {
  font-size: 0;
}
.c-news__list dd a {
  color: #1E5A8F;
  display: contents;
  font-size: 16px;
}
@media (min-width: 959px) {
  .c-news__list dd a {
    display: inline-block;
  }
}
.c-news__list dd a svg {
  fill: #1E5A8F;
}
.c-news__new {
  background-color: #DC0514;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  padding: 3px 6px;
  margin-left: 15px;
  /* @include pc {
      margin-left: 20px;
  } */
}
.c-faq__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767px) {
  .c-faq__items {
    gap: 30px;
  }
}
.c-faq__item.is-opened .c-faq__label::after {
  transition: rotate 0.2s;
  rotate: 180deg;
}
.c-faq__label {
  background-color: #002855;
  color: #fff;
  display: flex;
  padding: 15px 40px 15px 20px;
  position: relative;
  line-height: 1.5;
}
.c-faq__label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: rotate 0.2s;
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .c-faq__label:where(:-webkit-any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .c-faq__label:where(:-moz-any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .c-faq__label:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
  }
}
.c-faq__label::-webkit-details-marker {
  display: none;
}
.c-faq__label > span {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.329rem + 0.728vw, 1.875rem);
  line-height: 1.1;
  margin-right: 15px;
}
@media (min-width: 1199px) {
  .c-faq__label > span {
    font-size: 1.875rem;
    position: relative;
    top: -2px;
  }
}
.c-faq__panel {
  background-color: #fff;
}
.c-faq__panel-inner {
  padding: 20px;
  display: flex;
}
@media (min-width: 959px) {
  .c-faq__panel-inner {
    padding: 30px;
  }
}
.c-faq__panel-inner > span {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  color: #002855;
  font-size: clamp(1.5rem, 1.329rem + 0.728vw, 1.875rem);
  line-height: 1.1;
  margin-right: 15px;
}
@media (min-width: 1199px) {
  .c-faq__panel-inner > span {
    font-size: 1.875rem;
  }
}
.c-indexmenu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .c-indexmenu {
    gap: 40px;
  }
}
@media (min-width: 959px) {
  .c-indexmenu {
    flex-direction: row;
    gap: 70px 60px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media (min-width: 1199px) {
  .c-indexmenu {
    margin-top: 50px;
  }
}
.c-indexmenu__item {
  color: #002855;
  display: block;
  text-decoration: none;
}
@media (min-width: 959px) {
  .c-indexmenu__item {
    width: calc((100% - 60px) / 2);
  }
}
@media (any-hover: hover) {
  .c-indexmenu__item:where(:-webkit-any-link, :enabled, summary):hover img {
    scale: 1.1;
  }
  .c-indexmenu__item:where(:-moz-any-link, :enabled, summary):hover img {
    scale: 1.1;
  }
  .c-indexmenu__item:where(:any-link, :enabled, summary):hover img {
    scale: 1.1;
  }
}
.c-indexmenu__item figure div {
  overflow: hidden;
  position: relative;
}
.c-indexmenu__item figure div img {
  position: relative;
  z-index: 0;
  width: 100%;
  transition: scale 0.5s;
}
.c-indexmenu__item figure div .c-circleArrow {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
}
@media (min-width: 767px) {
  .c-indexmenu__item figure div .c-circleArrow {
    width: 54px;
    height: 54px;
    right: 20px;
    bottom: 20px;
  }
}
.c-indexmenu__item figure div .c-circleArrow svg {
  fill: #002855;
  height: 15px;
}
@media (min-width: 767px) {
  .c-indexmenu__item figure div .c-circleArrow svg {
    height: 22px;
  }
}
.c-indexmenu__item figure figcaption {
  margin-top: 15px;
  border-left: 6px solid #DC0514;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-left: 0.75em;
}
@media (min-width: 767px) {
  .c-indexmenu__item figure figcaption {
    margin-top: 25px;
  }
}
@media (min-width: 959px) {
  .c-indexmenu__item figure figcaption {
    margin-top: 30px;
    padding-left: 1em;
  }
}
.c-indexmenu__item figure figcaption .c-newwindow svg {
  fill: #002855;
}
.c-indexmenu__item figure figcaption h2 {
  font-size: clamp(1.25rem, 0.909rem + 1.456vw, 2rem);
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 1199px) {
  .c-indexmenu__item figure figcaption h2 {
    font-size: 2rem;
  }
}
.c-scrollBox {
  overflow-x: auto;
}
.c-scrollBox img {
  width: auto;
  max-width: none;
}
@media (min-width: 959px) {
  .c-scrollBox img {
    width: 100%;
    max-width: 100%;
  }
}
.c-scrollBox table {
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 959px) {
  .c-scrollBox table {
    white-space: normal;
  }
}
.c-scrollBox__outer > .u-note {
  margin-bottom: 1em;
}
@media (min-width: 959px) {
  .c-scrollBox__outer > .u-note {
    display: none;
  }
}
.c-lead {
  text-align: center;
}
.c-lead span.u-bold {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  line-height: 1.5;
  display: inline-block;
  font-size: clamp(1.438rem, 0.954rem + 2.063vw, 2.5rem);
  margin-bottom: clamp(1.25rem, 0.397rem + 3.641vw, 3.125rem);
}
@media (min-width: 1199px) {
  .c-lead span.u-bold {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
}
.l-pagetitle__outer + .c-lead {
  margin-top: 20px;
}
@media (min-width: 959px) {
  .l-pagetitle__outer + .c-lead {
    margin-top: 30px;
  }
}
@media (min-width: 1399px) {
  .l-pagetitle__outer + .c-lead {
    margin-top: 50px;
  }
}
.c-plainTbl {
  width: 100%;
  border-bottom: 1px solid #C8C8C8;
  border-collapse: collapse;
  background-color: #fff;
}
.c-plainTbl th, .c-plainTbl td {
  border-top: 1px solid #C8C8C8;
  border-collapse: collapse;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.5;
}
@media (min-width: 959px) {
  .c-plainTbl th, .c-plainTbl td {
    padding: 15px;
  }
}
.c-plainTbl thead th {
  background-color: #002855;
  color: #fff;
}
.c-plainTbl tbody tr:nth-child(odd) {
  background-color: #F0F0F0;
}
.c-plainTbl tbody th {
  background-color: #002855;
  color: #fff;
}
.c-linkTarget::before {
  content: "";
  display: block;
  height: 85px;
  margin-top: -85px;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 767px) {
  .c-linkTarget::before {
    height: 105px;
    margin-top: -105px;
  }
}
@media (min-width: 959px) {
  .c-linkTarget::before {
    height: 130px;
    margin-top: -130px;
  }
}
.c-linkTarget:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.c-contactRecruit {
  padding: 40px 5%;
  text-align: center;
}
@media (min-width: 767px) {
  .c-contactRecruit {
    padding: 60px 40px;
  }
}
@media (min-width: 959px) {
  .c-contactRecruit {
    padding: 90px 50px;
  }
}
.c-contactRecruit__inner {
  background-color: #fff;
  border: 3px solid #002855;
  border-radius: 10px;
  padding: 20px 5%;
}
@media (min-width: 767px) {
  .c-contactRecruit__inner {
    padding: 30px;
  }
}
@media (min-width: 959px) {
  .c-contactRecruit__inner {
    padding: 40px 50px 50px;
    border-width: 6px;
    border-radius: 20px;
  }
}
@media (min-width: 1199px) {
  .c-contactRecruit__inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.c-contactRecruit__inner h2 {
  color: #002855;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  line-height: 1.5;
  font-size: clamp(1.438rem, 0.954rem + 2.063vw, 2.5rem);
  margin-bottom: clamp(0.938rem, 0.511rem + 1.82vw, 1.875rem);
}
@media (min-width: 1199px) {
  .c-contactRecruit__inner h2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}
.c-contactRecruit__inner .u-flex {
  flex-direction: column;
}
@media (min-width: 959px) {
  .c-contactRecruit__inner .u-flex {
    justify-content: center;
    flex-direction: row;
    gap: 50px;
  }
}
.c-contactRecruit__inner .u-flex p {
  color: #002855;
  font-weight: 500;
}
.c-contactRecruit__inner .u-flex p a {
  font-family: "Oswald", sans-serif;
  color: #002855;
  text-decoration: none;
  font-size: clamp(1.875rem, 0.965rem + 3.883vw, 3.875rem);
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.2em;
}
@media (min-width: 959px) {
  .c-contactRecruit__inner .u-flex p a {
    cursor: text;
    pointer-events: none;
  }
}
@media (min-width: 1199px) {
  .c-contactRecruit__inner .u-flex p a {
    font-size: 3.875rem;
  }
}
.c-contactRecruit__inner .u-flex p a span {
  display: inline-block;
  width: clamp(1.563rem, 1.25rem + 1.335vw, 2.25rem);
  vertical-align: bottom;
  margin-right: 5px;
}
@media (min-width: 1199px) {
  .c-contactRecruit__inner .u-flex p a span {
    width: 36px;
  }
}
.c-contactRecruit__inner .u-flex p a span svg {
  fill: #002855;
  vertical-align: middle;
}
.c-contactRecruit__inner .u-flex div {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  margin-top: 20px;
}
@media (min-width: 959px) {
  .c-contactRecruit__inner .u-flex div {
    margin: 0;
    width: calc((100% - 50px) / 2);
  }
}
.c-contactRecruit__inner .u-flex div a {
  width: 100%;
  max-width: 480px;
  font-size: 1rem;
  border-radius: 10px;
}
@media (min-width: 959px) {
  .c-contactRecruit__inner .u-flex div a {
    font-size: 1.25rem;
    padding: 25px;
  }
}
.c-contactRecruit__inner .u-flex div a .c-circleArrow {
  position: relative;
  display: inline-block;
  right: 0;
  top: auto;
  translate: 0 0;
  margin-left: 10px;
}
.c-contactRecruit__inner .u-flex div a .c-circleArrow svg {
  vertical-align: super;
}
.c-gotopBtn {
  display: none;
  margin: 0;
  width: 46px;
  height: 46px;
  right: 16px;
  bottom: 20px;
  position: fixed;
  z-index: 9;
}
.c-gotopBtn.in {
  transform: scale(1);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  filter: "";
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-gotopBtn.out {
  transform: scale(0);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  filter: "";
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.c-gotopBtn a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: block;
  background: #002855 url(../images/common/img_gotop.png) no-repeat center center/24px auto;
  height: 46px;
  width: 46px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #fff;
}
@media (min-width: 767px) {
  .c-gotopBtn {
    right: 30px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
  .c-gotopBtn a {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .c-gotopBtn a:hover {
    transform: scale(1.1);
  }
  .c-gotopBtn a::after {
    top: 9px;
    left: 26px;
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 959px) {
  .c-gotopBtn {
    right: 50px;
  }
}

.form-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1.25;
}
.form-checkbox .form-checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #808080;
  background-color: #fff;
  border-radius: 0.1em;
  z-index: 4;
}
.form-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: -0.125em;
  left: -0.125em;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  z-index: 2;
}
.form-checkbox input[type=checkbox]:checked + .form-checkbox-icon {
  background: #4682A0;
  border: 1px solid #4682A0;
}
.form-checkbox input[type=checkbox]:checked + .form-checkbox-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 48%;
  height: 70%;
  border-bottom: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
  transform: translate(-50%, 0) rotate(45deg);
}
@media (min-width: 959px) {
  .form-checkbox input[type=checkbox]:checked + .form-checkbox-icon:after {
    top: 0;
  }
}
.form-checkbox input[type=checkbox]:focus {
  opacity: 1;
}
.form-checkbox .form-checkbox-label {
  position: relative;
  padding-left: 2em;
  z-index: 3;
}

.form-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1.25;
}
.form-radio .form-radio-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #808080;
  background-color: #fff;
  border-radius: 50%;
  z-index: 4;
}
.form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  top: -0.125em;
  left: -0.125em;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  z-index: 2;
}
.form-radio input[type=radio]:checked + .form-radio-icon {
  background: #fff;
  border: 1px solid #4682A0;
}
.form-radio input[type=radio]:checked + .form-radio-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 65%;
  background-color: #4682A0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.form-radio input[type=radio]:focus {
  opacity: 1;
}
.form-radio .form-radio-label {
  position: relative;
  padding-left: 2em;
  z-index: 3;
}
/*# sourceMappingURL=common.css.map */