@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
a {
  text-decoration: none;
  color: #24282c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}
img {
  max-width: 100%;
}
ul,
ol,
li {
  list-style: none;
}
h2,
h3 {
  font-weight: bold;
}
h1 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 64px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  h2:before {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  h2:before {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
h3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding: 90px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding: 60px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #eaf7ff;
  color: #24282c;
  font-weight: 500;
  letter-spacing: 0.1em;
  min-height: 100vh;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body:has(#nav:checked) {
  overflow: hidden;
}
main {
  overflow-x: hidden;
  min-height: 800px;
}
header {
  position: fixed;
  background: rgba(255,255,255,0.2);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
}
header.is-scrolled {
  background: #fff;
}
@media screen and (min-width: 768px) {
  header {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}
header a {
  display: block;
}
header input {
  display: none;
}
header label {
  display: none;
}
@media screen and (max-width: 767px) {
  header label {
    display: block;
  }
}
.header_inner {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header_inner {
    padding: 0 calc((45 / 1440) * 100vw);
  }
}
@media screen and (min-width: 1400px) {
  .header_inner {
    padding: 0 45px;
  }
}
@media screen and (max-width: 1024px) {
  .header_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_inner {
    padding: 0 calc((20 / 375) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .head1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 4px;
    padding-right: 12px;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .head1 {
    max-width: 162px;
  }
}
.head1 a {
  line-height: 0;
}
.head1 img {
  vertical-align: middle;
  height: 33px;
}
@media screen and (max-width: 1024px) {
  .head1 img {
    height: auto;
    max-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .head1 img {
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header_left_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .header_left_text {
    font-size: 16px;
    max-width: 162px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header_left_text {
    font-size: 14px;
    padding-left: 26px;
  }
}
.hamburger_menu {
  aspect-ratio: 20/16;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hamburger_menu span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #24282c;
}
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header_nav_list {
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .header_nav_list {
    gap: calc((40 / 1440) * 100vw);
  }
}
.hover_nav_block {
  display: none;
  position: absolute;
  padding: 20px;
  border-radius: 10px;
  background: rgba(255,255,255,0.8);
  top: 90px;
}
.hover_wrapper {
  position: relative;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .hover_wrapper {
    min-height: 90px;
  }
}
.hover_wrapper:hover .header_nav_item {
  color: #0062b1;
}
.hover_wrapper:hover .header_nav_item:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(84%) saturate(2868%) hue-rotate(193deg) brightness(88%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(84%) saturate(2868%) hue-rotate(193deg) brightness(88%) contrast(101%);
}
.hover_wrapper:hover .hover_nav_block {
  display: block;
}
.hover_wrapper a {
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.hover_wrapper a:before {
  content: "";
  background: #24282c;
  border-radius: 2px;
  width: 8px;
  min-width: 8px;
  height: 2px;
}
.hover_wrapper a:hover {
  color: #0062b1;
}
.hover_wrapper a:hover:before {
  background: #0062b1;
}
.hover_wrapper a + a {
  margin-top: 20px;
}
div.header_nav_item {
  padding-right: 25px;
}
div.header_nav_item:after {
  position: absolute;
  content: "";
  right: 5px;
  width: 10px;
  height: 10px;
  bottom: 5px;
  background-image: url("/cms/recruit/img/common/nav_toggle.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.header_nav_item {
  position: relative;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
}
.header_nav_item:before {
  display: block;
  content: attr(en);
  font-family: "Montserrat";
  color: #0062b1;
  text-transform: uppercase;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .header_nav_item:before {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .header_nav_item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .header_nav_item {
    font-size: calc((18 / 1440) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .header_nav_item {
    display: none;
    font-size: 14px;
  }
}
.entry_btn {
  background: #0062b1;
  color: #fff;
  text-align: right;
  border-radius: 30px;
  font-weight: bold;
  font-family: "Montserrat";
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .entry_btn {
    max-width: 160px;
    font-size: 16px;
    padding: 13px calc((20 / 1440) * 100vw) 13px calc((43 / 1440) * 100vw);
  }
}
@media screen and (min-width: 1400px) {
  .entry_btn {
    padding: 13px 20px 13px 43px;
  }
}
@media screen and (max-width: 767px) {
  .entry_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    padding: 7px 10px 7px 20px;
  }
}
@media screen and (min-width: 768px) {
  .entry_btn span {
    min-width: 24px;
    height: 24px;
    border: solid 10px;
    margin-left: 13px;
  }
  .entry_btn span:before {
    width: 13px;
    height: 12px;
    -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(84%) saturate(2868%) hue-rotate(193deg) brightness(88%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(21%) sepia(84%) saturate(2868%) hue-rotate(193deg) brightness(88%) contrast(101%);
  }
}
@media screen and (max-width: 767px) {
  .entry_btn span {
    min-width: 10px;
    height: 10px;
    border: solid 4px;
    margin-left: 5px;
  }
  .entry_btn span:before {
    aspect-ratio: 13/12;
    width: 8px;
    -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(84%) saturate(2868%) hue-rotate(193deg) brightness(88%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(21%) sepia(84%) saturate(2868%) hue-rotate(193deg) brightness(88%) contrast(101%);
  }
}
.hover_btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.hover_btn span {
  position: relative;
  line-height: 1;
  aspect-ratio: 1;
  display: inline-block;
  border-color: #fff;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: baseline;
}
.hover_btn span:before {
  position: absolute;
  content: "";
  opacity: 0;
  background-size: 100% auto;
  background-position: center;
  background-image: url("/cms/recruit/img/common/white_toggle.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: hoverspan;
          animation-name: hoverspan;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  border: none;
}
.hover_btn:hover {
  opacity: 0.6;
}
.hover_btn:hover span {
  background-color: #fff;
}
.hover_btn:hover span:before {
  opacity: 1;
}
#nav:checked ~ .hamburger_nav {
  right: 0;
}
.hamburger_nav {
  position: absolute;
  background-image: url("/cms/recruit/img/common/nav_bg.png");
  background-size: 100% 100%;
  color: #fff;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 11px calc((20 / 375) * 100vw);
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}
.hamburger_nav a {
  color: #fff;
}
.hamburger_nav_topbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.hamburger_nav_topbody .entry_btn {
  background: #fff;
  color: #0062b1;
  margin: 0 0 0 auto;
}
.hamburger_nav_topbody .entry_btn span {
  border-color: #0062b1;
}
.nav_accordion {
  margin-bottom: 30px;
}
.nav_accordion .hamburger_nav_item.toggle {
  position: relative;
}
.nav_accordion .hamburger_nav_item.toggle:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  top: 15px;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav_accordion .hamburger_nav_item.toggle.isOpen:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.nav_accordion_detail {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: calc((20 / 375) * 100vw);
}
.nav_accordion_detail.isOpen {
  overflow: visible;
}
.nav_accordion_detail .hamburger_nav_item {
  padding-bottom: 10px;
}
.nav_accordion_detail .hamburger_nav_item + .hamburger_nav_item {
  margin-top: 10px;
}
.hamburger_nav_list {
  padding: 40px calc((20 / 375) * 100vw);
}
.hamburger_nav_item {
  display: block;
  padding: 10px 10px 20px;
  border-bottom: solid 1px #fff;
}
.hamburger_nav_item + .hamburger_nav_item {
  margin-top: 30px;
}
.white_frame {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .white_frame {
    top: -40px;
    border-radius: 40px 40px 0 0;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .white_frame {
    top: -20px;
    border-radius: 20px 20px 0 0;
    height: 20px;
  }
}
.footer_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer_inner {
    padding: 0 calc((45 / 1440) * 100vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .footer_inner {
    padding: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding: 0 calc((36 / 375) * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_top_block {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .footer_top_block {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer_top_block {
    width: 100%;
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo {
    text-align: center;
  }
}
.footer_logo a {
  display: block;
  line-height: 1;
}
.footer_logo img {
  height: 33px;
}
@media screen and (min-width: 768px) {
  .footer_logo_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo_text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer_nav_list {
    margin-right: calc((135 / 1440) * 100vw);
    width: 409px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footer_nav_list {
    margin-right: 135px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_nav_list {
    margin: 0;
    max-width: 409px;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_list {
    width: 100%;
    max-width: 100%;
    row-gap: 30px;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_nav_list li {
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_list li {
    padding-right: 0;
  }
}
.footer_nav_list li:nth-of-type(odd) {
  width: 244px;
}
@media screen and (max-width: 1024px) {
  .footer_nav_list li:nth-of-type(odd) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_list li:nth-of-type(odd) {
    width: calc(50% - 7px);
  }
}
.footer_nav_list li:nth-of-type(even) {
  width: 165px;
}
@media screen and (max-width: 1024px) {
  .footer_nav_list li:nth-of-type(even) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_list li:nth-of-type(even) {
    width: calc(50% - 7px);
  }
}
.footer_nav_list li:last-of-type {
  width: 165px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer_nav_list li:last-of-type {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_list li:last-of-type {
    width: calc(50% - 7px);
  }
}
.footer_nav_list li a {
  position: relative;
  padding-left: 18px;
}
.footer_nav_list li a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #0062b1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.footer_nav_list img.iconlink {
  margin-left: 12px;
  margin-bottom: 2px;
}
.footer_small_block {
  background: #0062b1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_small_block {
    padding: 21.5px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer_small_block {
    padding: 40px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer_small_list {
    width: 100%;
  }
}
.footer_small_list a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_small_list li {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .footer_small_list li {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer_small_list li {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .footer_small_list li + li {
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px #fff;
  }
}
@media screen and (max-width: 1024px) {
  .footer_small_list li + li {
    padding: 0;
    margin: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_small_list li + li {
    margin-top: 20px;
  }
}
footer {
  position: relative;
}
.ft_pagetop {
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: solid 1px #fff;
  background: #0062b1;
  top: 10px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .ft_pagetop {
    right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .ft_pagetop {
    right: calc((20 / 375) * 100vw);
  }
}
.ft_pagetop:hover {
  border: solid 1px #0062b1;
  background: #fff;
  top: auto;
}
.ft_pagetop:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(100%) saturate(1391%) hue-rotate(186deg) brightness(100%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(23%) sepia(100%) saturate(1391%) hue-rotate(186deg) brightness(100%) contrast(106%);
}
.ft_pagetop.visible {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  top: auto;
  bottom: 20px;
  z-index: 10;
}
.ft_pagetop.visible.in-footer {
  position: absolute;
  bottom: auto;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .ft_pagetop {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ft_pagetop {
    width: 40px;
    height: 40px;
  }
  .ft_pagetop img {
    width: 11px;
  }
}
@media screen and (max-width: 767px) {
  .footer_credit {
    font-size: 10px;
    margin-top: 30px;
  }
}
.inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 calc((20 / 375) * 100vw);
  }
}
.l_inner {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l_inner {
    padding: 0 calc((20 / 375) * 100vw);
  }
}
.t_center {
  text-align: center;
}
.c_breadcrumb {
  background: #f4fafc;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .c_breadcrumb {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c_breadcrumb_inner {
    max-width: 1380px;
    margin: 0 auto;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_breadcrumb_inner {
    padding: 11px calc((20 / 375) * 100vw);
  }
}
.c_breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb_list {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c_breadcrumb_list {
    gap: 8px;
  }
}
.c_breadcrumb_item {
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb_item {
    background-size: 7px auto;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_breadcrumb_item {
    background-size: 6px auto;
    font-size: 12px;
    line-height: 1.5;
  }
}
.c_breadcrumb_item a {
  color: #0062b1;
}
.c_breadcrumb_item:not(:first-of-type) {
  background-image: url("/cms/recruit/img/common/bread_toggle_blue.svg");
}
@media screen and (min-width: 768px) {
  .c_breadcrumb_item:not(:first-of-type) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c_breadcrumb_item:not(:first-of-type) {
    padding-left: 10px;
  }
}
.c_breadcrumb_item:last-of-type {
  background-image: url("/cms/recruit/img/common/bread_toggle_black.svg");
}
.c_breadcrumb_item:last-of-type a {
  color: #24282c;
}
h1.page_title {
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  h1.page_title {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  h1.page_title {
    letter-spacing: 0.05em;
  }
}
h1.page_title span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  h1.page_title .em06 {
    margin: 0 3px;
  }
}
@media screen and (min-width: 768px) {
  h1.page_title .em-56 {
    margin: 0 -18px;
  }
}
@media screen and (max-width: 767px) {
  h1.page_title .em-56 {
    margin-left: -7px;
  }
}
h1.page_title span.blue {
  color: #0062b1;
}
h1.page_title .line2 {
  display: inline;
}
@media screen and (max-width: 767px) {
  h1.page_title .line2 {
    letter-spacing: -0.04em;
  }
}
h2.head2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
h2.head2:before {
  display: block;
  content: attr(en);
  font-family: "Montserrat";
  color: #0062b1;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.req_head3 {
  position: relative;
  color: #0062b1;
  line-height: 1.2;
  padding: 0 0 0 13px;
  margin-bottom: 20px;
}
.req_head3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  border-radius: 3px;
  background: #0062b1;
}
.more_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.more_link.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more_link.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .more_link {
    font-size: 15px;
  }
}
.more_link:hover span {
  background: #0062b1;
}
.more_link:hover span:before {
  width: 16px;
  height: 15px;
}
.more_link .inline {
  display: inline-block;
  border-bottom: solid 1px #0062b1;
}
@media screen and (min-width: 768px) {
  .more_link .inline {
    padding: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .more_link .inline {
    padding: 4px 0;
  }
}
.more_link span {
  aspect-ratio: 1;
  background: #fff;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .more_link span {
    width: 40px;
    height: 40px;
    border: solid 16px #0062b1;
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .more_link span {
    width: 30px;
    height: 30px;
    border: solid 12px #0062b1;
    margin-left: 12px;
  }
}
.splide {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
    top: 0;
    width: 100%;
    position: absolute;
    height: 40px;
    padding-right: 40px;
  }
}
.splide__arrow {
  background-color: #0062b1;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .splide__arrow {
    border: solid 2px #fff;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    position: relative;
    border: solid 0.6px #fff;
    width: 40px;
    height: 40px;
    background-size: 10px auto;
  }
}
.splide__arrow:hover {
  background-color: #fff;
  opacity: 1;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 auto;
  left: 0;
  background-image: url("/cms/recruit/img/common/white_prev_toggle.svg");
}
.splide__arrow--prev:hover {
  background-image: url("/cms/recruit/img/common/blue_prev_toggle.svg");
}
.splide__arrow--prev:disabled {
  background-image: url("/cms/recruit/img/common/gray_prev_toggle.svg");
}
.splide__arrow--next {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  right: 0;
  background-image: url("/cms/recruit/img/common/white_next_toggle.svg");
}
.splide__arrow--next:hover {
  background-image: url("/cms/recruit/img/common/blue_next_toggle.svg");
}
.splide__arrow--next:disabled {
  background-image: url("/cms/recruit/img/common/gray_next_toggle.svg");
}
.splide__arrow:disabled {
  opacity: 1;
  background-color: #fff;
  border: solid 1px #acb3ba !important;
}
.splide:not(.is-overflow) .splide__pagination {
  display: block;
}
.splide__pagination {
  text-align: center;
  display: inline;
  bottom: 0;
  font-size: 0;
  gap: 10px;
}
.splide__pagination li + li {
  margin-left: 10px;
}
.splide__pagination li {
  display: inline-block;
}
.splide__pagination__page {
  margin: 0;
  opacity: 1;
}
.splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.info_slider_wrap {
  margin: 0 auto;
  max-width: 1390px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .info_slider_wrap {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .info_slider_wrap .splide {
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 767px) {
  .info_slider_wrap .splide {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
.info_slider_wrap .splide__pagination__page {
  background: #fff;
  border: solid 1px #acb3ba;
}
.info_slider_wrap .splide__pagination__page.is-active {
  background: #0062b1;
  border: none;
}
#info_Slider iframe {
  border: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: static;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  #info_Slider .note-embed a {
    height: 391px;
  }
}
@media screen and (max-width: 767px) {
  #info_Slider .note-embed a {
    height: 359px;
  }
}
#info_Slider .splide__arrows {
  position: absolute;
  width: 100%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #info_Slider .splide__arrows {
    gap: 20px;
    height: 60px;
    top: -90px;
    padding-right: 135px;
  }
}
@media screen and (max-width: 1024px) {
  #info_Slider .splide__arrows {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #info_Slider .splide__arrows {
    top: -20px;
  }
}
#info_Slider .splide__arrow {
  position: relative;
  top: 0;
  right: auto;
  left: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border: none;
}
#info_Slider .splide__arrow:disabled {
  opacity: 1;
  background-color: #fff;
  border: solid 1px #acb3ba;
}
@media screen and (min-width: 768px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .recruit_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: calc((40 / 1440) * 100vw);
       -moz-column-gap: calc((40 / 1440) * 100vw);
            column-gap: calc((40 / 1440) * 100vw);
    row-gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .recruit_list.flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .recruit_list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .recruit_list:has(button) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_list:has(button) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit_list button {
    max-width: 333px;
    width: calc((260 / 375) * 100vw);
    font-size: 14px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_list button span {
    border: solid 7px #fff;
    width: 22px;
    height: 22px;
    top: 21.5px;
    right: 20px;
  }
  .recruit_list button span:before {
    width: 10px;
    height: 8px;
  }
}
.recruit_btn {
  position: relative;
  text-align: center;
  font-weight: bold;
  display: block;
  border-radius: 45px;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
          box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  font-size: 20px;
  line-height: 1.5;
  width: 333px;
}
@media screen and (min-width: 768px) {
  .recruit_btn {
    padding: 30px 30px 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_btn {
    margin: 20px auto 0;
    padding: 25px 30px 25px 15px;
  }
}
.recruit_btn.lightblue {
  background: #01b0ed;
}
.recruit_btn.lightblue span:before {
  -webkit-filter: brightness(0) saturate(100%) invert(59%) sepia(19%) saturate(6900%) hue-rotate(159deg) brightness(96%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(59%) sepia(19%) saturate(6900%) hue-rotate(159deg) brightness(96%) contrast(100%);
}
.recruit_btn.lightblue2 {
  background: #05c4f3;
}
.recruit_btn.lightblue2 span:before {
  -webkit-filter: brightness(0) saturate(100%) invert(66%) sepia(25%) saturate(5176%) hue-rotate(149deg) brightness(99%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(66%) sepia(25%) saturate(5176%) hue-rotate(149deg) brightness(99%) contrast(95%);
}
.recruit_btn.blue {
  background: #2599f7;
}
.recruit_btn.blue span:before {
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(19%) saturate(5167%) hue-rotate(191deg) brightness(107%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(44%) sepia(19%) saturate(5167%) hue-rotate(191deg) brightness(107%) contrast(94%);
}
.recruit_btn.blue2 {
  background: #0062b1;
}
.recruit_btn.blue2 span:before {
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(1372%) hue-rotate(185deg) brightness(105%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(1372%) hue-rotate(185deg) brightness(105%) contrast(103%);
}
@media screen and (max-width: 767px) {
  .recruit_btn.blue2 {
    padding: 22px 20px 22px 13px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_btn.blue2 span {
    border: solid 9px #fff;
    top: 22px;
    right: 20px;
    width: 22px;
    height: 22px;
  }
  .recruit_btn.blue2 span:before {
    width: 10px;
    height: 9px;
  }
}
.recruit_btn.blue3 {
  background: #008cff;
}
.recruit_btn.blue3 span:before {
  -webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(40%) saturate(5414%) hue-rotate(192deg) brightness(106%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(37%) sepia(40%) saturate(5414%) hue-rotate(192deg) brightness(106%) contrast(106%);
}
.recruit_btn.green {
  background: #30bfbf;
}
.recruit_btn.green span:before {
  -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(19%) saturate(1262%) hue-rotate(131deg) brightness(90%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(67%) sepia(19%) saturate(1262%) hue-rotate(131deg) brightness(90%) contrast(99%);
}
.recruit_btn span {
  position: absolute;
  aspect-ratio: 1;
  border: solid 12px #fff;
  width: 30px;
  height: 30px;
  right: 30px;
}
.recruit_btn span:before {
  width: 13px;
  height: 12px;
}
.lower_head_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
.lower_head_container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  .lower_head_container:before {
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) {
  .lower_head_container:before {
    background-image: url("/cms/recruit/img/common/mvbg_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .lower_head_container:before {
    background-size: 100% 100%;
    background-image: url("/cms/recruit/img/common/mvbg_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .lower_head_container {
    background: linear-gradient(180deg, #eaf7ff 0%, #eaf7ff calc(100% - 93px), #fff 100%);
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .lower_head_container {
    background: linear-gradient(180deg, #eaf7ff 0%, #eaf7ff calc(100% - 141px), #fff 100%);
    height: 182px;
  }
}
.lower_head1 {
  font-family: "Montserrat";
  font-weight: 400;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .lower_head1 {
    font-size: 96px;
    padding: 18px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .lower_head1 {
    font-size: 32px;
    padding: 0 calc((20 / 375) * 100vw);
  }
}
.lower_head1 span {
  color: #0062b1;
}
.lower_head1:after {
  display: block;
  content: attr(kana);
  font-weight: 500;
  color: #acb3ba;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .lower_head1:after {
    padding-left: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lower_head1:after {
    font-size: 16px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .news_tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 52px;
  }
}
@media screen and (max-width: 767px) {
  .news_tab_list {
    text-align: center;
  }
}
.news_tab_item {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .news_tab_item {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .news_tab_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 5px;
  }
  .news_tab_item:first-of-type {
    display: block;
    margin: 0 auto 10px;
  }
  .news_tab_item:not(:first-of-type) {
    display: inline-block;
  }
}
.news_tab_item.tabAvtive {
  color: #0062b1;
  border-bottom: solid 2px #0062b1;
}
.news_topic_contents {
  display: none;
}
.news_topic_contents.isView {
  display: block;
}
@media screen and (min-width: 768px) {
  .news_topic_list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news_topic_list {
    margin-top: 20px;
  }
}
.news_topic_link {
  position: relative;
  border-bottom: solid 1px #acb3ba;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .news_topic_link {
    gap: 20px;
    margin-top: 20px;
    padding: 20px 60px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .news_topic_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 15px;
    margin-top: 10px;
    padding: 20px 40px 20px 5px;
  }
}
.news_topic_link:hover span:before {
  width: 16px;
  height: 14px;
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(1792%) hue-rotate(190deg) brightness(90%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(1792%) hue-rotate(190deg) brightness(90%) contrast(102%);
}
.news_topic_link span {
  position: absolute;
  width: 30px;
  height: 30px;
  border: solid 12px #fff;
  background: #0062b1;
}
@media screen and (min-width: 768px) {
  .news_topic_link span {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news_topic_link span {
    bottom: 20px;
    right: 5px;
  }
}
.news_topic_link.shinsotsu .topic_category {
  background: #01b0ed;
}
.news_topic_link.chuto .topic_category {
  background: #2599f7;
}
.news_topic_link.handicap .topic_category {
  background: #30bfbf;
}
.news_topic_link .topic_day {
  font-family: "Montserrat";
  color: #acb3ba;
}
@media screen and (min-width: 768px) {
  .news_topic_link .topic_day {
    font-size: 16px;
    line-height: 37px;
    min-width: 103px;
  }
}
@media screen and (max-width: 767px) {
  .news_topic_link .topic_day {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 14px;
    line-height: 27px;
    min-width: 87px;
    width: 87px;
  }
}
.news_topic_link .topic_category {
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news_topic_link .topic_category {
    min-width: 111px;
    margin-right: 20px;
    line-height: 37px;
  }
}
@media screen and (max-width: 767px) {
  .news_topic_link .topic_category {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: 101px;
    width: 101px;
    line-height: 27px;
  }
}
.news_topic_link .topic_new {
  display: inline-block;
  color: #e4532c;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news_topic_link .topic_new {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .news_topic_link .topic_title {
    width: 100%;
    padding: 5px 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.work_slider_wrap {
  border-radius: 100px 100px 0 0;
}
.work_slider_wrap .splide__slide {
  background: #0062b1;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (min-width: 768px) {
  .l-work__slider {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-work__slider {
    margin-bottom: 40px;
  }
}
.work_text {
  font-family: "Montserrat";
  font-weight: 400;
  color: #acb3ba;
  mix-blend-mode: soft-light;
}
@media screen and (min-width: 768px) {
  .work_text {
    font-size: 128px;
  }
}
@media screen and (max-width: 767px) {
  .work_text {
    font-size: 64px;
  }
}
.topic_guide_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .topic_guide_nav {
    gap: 40px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .topic_guide_nav {
    gap: 17px;
    margin-top: 40px;
  }
}
.topic_guide_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  background-repeat: no-repeat;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  border: solid 1px #acb3ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .topic_guide_nav a {
    background-size: 7px auto;
    max-width: 210px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topic_guide_nav a {
    font-size: 12px;
    background-size: 5.5px auto;
    height: 40px;
  }
}
.prev_topic_link {
  background-image: url("/cms/recruit/img/common/topic_prev.svg");
}
@media screen and (min-width: 768px) {
  .prev_topic_link {
    background-position: left 42px top 23.5px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .prev_topic_link {
    background-position: left 11px center;
    padding-left: 13px;
  }
}
.next_topic_link {
  background-image: url("/cms/recruit/img/common/topic_next.svg");
}
@media screen and (min-width: 768px) {
  .next_topic_link {
    background-position: right 42px center;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .next_topic_link {
    background-position: right 11px center;
    padding-right: 13px;
  }
}
.btn_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn_wrap.flexstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn_wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_wrap.flexend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .btn_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn_wrap {
    gap: 16px;
  }
}
.btn_wrap a {
  display: inline-block;
  background-color: #0062b1;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .btn_wrap a {
    border: solid 2px #fff;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .btn_wrap a {
    border: solid 0.6px #fff;
    width: 40px;
    height: 40px;
    background-size: 10px auto;
  }
}
.btn_wrap a:hover {
  background-color: #fff;
  opacity: 1;
}
.btn_wrap .prev_btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url("/cms/recruit/img/common/white_prev_toggle.svg");
}
.btn_wrap .prev_btn:hover {
  background-image: url("/cms/recruit/img/common/blue_prev_toggle.svg");
}
.btn_wrap .prev_btn.disabled {
  background-image: url("/cms/recruit/img/common/gray_prev_toggle.svg");
}
.btn_wrap .next_btn {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-image: url("/cms/recruit/img/common/white_next_toggle.svg");
}
.btn_wrap .next_btn:hover {
  background-image: url("/cms/recruit/img/common/blue_next_toggle.svg");
}
.btn_wrap .next_btn.disabled {
  background-image: url("/cms/recruit/img/common/gray_next_toggle.svg");
}
.btn_wrap a.disabled {
  opacity: 1;
  background-color: #fff;
  border: solid 1px #acb3ba;
}
.nav_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .nav_tabs {
    gap: 33px;
  }
}
@media screen and (max-width: 767px) {
  .nav_tabs {
    gap: 8px;
  }
}
.nav_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex: 1;
  border-radius: 30px;
  font-weight: bold;
  max-width: 306px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav_item {
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nav_item {
    height: 40px;
    font-size: 12px;
    line-height: 1.2;
  }
}
.nav_item.blue {
  background: #0062b1;
  color: #fff;
}
.nav_item.white {
  background: #fff;
  color: #0062b1;
}
@media screen and (min-width: 768px) {
  .section.info .info_line,
  .ng_section.related .info_line {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    margin-right: -52px;
    max-width: 1525px;
  }
}
@media screen and (min-width: 768px) {
  .ng_section.related .info_line {
    height: 1600px;
  }
}
@media screen and (min-width: 768px) {
  .section.info .info_line {
    height: 1166px;
  }
}
.ng_related_sp {
  -webkit-animation-name: ribbon;
          animation-name: ribbon;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  position: absolute;
  z-index: -1;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/cms/recruit/img/new_graduate/related_sp.png");
}
@media screen and (min-width: 768px) {
  .ng_related_sp {
    display: none;
  }
}
.ng_related_section {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  background-image: url("/cms/recruit/img/new_graduate/related_pc.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ng_related_section {
    display: none;
  }
}
.ng_related_section--1 {
  top: 0;
  height: 20%;
  background-size: 100% 500%;
  background-position: 0 0;
}
@media screen and (min-width: 768px) {
  .ng_related_section--1 {
    -webkit-animation: ngRelated1 3s ease infinite both 0.5s;
            animation: ngRelated1 3s ease infinite both 0.5s;
  }
}
.ng_related_section--2 {
  top: 20%;
  height: 26%;
  background-size: 100% 384.6%;
  background-position: 0 27.03%;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .ng_related_section--2 {
    -webkit-animation: ngRelated2 3s ease infinite both 0.5s;
            animation: ngRelated2 3s ease infinite both 0.5s;
  }
}
.ng_related_section--3 {
  top: 35%;
  height: 20%;
  background-size: 100% 500%;
  background-position: 0 43.75%;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .ng_related_section--3 {
    -webkit-animation: ngRelated3 3s ease infinite both 0.5s;
            animation: ngRelated3 3s ease infinite both 0.5s;
  }
}
.ng_related_section--4 {
  top: 44%;
  height: 56%;
  background-size: 100% 178.57%;
  background-position: 0 100%;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .ng_related_section--4 {
    -webkit-animation: ngRelated4 3s ease infinite both 0.5s;
            animation: ngRelated4 3s ease infinite both 0.5s;
  }
}
@-webkit-keyframes hoverspan {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hoverspan {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ngRelated1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  90% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
    opacity: 0;
  }
}
@keyframes ngRelated1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  90% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
    opacity: 0;
  }
}
@-webkit-keyframes ngRelated2 {
  0%, 25% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
  }
  90% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
    opacity: 0;
  }
}
@keyframes ngRelated2 {
  0%, 25% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
  }
  90% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 57.69%, 0 100%);
    opacity: 0;
  }
}
@-webkit-keyframes ngRelated3 {
  0%, 50% {
    -webkit-clip-path: polygon(0 55%, 0 55%, 0 100%, 0 100%);
            clip-path: polygon(0 55%, 0 55%, 0 100%, 0 100%);
  }
  75% {
    -webkit-clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
            clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
  }
  90% {
    -webkit-clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
            clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
            clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
    opacity: 0;
  }
}
@keyframes ngRelated3 {
  0%, 50% {
    -webkit-clip-path: polygon(0 55%, 0 55%, 0 100%, 0 100%);
            clip-path: polygon(0 55%, 0 55%, 0 100%, 0 100%);
  }
  75% {
    -webkit-clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
            clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
  }
  90% {
    -webkit-clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
            clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
            clip-path: polygon(0 55%, 100% 0, 100% 45%, 0 100%);
    opacity: 0;
  }
}
@-webkit-keyframes ngRelated4 {
  0%, 75% {
    -webkit-clip-path: polygon(0 19.64%, 100% 0, 100% 0, 0 19.64%);
            clip-path: polygon(0 19.64%, 100% 0, 100% 0, 0 19.64%);
  }
  90% {
    -webkit-clip-path: polygon(0 19.64%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 19.64%, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 19.64%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 19.64%, 100% 0, 100% 100%, 0 100%);
    opacity: 0;
  }
}
@keyframes ngRelated4 {
  0%, 75% {
    -webkit-clip-path: polygon(0 19.64%, 100% 0, 100% 0, 0 19.64%);
            clip-path: polygon(0 19.64%, 100% 0, 100% 0, 0 19.64%);
  }
  90% {
    -webkit-clip-path: polygon(0 19.64%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 19.64%, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 19.64%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 19.64%, 100% 0, 100% 100%, 0 100%);
    opacity: 0;
  }
}
