@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap");
@import url("https://use.typekit.net/zrf7uoc.css");
@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
a:hover {
  opacity: 1;
  text-decoration: none !important;
}

html.no-smooth,
html:has(body.menu-open) {
  scroll-behavior: auto !important;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#page {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(../../../img/service/recruit-site/main_kv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  #page {
    background-image: none;
  }
  #page::before {
    content: "";
    display: block;
    margin: auto;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100lvh;
    background-size: 100%;
    background-repeat: repeat;
    background-position: top center;
    background-image: url(../../../img/service/recruit-site/main_kv_sp.png);
    transform: translate3d(0, 0, -1px);
  }
}
#page .ly_header {
  position: absolute;
  background: none;
  padding: 23px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page .ly_header {
    background-color: #ffffff;
    padding: 0;
  }
}
#page .ly_header_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page .ly_header_block {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #page .ly_header_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    padding: 4vw;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
  #page .ly_header_block.is-open {
    background-color: #368FCC;
    position: relative;
    z-index: 1;
  }
}
#page .ly_header_navLp_Btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #page .ly_header_navLp_Btn {
    display: block;
    background-color: #FFFFFF;
    border: 2px solid #11212E;
    box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 10.67vw;
    height: 10.67vw;
    border-radius: 100%;
  }
  #page .ly_header_navLp_Btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 4vw;
    height: 0.5333333333vw;
    background-color: #11212E;
    border-radius: 50px;
  }
  #page .ly_header_navLp_Btn::after {
    content: "";
    position: absolute;
    top: calc(50% + 4px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 4vw;
    height: 0.5333333333vw;
    background-color: #11212E;
    border-radius: 50px;
  }
  #page .ly_header_navLp_Btn.is-open::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #page .ly_header_navLp_Btn.is-open::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
#page .ly_header .ly_header_h1 {
  filter: none;
  margin-right: auto;
}
#page .ly_header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #page .ly_header.is-fixed {
    background-color: inherit;
  }
}
#page .ly_header.is-fixed .ly_matching_nav_block {
  display: block;
}
#page .ly_header.is-open {
  background-color: #368FCC;
}
#page .ly_header.is-open .ly_header_h1 {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(33deg) brightness(200%) contrast(200%);
}

.ly_footer {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .ly_footer {
    padding-top: 20vw;
  }
}
.ly_footer::after {
  width: 100%;
}

