html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #222;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #222;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}
img[usemap] {
  border-width: 0;
}
a img {
  border-width: 0;
  text-decoration: none;
}

ul, li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #3d3d3d;
  font-size: 2rem;
  line-height: 2;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #3d3d3d;
}

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

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 16px;
  }
}
.l-header__logo {
  width: 189px;
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo a {
  transition: all 0.3s ease;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 138px;
  }
}
.l-header__content {
  width: 1120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (max-width: 1400px) {
  .l-header__content {
    width: 190px;
  }
}
.l-header__links {
  width: 77.9119930975%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .l-header__links {
    display: none;
  }
}
.l-header__links li {
  background-color: #fff;
  padding-block: 16px;
  padding-inline: 2.0707506471% 0;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.04);
}
.l-header__links li:first-child {
  background-color: #64bfc2;
  border-radius: 32px 0 0 32px;
  padding-inline: 2.7610008628% 2.0707506471%;
  color: #fff;
}
.l-header__links li:last-child {
  border-radius: 0 32px 32px 0;
  padding-inline: 2.0707506471% 2.7610008628%;
}
.l-header__links li a {
  transition: all 0.3s ease;
}
.l-header__links li a:hover {
  color: #FFB3AD;
  text-decoration: underline;
}
.l-header__entry {
  width: 192px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  .l-header__entry {
    width: 112px;
    font-size: 1rem;
  }
}
.l-header__entry a {
  display: flex;
  justify-content: center;
  padding-block: 16px;
  background-color: #EB4D42;
  border-radius: 32px;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1400px) {
  .l-header__entry a {
    padding-block: 12px;
  }
}
.l-header__entry a:hover {
  background-color: #FFB3AD;
}
.l-header__menu {
  width: 64px;
}
.l-header__menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
  color: #3d3d3d;
  background-color: #fff;
  border: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.04);
}
.l-header__menu-button:hover {
  color: #fff;
  background-color: #FFB3AD;
}
.l-header__menu-button:hover .l-header__menu-bar {
  background-color: #fff;
}
.l-header__menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4px;
  width: 24px;
  height: 14px;
}
.l-header__menu-bar {
  width: 100%;
  height: 2px;
  background: #3d3d3d;
  transition: all 0.3s ease;
}
.l-header__menu-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-margin-before: 2px;
          margin-block-start: 2px;
}
.l-header__menu-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100svh;
  background-image: url(/recruit/assets/img/common/bg_menu_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-header__menu-wrapper {
    background-image: url(/recruit/assets/img/common/bg_menu_sp.png);
  }
}
.l-header__menu-wrapper[aria-hidden=true] {
  display: none;
}
.l-header__menu-wrapper[aria-hidden=false] {
  display: block;
}
.l-header__menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .l-header__menu-top {
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
    padding-inline: 16px;
  }
}
.l-header__menu-logo a {
  transition: all 0.3s ease;
}
.l-header__menu-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-header__menu-logo {
    width: 138px;
  }
}
.l-header__menu-close {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
  color: #3d3d3d;
  background-color: #fff;
  border: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.04);
}
.l-header__menu-close:hover {
  color: #fff;
  background-color: #FFB3AD;
}
.l-header__menu-close:hover .l-header__menu-close-bar {
  background-color: #fff;
}
.l-header__menu-close-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4px;
  width: 24px;
  height: 14px;
}
.l-header__menu-close-bar {
  width: 100%;
  height: 2px;
  background: #3d3d3d;
  transition: all 0.3s ease;
}
.l-header__menu-close-bar:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(-30deg);
          transform: translateY(5px) rotate(-30deg);
}
.l-header__menu-close-bar:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(30deg);
          transform: translateY(-1px) rotate(30deg);
}
.l-header__menu-close-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-margin-before: 2px;
          margin-block-start: 2px;
}
.l-header__menu-bottom {
  width: 100%;
  height: calc(100% - 64px);
  overflow-y: auto;
}
.l-header__menu-box {
  max-width: 864px;
  margin-inline: auto;
  padding-block: 60px;
  padding-inline: 32px;
}
@media screen and (max-width: 768px) {
  .l-header__menu-box {
    width: 375px;
    padding-block: 56px;
    padding-inline: 64px;
  }
}
.l-header__menu-column {
  display: flex;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
}
@media screen and (max-width: 768px) {
  .l-header__menu-column {
    flex-direction: column;
    row-gap: 24px;
  }
}
.l-header__menu-column-item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .l-header__menu-column-item {
    width: 100%;
  }
}
.l-header__menu-column-box + .l-header__menu-column-box {
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
}
@media screen and (max-width: 768px) {
  .l-header__menu-column-box + .l-header__menu-column-box {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.l-header__menu-column-heading {
  color: #EB4D42;
  font-weight: 400;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media screen and (max-width: 768px) {
  .l-header__menu-column-heading {
    -webkit-margin-after: 14px;
            margin-block-end: 14px;
  }
}
.l-header__menu-column-heading a {
  color: #3d3d3d;
  font-weight: 700;
  transition: all 0.3s ease;
}
.l-header__menu-column-heading a:hover {
  color: #FFB3AD;
  text-decoration: underline;
}
.l-header__menu-column-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header__menu-column-list {
    font-size: 1.4rem;
    row-gap: 8px;
  }
}
.l-header__menu-column-list li a {
  display: inline-block;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  transition: all 0.3s ease;
  position: relative;
}
.l-header__menu-column-list li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #3d3d3d;
  position: absolute;
  top: 12px;
  left: 0;
}
.l-header__menu-column-list li a:hover {
  color: #FFB3AD;
  text-decoration: underline;
}
.l-header__menu-column-list li a:hover::before {
  background-color: #FFB3AD;
}
@media screen and (max-width: 768px) {
  .l-header__menu-column-list li a::before {
    top: 10px;
  }
}
.l-header__menu-sns {
  display: flex;
  justify-content: flex-end;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .l-header__menu-sns {
    justify-content: center;
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}

.l-footer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 480px;
  background-color: #fff;
  background-image: url(/recruit/assets/img/common/footer_circle.svg), url(/recruit/assets/img/common/bottom_bold_line.png);
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, left bottom;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    height: 418px;
    background-size: 337px auto, auto auto;
  }
}
.l-footer__inner {
  max-width: 1312px;
  width: 100%;
  padding-inline: 16px;
  margin-inline: auto;
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  -webkit-margin-after: 46px;
          margin-block-end: 46px;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-margin-after: 38px;
            margin-block-end: 38px;
  }
}
.l-footer__logo a {
  transition: all 0.3s ease;
}
.l-footer__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 138px;
  }
  .l-footer__logo img {
    width: 100%;
  }
}
.l-footer__sns {
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    align-self: center;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.l-footer__copyright {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}
.l-footer__pagetop {
  position: absolute;
  top: 40px;
  right: 40px;
}
.l-footer__pagetop .c-text-link-circle-arrow {
  color: #3d3d3d;
  padding: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__pagetop {
    top: 24px;
    right: 16px;
  }
}
.l-wrapper {
  background-image: url(/recruit/assets/img/common/bg_content_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    background-image: url(/recruit/assets/img/common/bg_content_sp.png);
    background-position: right top;
  }
}
.l-wrapper.-lower {
  background-image: url(/recruit/assets/img/common/bg_circle_front.svg), url(/recruit/assets/img/common/bg_content_pc.png);
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-position: left top 157px, center top;
}
@media screen and (max-width: 768px) {
  .l-wrapper.-lower {
    background-image: url(/recruit/assets/img/common/bg_circle_front.svg), url(/recruit/assets/img/common/bg_content_sp.png);
    background-size: 320px auto, cover;
    background-position: left top 96px, right top;
  }
}

.l-main {
  overflow: hidden;
}
.l-main.-padding-top {
  -webkit-padding-before: 56px;
          padding-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .l-main.-padding-top {
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#0048C5;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.c-heading-title1 {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  line-height: 1.4;
  font-weight: 400;
  -webkit-padding-start: 56px;
          padding-inline-start: 56px;
  background-image: url(/recruit/assets/img/common/icon_heading1.svg);
  background-repeat: no-repeat;
  background-position: left top 24px;
}
@media screen and (max-width: 768px) {
  .c-heading-title1 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-padding-start: 33px;
            padding-inline-start: 33px;
    background-position: left top 13px;
    background-size: 21px auto;
  }
}
.c-heading-title1__main {
  font-size: 8rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-heading-title1__main {
    font-size: 4.8rem;
  }
}
.c-heading-title1__sub {
  font-size: 2rem;
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  color: #EB4D42;
}
@media screen and (max-width: 768px) {
  .c-heading-title1__sub {
    font-size: 1.4rem;
    -webkit-padding-before: 34px;
            padding-block-start: 34px;
  }
}
.c-heading-title1.-small {
  background-position: left top 14px;
}
@media screen and (max-width: 768px) {
  .c-heading-title1.-small {
    background-position: left top 6px;
    background-size: 17px auto;
    -webkit-padding-start: 29px;
            padding-inline-start: 29px;
  }
}
.c-heading-title1.-small .c-heading-title1__main {
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .c-heading-title1.-small .c-heading-title1__main {
    font-size: 3.2rem;
  }
}
.c-heading-title1.-small .c-heading-title1__sub {
  -webkit-padding-before: 46px;
          padding-block-start: 46px;
}
@media screen and (max-width: 768px) {
  .c-heading-title1.-small .c-heading-title1__sub {
    -webkit-padding-before: 18px;
            padding-block-start: 18px;
  }
}
.c-heading-title1.-small + * {
  -webkit-margin-before: 96px;
          margin-block-start: 96px;
}
@media screen and (max-width: 768px) {
  .c-heading-title1.-small + * {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}
.c-heading-title1.-long-text {
  flex-direction: column;
}
.c-heading-title1.-long-text .c-heading-title1__sub {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-margin-start: -56px;
          margin-inline-start: -56px;
}
@media screen and (max-width: 768px) {
  .c-heading-title1.-long-text .c-heading-title1__sub {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-margin-start: -33px;
            margin-inline-start: -33px;
  }
}
.c-heading-title1.-icon-none {
  flex-direction: column;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  background-image: none;
}
.c-heading-title1.-icon-none .c-heading-title1__sub {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
@media screen and (max-width: 768px) {
  .c-heading-title1.-icon-none .c-heading-title1__sub {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}
.p-interview-box .c-heading-title1 + * {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 768px) {
  .p-interview-box .c-heading-title1 + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-work-main-box__heading .c-heading-title1 {
  color: #fff;
  position: absolute;
  left: 80px;
  bottom: 104px;
  row-gap: 16px;
}
@media screen and (max-width: 1100px) {
  .p-work-main-box__heading .c-heading-title1 {
    left: 40px;
    bottom: 62px;
  }
}
@media screen and (max-width: 768px) {
  .p-work-main-box__heading .c-heading-title1 {
    row-gap: 4px;
    left: 16px;
    bottom: 24px;
  }
}
.p-work-main-box__heading .c-heading-title1.-bottom-min {
  bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .p-work-main-box__heading .c-heading-title1.-bottom-min {
    bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-work-main-box__heading .c-heading-title1.-bottom-min {
    bottom: 14px;
  }
}
.p-work-main-box__heading .c-heading-title1 .c-heading-title1__main {
  order: 2;
  line-height: 1.1;
}
@media screen and (max-width: 1100px) {
  .p-work-main-box__heading .c-heading-title1 .c-heading-title1__main {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-work-main-box__heading .c-heading-title1 .c-heading-title1__main {
    font-size: 2.8rem;
  }
}
.p-work-main-box__heading .c-heading-title1 .c-heading-title1__sub {
  order: 1;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .p-work-main-box__heading .c-heading-title1 .c-heading-title1__sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-work-main-box__heading .c-heading-title1 .c-heading-title1__sub {
    font-size: 1rem;
  }
}
.c-heading-title1 + * {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
.p-top-search__heading .c-heading-title1 + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (max-width: 768px) {
  .c-heading-title1 + * {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.c-heading-title2 {
  font-size: 4rem;
  font-weight: 400;
  -webkit-padding-after: 22px;
          padding-block-end: 22px;
  border-bottom: solid 4px #EB4D42;
  position: relative;
}
.c-heading-title2::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #EB4D42;
  position: absolute;
  left: 0px;
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .c-heading-title2 {
    font-size: 2.4rem;
    -webkit-padding-after: 18px;
            padding-block-end: 18px;
  }
}
.c-heading-title2 + * {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 768px) {
  .c-heading-title2 + * {
    margin-top: 48px;
  }
}

.c-heading-title3 {
  font-size: 3.2rem;
  font-weight: 400;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  position: relative;
  line-height: 1.4;
}
.c-heading-title3::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 10px;
  background-color: #EB4D42;
  border-radius: 0 5px 5px 0;
  position: absolute;
  left: 0px;
  top: 20px;
}
.c-heading-title3 span {
  color: #EB4D42;
}
@media screen and (max-width: 768px) {
  .c-heading-title3 {
    font-size: 2.4rem;
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .c-heading-title3::after {
    width: 16px;
    height: 5px;
    top: 16px;
  }
}
.c-heading-title3 + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-heading-title3 + * {
    margin-top: 24px;
  }
}

.c-heading-title4 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-heading-title4 {
    font-size: 1.6rem;
  }
}
.c-heading-title4 + .c-list {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}

.c-content-wrapper {
  max-width: 1312px;
  padding-inline: 16px;
  margin-inline: auto;
  -webkit-margin-after: 160px;
          margin-block-end: 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-content-wrapper {
    -webkit-margin-after: 96px;
            margin-block-end: 96px;
  }
}

.c-column {
  display: grid;
}
.c-column.-two {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  row-gap: 64px;
}
@media screen and (max-width: 768px) {
  .c-column.-two {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.c-column.-two + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-column.-two + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-column.-three {
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 64px;
}
@media screen and (max-width: 768px) {
  .c-column.-three {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.c-column.-three + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-column.-three + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-column.-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 56px;
}
@media screen and (max-width: 768px) {
  .c-column.-four {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 48px;
  }
}
.c-column.-five {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-column.-five {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}

.c-section-box + .c-section-box {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media screen and (max-width: 768px) {
  .c-section-box + .c-section-box {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
.c-section-box.-inner-level1 + .c-section-box.-inner-level1 {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 768px) {
  .c-section-box.-inner-level1 + .c-section-box.-inner-level1 {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}

.c-image-box {
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.c-image-box img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-image-box img {
    width: 100%;
    border-radius: 6px;
  }
}
.c-image-box a img {
  display: inline-block;
}
.c-image-box > a {
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}
.c-image-box > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.c-image-box > a:hover img {
  opacity: 0.8;
}
.c-image-box > a:hover::after {
  background-color: rgba(235, 77, 66, 0.24);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-image-box > a:hover::after {
    border-radius: 6px;
  }
}
.p-news__content .c-image-box {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 768px) {
  .p-news__content .c-image-box {
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}
.p-news__content .c-image-box + * {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 768px) {
  .p-news__content .c-image-box + * {
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}
.c-image-box.-radius-none img {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .c-image-box.-radius-none img {
    border-radius: 0px;
  }
}
.c-image-box + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.c-image-box + .p-flow-box {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .c-image-box + .p-flow-box {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}

.c-image-and-content {
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-image-and-content {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.c-image-and-content__image {
  width: 37.5%;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__image {
    width: 100%;
  }
}
.c-image-and-content__image img {
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__image img {
    border-radius: 6px;
  }
}
.c-image-and-content__update {
  font-size: 1.4rem;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__update {
    font-size: 1.2rem;
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
.c-image-and-content__content {
  width: 57.5%;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__content {
    width: 100%;
  }
}
.c-image-and-content__overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.c-image-and-content__overview-item {
  width: 47.5490196078%;
}
.c-image-and-content__overview-item dl dt {
  font-size: 2rem;
  font-weight: 700;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
.c-image-and-content__overview-item dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__overview {
    row-gap: 16px;
  }
  .c-image-and-content__overview-item {
    width: 100%;
  }
  .c-image-and-content__overview-item dl dt {
    font-size: 1.6rem;
    -webkit-margin-after: 4px;
            margin-block-end: 4px;
  }
  .c-image-and-content__overview-item dl dd {
    font-size: 1.4rem;
  }
}
.c-image-and-content__link {
  border-top: 1px solid #EB4D42;
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__link {
    gap: 24px;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
}
.c-image-and-content.-right-image {
  flex-direction: row-reverse;
}
.c-image-and-content.-image-small .c-image-and-content__image {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .c-image-and-content.-image-small .c-image-and-content__image {
    width: 100%;
    text-align: center;
  }
  .c-image-and-content.-image-small .c-image-and-content__image img {
    width: 74.4186046512%;
  }
}
.c-image-and-content.-image-small .c-image-and-content__content {
  width: 71.25%;
}
@media screen and (max-width: 768px) {
  .c-image-and-content.-image-small .c-image-and-content__content {
    width: 100%;
  }
}
.c-image-and-content + * {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .c-image-and-content + * {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
.c-image-and-content + .c-image-and-content {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .c-image-and-content + .c-image-and-content {
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview-two-column .c-image-and-content {
    flex-wrap: nowrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    align-items: center;
  }
}
.p-interview-box__interview-two-column .c-image-and-content__image {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview-two-column .c-image-and-content__image {
    width: 15.444015444%;
  }
}
.p-interview-box__interview-two-column .c-image-and-content__content {
  width: calc(100% - 120px);
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview-two-column .c-image-and-content__content {
    width: 79.9227799228%;
    font-size: 1rem;
  }
}
.p-interview-box__interview-two-column .c-image-and-content__content span {
  color: #EB4D42;
}
.p-interview-box__interview-two-column .c-image-and-content + .c-image-and-content {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview-two-column .c-image-and-content + .c-image-and-content {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-news__content .c-image-and-content {
  -webkit-column-gap: 6.1538461538%;
     -moz-column-gap: 6.1538461538%;
          column-gap: 6.1538461538%;
}
.p-news__content .c-image-and-content__image {
  width: 46.1538461538%;
}
@media screen and (max-width: 768px) {
  .p-news__content .c-image-and-content__image {
    width: 100%;
  }
}
.p-news__content .c-image-and-content__content {
  width: 47.6923076923%;
}
@media screen and (max-width: 768px) {
  .p-news__content .c-image-and-content__content {
    width: 100%;
  }
}

.c-icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #EB4D42;
  transition: all 0.3s ease;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-icon-arrow {
    width: 32px;
    height: 32px;
  }
}
.c-icon-arrow.-large {
  width: 64px;
  height: 64px;
}
.c-icon-arrow.-large .c-icon-arrow__item {
  width: 30px;
  height: 15px;
  background-image: url(/recruit/assets/img/common/icon_arrow_large.svg);
}
@media screen and (max-width: 768px) {
  .c-icon-arrow.-large {
    width: 32px;
    height: 32px;
  }
}
.c-icon-arrow__item {
  position: relative;
  color: #fff;
  width: 18px;
  height: 9px;
  background-image: url(/recruit/assets/img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .c-icon-arrow__item {
    width: 14px;
    height: 7px;
    background-size: 14px auto;
  }
}
.c-icon-arrow.-top .c-icon-arrow__item {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-icon-arrow.-down .c-icon-arrow__item {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-icon-arrow.-left .c-icon-arrow__item {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-button {
  display: flex;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-block: 20px;
  background-color: #EB4D42;
  border-radius: 32px;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.12);
}
.c-button:hover {
  background-color: #FFB3AD;
}
@media screen and (max-width: 768px) {
  .c-button {
    max-width: 280px;
    font-size: 1.4rem;
    padding-block: 14px;
    border-radius: 24px;
  }
}
.c-button.-announcement {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-button.-announcement {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
.-icon-tsukumon .c-button {
  max-width: none;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  text-align: center;
  -webkit-padding-before: 32px;
          padding-block-start: 32px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  background: #EB4D42 url(/recruit/assets/img/top/bg_floating_button_circle.png);
  background-repeat: no-repeat;
  background-position: left top;
  outline: 1px solid #fff;
  outline-offset: -4px;
}
@media screen and (max-width: 768px) {
  .-icon-tsukumon .c-button {
    width: 104px;
    height: 104px;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    font-size: 1rem;
    background-size: 104px auto;
  }
}
.-icon-tsukumon .c-button:hover {
  overflow: visible;
  background-color: #FFB3AD;
}
.-icon-tsukumon .c-button:hover::after {
  -webkit-animation: bounceMove 2s infinite;
          animation: bounceMove 2s infinite;
}
.-icon-tsukumon .c-button::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 84px;
  background-image: url(/recruit/assets/img/common/icon_tsukumon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -25px;
  right: 28px;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .-icon-tsukumon .c-button::after {
    width: 48px;
    height: 50px;
    right: 20px;
    bottom: -14px;
  }
}

@-webkit-keyframes bounceMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounceMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-text-link-circle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.c-text-link-circle-arrow__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-text-link-circle-arrow__text {
    font-size: 1.4rem;
  }
}
.c-text-link-circle-arrow:hover .c-text-link-circle-arrow__text {
  color: #FFB3AD;
  text-decoration: underline;
}
.c-text-link-circle-arrow:hover .c-text-link-circle-arrow__icon .c-icon-arrow {
  background-color: #FFB3AD;
}
.c-text-link-circle-arrow.-under-line {
  width: 100%;
  justify-content: space-between;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  border-bottom: 1px solid #EB4D42;
}
.c-text-link-circle-arrow.-under-line .c-text-link-circle-arrow__text {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-text-link-circle-arrow.-under-line {
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
  .c-text-link-circle-arrow.-under-line .c-text-link-circle-arrow__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pagination .c-text-link-circle-arrow {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.c-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-card-link__image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.c-card-link__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.c-card-link__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.c-card-link__image + * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .c-card-link__image {
    border-radius: 6px;
  }
  .c-card-link__image img {
    border-radius: 6px;
  }
  .c-card-link__image + * {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.c-card-link__heading {
  font-weight: 700;
}
.c-card-link__text {
  font-size: 1.6rem;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .c-card-link__text {
    font-size: 1.4rem;
  }
}
.c-card-link__button {
  display: flex;
  justify-content: flex-end;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .c-card-link__button {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.c-card-link:hover .c-card-link__image::after {
  background-color: rgba(235, 77, 66, 0.24);
}
.c-card-link:hover .c-icon-arrow {
  background-color: #FFB3AD;
}
.c-card-link:hover .c-text-link-circle-arrow__text {
  color: #FFB3AD;
  text-decoration: underline;
}
.c-page-link {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.c-page-link li {
  width: calc((100% - 96px) / 4);
}
.c-page-link li a {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-page-link {
    gap: 23px;
  }
  .c-page-link li {
    width: calc((100% - 23px) / 2);
  }
}
.c-page-link + * {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media screen and (max-width: 768px) {
  .c-page-link + * {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.c-link-text {
  text-decoration: underline;
  color: #EB4D42;
  position: relative;
}
.c-link-text:hover {
  text-decoration: none;
}
.c-link-text[target=_blank]::after {
  content: "";
  display: inline-block;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  position: relative;
  top: 2px;
  width: 18px;
  height: 16px;
  background-image: url(/recruit/assets/img/common/icon_blank.svg);
  background-repeat: no-repeat;
}

.c-list > li {
  font-size: 2rem;
  line-height: 1.6;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  position: relative;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
}
.c-list > li:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.c-list > li a {
  position: relative;
}
.c-list > li a[target=_blank]::after {
  content: "";
  display: inline-block;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  position: relative;
  top: 2px;
  width: 18px;
  height: 16px;
  background-image: url(/recruit/assets/img/common/icon_blank.svg);
  background-repeat: no-repeat;
}
.c-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #64BFC2;
}
.c-list > li:has([href$=".pdf"]) {
  -webkit-padding-start: 26px;
          padding-inline-start: 26px;
  text-decoration: underline;
}
.c-list > li:has([href$=".pdf"]):hover {
  text-decoration: none;
}
.c-list > li:has([href$=".pdf"])::before {
  content: url(/recruit/assets/img/common/icon_pdf.svg);
  top: 0;
  border-radius: 0;
  width: 14px;
  height: 14px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .c-list > li {
    font-size: 1.6rem;
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .c-list > li::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
  .c-list > li:has([href$=".pdf"]) {
    -webkit-padding-start: 22px;
            padding-inline-start: 22px;
  }
  .c-list > li:has([href$=".pdf"])::before {
    top: 1px;
  }
}
.p-qa-box__content .c-list > li {
  font-size: 1.6rem;
}
.p-qa-box__content .c-list > li a[target=_blank]::after {
  top: 5px;
}
.p-qa-box__content .c-list > li::before {
  top: 8px;
}
@media screen and (max-width: 768px) {
  .p-qa-box__content .c-list > li {
    font-size: 1.4rem;
  }
  .p-qa-box__content .c-list > li a[target=_blank]::after {
    top: 5px;
  }
  .p-qa-box__content .c-list > li::before {
    top: 8px;
  }
}

.c-number-list {
  counter-reset: number 0;
}
.c-number-list > li {
  position: relative;
  -webkit-padding-start: 44px;
          padding-inline-start: 44px;
}
.c-number-list > li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  counter-increment: number 1;
  content: counter(number);
  color: #fff;
  background-color: #EB4D42;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-number-list > li {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .c-number-list > li::before {
    font-size: 1.2rem;
    width: 24px;
    height: 24px;
    top: 6px;
  }
}
.c-number-list.-two-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-column-gap: 3.3898305085%;
     -moz-column-gap: 3.3898305085%;
          column-gap: 3.3898305085%;
  row-gap: 10px;
}
.c-number-list.-two-column > li {
  width: 48.3050847458%;
}
.c-number-list + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.c-basic-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.c-basic-table tr th {
  width: 28.125%;
  padding-block: 32px;
  -webkit-padding-end: 6.25%;
          padding-inline-end: 6.25%;
  border-bottom: 1px solid #EB4D42;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-basic-table tr th {
    display: inline-block;
    width: 100%;
    padding-block: 24px 8px;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    border-bottom: 0;
  }
}
.c-basic-table tr:nth-child(1) th {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.c-basic-table tr:nth-child(1) td {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.c-basic-table tr td {
  padding-block: 32px;
  border-bottom: 1px solid #EB4D42;
}
@media screen and (max-width: 768px) {
  .c-basic-table tr td {
    display: inline-block;
    width: 100%;
    padding-block: 0 24px;
  }
}
.c-basic-table__column {
  display: flex;
  -webkit-column-gap: 5.2173913043%;
     -moz-column-gap: 5.2173913043%;
          column-gap: 5.2173913043%;
}
@media screen and (max-width: 768px) {
  .c-basic-table__column {
    flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 32px;
  }
}
.c-basic-table__column-item:nth-child(1) {
  width: 51.3043478261%;
}
.c-basic-table__column-item:nth-child(2) {
  width: 43.4782608696%;
}
@media screen and (max-width: 768px) {
  .c-basic-table__column-item:nth-child(1) {
    width: 100%;
  }
  .c-basic-table__column-item:nth-child(2) {
    width: 100%;
  }
}
.c-basic-table + * {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .c-basic-table + * {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
.c-basic-table + .c-basic-table {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}

.c-sns-box {
  display: flex;
  flex-direction: column;
  width: 232px;
}
@media screen and (max-width: 768px) {
  .c-sns-box {
    width: 200px;
  }
}
.c-sns-box__list {
  display: flex;
  align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.c-sns-box__list li a {
  transition: all 0.3s ease;
}
.c-sns-box__list li a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .c-sns-box__list li a img {
    width: 32px;
  }
}
.c-sns-box__top-link {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  text-align: right;
}
.c-sns-box__top-link a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s ease;
  -webkit-padding-end: 18px;
          padding-inline-end: 18px;
  background-image: url(/recruit/assets/img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.c-sns-box__top-link a:hover {
  color: #FFB3AD;
  text-decoration: underline;
  background-image: url(/recruit/assets/img/common/icon_blank_hover.svg);
}
@media screen and (max-width: 768px) {
  .c-sns-box__top-link {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    text-align: center;
  }
  .c-sns-box__top-link a {
    font-size: 1.4rem;
  }
}

.c-text-box p + p {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
.c-text-box + * {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 768px) {
  .c-text-box + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.c-text-box + .c-list {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-text-box + .c-list {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-text-box + .c-section-box.-inner-level1 {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .c-text-box + .c-section-box.-inner-level1 {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
.c-basic-table__column-item .c-text-box + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-basic-table__column-item .c-text-box + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.p-recruit-main-box__content .c-text-box + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit-main-box__content .c-text-box + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.c-text-box.c-editor-area iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.c-lead-text {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-lead-text {
    font-size: 2rem;
  }
}
.c-lead-text + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-lead-text + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-animation-block {
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.c-animation-block.-active {
  opacity: 1;
  -webkit-animation-name: from-bottom;
          animation-name: from-bottom;
}
@-webkit-keyframes from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.98, 0.98);
            transform: translateY(30px) scale(0.98, 0.98);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1, 1);
            transform: translateY(0px) scale(1, 1);
  }
}
@keyframes from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.98, 0.98);
            transform: translateY(30px) scale(0.98, 0.98);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1, 1);
            transform: translateY(0px) scale(1, 1);
  }
}
.c-animation-block.-top.-active {
  opacity: 1;
  -webkit-animation-name: from-top;
          animation-name: from-top;
}
@-webkit-keyframes from-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale(0.98, 0.98);
            transform: translateY(-30px) scale(0.98, 0.98);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1, 1);
            transform: translateY(0px) scale(1, 1);
  }
}
@keyframes from-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale(0.98, 0.98);
            transform: translateY(-30px) scale(0.98, 0.98);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1, 1);
            transform: translateY(0px) scale(1, 1);
  }
}
.c-animation-block.-left.-active {
  -webkit-animation-name: from-left;
          animation-name: from-left;
}
@-webkit-keyframes from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px) scale(0.98, 0.98);
            transform: translateX(-30px) scale(0.98, 0.98);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
            transform: translateX(0px) scale(1, 1);
  }
}
@keyframes from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px) scale(0.98, 0.98);
            transform: translateX(-30px) scale(0.98, 0.98);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
            transform: translateX(0px) scale(1, 1);
  }
}
.c-animation-block.-right.-active {
  -webkit-animation-name: from-right;
          animation-name: from-right;
}
@-webkit-keyframes from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px) scale(0.98, 0.98);
            transform: translateX(30px) scale(0.98, 0.98);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
            transform: translateX(0px) scale(1, 1);
  }
}
@keyframes from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px) scale(0.98, 0.98);
            transform: translateX(30px) scale(0.98, 0.98);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
            transform: translateX(0px) scale(1, 1);
  }
}

.c-cookie-box {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 375px;
  padding: 32px;
  background-color: #fff;
  z-index: 1010;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cookie-box {
    width: 100%;
    padding-block: 16px;
  }
}
.c-cookie-box.is-active {
  display: block;
}
.c-cookie-box__text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-cookie-box__text p + p {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.c-cookie-box__text a {
  text-decoration: underline;
  color: #333;
}
.c-cookie-box__text a:hover {
  text-decoration: none;
}
.c-cookie-box__text a.-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 26px;
  height: 20px;
  background-image: url("/assets/img/common/icon_pdf.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-cookie-box__text {
    font-size: 1.2rem;
  }
}
.c-cookie-box__button-close {
  padding: 0;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  background-color: transparent;
  border: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.c-cookie-box__button-close img {
  display: block;
}
.c-cookie-box__button-ok {
  width: 100%;
  background-color: #DB3232;
  color: #fff;
  border: none;
  font-weight: bold;
  padding-block: 17px;
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-cookie-box__button-ok {
    font-size: 1.2rem;
    padding-block: 16px;
    margin-top: 24px;
  }
}
.c-cookie-box__button-ok:hover {
  opacity: 0.8;
}

.-padding-top .c-topic-path {
  position: absolute;
  top: 8px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .-padding-top .c-topic-path {
    position: relative;
    top: auto;
    right: 0;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.p-work-main-box .c-topic-path {
  position: relative;
  top: 0;
  right: 0;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (max-width: 768px) {
  .p-work-main-box .c-topic-path {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.c-topic-path__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-topic-path__list > li {
  display: inline;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-topic-path__list > li {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
    font-size: 1.2rem;
  }
}
.c-topic-path__list > li::before {
  content: "";
  display: inline-block;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 12px;
  height: 4px;
  background-image: url("../img/common/topic_path_line.svg");
  background-repeat: no-repeat;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .c-topic-path__list > li::before {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
}
.c-topic-path__list > li:first-child::before {
  display: none;
}
.c-topic-path__list > li:last-child {
  color: #EB4D42;
  max-width: 283px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-topic-path__list > li:last-child {
    max-width: 200px;
  }
}
.c-topic-path__list > li a {
  color: #3d3d3d;
  transition: all 0.3s ease;
}
.c-topic-path__list > li a:hover {
  color: #FFB3AD;
  text-decoration: underline;
}

.p-top-mv {
  position: relative;
  padding-inline: 5%;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-inline: 16px;
  }
}
.p-top-mv__circle {
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-mv__circle {
    width: 252px;
    bottom: -8px;
  }
  .p-top-mv__circle img {
    width: 100%;
    height: auto;
  }
}
.p-top-mv__inner {
  -webkit-padding-after: 54px;
          padding-block-end: 54px;
  background-image: url(/recruit/assets/img/common/top_bold_line.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .p-top-mv__inner {
    -webkit-padding-after: 50px;
            padding-block-end: 50px;
  }
}
.p-top-mv__content {
  height: 680px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.p-top-mv__content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top-mv__content::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-mv__content {
    height: 343px;
    border-radius: 6px;
  }
}
.p-top-mv__text {
  font-size: 4.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.144em;
  position: absolute;
  left: 64px;
  bottom: 64px;
  z-index: 3;
  text-shadow: 0 0 48px rgba(0, 0, 0, 0.48);
}
@media screen and (max-width: 768px) {
  .p-top-mv__text {
    font-size: 2rem;
    left: 24px;
    bottom: 24px;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
  }
}
.p-top-mv + * {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-mv + * {
    -webkit-margin-before: 92px;
            margin-block-start: 92px;
  }
}

.p-top-search__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.p-top-search__heading + * {
  -webkit-margin-before: 77px;
          margin-block-start: 77px;
}
@media screen and (max-width: 768px) {
  .p-top-search__heading {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 32px;
  }
  .p-top-search__heading + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-top-search__lead {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top-search__lead {
    text-align: left;
  }
}
.p-top-search__content {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.p-top-search__content-item:nth-child(1) .p-top-search__banner-text {
  background-color: rgba(255, 179, 173, 0.9);
}
.p-top-search__content-item:nth-child(2) {
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .p-top-search__content {
    row-gap: 24px;
  }
  .p-top-search__content-item:nth-child(1) {
    -webkit-margin-start: -16px;
            margin-inline-start: -16px;
  }
  .p-top-search__content-item:nth-child(1) .c-icon-arrow {
    right: 16px;
  }
  .p-top-search__content-item:nth-child(2) {
    -webkit-margin-end: -16px;
            margin-inline-end: -16px;
  }
  .p-top-search__content-item:nth-child(2) .p-top-search__banner-text {
    left: 16px;
  }
  .p-top-search__content-item:nth-child(2) .p-top-search__banner-image {
    right: -16px;
  }
}
.p-top-search__banner {
  display: inline-block;
  max-width: 1152px;
  position: relative;
}
.p-top-search__banner-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 320px;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  background-color: rgba(100, 191, 194, 0.9);
  border-radius: 8px 0 0 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 3;
  letter-spacing: 0.044em;
}
@media screen and (max-width: 768px) {
  .p-top-search__banner-text {
    width: 30px;
    height: 100%;
    font-size: 1.4rem;
    border-radius: 6px 0 0 6px;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.p-top-search__banner-image {
  width: calc(100% - 32px);
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.p-top-search__banner-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.p-top-search__banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-search__banner-image {
    height: auto;
    border-radius: 6px;
  }
}
.p-top-search__banner .c-icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-search__banner:hover .p-top-search__banner-image::after {
  background-color: rgba(235, 77, 66, 0.24);
}
.p-top-search__banner:hover .c-icon-arrow {
  background-color: #FFB3AD;
}
.p-top-search + * {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-search + * {
    -webkit-margin-before: 96px;
            margin-block-start: 96px;
  }
}

.p-top-news {
  background-color: #e9f6f7;
  padding: 88px 7.5% 120px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 52px 32px 56px;
    border-radius: 6px;
  }
}
.p-top-news__content {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5735294118%;
     -moz-column-gap: 2.5735294118%;
          column-gap: 2.5735294118%;
  row-gap: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-news__content {
    row-gap: 24px;
  }
}
.p-top-news__content-item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: calc((100% - 56px) / 3);
  font-size: 1.6rem;
  font-weight: 400;
}
.p-top-news__content-item:is(a) .p-top-news__content-text {
  text-decoration: underline;
}
.p-top-news__content-item:is(a):hover .p-top-news__content-image {
  position: relative;
}
.p-top-news__content-item:is(a):hover .p-top-news__content-image::after {
  background-color: rgba(235, 77, 66, 0.24);
}
.p-top-news__content-item:is(a):hover .p-top-news__content-text {
  text-decoration: none;
  color: #FFB3AD;
}
@media screen and (max-width: 768px) {
  .p-top-news__content-item {
    flex-direction: column;
    row-gap: 3px;
    font-size: 1.4rem;
    width: 100%;
  }
}
.p-top-news__content-image {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.p-top-news__content-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.p-top-news__content-image img {
  width: 100%;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-news__content-image {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
    border-radius: 6px;
  }
  .p-top-news__content-image img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-news__content-day {
  width: 120px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-news__content-day {
    width: 100%;
  }
}
.p-top-news__content-text {
  width: 100%;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.p-top-news__content-icon {
  display: inline-block;
  width: 44px;
  padding-block: 5px 3px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #64BFC2;
  border-radius: 2px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top-news__content-icon {
    width: 40px;
    padding-block: 4px 4px;
    -webkit-margin-end: 6px;
            margin-inline-end: 6px;
    font-size: 1.2rem;
  }
}
.p-top-news__button {
  position: absolute;
  top: 124px;
  right: 7.5%;
}
@media screen and (max-width: 768px) {
  .p-top-news__button {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: flex-end;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-top-news + * {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-news + * {
    -webkit-margin-before: 92px;
            margin-block-start: 92px;
  }
}

.p-top-works__content {
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-works__content {
    flex-direction: column;
    row-gap: 56px;
  }
}
.p-top-works__content-slider {
  width: 48.3333333333%;
  -webkit-margin-start: calc(-50vw + 50%);
          margin-inline-start: calc(-50vw + 50%);
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .p-top-works__content-slider {
    width: 100%;
    -webkit-margin-start: -16px;
            margin-inline-start: -16px;
    border-radius: 0 6px 6px 0;
    order: 2;
  }
}
.p-top-works__content-box {
  flex: 1;
  width: 46.1111111111%;
}
@media screen and (max-width: 768px) {
  .p-top-works__content-box {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 939px) {
  .p-top-works__content-box .c-heading-title1__sub {
    width: 100%;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-margin-start: -56px;
            margin-inline-start: -56px;
  }
}
@media screen and (max-width: 939px) and (max-width: 768px) {
  .p-top-works__content-box .c-heading-title1__sub {
    width: auto;
    -webkit-padding-before: 34px;
            padding-block-start: 34px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.p-top-works__content-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 32px;
}
.p-top-works__content-list li {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 768px) {
  .p-top-works__content-list {
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 24px;
  }
  .p-top-works__content-list li {
    width: calc((100% - 23px) / 2);
  }
}
.p-top-works + * {
  -webkit-margin-before: 160px;
          margin-block-start: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-works + * {
    -webkit-margin-before: 96px;
            margin-block-start: 96px;
  }
}

.p-top-about {
  background-color: #fff1f0;
  padding-block: 88px 120px;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding-block: 52px 72px;
  }
}
.p-top-about__inner {
  max-width: 1312px;
  padding-inline: 16px;
  margin-inline: auto;
}

.p-recruit-main-box {
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit-main-box {
    flex-direction: column;
    row-gap: 56px;
  }
}
.p-recruit-main-box__image {
  width: 46.875%;
}
.p-recruit-main-box__image img {
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit-main-box__image {
    width: 100%;
  }
  .p-recruit-main-box__image img {
    border-radius: 6px;
  }
}
.p-recruit-main-box__content {
  width: 48.125%;
}
@media screen and (max-width: 768px) {
  .p-recruit-main-box__content {
    width: 100%;
  }
}
.p-recruit-main-box__button {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 768px) {
  .p-recruit-main-box__button {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
    display: flex;
    justify-content: center;
  }
}
.p-recruit-main-box + * {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit-main-box + * {
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}

.p-tel-box {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff1f0;
  padding-block: 64px;
  padding-inline: 6.71875%;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-tel-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 40px;
    padding-inline: 16px;
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
    row-gap: 24px;
  }
}
.p-tel-box__item:nth-child(1) {
  width: 36.6184448463%;
  -webkit-padding-end: 3.616636528%;
          padding-inline-end: 3.616636528%;
  border-right: 1px solid #EB4D42;
}
.p-tel-box__item:nth-child(2) {
  width: 63.2911392405%;
  -webkit-padding-start: 3.616636528%;
          padding-inline-start: 3.616636528%;
}
@media screen and (max-width: 768px) {
  .p-tel-box__item {
    text-align: center;
  }
  .p-tel-box__item:nth-child(1) {
    width: 100%;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
    border-bottom: 1px solid #EB4D42;
    border-right: 0;
  }
  .p-tel-box__item:nth-child(2) {
    width: 100%;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.p-tel-box__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-tel-box__text {
    font-size: 1.4rem;
  }
}
.p-tel-box__text.-large {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-tel-box__text.-large {
    font-size: 1.6rem;
  }
}
.p-tel-box__text.-xlarge a[href^="tel:"] {
  font-size: 3.2rem;
  font-weight: 700;
  color: #EB4D42;
  text-decoration: underline;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .p-tel-box__text.-xlarge a[href^="tel:"] {
    pointer-events: auto;
    font-size: 2.4rem;
  }
}

.p-qa-box {
  width: 100%;
}
.p-qa-box__heading {
  display: flex;
  align-items: center;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
  position: relative;
  line-height: 1.6;
  min-height: 64px;
}
.p-qa-box__heading::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #64BFC2;
  border-radius: 50%;
  color: #fff;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-qa-box__heading {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
    line-height: 1.6;
    min-height: 48px;
  }
  .p-qa-box__heading::before {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}
.p-qa-box__content {
  font-size: 1.6rem;
  background-color: #fff1f0;
  padding-block: 40px;
  padding-inline: 6.5789473684%;
  position: relative;
}
.p-qa-box__content::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-qa-box__content {
    font-size: 1.4rem;
    padding-block: 32px;
    padding-inline: 32px;
  }
  .p-qa-box__content::after {
    width: 20px;
    height: 20px;
  }
}
.c-column .p-qa-box {
  display: grid;
  grid-template-rows: subgrid;
}

.p-floating-button {
  width: 320px;
  position: fixed;
  opacity: 0;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 10;
  bottom: 40px;
  right: 40px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-floating-button {
    width: 240px;
    right: auto;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
  }
}
.p-floating-button.-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .p-floating-button.-visible {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.p-floating-button.-hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-floating-button.-hidden {
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
  }
}
.p-floating-button.-icon-tsukumon {
  width: 192px;
  height: 192px;
  background-image: url(/recruit/assets/img/top/bg_floating_area_circle.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 768px) {
  .p-floating-button.-icon-tsukumon {
    width: 116px;
    height: 116px;
    right: 8px;
    left: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background-size: 80px auto;
  }
}

.p-work-main-box {
  position: relative;
  -webkit-margin-after: 84px;
          margin-block-end: 84px;
}
@media screen and (max-width: 768px) {
  .p-work-main-box {
    -webkit-margin-after: 56px;
            margin-block-end: 56px;
  }
}
.p-work-main-box__inner {
  padding-inline: 80px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-work-main-box__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-work-main-box__inner {
    padding-inline: 16px;
  }
}
.p-work-main-box__heading {
  width: 560px;
  height: 505px;
  background-image: url(/recruit/assets/img/common/bg_work_heading.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-work-main-box__heading {
    width: 360px;
    height: 305px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-work-main-box__heading {
    width: 160px;
    height: 144px;
    bottom: 0;
  }
}

.p-interview-box {
  background-color: #fff1f0;
  padding-block: 88px 120px;
  padding-inline: 9.375%;
  -webkit-margin-after: 160px;
          margin-block-end: 160px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-interview-box {
    padding-block: 52px 72px;
    padding-inline: 16px;
    margin-inline: -16px;
    -webkit-margin-after: 96px;
            margin-block-end: 96px;
    border-radius: 0;
  }
}
.p-interview-box__image {
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
.p-interview-box__image img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-interview-box__image {
    -webkit-margin-after: 48px;
            margin-block-end: 48px;
  }
  .p-interview-box__image img {
    border-radius: 6px;
  }
}
.p-interview-box__thumbnail-box {
  display: flex;
  align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-interview-box__thumbnail-box {
    flex-wrap: wrap;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 24px;
  }
}
.p-interview-box__thumbnail-box-item {
  display: flex;
  align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-interview-box__thumbnail-box-item {
    width: calc((100% - 23px) / 2);
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview-box__thumbnail-box-image {
    width: 56px;
  }
}
.p-interview-box__thumbnail-box-text {
  line-height: 1.4;
}
.p-interview-box__thumbnail-box-text.-small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-interview-box__thumbnail-box-text-small {
    font-size: 1.2rem;
  }
}
.p-interview-box__section {
  -webkit-margin-before: 96px;
          margin-block-start: 96px;
}
@media screen and (max-width: 768px) {
  .p-interview-box__section {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}
.p-interview-box__heading {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #FFB3AD;
  padding: 16px;
  border-radius: 8px;
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
}
@media screen and (max-width: 768px) {
  .p-interview-box__heading {
    font-size: 2.4rem;
    padding: 12px;
    border-radius: 6px;
    -webkit-margin-after: 48px;
            margin-block-end: 48px;
  }
}
.p-interview-box__interview {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview {
    row-gap: 24px;
  }
}
.p-interview-box__interview-item {
  display: flex;
  align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
.p-interview-box__interview-item:nth-child(2n) .p-interview-box__interview-image {
  order: 2;
}
.p-interview-box__interview-item:nth-child(2n) .p-interview-box__interview-text {
  order: 1;
}
.p-interview-box__interview-item:nth-child(2n) .p-interview-box__interview-text::before {
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  left: auto;
  right: -24px;
}
.p-interview-box__interview-item:has(.p-interview-box__interview-two-column) {
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview-item {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .p-interview-box__interview-item:nth-child(2n) .p-interview-box__interview-text::before {
    right: -20px;
  }
}
.p-interview-box__interview-image {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview-image {
    width: 56px;
  }
}
.p-interview-box__interview-content {
  width: calc(100% - 128px);
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview-content {
    width: calc(100% - 84px);
  }
}
.p-interview-box__interview-text {
  font-size: 1.6rem;
  background-color: #fff;
  padding: 32px;
  border-radius: 8px;
  position: relative;
}
.p-interview-box__interview-text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #fff;
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview-text {
    font-size: 1.4rem;
    padding: 16px;
    border-radius: 6px;
  }
  .p-interview-box__interview-text::before {
    width: 20px;
    height: 20px;
    left: -20px;
  }
}
.p-interview-box__interview-text .-note-color {
  font-size: 1.2rem;
  color: #EB4D42;
}
.p-interview-box__interview-text .-highlight {
  background: linear-gradient(transparent 0%, #CBF4F7 0%);
}
.p-interview-box__interview-two-column {
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .p-interview-box__interview-two-column {
    flex-direction: column;
    row-gap: 12px;
  }
}
.p-interview-box__column-image {
  display: flex;
  align-items: center;
  -webkit-column-gap: 1.5384615385%;
     -moz-column-gap: 1.5384615385%;
          column-gap: 1.5384615385%;
  -webkit-margin-before: 96px;
          margin-block-start: 96px;
}
.p-interview-box__column-image-item {
  width: 32.3076923077%;
}
.p-interview-box__column-image-item img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-interview-box__column-image {
    flex-direction: column;
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
    row-gap: 12px;
  }
  .p-interview-box__column-image-item {
    width: 100%;
  }
  .p-interview-box__column-image-item img {
    width: 100%;
    border-radius: 6px;
  }
}

.p-flow-box__item {
  display: flex;
  width: 100%;
  -webkit-column-gap: 3.75%;
     -moz-column-gap: 3.75%;
          column-gap: 3.75%;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item {
    -webkit-column-gap: 6.9970845481%;
       -moz-column-gap: 6.9970845481%;
            column-gap: 6.9970845481%;
  }
}
.p-flow-box__item-time {
  width: 200px;
  position: relative;
}
.p-flow-box__item-time::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: calc(100% + 80px);
  background-color: #EB4D42;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-flow-box__item-time {
    width: 80px;
  }
  .p-flow-box__item-time::before {
    width: 8px;
    height: calc(100% + 48px);
  }
}
.p-flow-box__item-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  background-color: #FFB3AD;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.p-flow-box__item-circle span {
  font-size: 3.2rem;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item-circle {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
  }
  .p-flow-box__item-circle span {
    font-size: 1.6rem;
  }
}
.p-flow-box__item-column {
  display: flex;
  -webkit-column-gap: 4.6511627907%;
     -moz-column-gap: 4.6511627907%;
          column-gap: 4.6511627907%;
  width: 80.625%;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item-column {
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
  }
}
.p-flow-box__item-image {
  width: 31.007751938%;
}
.p-flow-box__item-image img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item-image {
    width: 100%;
  }
  .p-flow-box__item-image img {
    width: 66.9456066946%;
    border-radius: 6px;
  }
}
.p-flow-box__item-content {
  width: 64.3410852713%;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item-content {
    width: 100%;
  }
}
.-image-none .p-flow-box__item-content {
  width: 100%;
}
.p-flow-box__item-text span {
  font-weight: 700;
}
.p-flow-box__item-text.-note {
  font-size: 1.6rem;
  color: #EB4D42;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item-text.-note {
    font-size: 1.2rem;
  }
}
.p-flow-box__item:nth-child(2n) .p-flow-box__item-image {
  order: 2;
}
.p-flow-box__item:nth-child(2n) .p-flow-box__item-content {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item:nth-child(2n) .p-flow-box__item-image {
    order: 1;
  }
  .p-flow-box__item:nth-child(2n) .p-flow-box__item-content {
    order: 2;
  }
}
.p-flow-box__item:last-child .p-flow-box__item-time::before {
  display: none;
}
.p-flow-box__item + * {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-flow-box__item + * {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}

.p-step-card-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-inline: 24px;
  padding-block: 40px;
  background-color: #fff1f0;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-step-card-box {
    padding-inline: 16px;
    padding-block: 32px;
    border-radius: 6px;
  }
}
.p-step-card-box__step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 64px;
  height: 64px;
  background-color: #EB4D42;
  border-radius: 50%;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
}
.p-step-card-box__step span {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__step {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    top: 8px;
    left: 8px;
  }
  .p-step-card-box__step span {
    font-size: 2.4rem;
  }
}
.p-step-card-box__image {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.p-step-card-box__image img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__image {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
  .p-step-card-box__image img {
    border-radius: 6px 6px 0 0;
  }
}
.p-step-card-box__heading {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__heading {
    font-size: 2rem;
  }
}
.p-step-card-box__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__text {
    font-size: 1.4rem;
  }
}
.p-step-card-box__item {
  display: flex;
  width: 100%;
  -webkit-column-gap: 3.75%;
     -moz-column-gap: 3.75%;
          column-gap: 3.75%;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__item {
    -webkit-column-gap: 6.9970845481%;
       -moz-column-gap: 6.9970845481%;
            column-gap: 6.9970845481%;
  }
}
.p-step-card-box__item-time {
  width: 200px;
  position: relative;
}
.p-step-card-box__item-time::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: calc(100% + 80px);
  background-color: #EB4D42;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-step-card-box__item-time {
    width: 80px;
  }
  .p-step-card-box__item-time::before {
    width: 8px;
    height: calc(100% + 48px);
  }
}
.p-step-card-box__item-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  background-color: #FFB3AD;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.p-step-card-box__item-circle span {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__item-circle {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
  }
  .p-step-card-box__item-circle span {
    font-size: 1.6rem;
  }
}
.p-step-card-box__item-column {
  display: flex;
  -webkit-column-gap: 4.6511627907%;
     -moz-column-gap: 4.6511627907%;
          column-gap: 4.6511627907%;
  width: 80.625%;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__item-column {
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
  }
}
.p-step-card-box__item-image {
  width: 31.007751938%;
}
.p-step-card-box__item-image img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__item-image {
    width: 100%;
  }
  .p-step-card-box__item-image img {
    border-radius: 6px;
  }
}
.p-step-card-box__item-content {
  width: 64.3410852713%;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__item-content {
    width: 100%;
  }
}
.p-step-card-box__item-text span {
  font-weight: 700;
}
.p-step-card-box__item-text.-note {
  font-size: 1.6rem;
  color: #EB4D42;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__item-text.-note {
    font-size: 1.2rem;
  }
}
.p-step-card-box__item:nth-child(2n) .p-flow-box__item-image {
  order: 2;
}
.p-step-card-box__item:nth-child(2n) .p-flow-box__item-content {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__item:nth-child(2n) .p-flow-box__item-image {
    order: 1;
  }
  .p-step-card-box__item:nth-child(2n) .p-flow-box__item-content {
    order: 2;
  }
}
.p-step-card-box__item:last-child .p-flow-box__item-time::before {
  display: none;
}
.p-step-card-box__item + * {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-step-card-box__item + * {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}

.p-occupation-content {
  background-color: #fff1f0;
  padding-block: 88px 120px;
}
@media screen and (max-width: 768px) {
  .p-occupation-content {
    padding-block: 52px 72px;
  }
}
.p-occupation-content__inner {
  max-width: 1312px;
  padding-inline: 16px;
  margin-inline: auto;
}
.p-occupation-content__link {
  transition: all 0.3s ease;
  font-weight: 700;
}
.p-occupation-content__link-image {
  border-radius: 12px;
  border: 4px solid transparent;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  transition: all 0.3s ease;
}
.p-occupation-content__link-image img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-occupation-content__link-image {
    border-radius: 10px;
  }
  .p-occupation-content__link-image img {
    border-radius: 6px;
  }
}
.p-occupation-content__link:hover {
  color: #FFB3AD;
}
.p-occupation-content__link:hover .p-occupation-content__link-image {
  border: 4px solid #FFB3AD;
}

.p-interview-accordion-box {
  background-color: #fff;
  padding-block: 20px;
  padding-inline: 20px 44px;
  border-radius: 8px;
  border: 4px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box {
    padding-block: 20px 36px;
    padding-inline: 16px;
    border-radius: 6px;
  }
}
.p-interview-accordion-box + .p-interview-accordion-box {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.p-interview-accordion-box:has(.is-show) {
  border-color: #FFB3AD;
}
.p-interview-accordion-box__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #EB4D42;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__button {
    width: 32px;
    height: 32px;
    right: 16px;
    bottom: 16px;
  }
}
.p-interview-accordion-box__button:hover {
  background-color: #FFB3AD;
}
.p-interview-accordion-box__button-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
}
.p-interview-accordion-box__button-line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-interview-accordion-box__button-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.is-show .p-interview-accordion-box__button-line:nth-child(2) {
  display: none;
}
.p-interview-accordion-box__thumbnail {
  display: flex;
  align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__thumbnail {
    flex-direction: column;
    row-gap: 16px;
  }
}
.p-interview-accordion-box__thumbnail-image {
  width: 30.9917355372%;
}
.p-interview-accordion-box__thumbnail-image img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__thumbnail-image {
    width: calc(100% - 16px);
  }
  .p-interview-accordion-box__thumbnail-image img {
    border-radius: 6px;
  }
}
.p-interview-accordion-box__thumbnail-content {
  width: 64.0495867769%;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__thumbnail-content {
    width: 100%;
  }
}
.p-interview-accordion-box__thumbnail-content-lead {
  font-size: 2.4rem;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__thumbnail-content-lead {
    font-size: 2rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.p-interview-accordion-box__thumbnail-content-text {
  font-size: 1.6rem;
}
.p-interview-accordion-box__thumbnail-content-text.-color-red {
  color: #EB4D42;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__thumbnail-content-text {
    font-size: 1.4rem;
  }
}
.p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail {
  align-items: flex-start;
  max-width: 880px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail {
    row-gap: 24px;
  }
}
.p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail + .p-interview-accordion-box__thumbnail {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail + .p-interview-accordion-box__thumbnail {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
.p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail-image {
  width: 31.8181818182%;
}
.p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail-image img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail-image {
    width: 82.3151125402%;
    margin-inline: auto;
  }
  .p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail-image img {
    border-radius: 6px;
  }
}
.p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail-content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail-content {
    width: 100%;
  }
}
.p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail-content-lead {
  font-size: 2rem;
  font-weight: bold;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail-content-lead {
    font-size: 1.6rem;
    -webkit-margin-after: 6px;
            margin-block-end: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail-content-text {
    font-size: 1.6rem;
  }
}
.p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail:has(.p-interview-accordion-box__thumbnail-image) .p-interview-accordion-box__thumbnail-content {
  width: 62.7272727273%;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail:has(.p-interview-accordion-box__thumbnail-image) .p-interview-accordion-box__thumbnail-content {
    width: 100%;
  }
}
.p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail.-right-image {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__hide .p-interview-accordion-box__thumbnail.-right-image {
    flex-direction: column;
  }
}
.p-interview-accordion-box__hide {
  display: none;
  font-size: 1.6rem;
}
.p-interview-accordion-box__hide.is-show {
  display: block;
  -webkit-margin-after: 56px;
          margin-block-end: 56px;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__hide.is-show {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.p-interview-accordion-box__blue {
  padding: 24px;
  background-color: #E9F6F7;
  border-radius: 8px;
  margin-block: 24px 48px;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__blue {
    margin-block: 24px 32px;
    font-size: 1.4rem;
  }
}
.p-interview-accordion-box__image {
  max-width: 880px;
  margin-inline: auto;
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
.p-interview-accordion-box__image img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-interview-accordion-box__image {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
  .p-interview-accordion-box__image img {
    border-radius: 6px;
  }
}

.p-movie-box {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-movie-box iframe {
  width: 100%;
  height: 100%;
}
.p-movie-box + * {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media screen and (max-width: 768px) {
  .p-movie-box + * {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.p-news {
  border-radius: 8px;
  background-color: #e9f6f7;
}
@media screen and (max-width: 768px) {
  .p-news {
    margin-inline: -16px;
    border-radius: 0;
  }
}
.p-news__heading {
  display: flex;
  flex-direction: column;
  padding-block: 48px 56px;
  padding-inline: 9.375%;
  border-radius: 8px 8px 0 0;
  background-color: #64BFC2;
  font-weight: 400;
  color: #fff;
}
.p-news__heading-text {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news__heading {
    padding-block: 32px 40px;
    padding-inline: 16px;
    border-radius: 0;
  }
  .p-news__heading-text {
    font-size: 2rem;
  }
}
.p-news__content {
  padding-block: 96px 120px;
  padding-inline: 7.5%;
  background-image: url(/recruit/assets/img/common/bg_news_text.svg);
  background-repeat: no-repeat;
  background-position: left 24px bottom;
}
@media screen and (max-width: 768px) {
  .p-news__content {
    padding-block: 56px;
    padding-inline: 16px;
    background-position: left 8px bottom;
    background-size: 209px auto;
  }
}
.p-news__list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5735294118%;
     -moz-column-gap: 2.5735294118%;
          column-gap: 2.5735294118%;
  row-gap: 28px;
}
@media screen and (max-width: 768px) {
  .p-news__list {
    row-gap: 24px;
  }
}
.p-news__list-item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: calc((100% - 56px) / 3);
  font-size: 1.6rem;
  font-weight: 400;
}
.p-news__list-item:is(a) .p-news__list-text {
  text-decoration: underline;
}
.p-news__list-item:is(a):hover .p-news__list-image {
  position: relative;
}
.p-news__list-item:is(a):hover .p-news__list-image::after {
  background-color: rgba(235, 77, 66, 0.24);
}
.p-news__list-item:is(a):hover .p-news__list-text {
  text-decoration: none;
  color: #FFB3AD;
}
@media screen and (max-width: 768px) {
  .p-news__list-item {
    flex-direction: column;
    row-gap: 3px;
    font-size: 1.4rem;
    width: 100%;
  }
}
.p-news__list-image {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.p-news__list-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.p-news__list-image img {
  width: 100%;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-news__list-image {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
    border-radius: 6px;
  }
  .p-news__list-image img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-news__list-day {
  width: 120px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news__list-day {
    width: 100%;
  }
}
.p-news__list-text {
  width: 100%;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.p-news__list-icon {
  display: inline-block;
  width: 44px;
  padding-block: 5px 3px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #64BFC2;
  border-radius: 2px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-news__list-icon {
    width: 40px;
    padding-block: 4px 4px;
    -webkit-margin-end: 6px;
            margin-inline-end: 6px;
    font-size: 1.2rem;
  }
}
.p-news__pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  width: 100%;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-news__pagination {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
    justify-content: space-between;
  }
}
.p-news__pagination-prev {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .p-news__pagination-prev {
    width: 72px;
  }
}
.p-news__pagination-next {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .p-news__pagination-next {
    width: 72px;
  }
}
.p-news__pagination-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 144px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-news__pagination-content {
    gap: 8px;
    font-size: 1.4rem;
  }
}
.p-news__pagination-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #EB4D42;
  transition: all 0.3s ease;
  border-radius: 50%;
  color: #fff;
}
.p-news__pagination-button:hover {
  background-color: #FFB3AD;
}
.p-news__pagination-button.-current {
  border: 2px solid #FFB3AD;
  background-color: #fff;
  color: #FFB3AD;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-news__pagination-button {
    width: 32px;
    height: 32px;
  }
}

.p-number-column {
  -webkit-padding-before: 196px;
          padding-block-start: 196px;
}
@media screen and (max-width: 768px) {
  .p-number-column {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}
.p-number-column__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.p-number-column__item + .p-number-column__item {
  -webkit-margin-before: 192px;
          margin-block-start: 192px;
}
@media screen and (max-width: 768px) {
  .p-number-column__item {
    flex-direction: column;
    row-gap: 48px;
  }
  .p-number-column__item + .p-number-column__item {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
.p-number-column__circle {
  width: 47.5%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 8px solid #FFF1F0;
}
@media screen and (max-width: 768px) {
  .p-number-column__circle {
    width: 88.6297376093%;
    border: 4px solid #FFF1F0;
  }
}
.p-number-column__circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-number-column__circle-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-inline: 64px;
}
@media screen and (max-width: 999px) {
  .p-number-column__circle-content {
    padding-inline: 16px;
  }
}
.p-number-column__circle-heading {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 400;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 1255px) {
  .p-number-column__circle-heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 999px) {
  .p-number-column__circle-heading {
    font-size: 2.4rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.p-number-column__circle-icon {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 999px) {
  .p-number-column__circle-icon {
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
    padding-inline: 48px;
  }
}
.p-number-column__circle-text {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #F28982;
}
.p-number-column__circle-text span {
  font-size: 10.4rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1255px) {
  .p-number-column__circle-text {
    font-size: 4rem;
    font-weight: 700;
  }
  .p-number-column__circle-text span {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 999px) {
  .p-number-column__circle-text {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .p-number-column__circle-text span {
    font-size: 5.6rem;
  }
}
.p-number-column__circle-sub-text {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .p-number-column__circle-sub-text {
    font-size: 1.2rem;
  }
}
.p-number-column__circle:nth-child(1) {
  position: relative;
  top: -196px;
}
@media screen and (max-width: 768px) {
  .p-number-column__circle:nth-child(1) {
    align-self: flex-start;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-number-column__circle:nth-child(2) {
    align-self: flex-end;
  }
}

.p-fade-slider {
  position: relative;
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
}
.p-fade-slider__image {
  width: 100%;
  max-width: none;
}
.p-fade-slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  left: auto;
  right: 0;
  bottom: 0;
}
.p-fade-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #DEDEDE;
  margin: 0;
}
.p-fade-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EB4D42;
}
.p-work-main-box__slider .p-fade-slider__image {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 720px;
}
@media screen and (max-width: 768px) {
  .p-work-main-box__slider .p-fade-slider__image {
    border-radius: 6px;
    height: auto;
  }
}
.p-work-main-box__slider .p-fade-slider .swiper-pagination {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-work-main-box__slider .p-fade-slider .swiper-pagination {
    justify-content: flex-end;
  }
}

.p-search-link {
  display: flex;
  width: 100%;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.04);
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
}
@media screen and (max-width: 768px) {
  .p-search-link {
    -webkit-margin-after: 96px;
            margin-block-end: 96px;
    flex-direction: column;
  }
}
.p-search-link__text {
  display: grid;
  place-content: center;
  width: 31.25%;
  background-color: #64BFC2;
  color: #fff;
  padding-inline: 16px;
  border-radius: 8px 0 0 8px;
}
.p-search-link__text p {
  text-align: center;
}
.p-search-link__text-num {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-search-link__text {
    width: 100%;
    min-height: 74px;
    color: #fff;
    padding-inline: 16px;
    border-radius: 8px 8px 0 0;
  }
  .p-search-link__text-num {
    font-size: 3.2rem;
  }
}
.p-search-link__content {
  width: 68.75%;
  background-color: #fff;
  padding-block: 48px;
  padding-inline: 3.75%;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .p-search-link__content {
    width: 100%;
    padding-block: 28px;
    padding-inline: 16px;
    border-radius: 0 0 8px 8px;
  }
}
.p-search-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.p-search-link__list li {
  width: calc((100% - 64px) / 3);
}
.p-search-link__list li a {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-search-link__list {
    gap: 24px;
  }
  .p-search-link__list li {
    width: calc((100% - 24px) / 2);
  }
}

.p-related-content {
  background-color: #fff1f0;
  padding-block: 88px 120px;
}
@media screen and (max-width: 768px) {
  .p-related-content {
    padding-block: 52px 72px;
  }
}
.p-related-content__inner {
  max-width: 1312px;
  padding-inline: 16px;
  margin-inline: auto;
}
.p-related-content.-blue {
  background-color: #E9F6F7;
}

.u-show-only.-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-show-only.-pc {
    display: none;
  }
}
.u-show-only.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-show-only.-sp {
    display: block;
  }
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.u-text-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-sp-only-link {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .u-sp-only-link {
    pointer-events: none;
  }
}

.u-color.-red {
  color: #EB4D42;
}