@charset "utf-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
}
.body.is_open {
  overflow: hidden;
}
:target {
  scroll-margin-top: 60px;
}
a {
  transition: 0.3s;
}
img {
  display: block;
  width: 100%;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
button {
  transition: all 0.3s;
}

.wrapper {
  width: 100%;
  max-width: calc(1250px + 30px * 2);
  padding: 0 30px;
  margin: auto;
}
.section_title_top_center {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section_title_top_center.side {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section_title_top_center_en {
  color: #66d6e7;
  font-family: "Barlow Condensed";
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.section_title_top_center_white .section_title_top_center_en {
  color: #fff;
}
.section_title_top_center_en.blue {
  color: #66d6e7;
}
.section_title_top_center_ja {
  font-family: "Shippori Mincho B1";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.section_title_top_center_white .section_title_top_center_ja {
  color: #fff;
}
.section_title_top_center_ja span {
  display: inline-block;
}

.section_title_blue {
  background: linear-gradient(104deg, #1da8db 0%, #0262ca 49.52%);
  padding: 24px clamp(20px, 3.81vw, 40px);
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.34;
}
.button_white {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 20px 70px 20px 34px;
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 50px;
  display: block;
  border: 1px solid #fff;
}
.button_white::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_arrow_button_right_blue.svg) no-repeat
    center center / contain;
  transition: all 0.3s;
}

.button_blue {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 20px 70px 20px 34px;

  z-index: 0;
  color: #fff;
  position: relative;
  width: 100%;
  border-radius: 50px;
  display: block;
  transition: all 0.3s;
}

.button_blue::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_arrow_button_right_white.svg) no-repeat
    center center / contain;
  transition: all 0.3s;
  z-index: 1;
}
.button_blue::after {
  content: "";
  background: linear-gradient(104deg, #1da8db 0%, #1b54c7 49.52%, #0d2961 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s;
}

.button_header_recruit {
  padding: 10px 20px 10px;

  color: #9ef5ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  max-height: 100%;
  transition: all 0.3s;
  position: relative;
}
.button_header_recruit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s;
  background: linear-gradient(104deg, #1da8db 0%, #1b54c7 49.52%, #0d2961 100%);
  color: #9ef5ff;
}
.button_header_recruit .en {
  font-family: "Barlow Condensed";
}
.button_header_recruit .ja {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .button_white:hover {
    background: #7cccea;
    color: #fff;
  }
  .button_white:hover::before {
    background: url(../images/common/icon_arrow_button_right_white.svg)
      no-repeat center center / contain;
    right: 25px;
  }
  .button_header_recruit:hover {
    background: #209fe4;
  }
  .button_header_recruit:hover::before {
    opacity: 0;
  }
  .button_blue:hover {
    background: #209fe4;
  }
  .button_blue:hover::before {
    right: 25px;
  }
  .button_blue:hover::after {
    opacity: 0;
  }
}

/* Header
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
.header.header_fixed {
  height: 100px;
  padding: 0;
}

.header_fixed {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.header_body {
  height: inherit;
}
.header_body .wrapper {
  height: inherit;
}

.header_top {
  display: flex;
  justify-content: space-between;
  z-index: inherit;
}
.header_fixed .header_top {
  display: none;
}

.header_button {
  width: 100%;
  max-width: 200px;
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  height: inherit;
  gap: 18px;
  margin-right: calc(50% - 50vw);
}
.header_fixed .header_wrapper {
  height: inherit;
  align-items: center;
}
.header_logo {
  width: clamp(350px, 31.46vw, 472px);
  max-width: 472px;
  display: flex;
  line-height: 0;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  height: inherit;
}
/* .header_fixed .header_logo {
  width: clamp(250px, 25vw, 320px);
} */
.header_logo a {
  display: inline-block;
  position: relative;
  display: block;
  width: 100%;
}
.header_logo span {
  display: block;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  color: #fff;
  background: #0262ca;
  padding: 5px 6px 6px;
  line-height: 1;
  flex-shrink: 0;
}
.header_links {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(10px, 2.6vw, 40px);
  height: inherit;
}
.header_nav {
  width: 100%;
  flex-grow: 1;
}
.header_fixed .header_nav {
  max-width: clamp(710px, 62vw, 820px);
}

.header_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: inherit;
}
.header_fixed .header_list {
  align-items: center;
}

.header_list_item {
  position: relative;
  padding-block: 6px;
  cursor: pointer;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

.header_list_link {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  white-space: nowrap;
  transition: 0.3s;
  font-size: clamp(1.4rem, 1.14vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.header_list_link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header_button {
  width: 100%;
  max-width: clamp(120px, 13.3vw, 200px);
  height: 100%;
}

.header_fixed .header_list_item.contact {
  display: block;
}

.header_hamburger_area {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.header_hamburger_area.is_open {
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
}
.header_hamburger {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(104deg, #1da8db 0%, #1b54c7 49.52%, #0d2961 100%);
}
.header_hamburger.is_open {
  background: transparent;
}
.header_hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 3px;
  background-color: #fff;
  transition: 0.5s;
}
.header_hamburger span:nth-of-type(1) {
  top: 22px;
}
.header_hamburger span:nth-of-type(2) {
  top: 39px;
}
.header_hamburger span:nth-of-type(3) {
  top: 56px;
}
.header_hamburger span:nth-of-type(4) {
  top: 72px;
  background-color: transparent;
  width: 66px;
  height: 12px;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
}
.header_hamburger.is_open span:nth-of-type(1) {
  top: 39px;
  transform: translateX(-50%) rotate(45deg);
}
.header_hamburger.is_open span:nth-of-type(2) {
  opacity: 0;
}
.header_hamburger.is_open span:nth-of-type(3) {
  top: 39px;
  transform: translateX(-50%) rotate(-45deg);
}
.header_drawer {
  padding: 70px 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(104deg, #1da8db 0%, #1b54c7 49.52%, #0d2961 100%);
  overflow-y: scroll;
  scrollbar-width: none;
}
.header_drawer::-webkit-scrollbar {
  display: none;
}
.header_drawer_nav {
  padding: 0 5%;
  height: 100%;
  overflow-y: scroll;
}
.header_drawer_list {
}
.header_drawer_list:nth-of-type(n + 2) {
  margin-top: 12px;
}
.header_drawer_list_link {
  padding: 15px 0;
  display: inline-block;
  gap: 0 15px;
  font-size: clamp(1.8rem, 1.33vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.header_drawer_button {
  margin-top: 30px;
  width: 100%;
  max-width: 220px;
}

.header_drawer_list_menu a {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 12px 10px;
}

main {
  margin-top: 100px;
}

@media screen and (min-width: 769px) {
  .header_list_link:hover::after {
    visibility: visible;
    bottom: -2px;
    opacity: 1;
  }

  .header_list_item.contact .header_list_link:hover::after {
    visibility: hidden;
  }
}

/* top - top_mv
------------------------------ */
.top_mv {
  position: relative;
}
.top_mv::before {
  content: "";
  background: linear-gradient(
    129deg,
    rgba(230, 250, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.top_mv_wrapper {
  position: relative;
}
.top_mv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: clamp(300px, 40.6vw, 700px);
  width: 100%;
  z-index: -1;
}

.top_mv_img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.top_mv_img.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.top_mv_swiper {
  padding-top: 40px;
}

.top_mv_swiper_wrapper {
  transition-timing-function: linear;
}
.top_mv_swiper_slide {
  width: 200px;
}
.top_mv_swiper_slide img {
  width: 100%;
}
.top_mv_buttons {
  padding: 25px 0;
  background: linear-gradient(104deg, #1da8db 0%, #1b54c7 49.52%, #0d2961 100%);
  position: relative;
}

.top_mv_buttons_content {
  display: flex;
  gap: 10px 26px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.top_mv_button {
  width: 100%;
  max-width: 260px;
  min-width: 210px;
}
/* top_message
------------------------------ */
.top_message {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 110px 0 100px;
}
.top_message::before {
  content: "";
  background: url(../images/top/top_message_bg.png) no-repeat center center /
    contain;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.top_message_texts {
  padding-top: 64px;
}
.top_message_text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
}
.top_message_text + .top_message_text {
  padding-top: 20px;
}
.top_message_text span{
  display: inline-block;
}

/* top_data
------------------------------ */
.top_data {
  background: linear-gradient(104deg, #7cccea 3.39%, #2497d5 97.49%);
  padding: 130px 0;
}
.top_data_items {
  padding-top: 60px;
}
.top_data_items_row {
  display: grid;
  gap: clamp(5px, 0.66vw, 10px);
}
.top_data_items_row.top_data_items_row_first {
  grid-template-columns: repeat(3, 1fr);
}
.top_data_items_row.top_data_items_row_second,
.top_data_items_row.top_data_items_row_third,
.top_data_items_row.top_data_items_row_fifth,
.top_data_items_row.top_data_items_row_sixth {
  grid-template-columns: repeat(2, 1fr);
}

.top_data_items_row.top_data_items_row_fourth {
  grid-template-columns: 2fr 1fr;
}
.top_data_items_row + .top_data_items_row {
  padding-top: 10px;
}
.top_data_item {
  background: #e6faff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0;
  padding: 24px clamp(18px, 2vw, 26px) 20px;
}
.top_data_item_content {
  display: grid;
}
.top_data_item_content.top_data_item_content_first {
  grid-template-columns: clamp(70px, 10vw, 150px) auto;
}
.top_data_item_content.top_data_item_content_second,
.top_data_item_content.top_data_item_content_third {
  grid-template-columns: clamp(70px, 10.6vw, 160px) auto;
}
.top_data_item_content.top_data_item_content_fourth_left {
  grid-template-columns: clamp(70px, 17.3vw, 260px) auto;
}
.top_data_item_content.top_data_item_content_fourth_right {
  grid-template-columns: clamp(50px, 12.6vw, 190px) auto;
}
.top_data_item_content.top_data_item_content_fifth {
  grid-template-columns: clamp(100px, 20vw, 300px) auto;
}
.top_data_item_content.top_data_item_content_sixth {
  grid-template-columns: clamp(100px, 20vw, 300px) auto;
}
.top_data_item_content_right {
  display: grid;
  place-items: center end;
}
.top_data_item_title {
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  font-weight: 700;
  line-height: 1.45;
}
.top_data_item_title span {
  display: inline-block;
}
.top_data_item_img {
  width: 100%;
  max-width: 70px;
  margin-left: auto;
  padding-top: 10px;
}
.top_data_item_img.medium {
  max-width: 90px;
  padding-top: clamp(10px, 1.33vw, 20px);
}
.top_data_item_content_second .top_data_item_img {
  max-width: none;
}
.top_data_item_img.bottom {
  width: 100%;
  max-width: clamp(50px, 4.8vw, 72px);
  margin: 0 auto;
  padding-top: clamp(10px, 1.33vw, 20px);
}
.top_data_item_img.bottom_medium {
  width: 100%;
  max-width: clamp(60px, 6vw, 80px);
}
.top_data_item_body {
  text-align: right;
  line-height: 0;
}
.top_data_item_num {
  color: #0262ca;
  text-align: right;
  font-size: clamp(3rem, 4.6vw, 7rem);
  font-weight: 700;
  line-height: 1.1;
}
.top_data_item_num_small {
  display: flex;
  align-items: center;
  gap: 3px;
}
.top_data_item_num.small {
  font-size: clamp(2.4rem, 3.33vw, 5rem);
}
.top_data_item_unit {
  color: #0262ca;
  font-size: clamp(1.4rem, 2vw, 3rem);
  font-weight: 700;
}
.top_data_item_annotation {
  color: #0262ca;
  text-align: right;
  font-size: clamp(1.4rem, 1.33vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}
.top_data_item_num_big {
  text-align: right;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 3px;
}
.top_data_item_num_big + .top_data_item_num_big {
  margin-top: 8px;
}
.top_data_item_num_name {
  color: #0262ca;
  font-size: clamp(1.4rem, 1.3vw, 2rem);
  line-height: 1.4;
}
.top_data_item_num_small_wrapper {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.33vw, 20px);
  justify-content: flex-end;
  padding-top: 10px;
}
.top_data_annotation {
  color: #fff;
  text-align: right;
  font-size: 1.4rem;
  padding-top: 18px;
}

/* section_top_work
------------------------------ */
.top_work {
  padding: 120px 0 130px;
  background: linear-gradient(
    129deg,
    rgba(216, 247, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
}
.top_work_content {
  padding-top: 80px;
  padding-bottom: 130px;
}
.top_work_maintenance {
  background: #fff;
}
.top_work_subtitle {
  background: linear-gradient(104deg, #1da8db 0%, #0262ca 49.52%);
  color: #fff;
  font-size: clamp(1.8rem, 3.27vw, 2.6rem);
  font-weight: 700;
  line-height: 1.34;
  padding: 32px 34px 34px;
}
.top_work_subtitle span{
  display: inline-block;

}
.top_work_maintenance_wrapper {
  padding: 32px clamp(16px, 5vw, 34px) 70px;
}
.top_work_maintenance_head {
  display: flex;
  gap: clamp(20px, 2.3vw, 35px);
}
.top_work_maintenance_head_texts {
  width: 100%;
  flex-grow: 1;
}
.top_work_maintenance_head_title {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 700;
}
.top_work_maintenance_head_text {
  padding-top: 10px;
}
.top_work_maintenance_head_img {
  width: 100%;
  max-width: clamp(300px, 35.8vw, 537px);
  flex-shrink: 0;
}
.top_work_maintenance_body {
  padding: 36px clamp(20px, 5vw, 38px) 42px clamp(30px, 5vw, 44px);
  background: #e7f5ff;
  position: relative;
  margin-top: 50px;
}
.top_work_maintenance_body + .top_work_maintenance_body {
  margin-top: clamp(30px, 7.5vw, 70px);
}
.top_work_maintenance_body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background: #0262ca;
}
.top_work_maintenance_body_text {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  line-height: 1.45;
}
.top_work_maintenance_body_measurements {
  padding-top: 34px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(80px, 20vw, 90px), 1fr));
  gap: 12px clamp(10px, 2vw, 20px);
}
.top_work_maintenance_body_measurement {
  background: #209fe4;
  padding: 12px 15px;
  color: #fff;

  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  border-radius: 50px;
}
.top_work_maintenance_body_locations {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(clamp(180px, 22vw, 250px), 1fr)
  );
  gap: clamp(10px, 1.25vw, 32px);
}
.top_work_maintenance_body_location {
  display: grid;
  grid-row: span 2;
}
.top_work_maintenance_body_location_name {
  padding: 10px;
  background: #209fe4;
  color: #fff;

  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.top_work_maintenance_button {
  padding-top: 70px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}


.top_work_bottom {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(clamp(280px, 30.6vw, 380px), 1fr)
  );
  gap: clamp(20px, 2.6vw, 40px);
}
.top_work_bottom_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  background: #fff;
  padding-bottom: 70px;
}
.top_work_bottom_item_lead {
  padding: 32px clamp(16px, 5vw, 34px) 0;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.66;
}
.top_work_bottom_item_img {
  padding: 30px clamp(16px, 5vw, 34px) 0;
}
.top_work_bottom_item_text {
  padding: 24px clamp(16px, 5vw, 34px) 0;
}
.top_work_bottom_item_button_container {
  padding-inline: 16px;
}
.top_work_bottom_item_button {
  padding-top: 40px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

/* section_top_interview
------------------------------ */
.top_interview {
  padding: 130px 0;
}
.top_interview_cards {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(26px, 3.38vw, 40px) clamp(10px, 2.6vw, 46px);
}
.top_interview_card {
  background: linear-gradient(
    129deg,
    rgba(230, 250, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.top_interview_card a {
  display: grid;
  grid-template-rows: subgrid;
  /* grid-row: span 3; */
  grid-row: span 4;
  gap: 0;
}
.top_interview_card_img {
  overflow: hidden;
  aspect-ratio: 390 / 263;
}
.top_interview_card_img img {
  transition: all 0.3s;
  display: block;
  object-fit: cover;
  height: 100% !important;
  width: auto !important;
  margin: auto !important;
}

.top_interview_card_text {
  color: #184399;
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 22px 24px 0;
}
.top_interview_card_title {
  padding: 14px 24px 0;
}
.top_interview_card_button {
  padding-top: 26px;
  padding-inline: 25px;
  width: 100%;
  max-width: 310px;
  padding-bottom: 35px;
  margin: 0 auto;
}

.button_blue_card {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 20px 70px 20px 34px;
  z-index: 0;
  color: #fff;
  position: relative;
  width: 100%;
  border-radius: 50px;
  display: block;
  transition: background 0.3s;
}

.button_blue_card::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_arrow_button_right_white.svg) no-repeat
    center center / contain;
  transition: all 0.3s;
  z-index: 1;
}
.button_blue_card::after {
  content: "";
  z-index: 1;
  background: linear-gradient(104deg, #1da8db 0%, #1b54c7 49.52%, #0d2961 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s;
}
.top_interview_cta {
  padding-top: 130px;
}
@media screen and (min-width: 769px) {
  .top_interview_card a:hover .top_interview_card_img img {
    transform: scale(1.1);
  }
  .top_interview_card a:hover .button_blue_card {
    background: #209fe4;
  }
  a:hover .button_blue_card::before {
    right: 25px;
  }
  a:hover .button_blue_card::after {
    opacity: 0;
  }
}

/* section_top_environment
------------------------------ */
.top_environment {
  background: url(../images/top/top_environment_bg.jpg) no-repeat center center /
    cover;
  padding-bottom: 130px;
}
.top_environment_head {
  display: flex;
}
.top_environment_head_left {
  width: 100%;
  max-width: clamp(250px, 32.8vw, 492px);
  flex-shrink: 0;
  height: 621px;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.top_environment_head_swiper {
  height: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top_environment_head_swiper_wrapper {
  transition-timing-function: linear;
}
.top_environment_head_swiper_slide {
  height: fit-content;
}
.top_environment_head_swiper_slide img {
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.top_environment_head_right {
  padding: clamp(80px, 8.6vw, 130px) 0 100px;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background: url(../images/top/top_environment_deco01.png) no-repeat right
    bottom / contain;
  padding-left: clamp(20px, 4.6vw, 70px);
}
.top_environment_head_text {
  padding-top: 35px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 2.8;
}
.top_environment_benefit {
  padding-top: 90px;
}
.top_environment_benefit_title {
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.16;
  border-bottom: 1px solid #fff;
}
.top_environment_benefit_lead {
  padding-top: 43px;
  text-align: center;
  color: #fff;
}
.top_environment_benefit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 60px;
  gap: 20px;
}
.top_environment_benefit_list_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.top_environment_benefit_list_item_title {
  background: #036fe4;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.45;
  padding: 16px 30px;
}
.top_environment_benefit_list_item_text {
  background: #fff;
  padding: 16px 30px;
}

/* section_top_news
------------------------------ */

.top_news {
  background: linear-gradient(
    341deg,
    rgba(255, 255, 255, 0.25) 23.61%,
    rgba(209, 246, 255, 0.25) 41.78%,
    rgba(189, 242, 255, 0.25) 59.96%,
    rgba(77, 143, 249, 0.25) 96.3%
  );
  position: relative;
  padding: 120px 0 0;
}
.top_news_wrapper_primary {
  background-color: rgba(231, 171, 155, 0.55);
  padding-block: 120px;
}
.top_news_list {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 30px clamp(20px, 2.86vw, 43px);
}
.top_news_list_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  background-color: #fff;
  width: 100%;

  box-shadow: rgba(49, 49, 49, 0.1) 0px 0px 10px;
}
.top_news_list_item.one {
  max-width: 300px;
}

.top_news_list_item_img {
  overflow: hidden;
  aspect-ratio: 280 / 190;
}
.top_news_list_item_img img {
  transition: all 0.3s;
  display: block;
  object-fit: cover;
  height: 100% !important;
  width: auto !important;
  margin: auto !important;
}
.top_news_list_item_tags {
  display: flex;
  gap: 10px;
  padding: 20px 20px 0;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.top_news_list_item_time {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.05em;
  padding-top: 6px;
}
.top_news_list_item_cats {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top_news_list_item_cat {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.14;
  padding-inline: 24px;
  border-radius: 50px;
  background: #209fe4;
}
.top_news_list_item_title {
  padding: 13px 20px 25px;
  letter-spacing: normal;
  color: #184399;
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  line-height: 1.5;
}
.top_news_button_container {
  padding-top: 80px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .top_news_list_item:hover {
    opacity: 0.8;
  }
  .top_news_list_item:hover .top_news_list_item_img img {
    transform: scale(1.1);
  }
}
/* cta
------------------------------ */
.cta {
  width: 100%;
}
.cta_content {
  display: flex;
  overflow: hidden;
}
.cta_texts {
  width: 100%;
  flex-grow: 1;
  background: linear-gradient(104deg, #1da8db 0%, #1b54c7 39.58%, #0d2961 100%);
  padding: 40px clamp(30px, 3.2vw, 48px) 51px;
}
.cta_title {
  color: #fff;
  font-family: "Shippori Mincho B1";
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
}
.cta_lead {
  padding-top: 20px;
  color: #9ef5ff;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.07em;
}
.cta_text {
  padding-top: 12px;
  color: #fff;
}
.cta_buttons {
  padding-top: 40px;
  display: flex;
  gap: clamp(10px, 1.7vw, 26px);
  width: 100%;
  max-width: 547px;
  flex-wrap: wrap;
}
.cta_button {
  width: 100%;
  max-width: 260px;
  min-width: 215px;
}
.cta_images {
  flex-shrink: 0;
  width: 100%;
  max-width: clamp(300px, 32vw, 418px);
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
}
.cta_images::before {
  content: "RECRUIT";
  position: absolute;
  color: #046cdb;
  font-family: "Barlow Condensed";
  font-size: clamp(5rem, 8.6vw, 13rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  bottom: 0;
  right: clamp(40px, 10.6vw, 160px);
  width: fit-content;
  height: fit-content;
  bottom: -13px;
}
.cta_image {
  width: 100%;
  height: 50%;
  background: url(../images/common/cta_img01.jpg) no-repeat center center /
    cover;
}
.cta_image:last-child {
  background: url(../images/common/cta_img02.jpg) no-repeat center center /
    cover;
}

/* footer
------------------------------ */
.cta_footer_wrapper {
  padding-top: 120px;
}
.cta_footer {
  padding-bottom: 280px;
}
.footer {
  padding-top: clamp(100px, 8.6vw, 130px);
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: clamp(-300px, -20vw, -50px);
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/footer_deco.png) no-repeat center top /
    contain;
  z-index: -1;
}

.footer_logo {
  width: 100%;
  max-width: 472px;
  display: flex;
  line-height: 0;
  position: relative;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.footer_logo a {
  display: inline-block;
  position: relative;
  display: block;
  width: 100%;
}
.footer_logo span {
  display: block;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  color: #fff;
  background: #0262ca;
  padding: 5px 6px 6px;
  line-height: 1;
  flex-shrink: 0;
}
.footer_nav {
  padding-top: 40px;
  width: 100%;
}
.footer_nav_list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer_nav_list_item {
  width: fit-content;

  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  text-wrap: nowrap;
  padding-inline: 8px;
}
.footer_nav_list_item a {
  position: relative;
}
.footer_nav_list_item a::before {
  content: "";
  background-color: #333; /* 下線の色 */
  bottom: 2px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 2px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  opacity: 0; /* 不透明度 */
  position: absolute; /* 絶対位置指定 */
  transition: all 0.3s; /* アニメーション効果を追加 */
  width: 100%; /* 要素の幅 */
}
.footer_nav_buttons {
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer_nav_button {
  width: 100%;
  max-width: 285px;
  min-width: 275px;
}
.button_footer {
  padding-bottom: 18px;
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #0262ca;
  transition: all 0.3s;
}
.button_footer::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_arrow_button_right_blue.svg) no-repeat
    center center / contain;
  transition: all 0.3s;
}
.button_footer.button_footer_line::before {
  width: 32px;
  height: 31px;
  background: url(../images/common/icon_line.svg) no-repeat center center /
    contain;
}
.footer_copyright {
  padding-top: 80px;
  text-align: center;
}

.footer_copyright small {
  color: #0262ca;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .footer_nav_list_item a:hover::before {
    bottom: -4px; /* 下線を上から下に移動 */
    opacity: 1; /* 不透明度を変更してフェードイン */
  }
  .button_footer:hover {
    color: #209fe4;
  }
  .button_footer:hover::before {
    right: 0;
  }
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 48px;
  bottom: 43px;
  width: 60px;
  height: 60px;
  background-color: #036fe4;
  border: 1px solid #036fe4;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0px -1px 10px -3px rgba(0, 0, 0, 0.5);
}
.page_top::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .page_top:hover {
    background-color: #fff;
    border: 1px solid #036fe4;
  }
  .page_top:hover::before {
    border-top: 1px solid #036fe4;
    border-right: 1px solid #036fe4;
  }
}

/* foot_menu
------------------------------ */
.foot_menu {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  grid-template-columns: 1fr 1fr;
  z-index: 100;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  font-weight: 700;
  line-height: 1;
  height: auto;
  box-shadow: 0px -1px 10px -3px rgba(0, 0, 0, 0.7);
}
.foot_menu_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer_action_item {
  text-align: center;
}

.footer_action_item a {
  position: relative;
  display: block;

  padding: 44px 0px 12px;
}
.footer_action_item.jobs {
  background-color: #e6faff;
  color: #036fe4;
}
.footer_action_item.contact {
  background-color: #036fe4;
  color: #fff;
}

.footer_action_item.jobs a::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/common/icon_jobs_blue.svg) no-repeat center center /
    contain;
}

.footer_action_item.contact a::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/common/icon_entry_white.svg) no-repeat center center /
    contain;
}

/* sub
------------------------------ */
.sub_wrapper_primary {
  background: linear-gradient(
    129deg,
    rgba(230, 250, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
}
.sub_mv {
  min-height: 350px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/sub/sub_mv_bg_deco.svg);
  background-repeat: no-repeat;
  background-position: left 40% bottom 0;
  background-size: 365px auto;
}
.sub_mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(300px, 43vw, 650px);
  height: 100%;
  background: url(../images/sub/sub_mv_bg_news.jpg) no-repeat center center /
    cover;
}
.sub_mv.jobs::before {
  background: url(../images/sub/sub_mv_bg_jobs.jpg) no-repeat left center /
    cover;
}
.sub_mv.interview::before {
  background: url(../images/sub/sub_mv_bg_interview.jpg) no-repeat right center /
    cover;
}
.sub_mv.entry::before {
  background: url(../images/sub/sub_mv_bg_entry.jpg) no-repeat right center /
    cover;
}

.sub_mv_inner.wrapper {
  min-height: inherit;
  position: relative;
}

.sub_mv_title_container {
  position: absolute;
  width: 35%;
  max-width: 440px;
  min-width: 131px;
  left: 20px;
  top: 120px;
}
.sub_mv_title_en {
  color: #66d6e7;
  font-family: "Barlow Condensed";
  font-size: clamp(1.4rem, 2.8vw, 1.6rem);
  font-weight: 700;

  letter-spacing: 0.15em;
}

.sub_mv_title {
  font-family: "Shippori Mincho B1";
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 1px 1px 1px rgba(244, 244, 239, 0.36);
}
.sub_mv_title span {
  display: inline-block;
}
.sub_mv_title_date {
  font-size: 2rem;
}
.breadcrumb {
  font-size: 1.4rem;
  margin-top: 25px;
  font-weight: 700;
}

.wrapper.breadcrumb_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.breadcrumb a {
  color: #209fe4;
}

.breadcrumb_icon {
  color: #003aae;
  position: relative;
  padding: 0 12px 0;
}

.sub_wrapper {
  display: flex;
  gap: clamp(20px, 2.67vw, 35px);
  justify-content: space-between;
}
.sub_main_wrapper {
  width: calc(865 / 1250 * 100%);
}

.sub_side_wrapper {
  width: calc(350 / 1250 * 100%);
  max-width: 280px;
}
@media screen and (min-width: 769px) {
  .breadcrumb a:hover {
    color: #000;
  }
}

/* news_archive
------------------------------ */
.news_archive {
  padding: 70px 0 0;
}
.news_archive_inner {
}

.news_archive_items {
}
.news_archive_item {
  display: flex;
}
.news_archive_item:not(:last-child) {
  margin-bottom: 50px;
}

.news_archive_item_link {
  padding: clamp(20px, 2.6vw, 40px);
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(
    129deg,
    rgba(216, 247, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
  display: flex;
  gap: clamp(15px, 1.75vw, 23px);
}
.news_archive_item_img {
  max-width: clamp(180px, 19vw, 250px);
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  height: fit-content;
}
.news_archive_item_img img {
  object-fit: cover;
  aspect-ratio: 250 / 168;
  height: auto;
  transition: transform 0.3s ease;
}

.news_archive_item_content {
  width: 100%;
}

.news_archive_item_unit {
  display: flex;
  gap: 3px 24px;
  flex-wrap: nowrap;
}
.news_archive_item_date {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-top: 4px;
}

.news_archive_item_cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 140px;
  min-width: 130px;
}
.news_archive_item_cat {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.3;
  padding: 0px 30px;
  border-radius: 50px;
  background: #209fe4;
}
.news_archive_item_lead {
  padding-top: 20px;
}
.news_archive_item_title {
  font-size: clamp(1.8rem, 2.6vw, 2rem);
  line-height: 1.875;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
.news_archive_item_text {
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-top: 16px;
}

.news_archive_item_button {
  padding-top: 16px;
  width: 100%;
  max-width: 214px;
  margin-left: auto;
}
.button_blue_news_archive_item {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 20px 70px 20px 34px;
  z-index: 0;
  color: #fff;
  position: relative;
  width: 100%;
  border-radius: 50px;
  display: block;
  transition: background 0.3s;
}

.button_blue_news_archive_item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_arrow_button_right_white.svg) no-repeat
    center center / contain;
  transition: all 0.3s;
  z-index: 1;
}
.button_blue_news_archive_item::after {
  content: "";
  z-index: 1;
  background: linear-gradient(104deg, #1da8db 0%, #1b54c7 49.52%, #0d2961 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s;
}

.news_archive_pagination {
  padding-top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.news_archive_pagination .page-numbers {
  width: 34px;
  height: 34px;
  background-color: #e7f5ff;
  border: 1px solid #e7f5ff;
  font-size: 1.6rem;
  line-height: 1;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #209fe4;
  border-radius: 50%;
  letter-spacing: 0;
}

.news_archive_pagination .page-numbers.dots {
  border: none;
  background-color: transparent;
}

.news_archive_pagination .page-numbers.current {
  background-color: #209fe4;
  border: 1px solid #209fe4;
  color: #fff;
  padding-bottom: 2px;
}

@media screen and (min-width: 769px) {
  .news_archive_item_link:hover .news_archive_item_img img {
    transform: scale(1.1);
  }
  a:hover .button_blue_news_archive_item::before {
    right: 25px;
  }

  .news_archive_pagination a:hover {
    background-color: #209fe4;
    border: 1px solid #209fe4;
    color: #fff;
  }
}

/* news_single
------------------------------ */
.news_single {
  padding: 80px 0 80px;
}
.news_single_article_content {
  background: linear-gradient(
    129deg,
    rgba(216, 247, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
  padding: 40px clamp(20px, 3.81vw, 40px) 45px;
}
.news_single_article_title {
  font-size: clamp(1.8rem, 4.8vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

.news_single_article_info {
  display: flex;
  align-items: center;
  gap: 10px 24px;
  flex-wrap: wrap;
}

.news_single_date {
  font-size: 1.4rem;
  line-height: 1.6;
}

.news_single_cats {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.news_single_cat {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 25px;
  border-radius: 50px;
  background: #209fe4;
  color: #fff;
}
.news_single_img {
  padding-top: clamp(20px, 4vw, 40px);
  width: 100%;
  max-width: 500px;
}
.news_single_img img {
  aspect-ratio: 500 / 336;
  object-fit: cover;
  height: auto;
}
.news_single_text {
  padding-top: clamp(14px, 4vw, 30px);
}
.news_single_buttons {
  padding-top: 80px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.news_single_button {
  width: 100%;
  max-width: 230px;
}
.news_btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  /* padding: 20px 70px 20px 34px; */
  padding: 20px;
  text-align: center;
  z-index: 0;
  color: #fff;
  position: relative;
  width: 100%;
  border-radius: 50px;
  display: block;
  transition: all 0.3s;
}
.news_btn::after {
  content: "";
  z-index: 1;
  background: linear-gradient(104deg, #1da8db 0%, #1b54c7 49.52%, #0d2961 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s;
}

.news_single_button.prev .news_btn {
  text-align: right;
  position: relative;
}

.news_single_button.prev .news_btn::before {
  content: "";
  position: absolute;
  background: url(../images/common/icon_arrow_button_left_white.svg) no-repeat
    center center / contain;
  width: 22px;
  height: 22px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.news_single_button.next .news_btn {
  position: relative;
  text-align: left;
}
.news_single_button.next .news_btn::before {
  content: "";
  position: absolute;
  background: url(../images/common/icon_arrow_button_right_white.svg) no-repeat
    center center / contain;
  width: 22px;
  height: 22px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .news_btn:hover {
    background: #209fe4;
  }
  .news_single_button.prev .news_btn:hover::before {
    left: 10px;
  }
  .news_single_button.next .news_btn:hover::before {
    right: 10px;
  }
  .news_btn:hover::after {
    opacity: 0;
  }
}

/* news_archive_side
------------------------------ */
.news_archive_side {
}
.news_archive_side_wrapper {
  width: 100%;
}
.news_archive_side_title {
  font-size: 1.6rem;
  color: #fff;
  background: #0262ca;
  line-height: 1;
  width: 100%;
  padding: 20px 25px;
  font-weight: 700;
}
.news_archive_side_list {
}

.news_archive_side_list_item {
  border-bottom: 1px solid #000;
}

.news_archive_side_list_link {
  padding: 17px 20px;
  line-height: 1.875;
  display: block;
  transition: all 0.3s;
  position: relative;
}
.news_archive_side_list_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/common/icon_arrow_button_right_blue_dark.svg)
    no-repeat center center / contain;
  width: 22px;
  height: 22px;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .news_archive_side_list_link:hover {
    background: #e7f5ff;
  }

  .news_archive_side_list_link:hover::before {
    right: 12px;
  }
}

.jobs_article_cards_wrapper {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .jobs_article_cards_wrapper {
    margin-top: 50px;
  }
}

.jobs_article_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(15px, 1.8666666667vw, 28px);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .jobs_article_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
}

.jobs_article_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.jobs_article_card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: #e8f1f9;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .jobs_article_card a:hover {
    background-color: #b3c9f4;
  }
}

.jobs_article_card_img {
  overflow: hidden;
}

.jobs_article_card_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 282/164;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .jobs_article_card a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.jobs_article_card_title {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  line-height: 1.6666666667;
  color: #0d2961;
  padding: 0 clamp(10px, 1.3333333333vw, 20px);
  margin-top: 16px;
}
@media (max-width: 768px) {
  .jobs_article_card_title {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 10px;
  }
}

.jobs_article_card_cat_wrapper {
  margin-top: 19px;
  padding: 0 clamp(10px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .jobs_article_card_cat_wrapper {
    margin-top: 15px;
    padding: 0 15px;
  }
}

.jobs_article_card_cat {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: 125px;
  text-align: center;
  color: #fff;
  background-color: #0d2961;
  padding: 5px 10px;
}

/* interview_archive
------------------------------ */
.interview_archive {
}
.interview_archive_main {
  padding-top: 70px;
}
.interview_archive_main_inner {
}
.interview_archive_main_items {
}
.interview_archive_main_item {
  background: linear-gradient(
    129deg,
    rgba(216, 247, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
}
.interview_archive_main_item + .interview_archive_main_item {
  margin-top: 70px;
}

.interview_archive_main_item_wrapper {
  padding: clamp(30px, 3.81vw, 44px) clamp(20px, 3.81vw, 40px)
    clamp(30px, 3.81vw, 40px);
}
.interview_archive_main_item_top {
  display: flex;
  gap: clamp(10px, 3.2vw, 48px);
}
.interview_archive_main_item_top_left {
  width: 100%;
  flex-grow: 1;
}
.interview_archive_main_item_top_right {
  flex-shrink: 0;
  width: calc(436 / 1170 * 100%);
  max-width: 436px;
  min-width: 280px;
}

.interview_archive_main_item_title {
  border-radius: 50px;
  background: #209fe4;
  padding: 6px 25px 6px 46px;
}
.interview_archive_main_item_title span {
  color: #fff;
  font-size: clamp(1.6rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.interview_archive_main_item_title span::before {
  content: "●";
  color: #fff;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
}
.interview_archive_main_item_message {
  padding-top: 24px;
  color: #209fe4;
  font-size: clamp(1.8rem, 3.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 25px;
}
.interview_archive_main_item_list {
}
.interview_archive_main_item_list_item
  + .interview_archive_main_item_list_item {
  padding-top: 24px;
}
.interview_archive_main_item_list_item_title {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: clamp(1.6rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
.interview_archive_main_item_list_item_text {
  padding-top: 12px;
}
.interview_archive_main_item_bottom {
  display: flex;
  gap: clamp(10px, 3.2vw, 48px);
  padding-top: 30px;
}
.interview_archive_main_item_bottom_left {
  width: 100%;
  flex-grow: 1;
}
.interview_archive_main_item_bottom_right {
  width: calc(330 / 1170 * 100%);
  max-width: 330px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
}

/* jobs - jobs_archive_main
------------------------------ */
.jobs_archive_main {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .jobs_archive_main {
    margin-top: 50px;
  }
}

.jobs_archive_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .jobs_archive_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}

.jobs_archive_main_group {
  width: 100%;
  max-width: 900px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.jobs_archive_main_item + .jobs_archive_main_item {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .jobs_archive_main_item + .jobs_archive_main_item {
    margin-top: 30px;
  }
}

.jobs_archive_main_item a {
}
.jobs_archive_main_item_wrapper {
  padding: clamp(20px, 2.6666666667vw, 40px) clamp(20px, 2.6666666667vw, 40px)
    clamp(20px, 2.6666666667vw, 40px);
  background: linear-gradient(
    129deg,
    rgba(216, 247, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
  display: flex;

  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .jobs_archive_main_item_wrapper {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .jobs_archive_main_item a:hover {
    background-color: #b3c9f4;
  }
}

.jobs_archive_main_item_img {
  width: 100%;
  max-width: 250px;
  min-width: 170px;
  overflow: hidden;
  flex: 1;
}
@media (max-width: 768px) {
  .jobs_archive_main_item_img {
    max-width: 100%;
    min-width: auto;
  }
}

.jobs_archive_main_item_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 250/168;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .jobs_archive_main_item a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.jobs_archive_main_item_content {
  width: 100%;
  max-width: 580px;
  flex: 2;
}

.jobs_archive_main_item_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}
@media (max-width: 768px) {
  .jobs_archive_main_item_tags {
    gap: 5px;
  }
}

.jobs_archive_main_item_tag {
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  max-width: 125px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #209fe4;
  padding: 3px 10px;
}
@media (max-width: 768px) {
  .jobs_archive_main_item_tag {
    max-width: 120px;
    padding: 2px 6px;
  }
}

.jobs_archive_main_item_texts {
  line-height: 2.1875;
  padding-top: 28px;
  font-size: clamp(1.6rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .jobs_archive_main_item_texts {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.jobs_archive_main_item_btn {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #c5ab7a;
  border: 1px solid #c5ab7a;
  width: 100%;
  max-width: 200px;
  padding: 14px 17px 13px 25px;
  margin-left: auto;
  margin-top: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .jobs_archive_main_item_btn {
    margin: 20px auto 0;
  }
}

@media (min-width: 768px) {
  .jobs_archive_main_item a:hover .jobs_archive_main_item_btn {
    color: #0d2961;
    background-color: #fff;
    border-color: #0d2961;
  }
}

.jobs_archive_main_item_btn span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 20px;
}

.jobs_archive_main_item_btn span::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.svg) no-repeat center
    center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .jobs_archive_main_item a:hover span::after {
    background: url(../images/common/icon_arrow_right_blue-900.svg) no-repeat
      center center/contain;
  }
}

.jobs_archive_page_navigation {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .jobs_archive_page_navigation {
    margin-top: 20px;
  }
}

.jobs_archive_main_side {
  width: 100%;
  max-width: 300px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .jobs_archive_main_side {
    margin: 0 auto;
    max-width: 360px;
  }
}

.jobs_side_btn .news_archive_side_list_link {
  border-bottom: 1px solid #000;
}

.jobs_side_wrapper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .jobs_side_wrapper {
    margin-top: 30px;
  }
}

.jobs_side_title {
  font-weight: 700;
  color: #fff;
  background-color: #1d75c0;
  padding: 28px 25px;
}
@media (max-width: 768px) {
  .jobs_side_title {
    padding: 20px 15px;
  }
}

.jobs_side_list .news_archive_side_list_link {
  border-bottom: 1px solid #000;
}
/* .jobs_side_list a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #0d2961;
  width: 100%;
  padding: 25px clamp(15px, 1.6vw, 24px) 30px clamp(15px, 1.6666666667vw, 25px);
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .jobs_side_list a {
    padding: 20px 15px;
  }
} */

.jobs_side_list a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 30px;
}

.jobs_side_list a span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_blue-400.svg) no-repeat
    center center/contain;
}

@media (min-width: 768px) {
  .jobs_side_list a:hover span::after {
    background: url(../images/common/icon_arrow_right_white.svg) no-repeat
      center center/contain;
  }
}

/* jobs - jobs_single_main
------------------------------ */
.jobs_single_main {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .jobs_single_main {
    margin-top: 50px;
  }
}

.jobs_single_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .jobs_single_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}

.jobs_single_main_article {
  width: 100%;
  max-width: 900px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.jobs_article_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  .jobs_article_tags {
    gap: 10px;
  }
}

.jobs_article_tag {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: 125px;
  text-align: center;
  color: #fff;
  background-color: #0d2961;
  padding: 5px 10px;
}

.jobs_article_img {
  width: 100%;
  max-width: 388px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .jobs_article_img {
    max-width: 100%;
    margin-top: 20px;
  }
}

.jobs_article_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.jobs_article_figure {
  margin-top: 41px;
}
@media (max-width: 768px) {
  .jobs_article_figure {
    margin-top: 20px;
  }
}

.jobs_article_figure dl {
  display: grid;
  grid-template-columns: clamp(140px, 19.0666666667vw, 286px) 1fr;
}
@media (max-width: 768px) {
  .jobs_article_figure dl {
    grid-template-columns: 1fr;
  }
}
.jobs_article_figure dt {
  line-height: 2.1875;
  background: #e7f5ff;
  border-top: 1px solid #000;
  padding: 17px 25px;
}
@media (max-width: 768px) {
  .jobs_article_figure dt {
    padding: 10px 15px;
  }
}

.jobs_article_figure dt:last-of-type {
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .jobs_article_figure dt:last-of-type {
    border-bottom: none;
  }
}

.jobs_article_figure dd {
  line-height: 2.1875;
  border-top: 1px solid #000;
  padding: 17px 25px;
}
@media (max-width: 768px) {
  .jobs_article_figure dd {
    padding: 10px 15px;
  }
}

.jobs_article_figure dd:last-of-type {
  border-bottom: 1px solid #000;
}

.jobs_article_btn {
  width: 100%;
  max-width: 260px;
  margin: 70px auto;
}
@media (max-width: 768px) {
  .jobs_article_btn {
    max-width: 230px;
    margin-top: 30px;
  }
}

.jobs_article_cards_wrapper {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .jobs_article_cards_wrapper {
    margin-top: 50px;
  }
}

.jobs_article_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(15px, 1.8666666667vw, 28px);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .jobs_article_cards {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 20px;
  }
}

.jobs_article_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.jobs_article_card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding-bottom: 20px;
  position: relative;
  background: linear-gradient(
    129deg,
    rgba(230, 250, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
}

.jobs_article_card_img {
  overflow: hidden;
}

.jobs_article_card_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 250/169;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .jobs_article_card a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.jobs_article_card_title {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 700;
  line-height: 1.6666666667;
  color: #184399;

  padding: 0 clamp(10px, 1.3333333333vw, 20px);
  margin-top: 16px;
}
@media (max-width: 768px) {
  .jobs_article_card_title {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 10px;
  }
}

.jobs_article_card_cat_wrapper {
  margin-top: 14px;
  padding: 0 clamp(10px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .jobs_article_card_cat_wrapper {
    margin-top: 15px;
    padding: 0 15px;
  }
}

.jobs_article_card_cat {
  font-size: 12px;
  font-weight: 700;
  width: 115px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #209fe4;
  padding: 4px 10px;
}

/* entry
------------------------------ */

.entry_flow {
  padding-top: 70px;
}
.entry_flow_content {
  background: linear-gradient(
    129deg,
    rgba(216, 247, 255, 0.25) 3.17%,
    rgba(189, 242, 255, 0.25) 50.53%,
    rgba(77, 143, 249, 0.25) 97.89%
  );
  padding: 70px clamp(20px, 2.6vw, 40px) 48px;
}
.entry_flow_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2vw, 30px);
}
.entry_flow_card {
  background-color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 50px clamp(14px, 1.2vw, 18px) 18px;
  position: relative;
}
.entry_flow_card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 17px;
  height: 22px;
  background: url(../images/sub/entry_flow_card_arrow.svg) no-repeat center
    center / contain;
}
.entry_flow_card_number {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  color: #0262ca;

  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.entry_flow_card_title {
  color: #184399;
  text-align: center;
  font-size: clamp(2rem, 1.73vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
}
.entry_flow_card_img {
  width: 100%;
  max-width: 94px;
  margin: 0 auto;
  margin-top: 20px;
}
.entry_flow_card_text {
  margin-top: 23px;
}
.entry_flow_annotation {
  padding-top: 40px;
  text-align: center;
}

/* entry - entry_mail
------------------------------ */
.entry_mail {
  margin-top: 120px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .entry_mail {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}

.contact_mail_text {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .contact_mail_text {
    margin-top: 30px;
  }
}

.entry_mail_form {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .entry_mail_form {
    margin-top: 40px;
  }
}

/* form
------------------------------ */
.form_row {
  display: grid;
  grid-template-columns: clamp(220px, 22.46vw, 337px) 1fr;
}
@media (max-width: 768px) {
  .form_row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.form_row_center {
  align-items: center;
}

.form_title {
  position: relative;
  line-height: 2.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0262ca;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #000;
  padding: 16px 20px;
}
@media (max-width: 768px) {
  .form_title {
    align-items: center;
    padding: 10px 15px 4px;
  }
}

.form_title:last-of-type {
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .form_title:last-of-type {
    border-bottom: none;
  }
}

.form_title_small {
  font-size: 14px;
  font-weight: 400;
}

.form_title.form_title_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form_title_must {
  position: relative;
}

.form_title_must::before {
  content: "*";
  position: absolute;
  right: -10px;
  top: 0;
  color: #209fe4;
}

/* .form_title_must,
.form_title_any {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  background-color: #0d2961;
  width: 100%;
  max-width: 57px;
  text-align: center;
  padding: 8px 5px;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .form_title_must,
  .form_title_any {
    font-size: 13px;
    padding: 5px 5px;
  }
} */

.form_input {
  line-height: 187.5%;
  letter-spacing: 0;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px 11px;
  min-height: 74px;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .form_input {
    padding: 0 15px 10px;
    border-top: none;
  }
}

.form_input:last-of-type {
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .form_input:last-of-type {
    border-bottom: 1px solid #000;
  }
}

.form_input_example {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #999999;
  margin-top: 1px;
}

.form_input_request {
  padding: 25px 24px;
}

.form_input_about {
  padding: 19px 24px 23px;
}

.form_input_years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 9px;
}

.form_input input[type="text"],
.form_input input[type="tel"],
.form_input input[type="email"] {
  width: 100%;
  background-color: #e7f5ff;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .form_input input[type="text"],
  .form_input input[type="tel"],
  .form_input input[type="email"] {
    padding: 10px 10px;
  }
}

.form_input_name input[type="text"] {
  max-width: 464px;
}

.form_input_tel input[type="tel"] {
  max-width: 464px;
}

.form_input_mail input[type="email"] {
  max-width: 464px;
}

.form_title.form_title_file.form_title_file_second,
.form_input.form_input_file.form_input_file_second {
  border-top: none;
}
@media (max-width: 768px) {
  .form_title.form_title_file {
    padding-bottom: 0;
  }
  .form_input.form_input_file {
    padding-top: 0;
    border-top: none;
  }
}
.form_input_file input[type="file"]::-webkit-file-upload-button {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(transparent)
  );
  background-color: transparent;
  border: 0;
  margin: 0 30px 0 0;
}

@media (max-width: 768px) {
  .form_input_file input[type="file"]::-webkit-file-upload-button {
    margin: 0 2px 0 0;
  }
}

.form_input_file input {
  position: relative;
}

@media (max-width: 768px) {
  .form_input_file input {
    font-size: 1.4rem;
    width: 100%;
    max-width: 344px;
  }
}
.form_input_file input::before {
  background: #e7f5ff;
  content: "ファイル選択";
  font-size: 1.6rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
  padding: 0px 20px;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  display: grid;
  place-items: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .form_input_file input::before {
    padding: 2px 10px;
    font-size: 1.4rem;
  }
}
.form_input_file_annotation {
  margin-top: 10px;
  font-size: 1.4rem;
}

.form_address_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.form_input_file_wrapper {
  padding: 10px 17px;
  background: #e7f5ff;
  width: fit-content;
}
.form_input_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 12px;
}

.form_input_post_mark {
  font-weight: 700;
  color: #000;
}

.form_input .form_input_post input[type="text"] {
  width: 100%;
  max-width: 240px;
}

.form_input_prefectures_wrapper {
  position: relative;
  color: #000;
  background-color: #fff;
  width: 237px;
  max-width: 100%;
}

.form_input_prefectures_wrapper::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/icon_triangle_bottom_blue.svg) no-repeat
    center center/contain;
}

.form_input_prefectures {
  width: 100%;
  height: 100%;
  padding: 7.5px 15px;
}

.form_input_address {
  margin-top: 8px;
}

.form_input_textarea textarea {
  width: 100% !important;
  max-width: 881px;
  height: 274px !important;
  padding: 10px 15px;
  background-color: #e7f5ff;
}

.form_input_text {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-left: 15px;
}

.form_input_text::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.form_input_lot {
  padding: 25px 24px 22px;
}

.form_input_birth_calender {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e7f5ff;
  padding: 5px 15px;
}

.form_radio {
  padding: 11px 20px;
}

.form_radio_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 10px 45px;
}
@media (max-width: 768px) {
  .form_radio_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.form_radio_button {
  letter-spacing: 0.05em;
}

.form_radio_button input[type="radio"] {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  max-width: 100%;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
  background-color: #e7f5ff;
  outline: none;
  border-radius: 50%;
}

.form_radio_button input[type="radio"]:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

.form_radio_button input[type="radio"]:checked:before {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  background-color: #0262ca;
}

.form_radio_button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 9px;
  letter-spacing: 0.05em;
}

.form_input_select {
  position: relative;
  width: 100%;
  max-width: 404px;
  background: url(../images/common/icon_triangle_arrow_bottom_white.svg)
      no-repeat right 14px center/22px 13px,
    linear-gradient(270deg, #0262ca 0, #0262ca 50px, #e8f1f9 50px, #e8f1f9 100%);
}

.form_input_select select {
  width: 100%;
  cursor: pointer;
  padding: 10px 60px 10px 15px;
}

.form .mfp_err {
  display: none;
}

.form_file .mfp_element_file {
  font-size: 14px;
  max-width: 100%;
  padding: 7px 8px;
}

.form_privacy_wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .form_privacy_wrapper {
    margin-top: 15px;
  }
}

.form_privacy {
  height: 178px;
  overflow: scroll;
  background-color: #e7f5ff;
  padding: 24px 40px;
}
@media (max-width: 768px) {
  .form_privacy {
    height: 150px;
    padding: 15px 20px;
    margin-top: 24px;
  }
}

.form_privacy_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  color: #0262ca;
}

.form_privacy_text {
  line-height: 180%;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .form_privacy_text {
    margin-top: 10px;
  }
}

.form_privacy_text p + p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form_privacy_text p + p {
    margin-top: 10px;
  }
}

.form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.form_checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.form_checkbox_confirmation {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .form_checkbox_confirmation {
    margin-top: 20px;
  }
}

.form_checkbox_label.form_checkbox_label_none {
  display: none;
}

.form_checkbox_parts {
  position: relative;
  display: inline-block;
  padding-left: 48px;
}

.form_checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #e7f5ff;
}

.form_checkbox_input {
  display: none;
}

.form_checkbox_input:checked + .form_checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 12px;
  height: 24px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 3px solid #0262ca;
  border-right: 3px solid #0262ca;
}

.checkbox_err .mfp_err {
  display: none;
  width: 228px;
  max-width: 100%;
  margin: auto;
  padding: 5px 0;
}

.form_btn {
  width: 100%;
  max-width: 260px;
  margin: 76px auto 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .form_btn {
    max-width: 230px;
    margin: 20px auto 0;
  }
}

.mfp_element_button {
  background-color: #0262ca;
}

/* thanks
------------------------------ */

.contact_thanks {
  padding: 75px 0 200px;
}
.contact_thanks_title {
  font-size: clamp(2.8rem, 4.8vw, 3.2rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.92px;
}
.contact_thanks_title span {
  display: inline-block;
}
.contact_thanks_text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.64px;
}
.contact_thanks_text.second {
  margin-top: 30px;
}
.contact_thanks_btn_container {
  padding-top: 60px;
  max-width: clamp(200px, 22.22vw, 300px);
  margin: 0 auto;
}

/* 404
------------------------------ */
.not_found {
  margin-top: 100px;
  padding-bottom: 150px;
  flex-wrap: wrap;
}
.not_found_btn {
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
}
