@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.single_item__pic, .single_block__image, .post_item__pic, .company_block__image, .requirements_btn__entry, .data_block__graph, .data_block__ico, .benefits_block__textarea::after, .benefits_block__textarea, .benefits_block__pic, .job_block__ico, .job_block__pic, .works_banner__txt, .works_banner__link, .strength_block__img, .strength_block__image, .strength_block__pic, .main_company__images, .main_recruit__image, .main_strength__pic, .main_lead, .main_head, .loading_logo__shadow, .loading_logo, .cta_btn__link, .cta_lead__ico, .header_btn__image {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
.fade_block {
  display: block;
  -webkit-clip-path: inset(0 100% 0% 0);
          clip-path: inset(0 100% 0% 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
@media screen and (min-width: 1001px) {
  .fade_block {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .fade_block {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.fade_block.--view {
  -webkit-clip-path: inset(0 0% 0% 0);
          clip-path: inset(0 0% 0% 0);
}
.fade_block.mv_head.--view {
  -webkit-clip-path: inset(0 100% 0% 0);
          clip-path: inset(0 100% 0% 0);
}
.fade_block.mv_head.--view.fade_active {
  -webkit-clip-path: inset(0 0% 0% 0);
          clip-path: inset(0 0% 0% 0);
}

/* template color */
/* custom color */
.post_item__side:hover .post_item__arrow, .people_list__link.active .people_list__arrow, .people_list__link:hover .people_list__arrow, .page__list__link[current] .page_list__icon, .page__list__link:hover .page_list__icon,
.page__list__link[current] .page_list__ico,
.page__list__link:hover .page_list__ico, .main_news__link:hover .main_news__arrow, .main_company__btn:hover .main_company__arrow, .main_entry__link:hover .main_entry__arrow, .main_recruit__link:hover .main_recruit__arrow, .main_business__link:hover .main_business__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

.main_news__arrow, .main_company__arrow, .main_entry__arrow, .main_recruit__arrow, .main_business__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(56%) saturate(6813%) hue-rotate(242deg) brightness(86%) contrast(118%);
          filter: brightness(0) saturate(100%) invert(5%) sepia(56%) saturate(6813%) hue-rotate(242deg) brightness(86%) contrast(118%);
}

.post_item__arrow, .people_list__arrow, .page_list__icon,
.page_list__ico {
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(86%) saturate(2988%) hue-rotate(212deg) brightness(84%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(14%) sepia(86%) saturate(2988%) hue-rotate(212deg) brightness(84%) contrast(102%);
}

a:hover .ico_block__image {
  -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(51%) saturate(7466%) hue-rotate(226deg) brightness(104%) contrast(123%);
          filter: brightness(0) saturate(100%) invert(5%) sepia(51%) saturate(7466%) hue-rotate(226deg) brightness(104%) contrast(123%);
}

/* font */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

/* setting */
.list_dotted__tab {
  position: relative;
  padding-left: 1em;
  font-weight: inherit;
}
.list_dotted__tab::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list_count {
  counter-reset: count;
}

.list_count__tab {
  position: relative;
  padding-left: 1.5em;
}
.list_count__tab::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
}

.list_num {
  counter-reset: num;
}

.list_num__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_num__tab::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
}

.list_unit {
  counter-reset: unit;
}

.list_unit__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_unit__tab::before {
  counter-increment: unit;
  content: counter(unit) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.cm_btn {
  margin-top: clamp(48px, 4.5vw, 72px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 32px;
}
@media screen and (max-width: 1024px) {
  .cm_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cm_btn__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1025px) {
  .cm_btn__end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.cm_btn__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  line-height: 57px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  padding-left: clamp(27px, 1.875vw, 30px);
  padding-right: clamp(27px, 1.875vw, 30px);
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cm_btn__link::before, .cm_btn__link::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .cm_btn__link::before, .cm_btn__link::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__link::before, .cm_btn__link::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.cm_btn__link::before {
  background-color: #0054B2;
  z-index: -2;
}
.cm_btn__link::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0054B2), to(#029ACC));
  background-image: -webkit-linear-gradient(left, #0054B2 40%, #029ACC 100%);
  background-image: linear-gradient(to right, #0054B2 40%, #029ACC 100%);
  translate: 0% 0;
}
.cm_btn__link:hover {
  opacity: 1;
}
.cm_btn__link:hover::after {
  translate: 100% 0;
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    max-width: 252px;
  }
}

.cm_btn__arrow {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .cm_btn__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.cm_btn__link:hover .cm_btn__arrow {
  translate: 2px 0;
}

.cm_btn__block {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cm_btn__block .cm_btn__ico {
  position: absolute;
  top: 50%;
  left: 30px;
  translate: 0 -50%;
}
.cm_btn__block .cm_btn__arrow {
  rotate: -180deg;
}

.item_more {
  margin-top: clamp(32px, 2.5vw, 40px);
  text-align: right;
}

.item_more__link {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  display: inline;
  text-decoration: underline;
}

@media screen and (min-width: 501px) {
  .sp_break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp_break {
    display: block !important;
  }
}

@media screen and (min-width: 501px) {
  .pc_break {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .pc_break {
    display: none !important;
  }
}

.bg_filter {
  position: relative;
  z-index: 1;
}
.bg_filter::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  z-index: -1;
}

.head_tab {
  border-left: 6px solid #003487;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.8888888889em;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.head_tab__txt {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 1em;
}

.back_top {
  text-align: right;
  margin-top: clamp(32px, 2.5vw, 40px);
}

.back_top__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #003487;
}
.back_top__link:hover {
  opacity: 1;
  color: #00A0E9;
}

.back_top__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #003487;
  border-radius: 24px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.back_top__link:hover .back_top__ico {
  background-color: #00A0E9;
  scale: 1.2;
}

.back_top__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.back_top__txt {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.head_dot {
  position: relative;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  margin-bottom: clamp(24px, 1.5625vw, 25px);
}
.head_dot::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  aspect-ratio: 1/1;
  width: 10px;
  height: auto;
  border-radius: 10px;
  overflow: clip;
  background-color: #003487;
}

.head_dot__txt {
  font-size: inherit;
}

.head_default {
  display: block;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.head_default__txt {
  color: #000045;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 1.75;
}
.head_default__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.head_default__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.head_under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(24px, 1.875vw, 30px);
}

.head_under__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.head_under__txt {
  position: relative;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1em;
  padding-bottom: 0.55em;
  color: #003487;
}
.head_under__txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003487;
}

.head_line {
  border-bottom: 1px solid #ccc;
}

.ico_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #000045;
  border-radius: 48px;
  overflow: clip;
  border: 1px solid #000045;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1025px) {
  .ico_block {
    min-width: 48px;
    width: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .ico_block {
    min-width: 30px;
    width: 30px;
  }
}
a:hover .ico_block {
  background-color: #fff;
}

.ico_block__image {
  display: block;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .ico_block__image {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .ico_block__image {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (min-width: 1001px) {
  .ico_block__image {
    width: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .ico_block__image {
    width: 10px;
  }
}
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #3A3A3A;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: inherit;
  font-style: normal;
}
@media screen and (min-width: 1001px) {
  p,
  li,
  dt,
  dd,
  address {
    line-height: 2.25em;
  }
}
@media screen and (max-width: 1000px) {
  p,
  li,
  dt,
  dd,
  address {
    line-height: 2em;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  display: block;
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #003487;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

@media screen and (min-width: 1001px) {
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #828282;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .over-right {
    margin-left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-right {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .over-left {
    margin-right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-left {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.image {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  padding: unset;
  margin: unset;
  border: none;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 0%;
  height: 2px;
  background-color: #003487;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  font-weight: 500;
  color: #003487;
}
.wp-pagenavi a:hover::before, .wp-pagenavi a.current::before,
.wp-pagenavi span:hover::before,
.wp-pagenavi span.current::before {
  width: 100%;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}

@media screen and (min-width: 501px) {
  .--pc {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .--pc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .--sp {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .--sp {
    display: block !important;
  }
}

.link-under {
  font-size: inherit;
  font-weight: inherit;
  color: #003487;
  text-decoration: underline;
}

.cm-block + .cm-block {
  margin-top: clamp(60px, 5vw, 80px);
}

@media screen and (min-width: 1001px) {
  .cm-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .cm-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-pic {
  width: 33.3333333333%;
  aspect-ratio: 4/3;
  background-color: #ddd;
}

.cm-fit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .cm-pic + .cm-fit {
    margin-top: 64px;
  }
}

.cm-cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .cm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cm-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .cm-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

@media screen and (min-width: 1001px) {
  .only_pc {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .only_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .only_sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .only_sp {
    display: block !important;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid;
  border-left: 1px solid;
}
@media screen and (min-width: 1001px) {
  table {
    border-color: #ccc;
  }
}
@media screen and (max-width: 1000px) {
  table {
    border-color: #fff;
  }
}

th,
td {
  background-color: #fff;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    border-color: #ccc;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    border-color: #fff;
  }
}

/* module */
.cm_bread {
  margin-top: clamp(104px, 10vw, 160px);
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: clamp(1.2rem, 1.0483870968vw, 1.3rem);
  line-height: 1;
  font-weight: 400;
  color: #828282;
}
.cm_bread a,
.cm_bread span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.bg_image {
  position: relative;
}
.bg_image::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  aspect-ratio: 1151/854;
  width: 100%;
  height: auto;
  background-image: url("../images/common/bg_bottom.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (min-width: 1001px) {
  .bg_image::before {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .bg_image::before {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (min-width: 501px) {
  .bg_image::before {
    max-width: 71.9375%;
  }
}
@media screen and (max-width: 500px) {
  .bg_image::before {
    max-width: 100%;
  }
}
.bg_image.--view::before {
  opacity: 1;
}

.header_area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: clamp(12px, 6.25vw, 100px);
}
@media screen and (min-width: 1025px) {
  .header_area {
    height: 140px;
    padding-right: 200px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .header_area {
    padding-right: 160px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .header_area {
    height: 108px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .header_area {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .header_area {
    height: 50px;
  }
}

.header_logo__link {
  display: block;
  height: auto;
}
@media screen and (min-width: 601px) {
  .header_logo__link {
    width: 346px;
  }
}
@media screen and (max-width: 600px) {
  .header_logo__link {
    width: 180px;
  }
}
.header_logo__link img {
  display: block;
  width: auto;
  height: auto;
}

.header_trigger {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  height: auto;
  background: #000045;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 501px) {
  .header_trigger {
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .header_trigger {
    width: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header_trigger span:first-child {
  -webkit-transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:last-child {
  -webkit-transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(385deg);
          transform: translate(-50%, -50%) rotate(385deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-385deg);
          transform: translate(-50%, -50%) rotate(-385deg);
}

.header_menu a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .header_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.header_menu .sub-menu,
.header_menu .children {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
  }
  .header_menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header_menu ul {
    padding-top: 90px;
    padding-bottom: 150px;
  }
  .header_menu li {
    border-bottom: 1px solid #fff;
  }
  .header_menu a {
    display: block;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
}

.header_btn {
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .header_btn {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .header_btn {
    position: fixed;
  }
}

.header_btn__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  aspect-ratio: 1/1;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .header_btn__link {
    width: 140px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .header_btn__link {
    width: 108px;
    gap: 8px;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .header_btn__link {
    width: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .header_btn__link {
    width: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header_btn__link:hover {
  opacity: 1;
  background-color: #000045;
}

.header_btn__contact {
  background-color: #003487;
}

.header_btn__entry {
  background-color: #00A0E9;
}

.header_btn__image {
  display: block;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .header_btn__image {
    max-width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .header_btn__contact .header_btn__image {
    width: 14px;
  }
  .header_btn__entry .header_btn__image {
    width: 16px;
  }
}

.header_btn__txt {
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .header_btn__txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_btn__txt {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .kv_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.kv_block__headline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .kv_block__headline {
    width: 600px;
    padding-top: 176px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .kv_block__headline {
    width: 400px;
    padding-top: 176px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .kv_block__headline {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: clamp(12px, 6.25vw, 100px);
    padding-right: clamp(12px, 6.25vw, 100px);
  }
}

.kv_block__pic {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: clip;
}

.kv_pic__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1201px) {
  .kv_pic__image {
    min-height: 469px;
  }
}

.kv_head {
  display: block;
}

.kv_head__caption {
  display: block;
  font-size: clamp(4.8rem, 6.4516129032vw, 8rem);
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0054B2), to(#029ACC));
  background-image: -webkit-linear-gradient(left, #0054B2 40%, #029ACC 100%);
  background-image: linear-gradient(to right, #0054B2 40%, #029ACC 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.kv_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.kv_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.blog .kv_head__caption, .single .kv_head__caption, .page-id-5 .kv_head__caption, .parent-pageid-5 .kv_head__caption {
  width: 220px;
}

.kv_head__lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 1;
  font-weight: 700;
}
.kv_head__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.kv_head__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.footer_block {
  position: relative;
}

.footer_area {
  padding-top: clamp(40px, 4vw, 64px);
  padding-bottom: clamp(40px, 4vw, 64px);
}
@media screen and (max-width: 500px) {
  .footer_area .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 1001px) {
  .footer_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}

.footer_logo {
  display: inline-block;
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  margin-bottom: clamp(20px, 1.5vw, 24px);
  width: 100%;
}
@media screen and (min-width: 501px) {
  .footer_logo {
    max-width: 346px;
  }
}
@media screen and (max-width: 500px) {
  .footer_logo {
    max-width: 254px;
  }
}

.footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .footer_nav ul {
    max-width: 516px;
    max-height: 168px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px 64px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav ul {
    border-top: 1px solid #ccc;
  }
}
.footer_nav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .footer_nav li {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .footer_nav li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .footer_nav li:nth-child(odd):last-child {
    width: 100%;
    border-left: 1px solid #ccc;
  }
}
.footer_nav a {
  display: block;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    padding: 16px 1em;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav .sub-menu {
    display: block;
    margin-top: 20px;
  }
  .footer_nav .sub-menu li {
    line-height: normal;
    font-size: 1.4rem;
    line-height: 1em;
  }
  .footer_nav .sub-menu li + li {
    margin-top: 16px;
  }
  .footer_nav .sub-menu a {
    position: relative;
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    padding-left: 1.2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 400;
  }
  .footer_nav .sub-menu a::before {
    position: absolute;
    content: "ー";
    top: 0;
    left: 0;
    font-weight: inherit;
    color: #00A0E9;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav .sub-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1001px) {
  .footer_sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .footer_pc {
    display: none !important;
  }
  .footer_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_address {
  display: block;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 1.75;
}
.footer_address::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.footer_address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.footer_address .information_block {
  line-height: inherit;
}

.footer_items {
  position: relative;
  margin-top: clamp(30px, 7.5vw, 120px);
  padding-top: clamp(20px, 2vw, 32px);
  padding-bottom: 88px;
}
.footer_items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media screen and (min-width: 501px) {
  .footer_items::before {
    max-width: 1360px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .footer_items::before {
    max-width: calc(100% - 60px);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .footer_items::before {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 500px) {
  .footer_items::before {
    max-width: calc(100% - 40px);
  }
}

.footer_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .footer_item {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .footer_item {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .footer_item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .footer_item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .footer_item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_copy {
  display: block;
  font-size: clamp(1rem, 1.0483870968vw, 1.3rem);
}

.footer_rtt {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #003487;
  border-radius: 40px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .footer_rtt {
    width: 48px;
    bottom: 32px;
    right: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_rtt {
    width: 40px;
    bottom: 24px;
    left: 50%;
    translate: -50% 0;
  }
}
.footer_rtt svg {
  rotate: -90deg;
}

.cta_area {
  position: relative;
  padding-top: clamp(80px, 6vw, 96px);
  padding-bottom: clamp(64px, 5.5vw, 88px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.cta_area::before, .cta_area::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.cta_area::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
}
@media screen and (min-width: 501px) {
  .cta_area::before {
    background-image: url("../images/footer/pc.webp");
  }
}
@media screen and (max-width: 500px) {
  .cta_area::before {
    background-image: url("../images/footer/sp.webp");
  }
}
.cta_area::after {
  z-index: -1;
  background-color: rgba(0, 52, 135, 0.9);
}

.cta_head {
  display: block;
  margin-bottom: clamp(32px, 3.75vw, 60px);
}

.cta_head__lead {
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
}

.cta_head__caption {
  display: block;
  font-size: clamp(4.8rem, 6.4516129032vw, 8rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
}

@media screen and (min-width: 1001px) {
  .cta_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cta_side__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .cta_side__item {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .cta_side__item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1001px) {
  .cta_item {
    padding-left: clamp(8px, 2.6875vw, 43px);
    padding-right: clamp(8px, 2.6875vw, 43px);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 1000px) {
  .cta_item {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.cta_lead {
  display: block;
  margin-bottom: clamp(32px, 2.125vw, 34px);
}

.cta_lead__ico {
  display: block;
  max-width: 46px;
  margin-bottom: clamp(16px, 1.875vw, 30px);
}

.cta_lead__caption {
  font-size: 1.6rem;
  font-weight: 700;
}

.cta_headline {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-bottom: clamp(32px, 4.5vw, 72px);
}
.cta_headline::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * (0.5em - 1px));
}
.cta_headline::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
}

.cta_btn {
  display: block;
  min-width: 280px;
  margin-top: clamp(24px, 3vw, 48px);
}

.cta_btn__link {
  position: relative;
  display: block;
  height: auto;
  line-height: 56px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #003487;
  background-color: #fff;
  line-height: 1.5625em;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .cta_btn__link {
    max-width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .cta_btn__link {
    max-width: 240px;
  }
}
.cta_btn__link:hover {
  opacity: 0.9;
}

.cta_btn__ico {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .cta_btn__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1201px) {
  .cta_btn__ico {
    right: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .cta_btn__ico {
    right: 18px;
  }
}
.cta_btn__link:hover .cta_btn__ico {
  translate: 2px -50%;
}

.cta_tel {
  display: block;
}

.cta_tel__unit {
  font-size: 0.7777777778em;
}

.cta_tel__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: clamp(3.2rem, 2.9032258065vw, 3.6rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.cta_tel__link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.cta_tel__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.cta_tel__link + .cta_tel__link {
  margin-bottom: clamp(8px, 0.625vw, 10px);
}

.cta_tel__num {
  font-size: inherit;
}

.cta_tel__time {
  display: block;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-weight: 400;
}

.cta_fax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
.mw_wp_form.mw_wp_form_confirm th small {
  margin-top: 0 !important;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.75;
  }
  .file-text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * (0.5em - 1px));
  }
  .file-text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 2;
    line-height: 1.3;
  }
  .file-text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .file-text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-attention,
.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-weight: 400;
}
.form-attention::before,
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-attention::after,
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-attention,
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-attention a,
.form-agree a {
  color: #003487;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-attention,
  .form-agree {
    text-align: center;
  }
}

.form-attention {
  color: #C50000;
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 24px;
  color: #3A3A3A;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 280px;
  height: 57px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding: 0 30px !important;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  background-image: url("../images/common/arrow_white.svg"), -webkit-gradient(linear, left top, right top, color-stop(40%, #0054B2), to(#029ACC));
  background-image: url("../images/common/arrow_white.svg"), -webkit-linear-gradient(left, #0054B2 40%, #029ACC 100%);
  background-image: url("../images/common/arrow_white.svg"), linear-gradient(to right, #0054B2 40%, #029ACC 100%);
  background-repeat: no-repeat;
  background-size: 16px, 100%;
  background-position: center right 30px, center center;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 0.7;
  background-position: center right 26px, center center;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

.loading_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading_block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  translate: 0 50px;
  opacity: 0;
}
.loading_block__content.fade_in {
  translate: 0 0;
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .loading_block__content.fade_in {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .loading_block__content.fade_in {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}

.loading_logo {
  position: relative;
  display: block;
}
@media screen and (min-width: 501px) {
  .loading_logo {
    width: 337px;
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .loading_logo {
    width: 200px;
    height: 113px;
  }
}

.loading_logo__image {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .loading_logo__image {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .loading_logo__image {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (min-width: 501px) {
  .loading_logo__image {
    max-width: 232px;
  }
}
@media screen and (max-width: 500px) {
  .loading_logo__image {
    max-width: 137px;
  }
}

.loading_logo__left {
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 501px) {
  .loading_logo__left {
    translate: calc(-160px - 100%) 0;
  }
}
@media screen and (max-width: 500px) {
  .loading_logo__left {
    translate: calc(-50px - 100%) 0;
  }
}
.loading_logo__left.--fit {
  translate: 0% 0;
  opacity: 1;
}

.loading_logo__center {
  top: 0;
  left: 50%;
  translate: -50% 0;
}

.loading_logo__right {
  top: 0;
  right: 0;
  opacity: 0;
}
@media screen and (min-width: 501px) {
  .loading_logo__right {
    translate: calc(160px + 100%) 0;
  }
}
@media screen and (max-width: 500px) {
  .loading_logo__right {
    translate: calc(50px + 100%) 0;
  }
}
.loading_logo__right.--fit {
  translate: 0% 0;
  opacity: 1;
}

.loading_logo__shadow {
  display: block;
  max-width: 224px;
  margin-top: 20px;
  height: 0px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .loading_logo__shadow {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .loading_logo__shadow {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.loading_logo__shadow.--view {
  opacity: 1;
}
@media screen and (min-width: 501px) {
  .loading_logo__shadow.--view {
    height: 12px;
  }
}
@media screen and (max-width: 500px) {
  .loading_logo__shadow.--view {
    height: 9px;
  }
}

.loading_logo__company {
  display: block;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .loading_logo__company {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
@media screen and (max-width: 1000px) {
  .loading_logo__company {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
@media screen and (min-width: 501px) {
  .loading_logo__company {
    max-width: 484px;
  }
}
@media screen and (max-width: 500px) {
  .loading_logo__company {
    max-width: 300px;
  }
}
.loading_logo__company.--view {
  opacity: 1;
}

/* page */
.mv {
  position: relative;
  display: block;
}

.mv_head {
  background-color: #fff;
  padding-top: clamp(20px, 1.9375vw, 31px);
  padding-left: clamp(40px, 6.25vw, 100px);
  padding-right: clamp(40px, 5vw, 80px);
  padding-bottom: clamp(30px, 2.9375vw, 47px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .mv_head {
    display: block;
    max-width: 690px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .mv_head {
    max-width: 540px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mv_head__lead {
  margin-bottom: clamp(20px, 2vw, 32px);
}

.mv_head__caption {
  position: relative;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0054B2), to(#029ACC));
  background-image: -webkit-linear-gradient(left, #0054B2 40%, #029ACC 100%);
  background-image: linear-gradient(to right, #0054B2 40%, #029ACC 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  font-size: clamp(4.2rem, 5.8064516129vw, 7.2rem);
  line-height: 1.5;
}
.mv_head__caption::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0054B2), to(#029ACC));
  background-image: -webkit-linear-gradient(left, #0054B2 40%, #029ACC 100%);
  background-image: linear-gradient(to right, #0054B2 40%, #029ACC 100%);
}
@media screen and (min-width: 1001px) {
  .mv_head__caption::before {
    height: 6px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_head__caption::before {
    height: 3px;
  }
}

.mv_head__txt {
  display: block;
  font-size: clamp(1.2rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  line-height: 2;
}
.mv_head__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.mv_head__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.mv_visual {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .mv_visual {
    padding-left: clamp(50px, 12.5vw, 200px);
    height: 760px;
  }
}

.mv_visual__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_head {
  max-width: 400px;
  margin-bottom: clamp(40px, 5vw, 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .main_news .main_head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main_head__caption {
  display: block;
  font-size: clamp(4.8rem, 6.4516129032vw, 8rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0054B2), to(#029ACC));
  background-image: -webkit-linear-gradient(left, #0054B2 40%, #029ACC 100%);
  background-image: linear-gradient(to right, #0054B2 40%, #029ACC 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: clamp(10px, 0.75vw, 12px);
}

.main_head__lead {
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
}

.main_lead {
  display: block;
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
  line-height: 1.75;
  margin-bottom: clamp(40px, 3.125vw, 50px);
}
.main_lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.main_lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.main_strength__block + .main_strength__block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

@media screen and (min-width: 1001px) {
  .main_strength__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 120px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .main_strength__side {
    gap: 60px;
  }
}

.main_strength__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main_strength__pic {
  display: block;
  max-width: 681px;
}
@media screen and (min-width: 1001px) {
  .main_strength__pic {
    width: 68.1%;
    min-width: 476.7px;
  }
}
@media screen and (max-width: 1000px) {
  .main_strength__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main_strength__pic {
    max-width: 500px;
  }
}

.main_strength__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .main_strength__inner {
    margin-top: 32px;
  }
}

.main_business {
  position: relative;
  padding-top: clamp(80px, 11.5vw, 184px);
}

.main_business__bg {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
  height: auto;
  z-index: -1;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_business__bg {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__bg {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (min-width: 501px) {
  .main_business__bg {
    max-width: 42.5625%;
  }
}
@media screen and (max-width: 500px) {
  .main_business__bg {
    max-width: 86.9333333333%;
  }
}
.main_business__bg.--view {
  opacity: 1;
}

.main_business__head {
  max-width: 680px;
}

.main_recruit__head {
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.main_business__card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 48px 0;
}
@media screen and (min-width: 1001px) {
  .main_business__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .main_business__card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.main_business__link {
  display: block;
  width: 100%;
  height: auto;
}
.main_business__link:hover {
  opacity: 1;
}

.main_business__pic {
  position: relative;
  display: block;
  aspect-ratio: 600/425;
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: clip;
}
.main_business__pic::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  display: block;
  mix-blend-mode: multiply;
}

.main_business__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  scale: 1;
}
@media screen and (min-width: 1001px) {
  .main_business__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_business__link:hover .main_business__image {
  scale: 1.1;
}

.main_business__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(20px, 1.5vw, 24px);
}
@media screen and (min-width: 1001px) {
  .main_business__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main_business__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.main_business__lead {
  display: block;
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
  color: #000045;
  margin-bottom: 6px;
}

.main_business__caption {
  display: block;
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #00A0E9;
}

.main_business__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  border: 1px solid #000045;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_business__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_business__link:hover .main_business__ico {
  border-color: #003487;
  background-color: #003487;
}
@media screen and (min-width: 1001px) {
  .main_business__ico {
    width: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__ico {
    width: 40px;
  }
}

.main_business__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 501px) {
  .main_business__arrow {
    width: 15px;
  }
}
@media screen and (max-width: 500px) {
  .main_business__arrow {
    width: 10px;
  }
}
.main_recruit {
  position: relative;
  padding-top: clamp(80px, 15.25vw, 244px);
  overflow: clip;
}

.main_recruit__bg,
.main_recruit__bright {
  position: absolute;
  left: 0;
}

.main_recruit__bg {
  top: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .main_recruit__bg {
    top: 130px;
  }
}

.main_recruit__bright {
  top: 100px;
  width: 100%;
  z-index: -2;
}
@media screen and (min-width: 1001px) {
  .main_recruit__bright {
    height: calc(100% - 180px);
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__bright {
    height: calc(100% - 150px);
  }
}

.main_recruit__visual {
  position: relative;
  display: block;
}

.main_recruit__pic {
  position: absolute;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .main_recruit__pic {
    display: none;
  }
}

.main_recruit__pic1 {
  position: absolute;
  max-width: 202px;
  width: 12.625%;
}
@media screen and (min-width: 1301px) {
  .main_recruit__pic1 {
    top: -60px;
    left: 3.5625%;
  }
}
@media screen and (max-width: 1300px) {
  .main_recruit__pic1 {
    top: -20px;
    left: 0;
  }
}

.main_recruit__pic2 {
  position: absolute;
}
@media screen and (min-width: 1301px) {
  .main_recruit__pic2 {
    top: -171px;
    right: 0;
    max-width: 261px;
    width: 16.3125%;
  }
}
@media screen and (max-width: 1300px) {
  .main_recruit__pic2 {
    top: -60px;
    right: 0;
    max-width: 202px;
    width: 12.625%;
  }
}

.main_recruit__image {
  display: block;
}
@media screen and (min-width: 1025px) {
  .main_recruit__image {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .main_recruit__image {
    max-width: 100%;
  }
}

.main_recruit__caption {
  position: absolute;
  left: 50%;
  width: 100%;
  height: auto;
  translate: -50% 0;
  text-align: center;
  color: #fff;
  font-size: clamp(4.4rem, 9.6774193548vw, 12rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 501px) {
  .main_recruit__caption {
    bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__caption {
    bottom: 40px;
  }
}

@media screen and (min-width: 501px) {
  .main_recruit__slider {
    margin-top: -80px;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__slider {
    margin-top: -40px;
  }
}

.main_recruit__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  -webkit-animation: sldier_block infinite linear 20000ms;
          animation: sldier_block infinite linear 20000ms;
}
@media screen and (min-width: 501px) {
  .main_recruit__images {
    min-width: 257.5%;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__images {
    min-width: 384.5333333333%;
  }
}

.main_recruit__img {
  display: block;
  height: auto;
  padding-right: clamp(24px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sldier_block {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}

@keyframes sldier_block {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}
.main_recruit__block {
  margin-top: clamp(40px, 7.5vw, 120px);
}
@media screen and (max-width: 1000px) {
  .main_recruit__block .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 1001px) {
  .main_recruit__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px;
    gap: 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .main_recruit__list {
    margin: 0 -12px;
    gap: 24px 0;
  }
}

.main_recruit__tab,
.main_recruit__card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .main_recruit__tab,
  .main_recruit__card {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main_recruit__tab,
  .main_recruit__card {
    padding: 0 12px;
  }
}

@media screen and (min-width: 1001px) {
  .main_recruit__tab {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .main_recruit__card {
    max-width: 33.3%;
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }
}
.main_recruit__link {
  display: block;
  padding-top: clamp(13px, 1.375vw, 22px);
  padding-left: clamp(13px, 1.375vw, 22px);
  padding-right: clamp(13px, 1.375vw, 22px);
  padding-bottom: 22px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_recruit__link:hover {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .main_recruit__tab .main_recruit__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__link {
    padding-bottom: 30px;
  }
}

.main_recruit__media {
  display: block;
  width: 100%;
  height: auto;
  overflow: clip;
}
@media screen and (min-width: 1025px) {
  .main_recruit__media {
    aspect-ratio: 329/224;
    max-width: 329px;
  }
}
@media screen and (max-width: 1024px) {
  .main_recruit__media {
    min-height: 133px;
  }
}
.main_recruit__media .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_recruit__media .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__media .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_recruit__link:hover .main_recruit__media .image {
  scale: 1.1;
}

.main_recruit__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(16px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .main_recruit__tab .main_recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main_recruit__lead {
  color: #000045;
}
@media screen and (min-width: 1025px) {
  .main_recruit__lead {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .main_recruit__lead {
    font-size: 1.6rem;
  }
}

.main_recruit__label {
  font-size: clamp(1rem, 1.2096774194vw, 1.5rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #00A0E9;
}

.main_recruit__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 48px;
  overflow: clip;
  border: 1px solid #000045;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .main_recruit__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_recruit__link:hover .main_recruit__ico {
  border-color: #003487;
  background-color: #003487;
}
@media screen and (min-width: 1001px) {
  .main_recruit__ico {
    width: 46px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__ico {
    width: 30px;
  }
}
.main_recruit__tab .main_recruit__ico {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.main_recruit__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .main_recruit__arrow {
    width: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__arrow {
    width: 10px;
  }
}
.main_entry {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(80px, 7.5vw, 120px);
}
@media screen and (min-width: 1031px) {
  .main_entry {
    max-width: 1060px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .main_entry {
    max-width: 1060px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .main_entry {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.main_entry__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #000045;
  gap: 30px;
  scale: 1;
}
@media screen and (min-width: 1001px) {
  .main_entry__link {
    height: 166px;
    padding-left: 72px;
    padding-right: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .main_entry__link {
    height: 96px;
    padding-left: 24px;
    padding-right: 20px;
  }
}
.main_entry__link:hover {
  opacity: 1;
}
@media screen and (min-width: 101px) {
  .main_entry__link:hover {
    scale: 1.1;
  }
}
@media screen and (max-width: 100px) {
  .main_entry__link:hover {
    scale: 1.05;
  }
}

.main_entry__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .main_entry__head {
    gap: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .main_entry__head {
    gap: 12px;
  }
}

.main_entry__caption {
  font-size: clamp(4rem, 5.1612903226vw, 6.4rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.main_entry__label {
  font-size: clamp(1.3rem, 1.4516129032vw, 1.8rem);
  word-break: auto-phrase;
}

.main_entry__ico {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .main_entry__ico {
    min-width: 54px;
    width: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .main_entry__ico {
    min-width: 30px;
    width: 30px;
  }
}
.main_entry__ico::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  z-index: -1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_entry__ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_entry__ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_entry__link:hover .main_entry__ico::before {
  background-color: #000045;
}

.main_entry__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 501px) {
  .main_entry__arrow {
    width: 15px;
  }
}
@media screen and (max-width: 500px) {
  .main_entry__arrow {
    width: 10px;
  }
}
.main_company {
  padding-top: clamp(80px, 10vw, 160px);
}

@media screen and (min-width: 1025px) {
  .main_company__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 104px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1228.8px) {
  .main_company__side {
    gap: 52px;
  }
}

.main_company__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_company__images {
  position: relative;
  display: block;
  max-width: 600px;
}
@media screen and (min-width: 1001px) {
  .main_company__images {
    width: 60%;
    min-width: 420px;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__images {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main_company__images {
    margin-top: 80px;
  }
}

.main_company__pic,
.main_company__image {
  display: block;
  aspect-ratio: 600/490;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_company__pic,
  .main_company__image {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__pic,
  .main_company__image {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.main_company__images.--view .main_company__pic,
.main_company__images.--view .main_company__image {
  opacity: 1;
}

.main_company__pic {
  position: absolute;
  z-index: 1;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.main_company__images.--view .main_company__pic {
  rotate: -3deg;
}
@media screen and (min-width: 1001px) {
  .main_company__images.--view .main_company__pic {
    bottom: 20px;
    left: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__images.--view .main_company__pic {
    bottom: 10px;
    left: -10px;
  }
}

.main_company__image {
  position: relative;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.main_company__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  padding-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 1001px) {
  .main_company__btn {
    padding-right: clamp(10px, 1vw, 16px);
  }
}
@media screen and (max-width: 1000px) {
  .main_company__btn {
    padding-right: 0;
  }
}
.main_company__btn::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000045;
  scale: 0 1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.main_company__btn + .main_company__btn {
  padding-top: clamp(24px, 2vw, 32px);
}
.main_company__btn:hover {
  opacity: 1;
}
.main_company__btn:hover::before {
  scale: 1 1;
}

.main_company__lead {
  display: block;
  font-size: clamp(1.6rem, 2.0967741935vw, 2.6rem);
  color: #000045;
  margin-bottom: 7px;
}

.main_company__label {
  font-size: clamp(1rem, 1.2096774194vw, 1.5rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #00A0E9;
}

.main_company__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  aspect-ratio: 1/1;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  border: 1px solid #000045;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_company__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_company__btn:hover .main_company__ico {
  border-color: #003487;
  background-color: #003487;
}
@media screen and (min-width: 1001px) {
  .main_company__ico {
    width: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__ico {
    width: 40px;
  }
}

.main_company__arrow {
  display: block;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_company__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (min-width: 501px) {
  .main_company__arrow {
    width: 15px;
  }
}
@media screen and (max-width: 500px) {
  .main_company__arrow {
    width: 10px;
  }
}
.main_news {
  margin-top: clamp(80px, 11.5vw, 184px);
  padding-bottom: clamp(104px, 10vw, 160px);
}

@media screen and (min-width: 1201px) {
  .main_news__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 104px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .main_news__block {
    gap: 52px;
  }
}

.main_news__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_news__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 9px;
  padding-bottom: clamp(24px, 2vw, 32px);
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.main_news__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003487;
  z-index: 1;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_news__link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_news__link:hover {
  opacity: 1;
}
.main_news__link:hover::before {
  scale: 1 1;
}
.main_news__list + .main_news__list .main_news__link {
  padding-top: clamp(24px, 2vw, 32px);
}

.main_news__time {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: clamp(8px, 1vw, 16px);
  color: #003487;
}
.main_news__time::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.main_news__time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.main_news__caption {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
@media screen and (min-width: 501px) {
  .main_news__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .main_news__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1001px) {
  .main_news__caption {
    line-height: 1.75;
  }
  .main_news__caption::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * (0.5em - 1px));
  }
  .main_news__caption::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .main_news__caption {
    line-height: 1.5;
  }
  .main_news__caption::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * (0.5em - 1px));
  }
  .main_news__caption::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}

.main_news__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 46px;
  height: auto;
  border-radius: 48px;
  overflow: clip;
  background-color: #fff;
  border: 1px solid #000045;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_news__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_news__link:hover .main_news__ico {
  background-color: #003487;
}
@media screen and (max-width: 1000px) {
  .main_news__ico {
    display: none;
  }
}

.main_news__arrow {
  display: block;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .main_news__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (min-width: 501px) {
  .main_news__arrow {
    width: 15px;
  }
}
@media screen and (max-width: 500px) {
  .main_news__arrow {
    width: 10px;
  }
}
.bg_block {
  position: relative;
  padding-top: clamp(56px, 9vw, 144px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg_block::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  aspect-ratio: 1000/741;
  width: 100%;
  height: auto;
  background-image: url("../images/common/bg_top.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (min-width: 1001px) {
  .bg_block::before {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .bg_block::before {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (min-width: 501px) {
  .bg_block::before {
    max-width: 62.5%;
  }
}
@media screen and (max-width: 500px) {
  .bg_block::before {
    max-width: 100%;
  }
}
.bg_block.--view::before {
  opacity: 1;
}

.page_nav {
  margin-bottom: clamp(80px, 6.5vw, 104px);
}

.page_list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .page_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .page_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .page_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page_lists {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}
@media screen and (min-width: 501px) {
  .page_lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .page_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page__list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-left: clamp(20px, 2vw, 32px);
  padding-right: clamp(20px, 2vw, 32px);
  padding-bottom: clamp(16px, 1.5vw, 24px);
  color: #003487;
  background-color: #fff;
  border: 1px solid #003487;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page__list__link[current], .page__list__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #003487;
}

.page_list__txt {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
}

.page_list__icon,
.page_list__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: auto;
}
.page_list__ico {
  rotate: 90deg;
}

.page_list__arrow {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.requirements_block table,
.company_block table {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .requirements_block table,
  .company_block table {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.requirements_block th,
.requirements_block td,
.company_block th,
.company_block td {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  line-height: 1.75;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .requirements_block th,
  .requirements_block td,
  .company_block th,
  .company_block td {
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 1000px) {
  .requirements_block th,
  .requirements_block td,
  .company_block th,
  .company_block td {
    display: block;
    width: 100%;
    padding: 1em 1em;
    border: none;
  }
}
.requirements_block th,
.company_block th {
  font-weight: 700;
  background-color: #EAE8E8;
  text-align: left;
  border-right: none;
}
@media screen and (min-width: 1001px) {
  .requirements_block th,
  .company_block th {
    width: 200px;
  }
}

.strength_block + .strength_block {
  margin-top: clamp(80px, 6vw, 96px);
}

@media screen and (min-width: 1001px) {
  .strength_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .strength_block__side {
    gap: 40px;
  }
}
.strength_block__side.--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.strength_block__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.strength_block__pic {
  display: block;
  max-width: 573px;
}
@media screen and (min-width: 1001px) {
  .strength_block__pic {
    width: 57.3%;
    min-width: 401.1px;
  }
}
@media screen and (max-width: 1000px) {
  .strength_block__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .strength_block__pic {
    margin-top: 40px;
  }
}

.strength_block__unity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #000045;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: clamp(32px, 3vw, 48px);
  font-weight: 700;
  font-size: clamp(3.2rem, 3.8709677419vw, 4.8rem);
}

.strength_block__unit {
  display: inline-block;
  font-size: 0.5em;
  border-bottom: 2px solid #000045;
}

.strength_block__num {
  font-size: 1em;
}

.strength_block__card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 1001px) {
  .strength_block__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .strength_block__card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.strength_block__lead {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  background-color: #00A0E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  min-height: 96px;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  margin-bottom: 28px;
}
.strength_block__lead::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 24px;
  height: 19px;
  background-color: inherit;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  translate: -50% 0;
}

.strength_block__normal,
.strength_block__small,
.strength_block__large {
  font-weight: inherit;
}

.strength_block__normal {
  font-size: inherit;
  line-height: 1.25em;
}

.strength_block__small {
  font-size: 0.9em;
}

.strength_block__large {
  font-size: 1.6em;
}

.strength_block__image {
  display: block;
  margin-bottom: 16px;
}

.strength_block__img {
  max-width: 466px;
  margin-bottom: 31px;
}

.strength_block__txt {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.5;
  font-weight: 700;
}
.strength_block__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.strength_block__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.strength_block__text {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.5;
  font-weight: 700;
}
.strength_block__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.strength_block__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.works_block + .works_block {
  margin-top: 80px;
}

.works_block__table th,
.works_block__table td {
  display: table-cell !important;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  vertical-align: middle;
  width: auto;
}
@media screen and (min-width: 1001px) {
  .works_block__table th,
  .works_block__table td {
    text-align: center;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .works_block__table th,
  .works_block__table td {
    text-align: left;
  }
}
.works_block__table th {
  color: #fff;
  background-color: #003487;
}
@media screen and (max-width: 1000px) {
  .works_block__table td {
    background-color: #EAE8E8;
  }
}

@media screen and (min-width: 1001px) {
  .works_table__narrow {
    min-width: 200px;
  }
}

.works_banner {
  margin-top: clamp(80px, 10vw, 160px);
}

.works_banner__link {
  position: relative;
  padding-top: clamp(30px, 2.5vw, 40px);
  padding-bottom: clamp(30px, 3.375vw, 54px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 718px;
  display: block;
  border-radius: 0px;
  overflow: clip;
  color: #fff;
}
.works_banner__link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0054B2), to(#029ACC));
  background-image: -webkit-linear-gradient(left, #0054B2 40%, #029ACC 100%);
  background-image: linear-gradient(to right, #0054B2 40%, #029ACC 100%);
  opacity: 0.7;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
}
.works_banner__link:hover {
  opacity: 1;
}
.works_banner__link:hover::before {
  opacity: 0.6;
}

.works_banner__image {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  scale: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: inherit;
  transition: inherit;
}
.works_banner__link:hover .works_banner__image {
  scale: 1.1;
}

.works_banner__head {
  display: block;
  text-align: center;
}

.works_banner__caption {
  font-size: clamp(4rem, 6.4516129032vw, 8rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: clamp(6px, 0.75vw, 12px);
}

.works_banner__lead {
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  margin-bottom: clamp(16px, 2vw, 32px);
}

.works_banner__txt {
  display: block;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  padding-top: clamp(8px, 0.75vw, 12px);
  padding-bottom: clamp(10px, 0.875vw, 14px);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .works_banner__txt {
    max-width: 312px;
  }
}
@media screen and (max-width: 1000px) {
  .works_banner__txt {
    max-width: 221px;
  }
}

.business_block + .business_block {
  margin-top: clamp(80px, 6.5vw, 104px);
}

.business_block__head {
  margin-bottom: 32px;
}

.business_block__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  margin-bottom: 16px;
}

.business_block__slider {
  margin-bottom: clamp(60px, 6.5vw, 104px);
}
.business_block__slider .slick-dots {
  position: static;
}

.business_block__link {
  display: block;
  width: 100%;
  height: auto;
  overflow: clip;
  cursor: pointer;
}
.business_block__link:hover {
  opacity: 1;
}

.business_block__pic {
  display: block;
  aspect-ratio: 1200/478;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .business_block__pic {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .business_block__pic {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.business_block__link:hover .business_block__pic {
  scale: 1.1;
}

.business_block__list {
  overflow: clip;
  margin-top: clamp(12px, 2vw, 32px);
  margin-left: -5px;
  margin-right: -5px;
}

.business_block__item {
  display: block;
  margin: 0 5px;
  overflow: clip;
}

.business_block__tab {
  display: block;
  aspect-ratio: 191/146;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .business_block__tab {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .business_block__tab {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.business_block__tab:hover {
  scale: 1.1;
}

.nivo-lightbox-image img {
  display: block;
  margin: auto !important;
}

.business_block__visual {
  display: block;
  margin-bottom: clamp(20px, 1.375vw, 22px);
}

.nivo-lightbox-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.job_block + .job_block {
  margin-top: clamp(80px, 6.5vw, 104px);
}

@media screen and (min-width: 1001px) {
  .job_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .job_block__side {
    gap: 40px;
  }
}

.job_block__pic {
  display: block;
  max-width: 574px;
}
@media screen and (min-width: 1001px) {
  .job_block__pic {
    width: 57.4%;
    min-width: 401.8px;
  }
}
@media screen and (max-width: 1000px) {
  .job_block__pic {
    width: 100%;
  }
}

.job_block__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .job_block__inner {
    margin-top: 40px;
  }
}

.jpb_block__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 1001px) {
  .jpb_block__images {
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .jpb_block__images {
    gap: 8px;
  }
}

.job_block__item {
  background-color: #fff;
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .job_block__item {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .job_block__item {
    padding-bottom: 32px;
  }
}

.job_block__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 821px) {
  .job_block__container {
    max-width: 840px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 820px) {
  .job_block__container {
    max-width: 840px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .job_block__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .job_block__container {
    margin-top: -112px;
  }
}

.job_block__list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px 56px;
}
@media screen and (min-width: 1001px) {
  .job_block__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .job_block__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .job_block__list .job_block__tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.job_block__ico {
  display: block;
  max-width: 146px;
  margin-bottom: 16px;
}

.job_block__txt {
  padding-left: 32px;
  background-image: url("../images/page/check.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: top left;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .job_block__txt br {
    display: none;
  }
}

.job_block__card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 1001px) {
  .job_block__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 48px;
  }
}
@media screen and (max-width: 1000px) {
  .job_block__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}

.job_block__image {
  display: block;
  aspect-ratio: 576/399;
  width: 100%;
  height: auto;
  overflow: clip;
  margin-bottom: clamp(28px, 2vw, 32px);
}
.job_block__image .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job_block__caption {
  padding-bottom: 16px;
}

@media screen and (min-width: 1001px) {
  .people_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .people_block__side {
    gap: 40px;
  }
}

.people_block__nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .people_block__nav {
    width: 250px;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 100px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .people_block__nav {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .people_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px 32px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 1001px) {
  .people_list__tab + .people_list__tab {
    margin-top: clamp(20px, 1.5vw, 24px);
  }
}
.people_list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.people_list__link.active, .people_list__link:hover {
  opacity: 1;
}

.people_list__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003487;
  background-color: #fff;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 50px;
  overflow: clip;
}
.people_list__link.active .people_list__ico, .people_list__link:hover .people_list__ico {
  background-color: #003487;
}

.people_list__arrow {
  display: block;
  rotate: 90deg;
  width: 12px;
  height: auto;
}
.people_list__name {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.people_list__name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003487;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .people_list__name::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .people_list__name::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.people_list__link.active .people_list__name::before, .people_list__link:hover .people_list__name::before {
  scale: 1 1;
}

.people_list__initial {
  font-size: 1.25em;
}

.people_list__class {
  display: block;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  width: 100%;
}

.people_block__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.people_block__content {
  padding-top: clamp(32px, 4vw, 64px);
  padding-left: clamp(24px, 4vw, 64px);
  padding-right: clamp(24px, 4vw, 64px);
  padding-bottom: clamp(32px, 4vw, 64px);
}
.people_block__content + .people_block__content {
  margin-top: clamp(60px, 5.5vw, 88px);
}

.people_visual,
.people_visual__pic {
  position: relative;
}

.people_visual {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.people_visual__pic {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.people_visual__pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(58, 58, 58, 0.5)), color-stop(50%, rgba(58, 58, 58, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(58, 58, 58, 0.5) 0, rgba(58, 58, 58, 0) 50%);
  background-image: linear-gradient(to top, rgba(58, 58, 58, 0.5) 0, rgba(58, 58, 58, 0) 50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.people_visual__head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .people_visual__head {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    padding-left: clamp(32px, 3vw, 48px);
    padding-right: clamp(32px, 3vw, 48px);
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .people_visual__head {
    margin-top: 24px;
  }
}

.people_visual__caption {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-top: 6px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #003487;
  margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
  .people_visual__caption {
    color: #fff;
  }
}

.people_visual__lead {
  display: block;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1.75;
}
.people_visual__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.people_visual__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (min-width: 501px) {
  .people_visual__lead {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  }
}

.people_block__head {
  border-left: 4px solid #003487;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(16px, 1.5vw, 24px);
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.people_block__lead {
  display: block;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.people_block__name {
  font-size: 2.4rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 0.8;
}

.people_block__class {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}

.people_box__data + .people_box__data {
  margin-top: 40px;
}

.people_box__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  line-height: 1.7em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #003487;
}
.people_box__caption::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: "Q";
  aspect-ratio: 1/1;
  width: 34px;
  min-width: 34px;
  height: auto;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #003487;
  border-radius: 34px;
  overflow: clip;
}

.people_box__txt {
  margin-top: clamp(10px, 1vw, 16px);
}

.people_message {
  margin-top: clamp(40px, 3.5vw, 56px);
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(24px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
  background-color: #F2F5F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .people_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}

.people_message__image {
  display: block;
  background-color: #fff;
  aspect-ratio: 211/209;
  height: auto;
}
@media screen and (min-width: 501px) {
  .people_message__image {
    width: 211px;
  }
}
@media screen and (max-width: 500px) {
  .people_message__image {
    width: 100%;
    margin-bottom: 32px;
  }
}

.people_message__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.people_message__lead {
  font-size: 1.8rem;
  color: #003487;
  background-color: #fff;
  padding: 5px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
}

.benefits_block ~ .benefits_block {
  margin-top: clamp(52px, 6.5vw, 104px);
}

.benefits_block__nav {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.benefits_block__list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .benefits_block__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .benefits_block__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .benefits_block__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.benefits_block__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #00A0E9;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  line-height: 1.25em;
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-left: clamp(16px, 1.5vw, 24px);
  padding-right: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(16px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .benefits_block__tab {
    min-height: 95px;
  }
}
@media screen and (max-width: 500px) {
  .benefits_block__tab {
    min-height: 60px;
  }
}

.benefits_block__caption {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  line-height: 1.45em;
}

@media screen and (min-width: 1001px) {
  .benefits_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 76px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .benefits_block__side {
    gap: 38px;
  }
}

.benefits_block__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.benefits_block__pic {
  display: block;
  max-width: 574px;
}
@media screen and (min-width: 1001px) {
  .benefits_block__pic {
    width: 47.8333333333%;
    min-width: 401.8px;
  }
}
@media screen and (max-width: 1000px) {
  .benefits_block__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .benefits_block__pic {
    margin-top: 40px;
  }
}

.benefits_block__images {
  margin-top: clamp(80px, 8vw, 128px);
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 5px;
}
@media screen and (min-width: 501px) {
  .benefits_block__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .benefits_block__images {
    grid-template-columns: repeat(1, 1fr);
  }
}

.benefits_block__box {
  position: relative;
  padding-top: clamp(32px, 4vw, 64px);
  padding-left: clamp(24px, 6.25vw, 100px);
  padding-right: clamp(24px, 6.25vw, 100px);
  padding-bottom: clamp(32px, 5.125vw, 82px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.benefits_block__catch {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .benefits_block__catch {
    position: absolute;
    top: 64px;
    left: 100px;
    max-width: 46.8531468531%;
  }
}

.benefits_block__items {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px 3px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: clamp(40px, 6.34765625vw, 65px);
}
@media screen and (min-width: 501px) and (min-width: 1025px) {
  .benefits_block__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .benefits_block__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .benefits_block__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.benefits_block__textarea {
  position: relative;
  max-width: 211px;
}
.benefits_block__textarea::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.benefits_block__text {
  font-size: 1.5rem;
  font-weight: 700;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  padding-top: 1.2em;
  padding-left: 1.8em;
  padding-right: 1.8em;
  padding-bottom: 1.2em;
  border-radius: 10px;
  overflow: clip;
}

.benefits_block__steps {
  position: relative;
  display: block;
}

.benefits_block__ico {
  position: absolute;
  bottom: 0;
  display: block;
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
  max-height: 80px;
}
.benefits_block__ico .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.benefits_block__start {
  left: 0;
}

.benefits_block__end {
  right: 0;
}

.benefits_block__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.benefits_block__num {
  font-size: 1.2307692308em;
}

.benefits_block__txt {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.benefits_block__step1 .benefits_block__text {
  border-color: #3D68AE;
}
.benefits_block__step1 .benefits_block__count {
  color: #3D68AE;
}
.benefits_block__step1 .benefits_block__textarea::after,
.benefits_block__step1 .benefits_block__txt {
  background-color: #3D68AE;
}
@media screen and (min-width: 1001px) {
  .benefits_block__step1 .benefits_block__txt {
    min-height: 56px;
  }
}

.benefits_block__step2 .benefits_block__text {
  border-color: #1F54A8;
}
.benefits_block__step2 .benefits_block__count {
  color: #1F54A8;
}
.benefits_block__step2 .benefits_block__textarea::after,
.benefits_block__step2 .benefits_block__txt {
  background-color: #1F54A8;
}
@media screen and (min-width: 1001px) {
  .benefits_block__step2 .benefits_block__txt {
    min-height: 112px;
  }
}

.benefits_block__step3 .benefits_block__text {
  border-color: #0D46A1;
}
.benefits_block__step3 .benefits_block__count {
  color: #0D46A1;
}
.benefits_block__step3 .benefits_block__textarea::after,
.benefits_block__step3 .benefits_block__txt {
  background-color: #0D46A1;
}
@media screen and (min-width: 1001px) {
  .benefits_block__step3 .benefits_block__txt {
    min-height: 168px;
  }
}

.benefits_block__step4 .benefits_block__text {
  border-color: #003487;
}
.benefits_block__step4 .benefits_block__count {
  color: #003487;
}
.benefits_block__step4 .benefits_block__textarea::after,
.benefits_block__step4 .benefits_block__txt {
  background-color: #003487;
}
@media screen and (min-width: 1001px) {
  .benefits_block__step4 .benefits_block__txt {
    min-height: 224px;
  }
}

.benefits_block__unit {
  display: block;
  text-align: center;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  color: #003487;
  padding: 8px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.data_block__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(40px, 3.5vw, 56px);
  margin-left: -12px;
  margin-right: -12px;
  gap: 24px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.data_block__card {
  display: block;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .data_block__card {
    max-width: 33.3%;
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .data_block__card {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 500px) {
  .data_block__card {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.data_block__wrap {
  display: block;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .data_block__wrap {
    max-width: 66.6%;
    -webkit-flex-basis: 66.6%;
        -ms-flex-preferred-size: 66.6%;
            flex-basis: 66.6%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .data_block__wrap {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 500px) {
  .data_block__wrap {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.data_block__item {
  background-color: #F2F5F9;
  text-align: center;
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: clamp(32px, 4vw, 64px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.data_block__lead {
  display: block;
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  margin-bottom: 16px;
}

.data_block__ico {
  display: block;
  aspect-ratio: 1/1;
  max-width: 152px;
  width: 100%;
  height: auto;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.data_block__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
}
.data_block__graph .data_block__data {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.data_block__caption {
  display: block;
  color: #003487;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(4rem, 4.5161290323vw, 5.6rem);
  line-height: 0.8;
}
.data_block__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.8) * (0.5em - 1px));
}
.data_block__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
.data_block__percent .data_block__caption {
  font-size: clamp(2.4rem, 3.8709677419vw, 4.8rem);
}

.data_block__txt {
  display: block;
  font-size: clamp(3.2rem, 2.9838709677vw, 3.7rem);
  font-weight: 700;
  line-height: 1;
}
.data_block__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.data_block__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.data_block__percent .data_block__txt {
  font-size: clamp(1.8rem, 2.0967741935vw, 2.6rem);
}

@media screen and (min-width: 1001px) {
  .data_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}

.data_block__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 1001px) {
  .data_block__info {
    gap: 42px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .data_block__info {
    gap: 32px 24px;
    margin-top: 32px;
  }
}

.data_block__percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1001px) {
  .data_block__inner {
    width: 320px;
  }
}

.data_block__graph {
  position: relative;
  display: block;
  max-width: 230px;
  width: 100%;
  height: auto;
}

.data_block__label {
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
}

.requirements_block__content {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.requirements_block__tab + .requirements_block__tab {
  margin-top: 16px;
}

.requirements_block__lead,
.requirements_block__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  gap: 8px;
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-left: clamp(20px, 2vw, 32px);
  padding-right: clamp(20px, 2vw, 32px);
  padding-bottom: clamp(16px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #003487;
}
.requirements_block__lead:hover,
.requirements_block__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #000045;
  border-color: #003487;
}

.requirements_block__lead {
  color: #fff;
  background-color: #000045;
  border-color: #003487;
}

.requirements_block__catch {
  position: relative;
  display: block;
  font-size: clamp(1.6rem, 1.7741935484vw, 2.2rem);
  font-weight: 700;
}

.requirements_btn {
  margin-top: clamp(40px, 4vw, 64px);
  text-align: center;
}

.requirements_btn__entry {
  display: block;
  max-width: 600px;
  line-height: 88px;
  color: #003487;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  overflow: clip;
}
.requirements_btn__entry::before, .requirements_btn__entry::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .requirements_btn__entry::before, .requirements_btn__entry::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .requirements_btn__entry::before, .requirements_btn__entry::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.requirements_btn__entry::before {
  background-color: #0054B2;
  z-index: -2;
}
.requirements_btn__entry::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0054B2), to(#029ACC));
  background-image: -webkit-linear-gradient(left, #0054B2 40%, #029ACC 100%);
  background-image: linear-gradient(to right, #0054B2 40%, #029ACC 100%);
  translate: 0% 0;
}
.requirements_btn__entry:hover {
  opacity: 1;
}
.requirements_btn__entry:hover::after {
  translate: 100% 0;
}

.requirements_btn__txt {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  font-weight: 700;
  color: #fff;
}

.requirements_btn__ico {
  position: absolute;
  top: 50%;
  right: 7.6666666667%;
  translate: 0 -50%;
}

.requirements_btn__back {
  display: inline-block;
  margin-top: clamp(32px, 3vw, 48px);
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}

.company_block + .company_block {
  margin-top: clamp(100px, 7.5vw, 120px);
}

.company_block__item + .company_block__item {
  margin-top: clamp(60px, 5vw, 80px);
}

@media screen and (min-width: 1001px) {
  .company_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .company_block__side {
    gap: 40px;
  }
}

.company_block__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company_block__image {
  display: block;
  max-width: 355px;
}
@media screen and (min-width: 1001px) {
  .company_block__image {
    width: 29.5833333333%;
    min-width: 248.5px;
  }
}
@media screen and (max-width: 1000px) {
  .company_block__image {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .company_block__image {
    margin-top: 40px;
  }
}

.company_block__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  margin-top: clamp(20px, 2vw, 32px);
}
@media screen and (min-width: 1001px) {
  .company_block__caption {
    gap: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .company_block__caption {
    gap: 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.company_block__class {
  font-size: 0.7142857143em;
  font-weight: inherit;
  letter-spacing: 0.05em;
}

.company_block__name {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0.05em;
}

.company_map {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 1001px) {
  .company_map {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .company_map {
    height: 350px;
  }
}
.company_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.company_address {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  line-height: 1.75;
}
.company_address::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.company_address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.contact_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.contact_block__list {
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .contact_block__list {
    margin-top: 50px;
    margin-bottom: 80px;
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__list {
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 8px;
  }
}

.contact_block__tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #003487;
  background: #fff;
  border: 1px solid #003487;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}
.contact_block__tab.active {
  color: #fff;
  background: #003487;
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 34px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #003487;
}
@media screen and (min-width: 1001px) {
  .contact_block__line {
    width: 72px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__line {
    width: 20px;
  }
}

.policy_block__wrap + .policy_block__wrap {
  margin-top: clamp(32px, 3.375vw, 54px);
}

.policy_block__lead {
  display: block;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 8px;
}
.policy_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.policy_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.policy_block__description {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-weight: 400;
}
.policy_block__description::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.policy_block__description::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.found_block {
  padding-top: clamp(120px, 11.75vw, 188px);
}

.found_head {
  display: block;
  gap: 8px;
  text-align: center;
  margin-bottom: clamp(40px, 4.5vw, 72px);
}

.found_head__lead {
  display: block;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1;
  margin-bottom: 16px;
}
.found_head__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.found_head__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.found_head__caption {
  display: block;
  font-size: clamp(4rem, 5.1612903226vw, 6.4rem);
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0054B2), to(#029ACC));
  background-image: -webkit-linear-gradient(left, #0054B2 40%, #029ACC 100%);
  background-image: linear-gradient(to right, #0054B2 40%, #029ACC 100%);
}
.found_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.found_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.found_menu {
  margin-top: clamp(40px, 4vw, 64px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu li {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 32px;
    margin: auto;
  }
  .found_menu li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li {
    border-bottom: 1px solid #3A3A3A;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

.post_block {
  padding-top: clamp(32px, 5vw, 80px);
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
  padding-bottom: clamp(32px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post_list__tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  padding-bottom: clamp(18px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003487;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_list__tab:hover {
  opacity: 1;
}
.post_list__tab:hover::after {
  scale: 1 1;
}
.post_list__tab + .post_list__tab {
  padding-top: clamp(18px, 1.5vw, 24px);
}

.post_list__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #003487;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post_card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .post_card {
    gap: 40px 32px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .post_card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.post_card__link {
  display: block;
}
.post_card__link:hover {
  opacity: 1;
}

.post_card__pic {
  display: block;
  background-color: #828282;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: clip;
     object-fit: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.post_card__pic .image {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_card__link .post_card__pic .image {
  scale: 1.1;
}

.post_card__headline {
  display: block;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.post_card__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #003487;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_card__lead {
  display: block;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_card__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.post_card__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}

.post_card__caption {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_card__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_card__caption {
    -webkit-line-clamp: 1;
  }
}

.post_item__side {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(40px, 3vw, 48px);
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1001px) {
  .post_item__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .post_item__side {
    gap: 20px;
  }
}
.post_item__side + .post_item__side {
  padding-top: clamp(40px, 3vw, 48px);
}
@media screen and (max-width: 1000px) {
  .post_item__side {
    display: block;
  }
}
.post_item__side::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  background-color: #003487;
}
@media screen and (min-width: 1001px) {
  .post_item__side::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__side::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_item__side:hover {
  opacity: 1;
}
.post_item__side:hover::before {
  scale: 1 1;
}

.post_item__pic {
  display: block;
  max-width: 240px;
  aspect-ratio: 240/160;
  background-color: #F5F5F5;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 24%;
    min-width: 168px;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.post_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .post_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_item__side:hover .post_item__pic {
  opacity: 1;
}
.post_item__side:hover .post_item__pic .image {
  scale: 1.1;
}

.post_item__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 500px) {
  .post_item__inner {
    margin-top: 32px;
  }
}

.post_item__ico {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
  border: 1px solid #003487;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .post_item__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_item__side:hover .post_item__ico {
  background-color: #003487;
}
@media screen and (max-width: 1000px) {
  .post_item__ico {
    display: none;
  }
}

.post_item__arrow {
  display: block;
  width: 12px;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .post_item__headline {
    margin-bottom: clamp(24px, 2vw, 32px);
  }
}
.post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #003487;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_item__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_item__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * (0.5em - 1px));
}
.post_item__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_item__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__lead {
    -webkit-line-clamp: 1;
  }
}

.post_item__caption {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}

.single_block {
  max-width: 1000px;
  padding-top: clamp(32px, 5vw, 80px);
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
  padding-bottom: clamp(32px, 5vw, 80px);
}

.single_block__image {
  display: block;
  aspect-ratio: 4/3;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.single_block__headline {
  display: block;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.single_block__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #003487;
  font-weight: 700;
}

.single_block__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.single_block__btn {
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #ccc;
}

.single_item__side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .single_item__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  .single_item__side {
    gap: 24px;
  }
}
.single_item__side + .single_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #ccc;
}

.single_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #828282;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .single_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic {
    width: 100%;
  }
}
.single_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .single_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.single_item__pic:hover {
  opacity: 1;
}
.single_item__pic:hover .image {
  scale: 1.1;
}

.single_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding-top: clamp(24px, 2vw, 32px);
  margin-top: clamp(40px, 6.25vw, 100px);
}
.single_nav a {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #003487;
}

.single_nav__move {
  min-width: 56px;
}
.single_nav__move a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-width: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_nav__move a path {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media screen and (min-width: 1001px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.single_nav__move a:hover path {
  fill: #003487;
}/*# sourceMappingURL=customize.css.map */