.ly_matching_nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_area {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    overflow-y: scroll;
    padding: 5.33vw;
    padding-top: 24vw;
    padding-bottom: 8vw;
  }
}
.ly_matching_nav_area.is-open {
  pointer-events: auto;
  opacity: 1;
}
.ly_matching_nav_block {
  display: none;
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_block {
    display: block;
  }
}
.ly_matching_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 2.11vw;
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_list {
    display: block;
    margin: 0 11.2vw;
    margin-top: 8vw;
  }
}
.ly_matching_nav_list.js-nav-fixed {
  box-sizing: border-box;
}
.ly_matching_nav_list.js-nav-fixed.is-any-active .js-nav-link {
  opacity: 0.3;
}
.ly_matching_nav_list.js-nav-fixed.is-any-active .js-nav-link.is-active {
  opacity: 1;
}
.ly_matching_nav_item {
  position: relative;
  margin-right: 1.56vw;
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_item {
    margin-right: 0;
    margin-bottom: 5.33vw;
  }
}
.ly_matching_nav_item:last-child {
  margin-right: 0;
}
.ly_matching_nav_item a {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  color: #11212E;
  padding-left: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_item a {
    font-size: 3.47vw;
    padding-left: 3.73vw;
  }
}
.ly_matching_nav_item a.js-nav-link {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.ly_matching_nav_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #008FCC;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_item a::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_item a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    width: 1.97vw;
    height: 1.97vw;
    border-left: 2px solid #008FCC;
    border-bottom: 2px solid #008FCC;
  }
}
.ly_matching_nav_contact_btn {
  width: 220px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  background-color: #008FCC;
  border: 2px solid #11212E;
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_contact_btn {
    width: 89.33vw;
  }
}
@media (hover: hover) {
  .ly_matching_nav_contact_btn:hover {
    background-color: #2A6AB1;
  }
}
.ly_matching_nav_contact_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 9999px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_contact_btn a {
    text-align: center;
    padding: 2.13vw 5.33vw;
  }
}
.ly_matching_nav_contact_btn a .contact_link_text {
  color: #ffffff;
  flex: auto;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_contact_btn a .contact_link_text {
    font-size: 4vw;
  }
}
.ly_matching_nav_contact_btn a .contact_link_icon {
  position: relative;
  z-index: 2;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .ly_matching_nav_contact_btn a .contact_link_icon {
    display: none;
  }
}
.ly_matching_nav_contact_btn a .contact_link_icon::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.ly_matching_nav_contact_btn a .contact_link_icon::after {
  content: "";
  background-image: url(../../../img/service/recruit-site/contact_link_icon01.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  z-index: 3;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.ly_matching_nav_contact_btn a:hover .contact_link_icon::before {
  background-color: #ffffff;
  width: 29px;
  height: 29px;
}
.ly_matching_nav_contact_btn a:hover .contact_link_icon::after {
  width: 10px;
  height: 8px;
}

.ly_wrapBase {
  padding: 0;
  max-width: none;
}

.un_matching_main_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .un_matching_main_wrap {
    aspect-ratio: auto;
    height: 100vh;
  }
}
.un_matching_main_contents {
  position: absolute;
  top: 28%;
  left: 3.13vw;
}
@media screen and (max-width: 767px) {
  .un_matching_main_contents {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 23.2vw;
  }
}
.un_matching_main_title {
  width: 52.5vw;
  margin: 0 auto 26px;
}
@media screen and (max-width: 767px) {
  .un_matching_main_title {
    width: 96%;
    margin: 0 auto 2.93vw;
  }
}
.un_matching_main_text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .un_matching_main_text {
    font-size: 1.6rem;
    font-size: 4.27vw;
    margin-bottom: 4vw;
  }
}
.un_matching_main_text .text-line {
  position: relative;
}
.un_matching_main_text .text-line::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-color: #C3E0FE;
}
@media screen and (max-width: 767px) {
  .un_matching_main_text .text-line::after {
    height: 38%;
  }
}
.un_matching_main_read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.un_matching_main_read_area {
  position: relative;
  margin-right: 17px;
  width: 200px;
  background-color: #FFE8C8;
  border-radius: 6px;
  padding: 11px 0 12px;
}
@media screen and (max-width: 767px) {
  .un_matching_main_read_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.8vw;
    padding: 4.53vw 0;
    width: 29.33vw;
    height: 29.33vw;
    border-radius: 999px;
  }
}
.un_matching_main_read_area::after {
  content: "×";
  font-size: 5.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -17.5%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .un_matching_main_read_area::after {
    font-size: 3.8rem;
    font-size: 10.13vw;
    right: -20%;
    right: -5.6vw;
  }
}
.un_matching_main_read_area:last-child {
  margin-right: 0;
}
.un_matching_main_read_area:last-child::after {
  content: none;
}
.un_matching_main_read_item {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .un_matching_main_read_item {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
.un_matching_main_read_item .text-big {
  font-size: 1.8rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .un_matching_main_read_item .text-big {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
.un_matching_main_contact {
  width: 180px;
  height: 180px;
  position: fixed;
  z-index: 3;
  right: 40px;
  bottom: 40px;
  background-image: url(../../../img/service/recruit-site/main_contact_btn.png);
  background-position: center;
  background-size: 100%;
  transition: 0.2s;
}
.un_matching_main_contact.pos-a {
  position: absolute;
}
@media (hover: hover) {
  .un_matching_main_contact:hover {
    width: 198px;
    height: 198px;
    right: 31px;
    bottom: 31px;
    background-image: url(../../../img/service/recruit-site/main_contact_btn_on.png);
  }
}
@media screen and (max-width: 767px) {
  .un_matching_main_contact {
    width: 26.67vw;
    height: 26.67vw;
    right: 2.13vw;
    bottom: 8vw;
  }
}
.un_matching_main_contact_btn {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #11212E;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 800;
  position: relative;
}
@media (hover: hover) {
  .un_matching_main_contact_btn:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .un_matching_main_contact_btn {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
.un_matching_main_contact_btn .text-big {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .un_matching_main_contact_btn .text-big {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
}
.un_matching_main_contact_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.un_matching_main_scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  font-family: "poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .un_matching_main_scroll {
    font-size: 1.2rem;
    bottom: 55px;
  }
}
.un_matching_main_scroll::before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 1px;
  height: 35px;
  bottom: -30px;
  left: 0;
  right: 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .un_matching_main_scroll::before {
    height: 40px;
    bottom: -44px;
  }
}
.un_matching_explanation_wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 154px;
  padding-left: 107px;
  padding-bottom: 153px;
}
@media screen and (max-width: 767px) {
  .un_matching_explanation_wrap {
    padding-top: 26.4vw;
    padding-bottom: 61.87vw;
    padding-left: 0;
  }
}
.un_matching_explanation_block {
  text-align: center;
  display: inline-block;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .un_matching_explanation_block {
    margin-bottom: 4.27vw;
    display: block;
  }
}
.un_matching_explanation_bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  padding: 14px 52px;
  border-radius: 100px;
  background-color: #ffe8c8;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_explanation_bubble {
    font-size: 1.4rem;
    font-size: 3.73vw;
    padding: 2.93vw 17.6vw;
  }
}
.un_matching_explanation_bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13px 0 0 13px;
  border-color: #ffe8c8 transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}
.un_matching_explanation_read {
  font-size: 2.8rem;
  font-weight: 700;
  color: #EB8E31;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .un_matching_explanation_read {
    font-size: 2rem;
    font-size: 5.33vw;
  }
}
.un_matching_explanation_title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #11212E;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .un_matching_explanation_title {
    font-size: 2rem;
    font-size: 5.33vw;
    line-height: 1.3;
  }
}
.un_matching_explanation_title .text-big {
  font-size: 3.2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .un_matching_explanation_title .text-big {
    font-size: 2.4rem;
    font-size: 6.4vw;
  }
}
.un_matching_explanation_title .title-big {
  font-size: 5.2rem;
  font-weight: 800;
  color: #008FCC;
}
@media screen and (max-width: 767px) {
  .un_matching_explanation_title .title-big {
    font-size: 4.8rem;
    font-size: 12.8vw;
  }
}
.un_matching_explanation_text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_explanation_text {
    font-size: 1.4rem;
    font-size: 3.73vw;
    margin: 0 4%;
  }
}
.un_matching_worries_wrap {
  overflow: hidden;
  position: relative;
  background-color: #DBE3EA;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_wrap {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.un_matching_worries_wrap::before {
  content: "";
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 39%;
  background-color: rgba(255, 255, 255, 0.6);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_wrap::before {
    width: 180%;
    height: 33%;
  }
}
.un_matching_worries_title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  color: #11212E;
  margin-bottom: 50px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_title {
    font-size: 2rem;
    font-size: 5.33vw;
    margin-bottom: 4.27vw;
  }
}
.un_matching_worries_title .title-big {
  font-size: 6.2rem;
  font-weight: 800;
  color: #008FCC;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_title .title-big {
    font-size: 4.2rem;
    font-size: 11.2vw;
    line-height: 1;
  }
}
.un_matching_worries_base {
  position: relative;
}
.un_matching_worries_base::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  background-image: url(../../../img/service/recruit-site/worries_img.png);
  width: 331px;
  height: 249px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_base::before {
    width: 60.53vw;
    height: 45.33vw;
    bottom: 8.53vw;
  }
}
.un_matching_worries_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 127px;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_list {
    flex-wrap: wrap;
    margin-bottom: 32vw;
  }
}
.un_matching_worries_item {
  background-image: url(../../../img/service/recruit-site/worries_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 298px;
  height: 218px;
  margin-right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_item {
    width: 47.2vw;
    height: 34.67vw;
  }
  .un_matching_worries_item:first-child {
    margin-right: 5.87vw;
    margin-left: 5.87vw;
  }
}
.un_matching_worries_item:nth-child(2) {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_item:nth-child(2) {
    margin-top: 0;
    margin-right: 1.87vw;
  }
}
.un_matching_worries_item:last-child {
  margin-right: 0;
}
.un_matching_worries_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_text {
    font-size: 1.3rem;
    font-size: 3.47vw;
    line-height: 1.4;
  }
}
.un_matching_worries_text .text-big {
  font-size: 2.2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .un_matching_worries_text .text-big {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
.un_matching_recruit_wrap {
  position: relative;
  background-color: #EDF7FF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_wrap {
    padding-top: 16vw;
    padding-bottom: 20.27vw;
  }
}
.un_matching_recruit_title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  color: #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_title {
    font-size: 2rem;
    font-size: 5.33vw;
    line-height: 1.4;
  }
}
.un_matching_recruit_title .title-big {
  font-size: 6.2rem;
  font-weight: 800;
  color: #008FCC;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_title .title-big {
    font-size: 4.2rem;
    font-size: 11.2vw;
  }
}
.un_matching_recruit_caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #68747E;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_caption {
    font-size: 1.4rem;
    font-size: 3.73vw;
  }
}
.un_matching_recruit_base {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_base {
    margin-top: 5.33vw;
  }
}
.un_matching_recruit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -22px;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_list {
    display: block;
    margin-right: 0;
    margin-bottom: 1.87vw;
  }
}
.un_matching_recruit_item:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_item:first-child {
    margin-right: 0;
    margin-bottom: 1.33;
  }
}
.un_matching_recruit_item:last-child {
  width: 548px;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_item:last-child {
    width: 90%;
    margin: 0 auto;
  }
}
.un_matching_recruit_reason_block {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_reason_block {
    width: 84%;
    margin: 0 auto 6.67vw;
  }
}
.un_matching_recruit_reason_block:last-child {
  margin-bottom: 0;
}
.un_matching_recruit_reason_text {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  color: #11212E;
  line-height: 1.4;
  padding-left: 57px;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_reason_text {
    font-size: 1.5rem;
    font-size: 4vw;
    padding-left: 8.8vw;
  }
}
.un_matching_recruit_reason_text::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../img/service/recruit-site/recruit_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 48px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_reason_text::before {
    width: 6.67vw;
    height: 5.6vw;
  }
}
.un_matching_recruit_reason_text .text-big {
  font-size: 3.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_reason_text .text-big {
    font-size: 2.8rem;
    font-size: 7.47vw;
  }
}
.un_matching_recruit_entry_block {
  text-align: center;
  position: relative;
  width: 1024px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #113A55;
  border-radius: 8px;
  padding: 30px 0 56px;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_block {
    width: 90%;
    padding: 8vw 0 7.47vw;
  }
}
.un_matching_recruit_entry_text {
  text-align: center;
  font-size: 2.8rem;
  color: #11212E;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_text {
    font-size: 1.8rem;
    font-size: 4.8vw;
    margin-bottom: 2.67vw;
    line-height: 1.4;
  }
}
.un_matching_recruit_entry_text .text-yellow {
  font-size: 4.2rem;
  font-weight: 800;
  color: #EB8E30;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_text .text-yellow {
    font-size: 3.2rem;
    font-size: 8.53vw;
  }
}
.un_matching_recruit_entry_read {
  text-align: center;
  font-size: 4.2rem;
  color: #11212E;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_read {
    font-size: 3.2rem;
    font-size: 8.53vw;
    margin-bottom: 4.27vw;
    line-height: 1.2;
  }
}
.un_matching_recruit_entry_read .text-big {
  font-size: 6.2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_read .text-big {
    font-size: 4.2rem;
    font-size: 11.2vw;
  }
}
.un_matching_recruit_entry_read .text-yellow {
  color: #EB8E30;
}
.un_matching_recruit_entry_caption {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #EB8E30;
  padding: 0 14px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_caption {
    font-size: 1.5rem;
    font-size: 4vw;
    padding: 0 3.73vw;
  }
}
.un_matching_recruit_entry_caption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-35deg);
  width: 2px;
  height: 22px;
  background-color: #EB8E30;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_caption::before {
    width: 0.53vw;
    height: 5.87vw;
  }
}
.un_matching_recruit_entry_caption::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(35deg);
  width: 2px;
  height: 22px;
  background-color: #EB8E30;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_caption::after {
    width: 0.53vw;
    height: 5.87vw;
  }
}
.un_matching_recruit_entry_btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 561px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  background-color: #008FCC;
  border: 2px solid #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_btn {
    width: 80vw;
    bottom: -6.4vw;
  }
}
@media (hover: hover) {
  .un_matching_recruit_entry_btn:hover {
    background-color: #2A6AB1;
  }
}
.un_matching_recruit_entry_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 25px;
  border-radius: 9999px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_btn a {
    text-align: center;
    padding: 3.2vw;
  }
}
.un_matching_recruit_entry_btn a .contact_link_text {
  color: #ffffff;
  flex: auto;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_btn a .contact_link_text {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
.un_matching_recruit_entry_btn a .contact_link_icon {
  position: relative;
  z-index: 2;
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .un_matching_recruit_entry_btn a .contact_link_icon {
    display: none;
  }
}
.un_matching_recruit_entry_btn a .contact_link_icon::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.un_matching_recruit_entry_btn a .contact_link_icon::after {
  content: "";
  background-image: url(../../../img/service/recruit-site/contact_link_icon01.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  z-index: 3;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.un_matching_recruit_entry_btn a:hover .contact_link_icon::before {
  background-color: #ffffff;
  width: 52px;
  height: 52px;
}
.un_matching_recruit_entry_btn a:hover .contact_link_icon::after {
  width: 16px;
  height: 14px;
}
.un_matching_reason_wrap {
  position: relative;
  background-color: #F7FBFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_wrap {
    padding-top: 9.33vw;
    padding-bottom: 16vw;
  }
}
.un_matching_reason_title_block {
  position: relative;
}
.un_matching_reason_bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -35px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_bubbles {
    margin-bottom: -2.93vw;
  }
}
.un_matching_reason_bubbles_icon {
  width: 141px;
  margin-right: 348px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_bubbles_icon {
    width: 21.6vw;
    margin-right: 53.33vw;
  }
}
.un_matching_reason_bubbles_icon:last-child {
  margin-right: 0;
}
.un_matching_reason_read {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #EB8E32;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_read {
    font-size: 2rem;
    font-size: 5.33vw;
    margin-bottom: 1.6vw;
  }
}
.un_matching_reason_text {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  color: #11212E;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_text {
    font-size: 3.2rem;
    font-size: 8.53vw;
    margin-bottom: 1.6vw;
  }
}
.un_matching_reason_text .title-big {
  font-size: 9rem;
  color: #008FCC;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_text .title-big {
    font-size: 4.2rem;
    font-size: 11.2vw;
  }
}
.un_matching_reason_caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #68747E;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_caption {
    font-size: 1.4rem;
    font-size: 3.73vw;
  }
}
.un_matching_reason_points_area {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_area {
    margin-top: 8vw;
    margin-bottom: 10.67vw;
  }
}
.un_matching_reason_points_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  position: relative;
  width: 1024px;
  height: 360px;
  margin: 0 auto 40px;
  background-color: #ffffff;
  border: 2px solid #113A55;
  border-radius: 8px;
  padding-left: 39px;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_block {
    display: block;
    width: 90%;
    height: auto;
    padding: 7.47vw 5.33vw 8vw;
    margin-bottom: 10.67vw;
  }
}
.un_matching_reason_points_block:last-of-type {
  margin-bottom: 0;
}
.un_matching_reason_points_block_title {
  text-align: left;
  margin-left: 11px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #11212E;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_block_title {
    margin-left: 0;
    text-align: center;
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
}
.un_matching_reason_points_block_title .text-big {
  font-size: 4.6rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_block_title .text-big {
    font-size: 3.2rem;
    font-size: 8.53vw;
  }
}
.un_matching_reason_points_block_title .text-small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_block_title .text-small {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}
.un_matching_reason_points_block_title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_block_title_area {
    display: block;
    margin-bottom: 4.8vw;
  }
}
.un_matching_reason_points_block_number {
  font-family: "poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #113A55;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_block_number {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
}
.un_matching_reason_points_block_number .text-number {
  font-size: 8rem;
  color: #008FCC;
  letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_block_number .text-number {
    font-size: 5.7rem;
    font-size: 15.2vw;
  }
}
.un_matching_reason_points_block_text {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  color: #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_block_text {
    font-size: 1.4rem;
    font-size: 3.73vw;
  }
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_img {
    margin: 0 auto;
  }
}
.un_matching_reason_points_img.typeA {
  width: 259px;
  margin-right: 61px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_img.typeA {
    width: 66%;
    margin-right: auto;
    margin-top: 5.07vw;
  }
}
.un_matching_reason_points_img.typeB {
  width: 280px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_img.typeB {
    width: 76%;
    margin-right: auto;
    margin-top: 5.07vw;
  }
}
.un_matching_reason_points_img.typeC {
  width: 261px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .un_matching_reason_points_img.typeC {
    width: 66%;
    margin-right: auto;
    margin-top: 5.07vw;
  }
}
.un_matching_step_wrap {
  position: relative;
  background-color: #EDF7FF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_wrap {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.un_matching_step_title_area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_title_area {
    margin-bottom: 8vw;
  }
}
.un_matching_step_title_bubble {
  font-size: 3.2rem;
  font-weight: 700;
  color: #EB8E32;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_title_bubble {
    font-size: 2rem;
    font-size: 5.33vw;
    margin-bottom: 2.67vw;
  }
}
.un_matching_step_title_text {
  font-size: 4.2rem;
  font-weight: 700;
  color: #11212E;
  line-height: 1;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_title_text {
    font-size: 3rem;
    font-size: 8vw;
    margin-bottom: 3.73vw;
  }
}
.un_matching_step_title_text .title-big {
  font-size: 6.2rem;
  font-weight: 800;
  color: #008FCC;
}
@media screen and (max-width: 767px) {
  .un_matching_step_title_text .title-big {
    font-size: 4rem;
    font-size: 10.67vw;
  }
}
.un_matching_step_title_text .text-small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .un_matching_step_title_text .text-small {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
.un_matching_step_title_caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #68747E;
}
@media screen and (max-width: 767px) {
  .un_matching_step_title_caption {
    font-size: 1.4rem;
    font-size: 3.73vw;
  }
}
.un_matching_step_flow_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_block {
    display: block;
    margin-bottom: 8vw;
  }
}
.un_matching_step_flow_block .container {
  position: relative;
  width: 422px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_block .container {
    width: 81.6%;
    margin: 0 auto 8.53vw;
  }
}
.un_matching_step_flow_block .container_inner {
  width: 100%;
  height: 464px;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.un_matching_step_flow_block .container_inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_block .container_inner {
    height: 100vw;
    -webkit-overflow-scrolling: touch;
  }
}
.un_matching_step_flow_block .container .step-box {
  width: 100%;
  height: 200px;
  scroll-snap-align: start;
  margin-bottom: 60px;
  transition: opacity 0.4s ease;
}
.un_matching_step_flow_block .container .step-box.is-dimmed {
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_block .container .step-box {
    height: 44vw;
    margin-bottom: 8vw;
  }
}
.un_matching_step_flow_block .container .dot-wrap {
  position: absolute;
  left: -49px;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_block .container .dot-wrap {
    left: -9.33vw;
  }
}
.un_matching_step_flow_block .container .scroll-text {
  font-family: "poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #EB8E30;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_block .container .scroll-text {
    font-size: 4vw;
    margin-bottom: 5.33vw;
  }
}
.un_matching_step_flow_block .container .dot-nav_list {
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.un_matching_step_flow_block .container .dot-nav_list li button {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #F1C293;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_block .container .dot-nav_list li button {
    width: 2.13vw;
    height: 2.13vw;
    -webkit-tap-highlight-color: transparent;
  }
}
.un_matching_step_flow_block .container .dot-nav_list li.active button {
  background-color: #EB8E30;
}
.un_matching_step_flow_icon {
  font-family: "poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  background-color: #EB8E31;
  border-radius: 50px;
  padding: 0 23px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_icon {
    font-size: 1.5rem;
    font-size: 4vw;
    padding: 0 5.07vw;
    margin-bottom: 2.13vw;
  }
}
.un_matching_step_flow_title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #11212E;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_title {
    font-size: 1.8rem;
    font-size: 4.8vw;
    line-height: 1;
    margin-bottom: 1.6vw;
  }
}
.un_matching_step_flow_text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_text {
    font-size: 1.4rem;
    font-size: 3.73vw;
  }
}
.un_matching_step_flow_img {
  width: 406px;
}
@media screen and (max-width: 767px) {
  .un_matching_step_flow_img {
    width: 60%;
    margin: 0 auto;
  }
}
.un_matching_introduction_wrap {
  background-color: #F7FBFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_wrap {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.un_matching_introduction_title_area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_title_area {
    margin-bottom: 7.47vw;
  }
}
.un_matching_introduction_title_text {
  font-size: 4.2rem;
  font-weight: 700;
  color: #11212E;
  line-height: 1;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_title_text {
    font-size: 3.2rem;
    font-size: 8.53vw;
    margin-bottom: 14px;
    margin-bottom: 3.73vw;
  }
}
.un_matching_introduction_title_text .title-big {
  font-size: 6.2rem;
  font-weight: 800;
  color: #008FCC;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_title_text .title-big {
    font-size: 4.2rem;
    font-size: 11.2vw;
  }
}
.un_matching_introduction_caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #68747E;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_caption {
    font-size: 1.4rem;
    font-size: 3.73vw;
  }
}
.un_matching_introduction_base .responsive-grid-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .responsive-grid-container {
    width: 90%;
    max-width: none;
  }
}
.un_matching_introduction_base .responsive-grid-container_wrap {
  position: relative;
  padding-top: 55px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .responsive-grid-container_wrap {
    padding-top: 0;
    margin-bottom: 8vw;
  }
}
.un_matching_introduction_base .responsive-grid-container_wrap .table_more-icon {
  position: absolute;
  top: 0;
  left: 51%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 25px;
  border-radius: 50px;
  background-color: #c3e0fe;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  color: #11212E;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .responsive-grid-container_wrap .table_more-icon {
    display: none;
  }
}
.un_matching_introduction_base .responsive-grid-container_wrap .table_more-icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 0 0 12px;
  border-color: #c3e0fe transparent transparent;
  translate: calc(-50% + 0.6px) 100%;
}
.un_matching_introduction_base .tab-buttons {
  display: none;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .tab-buttons {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 9px 9px 0 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .tab-btn {
    flex: 1;
    padding: 4.53vw 0 2.93vw;
    background: #f4f4f4;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-size: 4vw;
    font-weight: 700;
    color: #939393;
    line-height: 1.4;
  }
  .un_matching_introduction_base .tab-btn[data-target=colA].active {
    padding-top: 3.47vw;
    border-top: 1.07vw solid #008FCC;
    background: #C3E0FE;
    color: #11212E;
  }
  .un_matching_introduction_base .tab-btn[data-target=colB].active {
    padding-top: 3.47vw;
    border-top: 1.07vw solid #008FCC;
    background: #43AFF8;
    color: #fff;
  }
  .un_matching_introduction_base .tab-btn[data-target=colC].active {
    padding-top: 3.47vw;
    border-top: 1.07vw solid #008FCC;
    background: #276D9D;
    color: #fff;
  }
}
.un_matching_introduction_base .grid-content {
  position: relative;
  border: 1px solid #DDDDDD;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .grid-content {
    border-top: none;
    margin-top: 0;
    margin-bottom: 3.2vw;
    border-radius: 0 0 9px 9px;
  }
}
.un_matching_introduction_base .table-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .table-header {
    display: none;
  }
}
.un_matching_introduction_base .table-header .cell {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .table-header .cell {
    font-size: 4.8vw;
    padding: 5.87vw 0;
  }
}
.un_matching_introduction_base .table-header .cell.typeA {
  color: #11212E;
  background-color: #C3E0FE;
}
.un_matching_introduction_base .table-header .cell.typeB {
  color: #FFFFFF;
  font-weight: 800;
  background-color: #43AFF8;
}
.un_matching_introduction_base .table-header .cell.typeC {
  color: #FFFFFF;
  background-color: #276D9D;
}
.un_matching_introduction_base .table-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .table-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .un_matching_introduction_base .table-body.show-colA .col-label {
    display: block;
    background-color: #C3E0FE;
  }
  .un_matching_introduction_base .table-body.show-colA .colA {
    display: block;
    background-color: #ffffff;
  }
  .un_matching_introduction_base .table-body.show-colB .col-label {
    display: block;
    background-color: #43AFF8;
    color: #ffffff;
  }
  .un_matching_introduction_base .table-body.show-colB .colB {
    display: block;
    background-color: #E7F2FF;
    color: #008FCC;
  }
  .un_matching_introduction_base .table-body.show-colB .colB.row-spec {
    background-color: #ffffff;
  }
  .un_matching_introduction_base .table-body.show-colB .colB.row-ssl {
    background-color: #ffffff;
  }
  .un_matching_introduction_base .table-body.show-colB .colB.row-domain {
    background-color: #ffffff;
  }
  .un_matching_introduction_base .table-body.show-colC .col-label {
    display: block;
    background-color: #276D9D;
    color: #ffffff;
  }
  .un_matching_introduction_base .table-body.show-colC .colC {
    display: block;
    background-color: #ffffff;
  }
}
.un_matching_introduction_base .cell {
  padding: 12px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #11212E;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  place-content: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .cell {
    display: none;
    font-size: 2rem;
    font-size: 5.33vw;
    padding: 2.67vw 0;
    text-align: center;
    grid-column: auto !important;
    line-height: 1.2;
    border: none;
    border-bottom: 1px solid #DDDDDD;
  }
}
.un_matching_introduction_base .cell.header-empty {
  background-color: #DDDDDD;
}
.un_matching_introduction_base .cell.last-cell {
  border-right: none;
}
.un_matching_introduction_base .cell .color-red {
  color: #FF5648;
}
.un_matching_introduction_base .cell .text-small {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .cell .text-small {
    font-size: 1.2rem;
    font-size: 3.2vw;
    margin-left: 0;
  }
}
.un_matching_introduction_base .cell.row-price .text-small {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .cell.row-price .text-small {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
.un_matching_introduction_base .cell.row-page {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .cell.row-page {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
.un_matching_introduction_base .cell.row-page .text-small {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .cell.row-page .text-small {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}
.un_matching_introduction_base .cell.row-sp {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .cell.row-sp {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
.un_matching_introduction_base .cell.row-contact {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .cell.row-contact {
    font-size: 1.3rem;
    font-size: 3.47vw;
  }
}
.un_matching_introduction_base .cell.row-wp {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .cell.row-wp {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
.un_matching_introduction_base .cell.row-wp .text-small {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .cell.row-wp .text-small {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}
.un_matching_introduction_base .cell.row-period {
  border-bottom: none;
}
.un_matching_introduction_base .cell.bg-blue {
  background-color: #E7F2FF;
  color: #008FCC;
}
.un_matching_introduction_base .col-label {
  padding: 16px 20px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  color: #11212E;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .col-label {
    padding: 3.73vw 2.67vw;
    font-size: 1.5rem;
    font-size: 4vw;
    border-right: 1px solid #DDDDDD;
  }
}
.un_matching_introduction_base .col-label .text-small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .col-label .text-small {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}
.un_matching_introduction_base .shared-cell {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_base .shared-cell {
    grid-column: span 2;
  }
}
.un_matching_introduction_caution_list {
  text-align: left;
}
.un_matching_introduction_caution_item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  color: #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_introduction_caution_item {
    font-size: 3.2vw;
  }
}
.un_matching_faq_wrap {
  background-color: #338FCC;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_wrap {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.un_matching_faq_title_area {
  text-align: center;
  margin-bottom: 117px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_title_area {
    margin-bottom: 40vw;
  }
}
.un_matching_faq_title_text {
  font-size: 6.2rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_title_text {
    font-size: 4.2rem;
    font-size: 11.2vw;
    margin-bottom: 3.73vw;
  }
}
.un_matching_faq_caption {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_caption {
    font-size: 1.4rem;
    font-size: 3.73vw;
  }
}
.un_matching_faq_area {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_area {
    width: 96%;
    max-width: none;
    background-image: none;
  }
}
.un_matching_faq_area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 3%;
  bottom: 0;
  width: 243px;
  height: 209px;
  margin: 0 auto;
  background-image: url(../../../img/service/recruit-site/faq_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_area::before {
    right: 7vw;
    width: 54.93vw;
    height: 44.8vw;
    background-image: url(../../../img/service/recruit-site/faq_img_sp.png);
    background-position: left 43% bottom;
  }
}
.un_matching_faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.un_matching_faq_item {
  width: 190px;
  min-width: 190px;
  height: 190px;
  background-color: #FFFFFF;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_item {
    width: 31.47vw;
    min-width: auto;
    height: 31.47vw;
    margin-right: -17.6vw;
  }
}
.un_matching_faq_item:nth-child(2) {
  margin-top: -48px;
  margin-right: 204px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_item:nth-child(2) {
    margin-top: -66%;
    margin-right: 5.07vw;
  }
}
.un_matching_faq_item:nth-child(3) {
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_item:nth-child(3) {
    margin-top: -66%;
  }
}
.un_matching_faq_item:last-child {
  margin-right: 0;
}
.un_matching_faq_text {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #11212E;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_text {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}
.un_matching_faq_text .text-big {
  font-size: 2.8rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_text .text-big {
    font-size: 1.7rem;
    font-size: 4.53vw;
  }
}
.un_matching_faq_text .text-small {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_text .text-small {
    font-size: 0.9rem;
    font-size: 2.4vw;
  }
}
.un_matching_faq_accordion {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion {
    width: 90%;
    max-width: none;
  }
}
.un_matching_faq_accordion_block {
  margin-bottom: 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.un_matching_faq_accordion_block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion_block {
    margin-bottom: 5.33vw;
  }
}
.un_matching_faq_accordion_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 23px 30px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  color: #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion_title {
    font-size: 1.5rem;
    font-size: 4vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6.13vw 3.73vw;
    padding-right: 23.2vw;
  }
}
.un_matching_faq_accordion_icon {
  font-family: "poppins", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #008FCC;
  line-height: 1;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion_icon {
    font-size: 2.8rem;
    font-size: 7.47vw;
    margin-right: 3.73vw;
  }
}
.un_matching_faq_accordion_mark {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background-color: #E7F2FF;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion_mark {
    right: 3.47vw;
    width: 14.4vw;
    height: 14.4vw;
  }
}
.un_matching_faq_accordion_mark::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 4px;
  margin: 0 auto;
  background-color: #008FCC;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion_mark::before {
    width: 6.4vw;
    height: 1.07vw;
  }
}
.un_matching_faq_accordion_mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  margin: 0 auto;
  background-color: #008FCC;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion_mark::after {
    width: 1.07vw;
    height: 6.4vw;
  }
}
.un_matching_faq_accordion_mark.open::after {
  transform: translateY(-50%) rotate(90deg);
}
.un_matching_faq_accordion_inner {
  display: none;
  border-top: 1px solid #C3E0FE;
  margin: 0 30px;
  padding: 24px 0 23px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion_inner {
    padding: 4.27vw 0 5.33vw;
    margin: 0 3.73vw;
  }
}
.un_matching_faq_accordion_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  color: #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion_text {
    font-size: 4vw;
  }
}
.un_matching_faq_accordion_text_icon {
  font-family: "poppins", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #82C6FD;
  line-height: 1;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .un_matching_faq_accordion_text_icon {
    font-size: 2.8rem;
    font-size: 7.47vw;
  }
}
.un_matching_faq_accordion_text a {
  text-decoration: underline;
}
.un_matching_form_wrap {
  background-color: #F7FBFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .un_matching_form_wrap {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.un_matching_form_title_area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .un_matching_form_title_area {
    margin-bottom: 7.47vw;
  }
}
.un_matching_form_title_bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 14px 60px;
  border-radius: 50px;
  background-color: #ffe8c8;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #11212E;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .un_matching_form_title_bubble {
    font-size: 1.4rem;
    font-size: 3.73vw;
    text-align: center;
    padding-top: 2.93vw;
    padding-bottom: 2.93vw;
    line-height: 1.4;
  }
}
.un_matching_form_title_bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 0 0 12px;
  border-color: #ffe8c8 transparent transparent;
  translate: calc(-50% + 0.6px) 100%;
}
.un_matching_form_title_text {
  font-size: 2rem;
  font-weight: 700;
  color: #11212E;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .un_matching_form_title_text {
    font-size: 1.4rem;
    font-size: 3.73vw;
    margin-bottom: 4.8vw;
    line-height: 1.4;
  }
}
.un_matching_form_title_text .title-yerrow {
  font-size: 3.2rem;
  color: #EB8E32;
}
@media screen and (max-width: 767px) {
  .un_matching_form_title_text .title-yerrow {
    font-size: 2rem;
    font-size: 5.33vw;
  }
}
.un_matching_form_title_read {
  font-size: 6.2rem;
  font-weight: 800;
  color: #008FCC;
  line-height: 1;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .un_matching_form_title_read {
    font-size: 4.2rem;
    font-size: 11.2vw;
    line-height: 1.2;
    margin-bottom: 1.6vw;
  }
}
.un_matching_form_title_caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #68747E;
}
@media screen and (max-width: 767px) {
  .un_matching_form_title_caption {
    font-size: 1.4rem;
    font-size: 3.73vw;
  }
}
.un_matching_form_contents {
  width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .un_matching_form_contents {
    width: 90%;
  }
}
.un_matching_form_contents_list {
  text-align: left;
}
.un_matching_form_contents_item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  color: #11212E;
}
@media screen and (max-width: 767px) {
  .un_matching_form_contents_item {
    font-size: 3.2vw;
  }
}
.un_matching_contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.un_matching_contact_link {
  width: 340px;
  position: relative;
  border-radius: 50px;
  margin-right: 88px;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .un_matching_contact_link {
    width: 46.67vw;
    margin-right: 2.4vw;
  }
}
.un_matching_contact_link:last-child {
  margin-right: 0;
}
.un_matching_contact_link.typeA {
  background-color: #008FCC;
  border: 2px solid #11212E;
}
@media (hover: hover) {
  .un_matching_contact_link.typeA:hover {
    background-color: #2A6AB1;
  }
}
.un_matching_contact_link.typeA a .contact_link_text {
  color: #ffffff;
}
.un_matching_contact_link.typeA a .contact_link_icon {
  background-color: rgba(255, 255, 255, 0.5);
}
.un_matching_contact_link.typeA a .contact_link_icon::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.un_matching_contact_link.typeA a .contact_link_icon::after {
  background-image: url(../../../img/service/recruit-site/contact_link_icon01.png);
}
.un_matching_contact_link.typeA a:hover .contact_link_icon::before {
  background-color: #ffffff;
}
.un_matching_contact_link.typeB {
  background-color: #ffffff;
  border: 2px solid #11212E;
}
@media (hover: hover) {
  .un_matching_contact_link.typeB:hover {
    background-color: #E2E2E2;
  }
}
.un_matching_contact_link.typeB a .contact_link_text {
  color: #11212E;
}
.un_matching_contact_link.typeB a .contact_link_icon {
  background-color: rgba(17, 33, 46, 0.5);
}
.un_matching_contact_link.typeB a .contact_link_icon::before {
  background-color: rgba(17, 33, 46, 0.5);
}
.un_matching_contact_link.typeB a .contact_link_icon::after {
  background-image: url(../../../img/service/recruit-site/contact_link_icon02.png);
}
.un_matching_contact_link.typeB a:hover .contact_link_icon::before {
  background-color: #11212E;
}
.un_matching_contact_link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 25px;
  border-radius: 9999px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .un_matching_contact_link a {
    padding: 3.2vw 0;
    text-align: center;
  }
}
.un_matching_contact_link a .contact_link_text {
  flex: auto;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .un_matching_contact_link a .contact_link_text {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}
.un_matching_contact_link a .contact_link_icon {
  position: relative;
  z-index: 2;
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .un_matching_contact_link a .contact_link_icon {
    display: none;
  }
}
.un_matching_contact_link a .contact_link_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.un_matching_contact_link a .contact_link_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  z-index: 3;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.un_matching_contact_link a:hover .contact_link_icon::before {
  width: 52px;
  height: 52px;
}
.un_matching_contact_link a:hover .contact_link_icon::after {
  width: 16px;
  height: 14px;
}

.un_contact_formBlock {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .un_contact_formBlock {
    display: block;
    margin-bottom: 4vw;
  }
}
.un_contact_formBlock dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #11212E;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .un_contact_formBlock dt {
    font-size: 1.6rem;
    font-size: 4.27vw;
  }
}
.un_contact_formBlock dt.required::after {
  display: block;
  content: "必須";
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background: #FF5648;
  border-radius: 4px;
  margin-left: 8px;
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  .un_contact_formBlock dt.required::after {
    font-size: 4vw;
    line-height: 1.4;
    margin-left: 2.13vw;
    padding: 0 1.87vw;
  }
}
.un_contact_formBlock dd {
  width: 100%;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .un_contact_formBlock dd {
    margin-top: 1.87vw;
  }
}
.un_contact_formBlock dd input {
  width: 100%;
  font-size: 1.8rem;
  background-color: #EBEBEB;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .un_contact_formBlock dd input {
    font-size: 3.73vw;
    padding: 1.67vw 2.33vw;
  }
}
.un_contact_formBlock dd select {
  width: 100%;
  font-size: 1.8rem;
  background-color: #EBEBEB;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .un_contact_formBlock dd select {
    font-size: 3.73vw;
    padding: 1.67vw 2.33vw;
  }
}
.un_contact_formBlock:last-of-type {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.un_contact_formBlock:last-of-type dd textarea {
  width: 100%;
  font-size: 1.8rem;
  background-color: #EBEBEB;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .un_contact_formBlock:last-of-type dd textarea {
    font-size: 3.73vw;
    padding: 1.67vw 2.33vw;
  }
}
.un_contact_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .un_contact_btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8vw;
  }
}
.un_contact_btnSubmit, .un_contact_btnBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 340px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border-radius: 50px;
  position: relative;
  background-color: #008FCC;
  border: 2px solid #11212E;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .un_contact_btnSubmit, .un_contact_btnBack {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 66.67vw;
  }
}
.un_contact_btnSubmit input[type=submit],
.un_contact_btnSubmit button[type=submit], .un_contact_btnBack input[type=submit],
.un_contact_btnBack button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 100%;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  cursor: pointer;
  background: none;
  padding: 25px 50px;
}
@media screen and (max-width: 767px) {
  .un_contact_btnSubmit input[type=submit],
  .un_contact_btnSubmit button[type=submit], .un_contact_btnBack input[type=submit],
  .un_contact_btnBack button[type=submit] {
    font-size: 1.5rem;
    font-size: 4vw;
    padding: 3.73vw 0;
  }
}
.un_contact_btnSubmit .contact_link_icon, .un_contact_btnBack .contact_link_icon {
  position: relative;
  right: 0;
  z-index: 2;
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .un_contact_btnSubmit .contact_link_icon, .un_contact_btnBack .contact_link_icon {
    display: none;
  }
}
.un_contact_btnSubmit .contact_link_icon::before, .un_contact_btnBack .contact_link_icon::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.un_contact_btnSubmit .contact_link_icon::after, .un_contact_btnBack .contact_link_icon::after {
  content: "";
  background-image: url(../../../img/service/recruit-site/contact_link_icon01.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  z-index: 3;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (hover: hover) {
  .un_contact_btnSubmit:hover, .un_contact_btnBack:hover {
    background-color: #2A6AB1;
  }
  .un_contact_btnSubmit:hover .contact_link_icon::before, .un_contact_btnBack:hover .contact_link_icon::before {
    background-color: #ffffff;
    width: 52px;
    height: 52px;
  }
  .un_contact_btnSubmit:hover .contact_link_icon::after, .un_contact_btnBack:hover .contact_link_icon::after {
    width: 16px;
    height: 14px;
  }
}
.un_contact_btnBack {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .un_contact_btnBack {
    margin-right: 0;
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
}

/* ふわふわさせるクラス */
.fluffy-element {
  /* アニメーション名, 速度, イージング, 繰り返し回数 */
  animation: fluffyMotion 2.5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .fluffy-element {
    animation: none;
  }
}
@media (hover: hover) {
  .fluffy-element:hover {
    /* アニメーションを一時停止 */
    animation-play-state: paused;
  }
}

/* アニメーションの動きを定義 */
@keyframes fluffyMotion {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* 上に15px移動 */
  }
  100% {
    transform: translateY(0); /* 元の位置に戻る */
  }
}