.top_ribbon_container {
  position: relative;
}
.top_ribbon {
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  -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;
  z-index: -1;
  background-repeat: no-repeat;
  max-width: 1440px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-name: ribbon;
          animation-name: ribbon;
  background-size: 100% 100%;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top_ribbon {
    background-image: url("/cms/recruit/img/new_graduate/ribbon_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .top_ribbon {
    height: 115%;
    background-image: url("/cms/recruit/img/new_graduate/ribbon_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .ng_main_visual {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .ng_main_visual {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .ng_mainslider_wrap {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .ng_mainslider_wrap {
    padding: 40px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .ng_mainslider_wrap .splide__slide {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .ng_mainslider_wrap .splide__slide {
    margin: 0 5px;
  }
}
.ng_mainslider_wrap .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .ng_mainslider_wrap .splide__slide img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ng_mainslider_wrap .splide__slide img {
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .ng_mainslider_wrap .splide__slide.wide {
    width: 644px;
  }
}
@media screen and (max-width: 767px) {
  .ng_mainslider_wrap .splide__slide.wide {
    width: calc((210 / 375) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ng_mainslider_wrap .splide__slide.normal {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .ng_mainslider_wrap .splide__slide.normal {
    width: calc((93 / 375) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .ng_mainslider_wrap .splide__slide.normal:has(.wrap) {
    width: calc((98 / 375) * 100vw);
  }
}
.ng_mainslider_wrap .splide__slide .wrap {
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .ng_mainslider_wrap .splide__slide .wrap {
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ng_mainslider_wrap .splide__slide .wrap {
    row-gap: 10px;
  }
}
.ng_section.message {
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .ng_section.message {
    background-size: 100% 495px;
    background-image: url("/cms/recruit/img/new_graduate/message_pc.png");
    padding: 100px 0;
    min-height: 495px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section.message {
    padding-top: 40px;
    background-size: 100% 282px;
    background-image: url("/cms/recruit/img/new_graduate/message_sp.png");
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .ng_section.message .text {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
}
.ng_section.person {
  background: #0062b1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ng_section.person {
    border-radius: 100px 100px 0 0;
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section.person {
    border-radius: 40px 40px 0 0;
    padding: 60px 0 120px;
  }
}
.ng_section.person h2.head2:before {
  color: #fff;
}
.person_flex {
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  .person_flex {
    margin: 60px auto 100px;
    padding: 0 20px;
    row-gap: 40px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .person_flex {
    padding: 0 calc((20 / 375) * 100vw);
  }
}
.person_image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .person_image {
    max-width: 630px;
    min-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .person_image {
    padding: 0;
    margin: 40px 0;
  }
}
.person_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .person_list {
    min-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .person_list {
    margin-bottom: 60px;
  }
}
.person_item {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .person_item {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .person_item + .person_item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .person_item + .person_item {
    margin-top: 20px;
  }
}
.person_title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .person_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .person_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .person_title img {
    height: 24px;
  }
}
.dot_text {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dot_text:before {
  content: "・";
}
@media screen and (max-width: 1280px) {
  .dot_text {
    font-size: 16px;
  }
}
.ng_section.movie {
  background: #eaf7ff;
}
@media screen and (min-width: 768px) {
  .ng_section.movie {
    margin-top: -100px;
    border-radius: 100px 100px 0 0;
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section.movie {
    margin-top: -60px;
    border-radius: 40px 40px 0 0;
    padding: 60px 0 100px;
  }
}
.movie_frame {
  max-width: 1080px;
  margin: 0 auto;
  aspect-ratio: 1080/608;
}
@media screen and (max-width: 767px) {
  .movie_frame {
    overflow: hidden;
  }
  .movie_frame iframe {
    border-radius: 3px;
    border: solid 1px #444a4f;
  }
}
.ng_section.interview {
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ng_section.interview {
    border-radius: 40px;
    width: calc((1350 / 1440) * 100vw);
    max-width: 1350px;
    padding: 0 45px 60px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section.interview {
    border-radius: 20px;
    width: calc((335 / 375) * 100vw);
    padding: 20px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .ng_section.interview .more_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .text_loop_wrap {
    margin: 0 -45px 40px;
  }
}
.text_loop_wrap .splide__slide {
  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;
}
.interview_title {
  font-family: "Montserrat";
  font-weight: 400;
  color: #e3eff8;
}
@media screen and (min-width: 768px) {
  .interview_title {
    font-size: 96px;
  }
}
@media screen and (max-width: 767px) {
  .interview_title {
    font-size: 48px;
  }
}
.interview_slider_contents {
  overflow: hidden;
}
.interview_slider_wrap .splide__slide {
  -webkit-transition: padding 0.5s, -webkit-transform 0.3s;
  transition: padding 0.5s, -webkit-transform 0.3s;
  transition: padding 0.5s, transform 0.3s;
  transition: padding 0.5s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .interview_slider_wrap .splide__slide {
    width: 400px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .interview_slider_wrap .splide__slide {
    width: calc(100% - 40px);
  }
}
.interview_slider_wrap .splide__slide img {
  border-radius: 20px;
}
.interview_slider_wrap #interview_Slider.is-no-slide .splide__track {
  overflow: visible;
}
.interview_slider_wrap #interview_Slider.is-no-slide .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.interview_slider_wrap #interview_Slider.is-no-slide .splide__slide--clone {
  display: none;
}
.interview_slider_wrap #interview_Slider.is-no-slide .splide__slide:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (min-width: 768px) {
  .interview_slider_wrap:not(:has(.is-no-slide)) .splide__slide:nth-of-type(odd) {
    padding-bottom: 50px;
  }
  .interview_slider_wrap:not(:has(.is-no-slide)) .splide__slide:nth-of-type(odd).is_hover {
    padding: 25px 0;
    -webkit-transition: padding 0.15s;
    transition: padding 0.15s;
  }
}
@media screen and (max-width: 767px) {
  .interview_slider_wrap:not(:has(.is-no-slide)) .splide__slide:nth-of-type(odd) {
    padding-bottom: 40px;
  }
  .interview_slider_wrap:not(:has(.is-no-slide)) .splide__slide:nth-of-type(odd).is_hover {
    padding: 20px 0;
    -webkit-transition: padding 0.15s;
    transition: padding 0.15s;
  }
}
@media screen and (min-width: 768px) {
  .interview_slider_wrap:not(:has(.is-no-slide)) .splide__slide:nth-of-type(even) {
    padding-top: 50px;
  }
  .interview_slider_wrap:not(:has(.is-no-slide)) .splide__slide:nth-of-type(even).is_hover {
    padding-top: 25px;
    -webkit-transition: padding 0.15s;
    transition: padding 0.15s;
  }
}
@media screen and (max-width: 767px) {
  .interview_slider_wrap:not(:has(.is-no-slide)) .splide__slide:nth-of-type(even) {
    padding-top: 40px;
  }
  .interview_slider_wrap:not(:has(.is-no-slide)) .splide__slide:nth-of-type(even).is_hover {
    padding-top: 20px;
    -webkit-transition: padding 0.15s;
    transition: padding 0.15s;
  }
}
.interview_slider_wrap .splide__pagination__page {
  background: #fff;
  border: solid 1px #acb3ba;
}
.interview_slider_wrap .splide__pagination__page.is-active {
  background: #0062b1;
  border: none;
}
.interview_slider_wrap .splide__arrows {
  display: contents;
}
.interview_slider_wrap .splide__arrow {
  position: absolute;
  border: solid 1px #0062b1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.interview_slider_wrap .splide__arrow--prev {
  left: 8px;
}
.interview_slider_wrap .splide__arrow--next {
  right: 8px;
}
@media screen and (min-width: 768px) {
  .interview_Slider {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .interview_Slider {
    margin: 0 calc((20 / 375) * -100vw);
    padding: 0 calc((20 / 375) * 100vw) 38px;
  }
}
.employee_contents {
  position: relative;
  border-radius: 20px;
}
.employee_block {
  position: absolute;
  background: #0062b1;
  color: #fff;
  bottom: 0;
  right: 0;
  min-width: 172px;
  min-height: 52px;
  border-radius: 20px 0;
  line-height: 1.5;
  padding: 6px 8px;
}
.employee_department {
  letter-spacing: 0.1em;
  font-size: 13px;
}
.employee_name {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .ng_section_banner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .ng_section_banner {
    padding: 40px 0 60px;
  }
}
.ng_section_banner a {
  position: relative;
  color: #fff;
  display: block;
  margin: 0 auto;
  background-size: 100% 100%;
}
.ng_section_banner a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ng_section_banner a {
    background-image: url("/cms/recruit/img/new_graduate/recruitment_banner_pc.png");
    border-radius: 20px;
    width: calc((1350 / 1440) * 100vw);
    max-width: 1350px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section_banner a {
    background-image: url("/cms/recruit/img/new_graduate/recruitment_banner_sp.png");
    border-radius: 10px;
    width: calc((335 / 375) * 100vw);
  }
}
.ng_section_banner .side_detail {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .ng_section_banner .side_detail {
    width: calc((683 / 1440) * 100vw);
    max-width: 683px;
    padding: 20px calc((135 / 1440) * 100vw) 50px calc((55 / 1440) * 100vw);
  }
}
@media screen and (min-width: 1400px) {
  .ng_section_banner .side_detail {
    padding: 20px 135px 50px 55px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section_banner .side_detail {
    padding: 16px calc((20 / 375) * 100vw) 23px calc((10 / 375) * 100vw);
    width: calc((173 / 375) * 100vw);
  }
}
.ng_section_banner .ttl {
  border-bottom: solid 1px #fff;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: calc((24 / 1440) * 100vw);
}
@media screen and (min-width: 768px) {
  .ng_section_banner .ttl {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .ng_section_banner .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section_banner .ttl {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: calc((10 / 375) * 100vw);
  }
}
.ng_section_banner .ttl:before {
  display: block;
  font-weight: 400;
  content: attr(en);
  letter-spacing: -0.02em;
  line-height: 1.8;
  font-family: "Montserrat";
  font-size: calc((56 / 1440) * 100vw);
  margin-bottom: calc((15 / 1440) * -100vw);
}
@media screen and (min-width: 1400px) {
  .ng_section_banner .ttl:before {
    font-size: 56px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section_banner .ttl:before {
    font-size: calc((16 / 375) * 100vw);
    margin-bottom: calc((4 / 375) * -100vw);
  }
}
.ng_section_banner .text {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .ng_section_banner .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .ng_section_banner .text {
    font-size: calc((16 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .ng_section_banner .text {
    font-size: calc((7 / 375) * 100vw);
  }
}
.ng_section_banner .toggle {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .ng_section_banner .toggle {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: calc((45 / 1440) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .ng_section_banner .toggle {
    width: 16px;
    height: 16px;
    bottom: 10px;
    right: calc((20 / 375) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ng_section_banner .toggle img {
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section_banner .toggle img {
    width: 5px;
  }
}
.ng_section.related {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ng_section.related {
    padding: 100px 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .ng_section.related {
    margin-top: 40px;
    padding: 60px 0 120px;
  }
}
.info_link {
  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;
  color: #fff;
  font-weight: bold;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .info_link {
    width: 600px;
    height: 200px;
    background-image: url("/cms/recruit/img/new_graduate/banner_pc.png");
    padding: 0 30px 0 40px;
    margin: 102px auto 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .info_link {
    width: 294px;
    height: 97px;
    background-image: url("/cms/recruit/img/new_graduate/banner_sp.png");
    padding: 0 20px 0 16px;
    margin: 53px auto 0;
    font-size: 13px;
  }
}
.info_link span {
  display: block;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("/cms/recruit/img/common/blue_next_toggle.svg");
}
@media screen and (min-width: 768px) {
  .info_link span {
    background-size: 15px auto;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .info_link span {
    background-size: 7px auto;
    width: 20px;
    height: 20px;
  }
}
.entry_main_container {
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), to(#eaf7ff));
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #eaf7ff 100%);
}
@media screen and (min-width: 768px) {
  .entry_main_container {
    padding: 40px 90px 160px;
  }
}
@media screen and (max-width: 1280px) {
  .entry_main_container {
    padding-left: calc((90 / 1440) * 100vw);
    padding-right: calc((90 / 1440) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .entry_main_container {
    padding: 40px calc((20 / 375) * 100vw) 120px;
  }
}
.entry_main_container input,
.entry_main_container button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.entry_contents {
  background: #f4fafc;
  margin: 0 auto;
  max-width: 1260px;
}
@media screen and (min-width: 768px) {
  .entry_contents {
    padding: 60px 0;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry_contents {
    padding: 40px 0;
    border-radius: 20px;
  }
}
.entry_contents input,
.entry_contents select {
  display: block;
  width: 100%;
  color: #24282c;
}
@media screen and (min-width: 768px) {
  .entry_contents input,
  .entry_contents select {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entry_contents input,
  .entry_contents select {
    font-size: 14px;
  }
}
.entry_contents input[type="text"],
.entry_contents input[type="email"],
.entry_contents input[type="tel"] {
  border: solid 1px #acb3ba;
  border-radius: 5px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .entry_contents input[type="text"],
  .entry_contents input[type="email"],
  .entry_contents input[type="tel"] {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry_contents input[type="text"],
  .entry_contents input[type="email"],
  .entry_contents input[type="tel"] {
    padding: 18.5px;
  }
}
.entry_contents .select_wrap {
  position: relative;
}
.entry_contents .select_wrap:after {
  position: absolute;
  content: "";
  border-right: solid 2px #24282c;
  border-bottom: solid 2px #24282c;
  right: 20px;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .entry_contents .select_wrap {
    width: 192px;
  }
}
.entry_contents .select_wrap.graduate {
  width: 192px;
}
.entry_contents .select_wrap.graduate select {
  text-align: center;
}
.entry_contents select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: #fff;
  border: solid 1px #acb3ba;
  border-radius: 5px;
  letter-spacing: 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  .entry_contents select {
    padding: 20px 52px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry_contents select {
    padding: 18.5px 50.5px 18.5px 18.5px;
  }
}
.entry_contents input[type="file"] {
  font-size: 14px;
  color: #24282c !important;
}
.entry_contents input[type="file"]::-webkit-file-upload-button {
  background: #f2f2f2;
  border: solid 1px #acb3ba;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 8px 0;
  text-align: center;
}
.entry_contents input[type="file"]::file-selector-button {
  background: #f2f2f2;
  border: solid 1px #acb3ba;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 8px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry_contents input[type="file"]::-webkit-file-upload-button {
    width: 154px;
    font-size: 16px;
  }
  .entry_contents input[type="file"]::file-selector-button {
    width: 154px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entry_contents input[type="file"]::-webkit-file-upload-button {
    width: 138px;
    padding: 8px 19px;
  }
  .entry_contents input[type="file"]::file-selector-button {
    width: 138px;
    padding: 8px 19px;
  }
}
.entry_contents input[type="radio"] {
  position: relative;
  border: solid 1px #acb3ba;
  background-color: #fff;
  border-radius: 50%;
}
.entry_contents input[type="radio"]:checked:before {
  position: absolute;
  content: "";
  background: #0062b1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .entry_contents input[type="radio"]:checked:before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .entry_contents input[type="radio"]:checked:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) {
  .entry_contents input[type="radio"] {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .entry_contents input[type="radio"] {
    width: 20px;
    height: 20px;
  }
}
.entry_contents input[type="checkbox"] {
  border: solid 1px #acb3ba;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.entry_contents input[type="checkbox"]:checked {
  background-image: url("/cms/recruit/img/common/checkbox.svg");
}
@media screen and (min-width: 768px) {
  .entry_contents input[type="checkbox"] {
    background-size: 11px auto;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .entry_contents input[type="checkbox"] {
    background-size: 8px auto;
    width: 20px;
    height: 20px;
  }
}
.entry_block + .entry_block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .entry_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .entry_grid {
    -webkit-column-gap: calc((50 / 1440) * 100vw);
       -moz-column-gap: calc((50 / 1440) * 100vw);
            column-gap: calc((50 / 1440) * 100vw);
  }
}
.entry_grid input[type="text"] {
  display: inline-block;
}
.entry_title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_title:has(b) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .entry_title b {
    font-size: 18px;
  }
}
.entry_title .must {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #e4532c;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 20px;
  padding: 0 4px;
}
.entry_input_wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#input_name .entry_input_wrap,
#input_kana .entry_input_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42px auto;
  grid-template-columns: 42px auto;
}
@media screen and (max-width: 767px) {
  #input_name .entry_input_wrap + .entry_input_wrap,
  #input_kana .entry_input_wrap + .entry_input_wrap {
    margin-top: 15px;
  }
}
#input_name .entry_input_wrap + .entry_note,
#input_kana .entry_input_wrap + .entry_note {
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  #input_name .entry_name,
  #input_kana .entry_name {
    padding: 17px 0;
  }
}
#input_kana .entry_input_wrap + .entry_note {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #input_address .entry_input_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 134px auto;
    grid-template-columns: 134px auto;
  }
}
#input_address .entry_input_wrap + .entry_input_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #input_address .entry_name {
    padding: 0;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  #input_address .postal_code {
    width: 192px;
  }
}
.entry_name {
  white-space: nowrap;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .entry_name {
    font-size: 16px;
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .entry_name {
    font-size: 14px;
  }
}
.entry_note {
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}
.entry_note + .entry_note {
  margin-top: 5px;
}
.entry_note.indent {
  text-indent: -28px;
  padding-left: 28px;
}
.entry_input_radio,
.entry_input_checkbox {
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .entry_input_radio,
  .entry_input_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .entry_input_radio,
  .entry_input_checkbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.radio_item,
.checkbox_item {
  font-size: 18px;
}
.radio_item_wrap,
.checkbox_item_wrap {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .entry_explain_container {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .entry_explain_container {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .entry_explain_container .text {
    text-align: center;
  }
}
.entry_explain_container .checkbox_item_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .entry_explain_container .checkbox_item {
    font-size: 16px;
  }
}
.entry_head2 {
  text-align: center;
  color: #0062b1;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .entry_head2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry_head2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.entry_head2 span {
  display: inline-block;
  border-bottom: solid 1px #0062b1;
}
@media screen and (min-width: 768px) {
  .entry_head2 span {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .entry_head2 span {
    padding: 10px 3px;
  }
}
.entry_explain_contents {
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 40px 0 60px;
  z-index: 0;
}
.entry_explain_contents:after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 20px;
  background: #e1e4e5;
  border-radius: 10px;
  height: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .entry_explain_contents:after {
    width: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .entry_explain_contents:after {
    right: 8px;
    width: 5px;
  }
}
@media screen and (min-width: 768px) {
  .entry_explain_contents {
    padding: 20px 10px 0 20px;
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .entry_explain_contents {
    padding: 20px calc((8 / 375) * 100vw) 0 calc((10 / 375) * 100vw);
  }
}
.entry_explain_block::-webkit-scrollbar {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .entry_explain_block::-webkit-scrollbar {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .entry_explain_block::-webkit-scrollbar {
    width: 5px;
  }
}
.entry_explain_block::-webkit-scrollbar-thumb {
  background: #acb3ba;
  border-radius: 20px;
  background-clip: padding-box;
}
.entry_explain_block::-webkit-scrollbar-track {
  margin: 0 0 20px;
}
.entry_explain_block {
  overflow-y: scroll;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry_explain_block {
    padding-right: 30px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .entry_explain_block {
    padding-right: calc((13 / 375) * 100vw);
    height: 220px;
  }
}
.entry_explain_head {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .entry_explain_head {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .entry_explain_head {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .entry_explain_title,
  .entry_explain_text {
    padding: 10px 0;
    margin-top: 10px;
  }
}
.entry_explain_title {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .entry_explain_title {
    margin-top: 20px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .entry_explain_text {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
}
.interview_introduction {
  background-size: 100% 100%;
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .interview_introduction {
    background-image: url("/cms/recruit/img/new_graduate/interview/gradation_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .interview_introduction {
    background-image: url("/cms/recruit/img/new_graduate/interview/gradation_sp.png");
  }
}
@media screen and (max-width: 767px) {
  .interview_introduction .l_inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .interview_introSlider_wrap .splide.is-initialized:not(.is-active) .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc((30 / 1440) * 100vw);
  }
}
@media screen and (min-width: 1400px) {
  .interview_introSlider_wrap .splide.is-initialized:not(.is-active) .splide__list {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .interview_introSlider_wrap .splide__slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.interview_introSlider_wrap .splide__slide img {
  border-radius: 20px;
}
.interview_introSlider_wrap .splide__pagination__page {
  background: #fff;
  border: solid 1px #acb3ba;
}
.interview_introSlider_wrap .splide__pagination__page.is-active {
  background: #0062b1;
  border: none;
}
@media screen and (max-width: 767px) {
  .interview_introSlider {
    padding-bottom: 38px;
  }
}
.interview_employee {
  max-width: 1260px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .interview_employee {
    margin: 60px auto;
    width: calc((100% - 40px));
    border-radius: 40px;
    padding: 60px calc((90 / 1440) * 100vw) 40px;
  }
}
@media screen and (min-width: 1400px) {
  .interview_employee {
    padding: 60px 90px 40px;
  }
}
@media screen and (max-width: 767px) {
  .interview_employee {
    margin: 0 auto 60px;
    width: calc((335 / 375) * 100vw);
    border-radius: 20px;
    padding: 20px calc((20 / 375) * 100vw);
  }
}
.interview_employee.bggray {
  background: #b6cde0;
}
.interview_employee.bggray .employee_topic_blocks {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #employee3 .recruit_list {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #employee3 .recruit_list {
    margin-top: 76px;
    padding-bottom: 20px;
  }
}
.employee_topic_blocks {
  background: #f4fafc;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .employee_topic_blocks {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .employee_topic_blocks {
    margin-top: 20px;
    padding: 20px calc((10 / 375) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .employee_topic_blocks:nth-of-type(1) {
    min-height: 251px;
  }
  .employee_topic_blocks:nth-of-type(2) {
    min-height: 332px;
  }
  .employee_topic_blocks:nth-of-type(3) {
    min-height: 326px;
  }
}
.employee_topic_blocks + .employee_topic_blocks {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .employee_topic_blocks .employee_topic_images {
    display: none;
  }
}
.employee_topic_images + .employee_topic_images {
  margin-top: 25px;
}
.interview_head3 {
  color: #0062b1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .interview_head3 {
    font-size: 24px;
    gap: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .interview_head3 {
    font-size: 20px;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.interview_head3 span {
  font-family: "Montserrat";
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .interview_head3 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .interview_head3 span {
    font-size: 24px;
  }
}
.employee_main_image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.employee_main_image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .employee_main_image img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .employee_main_image img {
    border-radius: 10px;
  }
}
.employee_main_image .employee_block {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .employee_main_image .employee_block {
    width: 290px;
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .employee_main_image .employee_block {
    border-radius: 10px 0;
    min-width: 136px;
    min-height: 32px;
    padding: 0;
  }
}
.employee_main_image .employee_department {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .employee_main_image .employee_department {
    font-size: 24px;
  }
}
.employee_right_block {
  position: absolute;
  color: #0062b1;
  right: 0;
  background: rgba(255,255,255,0.8);
  text-align: right;
}
@media screen and (min-width: 768px) {
  .employee_right_block {
    width: 450px;
    padding: 25px 20px;
    bottom: 20px;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .employee_right_block {
    letter-spacing: 0;
    width: 100%;
    padding: 10px calc((10 / 375) * 100vw);
    bottom: 10px;
  }
}
.employee_right_block p:first-of-type {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .employee_right_block p:first-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .employee_right_block p:nth-of-type(2) {
    padding-left: calc((74 / 375) * 100vw);
    text-align: center;
  }
}
.employee_title {
  font-weight: bold;
  color: #0062b1;
}
@media screen and (min-width: 768px) {
  .employee_title {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .employee_title {
    font-size: 14px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) {
  .employee_right_name {
    font-size: 16px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .employee_right_name {
    font-size: 12px;
    line-height: 1.1;
  }
}
.employee_topic_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media screen and (max-width: 767px) {
  .employee_topic_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .employee_topic_image {
    -webkit-box-flex: 520;
        -ms-flex: 520;
            flex: 520;
  }
}
@media screen and (min-width: 768px) {
  .employee_topic_block {
    -webkit-box-flex: 540;
        -ms-flex: 540;
            flex: 540;
  }
}
@media screen and (max-width: 767px) {
  .employee_topic_block {
    display: contents;
  }
}
.employee_topic_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .employee_topic_grid {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .employee_topic_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .employee_topic_grid .employee_topic_images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .employee_topic_grid .employee_topic_text {
    -webkit-box-flex: 50;
        -ms-flex: 50;
            flex: 50;
  }
}
@media screen and (max-width: 767px) {
  .employee_topic_grid .employee_topic_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.employee_topic_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 52;
      -ms-flex: 52;
          flex: 52;
}
.employee_topic_images img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .employee_topic_images {
    margin-bottom: 20px;
  }
}
.employee_topic_contents {
  background: #f4fafc;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .employee_topic_contents {
    border-radius: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .employee_topic_contents {
    border-radius: 10px;
    padding: 20px calc((10 / 375) * 100vw);
  }
}
.employee_topic_contents .interview_head3 {
  background: #0062b1;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .employee_topic_contents .interview_head3 {
    border-radius: 10px;
    padding: 9px calc((40 / 1440) * 100vw);
  }
}
@media screen and (min-width: 1400px) {
  .employee_topic_contents .interview_head3 {
    padding: 9px 40px;
  }
}
@media screen and (max-width: 767px) {
  .employee_topic_contents .interview_head3 {
    border-radius: 5px;
    padding: 8px 10px;
  }
}
@media screen and (min-width: 768px) {
  .req_container {
    padding: 40px 0 160px;
    background: linear-gradient(180deg, #fff 0%, #eaf7ff 500px, #eaf7ff 100%);
  }
}
@media screen and (max-width: 767px) {
  .req_container {
    padding: 40px 0 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #eaf7ff), to(#eaf7ff));
    background: linear-gradient(180deg, #fff 0%, #eaf7ff 4%, #eaf7ff 100%);
  }
}
.req_container .req_head2 {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .req_container .req_head2 {
    font-size: 24px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .req_container .req_head2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.req_nav_block {
  text-align: center;
  background: #b6cde0;
}
@media screen and (min-width: 768px) {
  .req_nav_block {
    border-radius: 30px;
    padding: 45px 0 55px;
  }
}
@media screen and (max-width: 767px) {
  .req_nav_block {
    border-radius: 20px;
    padding: 30px calc((20 / 375) * 100vw);
  }
}
.req_nav_tabs {
  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) {
  .req_nav_tabs {
    gap: 33px;
  }
}
@media screen and (max-width: 767px) {
  .req_nav_tabs {
    gap: calc((8 / 375) * 100vw);
  }
}
.req_nav_item {
  cursor: pointer;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 30px;
  font-weight: bold;
  max-width: 306px;
  background: #fff;
  color: #0062b1;
}
@media screen and (min-width: 768px) {
  .req_nav_item {
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .req_nav_item {
    height: 40px;
    font-size: 12px;
    line-height: 1.2;
  }
}
.req_nav_item.isView {
  background: #0062b1;
  color: #fff;
}
.req_main {
  display: none;
  background: #fff;
}
.req_main.isView {
  display: block;
}
@media screen and (min-width: 768px) {
  .req_main {
    border-radius: 40px;
    margin-top: 60px;
    padding: 60px calc((60 / 1440) * 100vw);
  }
}
@media screen and (min-width: 1400px) {
  .req_main {
    padding: 60px 90px;
  }
}
@media screen and (max-width: 767px) {
  .req_main {
    border-radius: 20px;
    margin-top: 40px;
    padding: 40px calc((20 / 375) * 100vw);
  }
}
.req_main .recruit_btn {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .req_main .recruit_btn {
    width: 100%;
    max-width: 260px;
  }
}
.req_section {
  background: #f4fafc;
}
@media screen and (min-width: 768px) {
  .req_section {
    border-radius: 10px;
    padding: 40px calc((40 / 1440) * 100vw);
  }
}
@media screen and (min-width: 1400px) {
  .req_section {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .req_section {
    border-radius: 5px;
    padding: 30px calc((10 / 375) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .req_section + .req_section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .req_section + .req_section {
    margin-top: 20px;
  }
}
.req_section p + p {
  margin-top: 10px;
}
.req_section:has(.req_root_list) .dot_item {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .req_pointSlider_wrap {
    margin-top: 40px;
  }
}
.req_pointSlider_wrap .splide {
  padding-bottom: 48px;
}
.req_pointSlider_wrap .splide__slide {
  background: #fff;
  border: solid 1px #b6cde0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .req_pointSlider_wrap .splide__slide {
    border-radius: 20px;
    row-gap: 20px;
    padding: 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .req_pointSlider_wrap .splide__slide {
    border-radius: 10px;
    row-gap: 10px;
    padding: 20px calc((10 / 375) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .req_pointSlider_wrap .splide__slide img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .req_pointSlider_wrap .splide__slide img {
    border-radius: 10px;
  }
}
.req_pointSlider_wrap .splide__pagination__page {
  background: #fff;
  border: solid 1px #acb3ba;
}
.req_pointSlider_wrap .splide__pagination__page.is-active {
  background: #0062b1;
  border: none;
}
@media screen and (max-width: 767px) {
  .req_pointSlider_wrap .splide__arrows {
    height: auto;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.req_pointSlider_wrap .splide__arrow {
  position: absolute;
  border: solid 1px #0062b1;
}
@media screen and (min-width: 768px) {
  .req_pointSlider_wrap .splide__arrow--prev {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .req_pointSlider_wrap .splide__arrow--prev {
    left: calc((42 / 375) * -100vw);
  }
}
@media screen and (min-width: 768px) {
  .req_pointSlider_wrap .splide__arrow--next {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .req_pointSlider_wrap .splide__arrow--next {
    right: calc((42 / 375) * -100vw);
  }
}
.req_pointSlider_wrap .req_point_ttl {
  font-weight: bold;
  line-height: 1.2;
  color: #0062b1;
}
@media screen and (min-width: 768px) {
  .req_pointSlider_wrap .req_point_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .req_pointSlider_wrap .req_point_ttl {
    margin-top: 10px;
  }
}
.req_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.req_title:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #b6cde0;
}
.req_item {
  margin-top: 20px;
}
.dot_list {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .dot_item {
    padding-left: 18px;
    text-indent: -18px;
  }
}
@media screen and (max-width: 767px) {
  .dot_item {
    margin-top: 5px;
    padding-left: 16px;
    text-indent: -16px;
  }
}
.req_root_list {
  display: -ms-grid;
  display: grid;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .req_root_list {
    max-width: 770px;
    margin: 40px auto 33px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .req_root_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: calc((10 / 375) * 100vw);
    row-gap: 30px;
    margin: 30px 0 40px;
  }
}
.req_root_item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .req_root_item {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .req_root_item {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.req_root_item:before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number);
  background: #0062b1;
  font-family: "Montserrat";
  text-align: center;
  color: #fff;
  border-radius: 50%;
  left: 5px;
}
@media screen and (min-width: 768px) {
  .req_root_item:before {
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .req_root_item:before {
    top: -10px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}
.req_root_item:not(:last-of-type):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
}
@media screen and (min-width: 768px) {
  .req_root_item:not(:last-of-type):after {
    top: 48px;
    right: -24px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #b6cde0;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .req_root_item:not(:last-of-type):after {
    left: 43px;
    bottom: -20px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #b6cde0;
    border-bottom: 0;
  }
}
.req_root_block {
  font-weight: bold;
  aspect-ratio: 2/1;
  border-radius: 5px;
  border: solid 1px #b6cde0;
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .req_root_block {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .req_root_block {
    font-size: 14px;
    margin-right: 10px;
    aspect-ratio: 5/3;
    width: 100px;
  }
}
@-webkit-keyframes ribbon {
  from {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0% 0);
            clip-path: inset(0 0 0% 0);
  }
}
@keyframes ribbon {
  from {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0% 0);
            clip-path: inset(0 0 0% 0);
  }
}
