@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=Manrope:wght@200..800&display=swap");
.technology_block__pic .image,
.technology_block__image .image, .technology_content__txt, .single_item__pic, .single_block__image img, .single_block, .post_item__pic, .post_list, .entry_block, .activities_block__youtube, .outline_block__btn, .requirements_block__inner, .data_block__ico, .staff_block__image, .personality_block__ico, .business_contents__ico, .business_block__pic, .main_activities__link .cm_btn__link, .main_activities__link {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
@-webkit-keyframes turn_image {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes turn_image {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
/* template color */
/* custom color */
.sldier_list .slick-arrow::after, .post_card__ico .dummy,
.post_card__ico .image, .footer_rtt .dummy,
.footer_rtt .image, .main_works .cm_btn__link:hover .cm_btn__ico .dummy,
.main_works .cm_btn__link:hover .cm_btn__ico .image, .footer_block .cm_btn__link:hover .cm_btn__ico .dummy,
.footer_block .cm_btn__link:hover .cm_btn__ico .image {
  -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%);
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(9%) hue-rotate(357deg) brightness(92%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(9%) hue-rotate(357deg) brightness(92%) contrast(92%);
}

/* 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;
}
.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(32px, 3.5vw, 56px);
  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 32px;
}
@media screen and (min-width: 1001px) {
  .footer_block .cm_btn {
    -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_business .cm_btn, .main_works .cm_btn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main_business .cm_btn, .main_works .cm_btn, .technology_block .cm_btn, .requirements_content .cm_btn {
  margin-top: clamp(40px, 6vw, 96px);
}
.technology_content .cm_btn {
  margin-top: clamp(40px, 10vw, 160px);
}

@media screen and (min-width: 1001px) {
  .cm_btn__start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cm_btn__link {
  position: relative;
  display: block;
  max-width: 240px;
  width: 100%;
  min-width: 240px;
  height: auto;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  overflow: clip;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #0D258A;
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    line-height: 56px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    line-height: 48px;
  }
}
.cm_btn__link:hover {
  opacity: 1;
  background-color: #091C66;
}
.main_works .cm_btn__link {
  background-color: #091C66;
}
.main_works .cm_btn__link:hover {
  color: #333;
  background-color: #fff;
}
.footer_block .cm_btn__link {
  max-width: 296px;
  min-width: 296px;
  background-color: #091C66;
}
.footer_block .cm_btn__link:hover {
  color: #333;
  background-color: #fff;
}

.cm_btn__ico {
  position: absolute;
  top: 50%;
  right: 36px;
  z-index: 1;
  translate: 50% -50%;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
  overflow: clip;
  background-color: #fff;
  border-radius: 50px;
  overflow: clip;
}
.cm_btn__ico .dummy,
.cm_btn__ico .image {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
.cm_btn__ico .dummy {
  translate: -150px -50%;
}
.main_works .cm_btn__link:hover .cm_btn__ico, .footer_block .cm_btn__link:hover .cm_btn__ico {
  background-color: #0D258A;
}
.cm_btn__link:hover .cm_btn__ico {
  width: 40px;
}
.cm_btn__link:hover .cm_btn__ico .dummy {
  translate: -50% -50%;
}
.cm_btn__link:hover .cm_btn__ico .image {
  translate: 150px -50%;
}

.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;
}

.lead_block {
  margin-bottom: clamp(32px, 3vw, 48px);
}

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

.page_head {
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  .page_head {
    text-align: center;
  }
}

.page_head__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1.4583333333;
  color: #0D258A;
  margin-bottom: clamp(5px, 0.625vw, 10px);
}
.page_head__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4583333333) * (0.5em - 1px));
}
.page_head__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4583333333) * 0.5em);
}

.page_head__caption {
  display: block;
  font-size: clamp(1.3rem, 1.3709677419vw, 1.7rem);
  line-height: 1.3529411765;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.page_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3529411765) * (0.5em - 1px));
}
.page_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3529411765) * 0.5em);
}

.head_line {
  padding-bottom: clamp(18px, 1.5vw, 24px);
  margin-bottom: clamp(32px, 3vw, 48px);
  border-bottom: 1px solid #0D258A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.head_line__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;
  font-weight: 600;
}
@media screen and (min-width: 501px) {
  .head_line__caption {
    font-size: 1.8rem;
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .head_line__caption {
    font-size: 1.6rem;
    gap: 8px;
  }
}
.activities_block__item .head_line__caption {
  word-break: keep-all;
}
.head_line__caption::before {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  content: "";
  aspect-ratio: 1/1;
  max-width: 8px;
  min-width: 8px;
  width: 8px;
  height: auto;
  border-radius: 8px;
  overflow: clip;
  background-color: #0D258A;
}

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

.head_default {
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

.head_default__lead {
  font-weight: 600;
}
@media screen and (min-width: 501px) {
  .head_default__lead {
    font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
    line-height: 1.7142857143;
  }
  .head_default__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * (0.5em - 1px));
  }
  .head_default__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
  }
}
@media screen and (max-width: 500px) {
  .head_default__lead {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  .head_default__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6666666667) * (0.5em - 1px));
  }
  .head_default__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  }
}

.fade {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .fade {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .fade {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.fade.--show {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
.fade.delay1 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.fade.delay2 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.fade.delay3 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.view {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .view {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .view {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.view.--show {
  opacity: 1;
}
.view.delay1 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.view.delay2 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

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

.cm_back__btn {
  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;
}
.cm_back__btn:hover {
  opacity: 1;
}

.cm_back__txt {
  color: #0D258A;
  font-size: clamp(1.5rem, 1.3709677419vw, 1.7rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.cm_back__btn:hover .cm_back__txt {
  color: #091C66;
}

.cm_back__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;
  width: 24px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: 1;
}
.cm_back__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #0D258A;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 50%;
  z-index: -1;
  transition: inherit;
}
.cm_back__btn:hover .cm_back__ico::before {
  background-color: #091C66;
}

.cm_back__arrow {
  display: block;
  width: 10px;
}

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

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

* {
  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: #333;
  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,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-style: normal;
}
@media screen and (min-width: 1001px) {
  p,
  th,
  td,
  li,
  dt,
  dd,
  address {
    line-height: 2em;
  }
}
@media screen and (max-width: 1000px) {
  p,
  th,
  td,
  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;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  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: #0D258A;
  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: #D5D5D5;
    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);
}
@media screen and (min-width: 1001px) {
  .lazy.delay1 {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .lazy.delay2 {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 1001px) {
  .lazy-show.delay1 {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .lazy-show.delay2 {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
}

.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #ccc;
    background-color: #F7F7F7;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.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;
  margin-top: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) {
  .wp-pagenavi {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .wp-pagenavi {
    gap: 12px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  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;
  color: #444545;
  background-color: #fff;
  width: auto;
  height: 39px;
}
@media screen and (min-width: 501px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.8rem;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  opacity: 1;
  color: #0D258A;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  opacity: 1;
  color: #fff;
  background-color: #0D258A;
  font-weight: 500 !important;
  width: 36px;
  border-radius: 50%;
}
.wp-pagenavi a.current:hover,
.wp-pagenavi span.current:hover {
  color: #fff;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  aspect-ratio: 1/1;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/ico-arrow.svg");
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(1%) saturate(0%) hue-rotate(160deg) brightness(98%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(90%) sepia(1%) saturate(0%) hue-rotate(160deg) brightness(98%) contrast(89%);
}
.wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

@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: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0D258A;
  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;
  }
}

.break_all {
  display: block !important;
}

/* module */
.cm-bread {
  display: block;
  padding-top: clamp(8px, 1vw, 16px);
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.header_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-left: clamp(16px, 3vw, 48px);
  padding-right: clamp(16px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  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) {
  .header_area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 104px;
    background-color: #fff;
    -webkit-transition-property: all;
    transition-property: all;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) {
  .header_area {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1000px) {
  .header_area {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1001px) {
  .header_area.--active {
    translate: 0 -104px;
  }
}
@media screen and (max-width: 1000px) {
  .header_area {
    height: 64px;
  }
}

.header_logo {
  display: inline-block;
}
.header_logo img {
  display: block;
  width: auto;
  height: auto;
}

.header_logo__link {
  display: block;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .header_logo__link {
    width: 304px;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo__link {
    width: 200px;
  }
}

.header_trigger {
  position: fixed;
  top: 12px;
  right: 12px;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background: #0D258A;
  z-index: 10;
  cursor: pointer;
  border-radius: 40px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  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% - 6px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% - 6px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:last-child {
  -webkit-transform: translateY(calc(-50% + 6px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% + 6px)) 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: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_menu a:hover {
  opacity: 1;
  color: #0D258A;
}
.header_menu a span {
  display: none;
}
.header_menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_menu ul {
    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: 48px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1500px) {
  .header_menu ul {
    gap: 24px;
  }
}
.header_menu .sub-menu,
.header_menu .children {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  padding: 40px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_menu .sub-menu::before,
.header_menu .children::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 20px);
  background-color: #F7F7F7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: clip;
}
.header_menu .sub-menu li,
.header_menu .children li {
  font-size: 1.5rem;
  line-height: 1.8666666667em;
}
.header_menu .sub-menu a,
.header_menu .children a {
  position: relative;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.header_menu .sub-menu a::before,
.header_menu .children a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
@media screen and (min-width: 1001px) {
  .header_menu li {
    position: relative;
  }
  .header_menu li:hover > .sub-menu,
  .header_menu li:hover > .children {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .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: 70px;
    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 a {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  color: #fff;
  background-color: #0D258A;
}
.header_btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #091C66;
}
@media screen and (min-width: 1001px) {
  .header_btn a {
    width: 176px;
    line-height: 56px;
    border-radius: 8px;
    overflow: clip;
  }
}

.kv {
  margin-bottom: clamp(80px, 10.5vw, 168px);
  position: relative;
}
@media screen and (min-width: 1001px) {
  .kv {
    padding-top: 104px;
  }
}
@media screen and (max-width: 1000px) {
  .kv {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1001px) {
  .kv_over {
    padding-top: clamp(104px, 16vw, 256px);
  }
}
@media screen and (max-width: 1000px) {
  .kv_over {
    padding-top: 64px;
  }
}

.kv_pic {
  display: block;
}

.kv_pic__image {
  display: block;
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv_block {
  position: relative;
}

@media screen and (min-width: 1001px) {
  .kv_head__block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 80px;
  }
  .kv_head__block::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1201px) {
  .kv_head__block::before {
    max-width: 824px;
    max-height: 265px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .kv_head__block::before {
    max-width: 500px;
    max-height: 200px;
  }
}

@media screen and (min-width: 1001px) {
  .kv_head {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .kv_head {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .kv_head {
    padding-top: 72px;
  }
}

.kv_head__caption {
  display: block;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(4rem, 5.1612903226vw, 6.4rem);
  margin-bottom: 8px;
}
.kv_head__caption::first-letter {
  text-transform: capitalize;
}

.kv_head__lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 600;
  color: #0D258A;
}

.footer_block {
  position: relative;
  margin-top: clamp(200px, 16.25vw, 260px);
}
@media screen and (min-width: 1201px) {
  .footer_block::before {
    display: block;
    content: "";
    max-width: 824px;
    width: 51.5%;
    height: 112px;
    background-color: #0D258A;
  }
  #business + .footer_block {
    margin-top: -112px;
  }
}
@media screen and (max-width: 1200px) {
  #business + .footer_block {
    margin-top: 0;
  }
}

.footer_area {
  color: #fff;
  background-color: #0D258A;
  padding-bottom: clamp(72px, 6.125vw, 98px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .footer_area {
    padding-top: 96px;
  }
}

.footer_head {
  margin-bottom: clamp(64px, 5vw, 80px);
}
@media screen and (max-width: 1000px) {
  .footer_head {
    text-align: center;
  }
}

.footer_head__caption {
  display: block;
  font-size: clamp(4.8rem, 5.1612903226vw, 6.4rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}

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

.footer_lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666666667;
  margin-bottom: 34px;
}
.footer_lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6666666667) * (0.5em - 1px));
}
.footer_lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
}

@media screen and (max-width: 1000px) {
  .footer_block__info {
    text-align: center;
  }
}

.footer_tel {
  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;
  gap: 0;
}

.footer_tel__unit {
  font-size: clamp(1.9rem, 1.935483871vw, 2.4rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .footer_tel__unit {
    padding-right: 8px;
  }
}

.footer_tel__num {
  font-size: clamp(3.5rem, 3.2258064516vw, 4rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.footer_tel__txt {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .footer_tel__txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.footer_block__time {
  font-size: 1.6rem;
}

@media screen and (min-width: 1001px) {
  .footer_column {
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}

@media screen and (min-width: 1001px) {
  .footer_nav {
    padding-top: 144px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.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 {
    gap: 40px 117px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 462px;
    height: 329px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .footer_nav ul {
    gap: 40px;
    width: 400px;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav ul ul {
    width: auto;
    height: auto;
  }
}
@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;
  line-height: 1;
}
@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: inline-block;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    padding: 0.5em;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav .sub-menu,
  .footer_nav .children {
    display: block;
    margin-top: 8px;
  }
  .footer_nav .sub-menu li,
  .footer_nav .children li {
    line-height: normal;
  }
  .footer_nav .sub-menu a,
  .footer_nav .children a {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer_nav .sub-menu a::before,
  .footer_nav .children a::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0.5em;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav .sub-menu,
  .footer_nav .children {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav {
    margin-top: 80px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer_nav a {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.9375em;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .footer_nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.footer_contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #0D258A;
}
@media screen and (min-width: 1001px) {
  .footer_contents {
    border-top: 1px solid #D5D5D5;
    padding-top: 80px;
    padding-bottom: 73px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_contents {
    padding-bottom: 88px;
  }
}

.footer_contents__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 80px;
}
@media screen and (max-width: 1000px) {
  .footer_contents__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.footer_contents__address {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8666666667;
}
.footer_contents__address::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8666666667) * (0.5em - 1px));
}
.footer_contents__address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8666666667) * 0.5em);
}

.footer_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px 64px;
}
@media screen and (min-width: 1001px) {
  .footer_side {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .footer_side {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_logo {
  display: block;
  margin-bottom: 24px;
}

.footer_logo__link {
  display: block;
  max-width: 256px;
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
  padding-top: 9px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .footer_logo__link {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer_logo__image {
  display: block;
}

.footer_copy {
  display: block;
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}

.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;
  bottom: 16px;
  right: 16px;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #091C66;
  border-radius: 40px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .footer_rtt {
    width: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_rtt {
    width: 40px;
  }
}
.footer_rtt .dummy,
.footer_rtt .image {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  height: auto;
  rotate: -90deg;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .footer_rtt .dummy,
  .footer_rtt .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .footer_rtt .dummy,
  .footer_rtt .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1001px) {
  .footer_rtt .dummy,
  .footer_rtt .image {
    width: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_rtt .dummy,
  .footer_rtt .image {
    width: 14px;
  }
}
.footer_rtt .dummy {
  translate: -50% 150px;
}
.footer_rtt:hover {
  opacity: 1;
  background-color: #fff;
}
.footer_rtt:hover .dummy,
.footer_rtt:hover .image {
  -webkit-filter: unset;
          filter: unset;
}
.footer_rtt:hover .dummy {
  translate: -50% -50%;
}
.footer_rtt:hover .image {
  translate: -50% -150px;
}

.cta_area {
  padding-top: clamp(40px, 5vw, 80px);
  padding-bottom: clamp(40px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #0D258A;
}

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

.cta_head__lead {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
}

.cta_head__caption {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  text-transform: uppercase;
}

.cta_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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cta_side__item .item_tel {
  text-align: center;
}
.cta_side__item .item_tel__num,
.cta_side__item .item_tel__number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.cta_side__item .item_tel__num::before,
.cta_side__item .item_tel__number::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.cta_side__item .item_tel__num::after,
.cta_side__item .item_tel__number::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.cta_side__item .item_tel__num {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cta_side__item .item_tel__number {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cta_side__item .item_tel__caption {
  font-size: 0.8em;
}
.cta_side__item .item_tel__ico {
  display: block;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .cta_side__item .item_tel__ico {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_side__item .item_tel__ico {
    width: 24px;
  }
}
.cta_side__item .item_tel__time {
  display: block;
  margin-top: clamp(8px, 1vw, 16px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}

.cta_btn {
  display: block;
  height: auto;
  line-height: 56px;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border-radius: 56px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .cta_btn {
    width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .cta_btn {
    width: 280px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #F7F7F7;
  -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_confirm .form_txt, .mw_wp_form.mw_wp_form_preview .form_txt {
  display: none;
}
.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;
}
@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: 600;
}
@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;
  font-size: 1.4rem;
}
@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.mw_wp_form_input th small {
    margin-top: -20px;
    line-height: 3;
  }
}
.mw_wp_form td th {
  font-weight: 400;
}
@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 + .mwform-radio-field {
  margin-left: 0 !important;
}
.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-right: 40px;
  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: 24px;
  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: 8px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
  line-height: 2;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
  }
}

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

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

.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;
}
.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: 240px;
  -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: 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;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  line-height: 56px;
  padding: 0 !important;
  color: #fff;
  background-color: #0D258A;
  background-image: url("../images/common/arrow_circle.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 16px center;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  border-radius: 8px;
  overflow: clip;
}
@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: 1;
  background-color: #091C66;
  background-size: 32px;
  background-position: right 12px 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;
}

.form_txt {
  display: block;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  word-break: break-all;
}
.mw_wp_form_confirm .form_txt, .mw_wp_form_preview .form_txt {
  display: none;
}

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

.mv_banner {
  position: absolute;
  right: 0;
  z-index: 1;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 1201px) {
  .mv_banner {
    top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .mv_banner {
    top: 40px;
  }
}

.mv_banner__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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #0D258A;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: clip;
  padding-top: 20px;
  padding-bottom: 24px;
  padding-left: clamp(12px, 1vw, 16px);
  padding-right: clamp(12px, 1vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mv_banner__link:hover {
  opacity: 1;
  background-color: #091C66;
}

.mv_banner__txt {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}

.mv_banner__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;
  width: 30px;
  height: auto;
  overflow: clip;
  z-index: 1;
}
.mv_banner__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  translate: -50% -50%;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .mv_banner__ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .mv_banner__ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.mv_banner__link:hover .mv_banner__ico::before {
  width: 30px;
}

.mv_banner__dummy,
.mv_banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  translate: 0 0;
  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-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .mv_banner__dummy,
  .mv_banner__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .mv_banner__dummy,
  .mv_banner__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.mv_banner__dummy {
  translate: -100% 0;
}
.mv_banner__link:hover .mv_banner__dummy {
  translate: 0% 0;
}

.mv_banner__image {
  translate: 0 0;
}
.mv_banner__link:hover .mv_banner__image {
  translate: 100% 0;
}

.mv_banner__arrow {
  display: block;
  width: 12px;
  height: auto;
}

.mv_block {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .mv_block {
    margin-top: 104px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_block {
    margin-top: 64px;
  }
}

.mv_video {
  position: relative;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .mv_video {
    height: calc(100vh - 104px);
  }
}
@media screen and (max-width: 1000px) {
  .mv_video {
    height: calc(100vh - 64px);
  }
}
.mv_video::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52.8846153846%;
  opacity: 0.8;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#333333), to(rgba(51, 51, 51, 0)));
  background-image: -webkit-linear-gradient(bottom, #333333, rgba(51, 51, 51, 0));
  background-image: linear-gradient(to top, #333333, rgba(51, 51, 51, 0));
  mix-blend-mode: multiply;
}

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

.mv_block__head {
  position: absolute;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .mv_block__head {
    bottom: 96px;
    left: 104px;
    max-width: 615px;
  }
}
@media screen and (max-width: 1200px) {
  .mv_block__head {
    bottom: 80px;
    left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 501px) {
  .mv_block__head {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 500px) {
  .mv_block__head {
    bottom: 32px;
  }
}

.mv_block__caption {
  display: block;
  font-size: clamp(5.8rem, 6.4516129032vw, 8rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (min-width: 501px) {
  .mv_block__caption {
    line-height: 1.3625;
  }
  .mv_block__caption::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3625) * (0.5em - 1px));
  }
  .mv_block__caption::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3625) * 0.5em);
  }
}
@media screen and (max-width: 500px) {
  .mv_block__caption {
    line-height: 1.0172413793;
  }
  .mv_block__caption::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.0172413793) * (0.5em - 1px));
  }
  .mv_block__caption::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.0172413793) * 0.5em);
  }
}

.mv_block__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media screen and (min-width: 501px) {
  .mv_block__lead {
    line-height: 2;
  }
  .mv_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .mv_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media screen and (max-width: 500px) {
  .mv_block__lead {
    line-height: 1.8;
  }
  .mv_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * (0.5em - 1px));
  }
  .mv_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}
.mv_block__lead br {
  display: block;
}

@media screen and (min-width: 1001px) {
  .mv_block__br {
    display: none;
  }
}

.mv_news {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .mv_news {
    position: absolute;
    bottom: 96px;
    right: 88px;
    max-width: 648px;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .mv_news {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 501px) {
  .mv_news {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .mv_news {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mv_news__link {
  position: relative;
  display: block;
  padding-bottom: clamp(24px, 2vw, 32px);
  border-bottom: 1px solid #D6D6D6;
  background-origin: border-box;
}
.mv_news__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #0D258A;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.mv_news__link:hover {
  opacity: 1;
}
.mv_news__link:hover::after {
  scale: 1;
}

.mv_news__time {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-bottom: clamp(10px, 1vw, 16px);
}

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

.main_head {
  margin-bottom: clamp(56px, 5vw, 80px);
}
.main_activities .main_head {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.main_head__caption {
  display: block;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(4.8rem, 5.1612903226vw, 6.4rem);
  margin-bottom: 8px;
}
.main_works .main_head__caption, .main_activities .main_head__caption {
  color: #fff;
}

.main_head__lead {
  display: block;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #0D258A;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
}
.main_works .main_head__lead, .main_activities .main_head__lead {
  color: #fff;
}

.main_business {
  margin-top: clamp(88px, 9vw, 144px);
}

.main_works {
  margin-top: clamp(120px, 12.5vw, 200px);
}
@media screen and (min-width: 501px) {
  .main_works::before {
    display: block;
    content: "";
    max-width: 824px;
    width: 51.5%;
    height: 112px;
    background-color: #0D258A;
  }
}
@media screen and (max-width: 500px) {
  .main_works {
    padding-top: 96px;
    background-image: -webkit-linear-gradient(top, #0D258A calc(100% - 150px), transparent calc(100% - 150px));
    background-image: linear-gradient(to bottom, #0D258A calc(100% - 150px), transparent calc(100% - 150px));
  }
}
.main_works .over-right {
  overflow: clip;
  padding-right: 0 !important;
}

.main_works__block {
  position: relative;
}
@media screen and (min-width: 501px) {
  .main_works__block::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, #fff 80px, #0D258A 80px);
    background-image: linear-gradient(to top, #fff 80px, #0D258A 80px);
  }
}

.main_works__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 56px;
  color: #fff;
  padding-bottom: clamp(80px, 6vw, 96px);
}
@media screen and (max-width: 1000px) {
  .main_works__side {
    display: block;
  }
}

.main_works__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .main_works__inner {
    min-width: 500px;
  }
}

.main_works__link {
  position: relative;
  display: block;
}
.main_works__link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.6;
  width: 100%;
  height: 36.875%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#333333), to(rgba(51, 51, 51, 0)));
  background-image: -webkit-linear-gradient(bottom, #333333, rgba(51, 51, 51, 0));
  background-image: linear-gradient(to top, #333333, rgba(51, 51, 51, 0));
  mix-blend-mode: multiply;
  z-index: 1;
}
.main_works__link:hover {
  opacity: 1;
}

.main_works__pic {
  display: block;
  overflow: clip;
  aspect-ratio: 360/480;
}
.main_works__pic .image {
  display: block;
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_works__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_works__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_works__link:hover .main_works__pic .image {
  scale: 1.1;
}

.main_works__head {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_works__caption {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

.main_works__lead {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.main_works__box {
  overflow: clip;
}

.main_works__slider .slick-track {
  min-width: 100%;
}
@media screen and (min-width: 1001px) {
  .main_works__slider {
    margin-left: -88px;
  }
}
@media screen and (max-width: 1000px) {
  .main_works__slider {
    margin-left: -68px;
  }
}

.main_works__slide {
  margin-left: 8px;
  margin-right: 8px;
}

.main_activities {
  margin-top: clamp(144px, 10.5vw, 168px);
}

.main_activities__link {
  position: relative;
  display: block;
  color: #fff;
  max-width: 800px;
  overflow: clip;
  padding-top: clamp(48px, 3.5vw, 56px);
  padding-left: clamp(40px, 4.5vw, 72px);
  padding-right: clamp(40px, 4.5vw, 72px);
  padding-bottom: clamp(48px, 5.125vw, 82px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_activities__link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #333;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.main_activities__link .cm_btn__link {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_activities__link .cm_btn__link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_activities__link .cm_btn__link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1001px) {
  .main_activities__link .cm_btn__link {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .main_activities__link .cm_btn__link {
    margin-top: 40px;
  }
}
.main_activities__link .cm_btn__ico::before {
  -webkit-transition: inherit;
  transition: inherit;
}
.main_activities__link:hover {
  opacity: 1;
}
.main_activities__link:hover .cm_btn__link {
  background-color: #091C66;
}
.main_activities__link:hover .cm_btn__ico {
  width: 40px;
}
.main_activities__link:hover .cm_btn__ico .dummy {
  translate: -50% -50%;
}
.main_activities__link:hover .cm_btn__ico .image {
  translate: 150px -50%;
}

.main_activities__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: inherit;
  transition: inherit;
}
.main_activities__image .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.main_activities__link:hover .main_activities__image .image {
  scale: 1.1;
}

.main_activities__caption {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  line-height: 28px;
}
@media screen and (max-width: 1000px) {
  .main_activities__caption br {
    display: none;
  }
}

.main_recruit {
  position: relative;
}
@media screen and (min-width: 501px) {
  .main_recruit {
    margin-top: 214px;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit {
    margin-top: 160px;
  }
}

@media screen and (max-width: 1000px) {
  .main_recruit__images {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .main_recruit__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .main_recruit__images {
    gap: 8px;
  }
}

.main_recruit__image {
  display: block;
}
@media screen and (min-width: 1001px) {
  .main_recruit__image {
    width: 100%;
    height: 552px;
  }
  .main_recruit__image .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main_recruit__block {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  padding-top: clamp(64px, 6vw, 96px);
  padding-left: clamp(20px, 7vw, 112px);
  padding-right: clamp(20px, 7vw, 112px);
  padding-bottom: clamp(64px, 5.9375vw, 95px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .main_recruit__block {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__block {
    max-width: 100%;
  }
}
.main_recruit__block .cm_btn {
  gap: 8px;
}
.main_recruit__block .cm_btn__link {
  max-width: 284px;
  min-width: 284px;
}

.main_recruit__entry {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: clip;
}
@media screen and (min-width: 1201px) {
  .main_recruit__entry {
    max-width: 284px;
    top: 100px;
    left: calc(50% + 210px);
  }
}
@media screen and (max-width: 1200px) {
  .main_recruit__entry {
    max-width: 209px;
    top: 200px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__entry {
    top: -50px;
    right: 5px;
  }
}
.main_recruit__entry:hover {
  opacity: 1;
}

.main_recruit__txt {
  display: block;
  -webkit-animation: turn_image 10000ms linear infinite;
          animation: turn_image 10000ms linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}

.main_recruit__head {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  background-color: #0D258A;
  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;
  gap: 4px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 232px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_recruit__head {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__head {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1201px) {
  .main_recruit__head {
    width: 232px;
  }
}
@media screen and (max-width: 1200px) {
  .main_recruit__head {
    width: 170px;
  }
}
.main_recruit__entry:hover .main_recruit__head {
  background-color: #091C66;
}

.main_recruit__caption {
  font-size: clamp(3.2rem, 3.5483870968vw, 4.4rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: inherit;
  transition: inherit;
}
.main_recruit__entry:hover .main_recruit__caption {
  scale: 1.1;
}

.main_recruit__catch {
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  -webkit-transition: inherit;
  transition: inherit;
}
.main_recruit__entry:hover .main_recruit__catch {
  scale: 1.1;
}

@media screen and (min-width: 501px) {
  .main_company {
    margin-top: 160px;
  }
}
@media screen and (max-width: 500px) {
  .main_company {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1025px) {
  .main_company__side {
    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;
    gap: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .main_company__inner {
    max-width: 592px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .main_company__inner {
    margin-top: 48px;
  }
}

.main_company__list + .main_company__list {
  margin-top: 4px;
}

.main_company__link {
  position: relative;
  display: block;
  background-color: #F7F7F7;
  border-radius: 8px;
  overflow: clip;
  padding-top: clamp(25px, 1.6875vw, 27px);
  padding-left: 32px;
  padding-right: 24px;
  padding-bottom: clamp(25px, 1.625vw, 26px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_company__link:hover {
  opacity: 1;
  background-color: #0D258A;
}

.main_company__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
}

.main_company__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #0D258A;
}
.main_company__link:hover .main_company__lead {
  color: #fff;
}

.main_company__caption {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.main_company__link:hover .main_company__caption {
  color: #fff;
}

.main_company__ico {
  position: absolute;
  top: 50%;
  right: 32px;
  translate: 50% -50%;
  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;
  z-index: 1;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  border-radius: 50px;
  overflow: clip;
}
@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__link:hover .main_company__ico {
  width: 40px;
}

.main_company__dummy,
.main_company__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 12px;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_company__dummy,
  .main_company__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__dummy,
  .main_company__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.main_company__dummy {
  translate: -150px -50%;
}
.main_company__link:hover .main_company__dummy {
  translate: -50% -50%;
}

.main_company__arrow {
  translate: -50% -50%;
}
.main_company__link:hover .main_company__arrow {
  translate: 150px -50%;
}

.main_company__pic {
  margin-top: clamp(120px, 8vw, 128px);
  display: block;
}

.main_news {
  margin-top: clamp(120px, 8vw, 128px);
}

@media screen and (min-width: 1001px) {
  .main_news__block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .main_news__block .main_news__head {
    width: 240px;
  }
  .main_news__block .main_news__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 35px;
  }
  .main_news__block .main_news__btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.main_news__link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
}
.main_news__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0D258A;
  z-index: 1;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@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: 32px;
}

.main_news__time {
  display: block;
  line-height: 1;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  margin-bottom: 1em;
  color: #ADB2C7;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

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

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

.page_nav__list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 4px;
}
@media screen and (min-width: 1001px) {
  .page_nav__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .page_nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .page_nav__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page_nav__list a {
  position: relative;
  display: block;
  color: #0D258A;
  background-color: #F7F7F7;
  padding-top: clamp(16px, 1.75vw, 28px);
  padding-left: clamp(16px, 2vw, 32px);
  padding-right: clamp(16px, 2vw, 32px);
  padding-bottom: clamp(16px, 1.75vw, 28px);
  border-radius: 8px;
  overflow: clip;
  font-weight: 600;
}
.page_nav__list a[aria-current], .page_nav__list a:hover {
  opacity: 1;
  color: #fff;
  background-color: #0D258A;
}

.page_nav__ico {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: block;
  aspect-ratio: 12/10;
  width: 12px;
  height: auto;
  z-index: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1025px) {
  .page_nav__ico {
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page_nav__ico {
    right: 24px;
  }
}
.page_nav__ico img {
  display: block;
}
.page_nav__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
}
.page_nav__list a:hover .page_nav__ico::before {
  width: 40px;
}

.company_block,
.recruit_block,
.technology_block,
.works_block {
  margin-top: clamp(96px, 7.5vw, 120px);
}
.company_block table,
.recruit_block table,
.technology_block table,
.works_block table {
  border: none !important;
}
.company_block th,
.company_block td,
.recruit_block th,
.recruit_block td,
.technology_block th,
.technology_block td,
.works_block th,
.works_block td {
  padding: 0;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  background-color: #fff;
  border-color: #D5D5D5;
}
@media screen and (min-width: 1001px) {
  .company_block th,
  .company_block td,
  .recruit_block th,
  .recruit_block td,
  .technology_block th,
  .technology_block td,
  .works_block th,
  .works_block td {
    line-height: 2em;
  }
}
@media screen and (max-width: 1000px) {
  .company_block th,
  .company_block td,
  .recruit_block th,
  .recruit_block td,
  .technology_block th,
  .technology_block td,
  .works_block th,
  .works_block td {
    line-height: 1.6em;
  }
}
.company_block th,
.recruit_block th,
.technology_block th,
.works_block th {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .company_block th,
  .recruit_block th,
  .technology_block th,
  .works_block th {
    border: none;
  }
}
.company_block td,
.recruit_block td,
.technology_block td,
.works_block td {
  font-weight: 400;
}
.company_block td img,
.recruit_block td img,
.technology_block td img,
.works_block td img {
  width: auto;
}
.company_block td a[href*=http],
.recruit_block td a[href*=http],
.technology_block td a[href*=http],
.works_block td a[href*=http] {
  color: #0D258A;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .company_block th,
  .company_block td,
  .recruit_block th,
  .recruit_block td,
  .technology_block th,
  .technology_block td,
  .works_block th,
  .works_block td {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
  }
  .company_block tr + tr th,
  .company_block tr + tr td,
  .recruit_block tr + tr th,
  .recruit_block tr + tr td,
  .technology_block tr + tr th,
  .technology_block tr + tr td,
  .works_block tr + tr th,
  .works_block tr + tr td {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .company_block tr + tr th,
  .recruit_block tr + tr th,
  .technology_block tr + tr th,
  .works_block tr + tr th {
    padding-top: 20px;
  }
  .company_block td,
  .recruit_block td,
  .technology_block td,
  .works_block td {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1001px) {
  .side_block {
    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-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.side_block__inner {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .side_block__inner {
    max-width: 856px;
  }
}
@media screen and (max-width: 1000px) {
  .side_block__inner {
    margin-top: 40px;
  }
}

.outline_block + .outline_block,
.outline_block + .access_block,
.outline_block + .personality-benefits_block,
.access_block + .outline_block,
.access_block + .access_block,
.access_block + .personality-benefits_block,
.personality-benefits_block + .outline_block,
.personality-benefits_block + .access_block,
.personality-benefits_block + .personality-benefits_block {
  margin-top: clamp(106px, 7.5vw, 120px);
}

@media screen and (min-width: 1001px) {
  .business_block + .business_block {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .business_block + .business_block {
    margin-top: 120px;
  }
}

.business_head {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  font-weight: 600;
  line-height: 1.7142857143;
  margin-bottom: clamp(24px, 5.1875vw, 83px);
}
.business_head::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7142857143) * (0.5em - 1px));
}
.business_head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7142857143) * 0.5em);
}
@media screen and (min-width: 1025px) {
  .business_head {
    text-align: center;
  }
}

.business_block__box {
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: clamp(24px, 3.5vw, 56px);
  padding-right: clamp(24px, 3.5vw, 56px);
  padding-bottom: clamp(32px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
  border-radius: 8px;
  overflow: clip;
}
.business_block__box + .business_block__box {
  margin-top: 20px;
}

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

.business_block__list {
  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-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-weight: 600;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  border-radius: 8px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .business_block__list {
    min-height: 76px;
    line-height: 1.25em;
    padding: 16px 4px;
  }
}
@media screen and (max-width: 500px) {
  .business_block__list {
    min-height: 50px;
    line-height: 1.2307692308em;
    padding: 8px 4px;
  }
}

.business_block__item + .business_block__item {
  margin-top: 120px;
}

@media screen and (min-width: 1001px) {
  .business_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;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1201px) {
  .business_block__side {
    gap: 120px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .business_block__side {
    gap: 48px;
  }
}
@media screen and (min-width: 1001px) {
  .business_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;
  }
}

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

.business_block__pic {
  display: block;
  max-width: 776px;
}
@media screen and (min-width: 1001px) {
  .business_block__pic {
    width: 55.4285714286%;
    min-width: 543.2px;
  }
}
@media screen and (max-width: 1000px) {
  .business_block__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .business_block__pic {
    margin-top: 80px;
    margin-left: -40px;
    margin-right: -40px;
    width: 100vw;
  }
}
@media screen and (max-width: 500px) {
  .business_block__pic {
    margin-left: -30px;
    margin-right: -30px;
  }
}

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

.business_block__caption {
  display: block;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #0D258A;
  margin-bottom: 20px;
}

.business_block__lead {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .business_block__lead {
    line-height: 1.7142857143;
  }
  .business_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * (0.5em - 1px));
  }
  .business_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .business_block__lead {
    line-height: 1.6666666667;
  }
  .business_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6666666667) * (0.5em - 1px));
  }
  .business_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  }
}

.business_contents {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .business_contents {
    padding-top: 188px;
  }
}
@media screen and (min-width: 501px) {
  .business_contents {
    margin-top: 144px;
  }
}
@media screen and (max-width: 500px) {
  .business_contents {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1001px) {
  .business_contents__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 1000px) {
  .business_contents__block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.business_contents__list {
  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;
}
@media screen and (min-width: 1201px) {
  .business_contents__list {
    gap: 32px 56px;
  }
}
@media screen and (max-width: 1200px) {
  .business_contents__list {
    gap: 12px 32px;
  }
  .business_contents__list + .cm_btn {
    margin-top: 60px;
  }
}

.business_contents__tab {
  color: #fff;
  background-color: #0D258A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1001px) {
  .business_contents__tab {
    width: 336px;
    height: auto;
    border-radius: 50%;
    padding: 40px 48px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .business_contents__tab {
    width: 250px;
    padding: 24px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .business_contents__tab {
    width: 300px;
    padding: 40px 48px;
    border-radius: 50%;
  }
}

.business_contents__caption {
  margin-bottom: clamp(10px, 1.25vw, 20px);
}

.business_contents__ico {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .business_contents__ico {
    width: 64px;
  }
}
@media screen and (max-width: 1200px) {
  .business_contents__ico {
    width: 32px;
  }
}

.business_contents__lead {
  display: block;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  text-align: center;
  font-weight: 600;
}

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

.business_contents__pic {
  display: block;
}
@media screen and (max-width: 1000px) {
  .business_contents__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .business_contents__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 601px) {
  .personality_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: 40px;
    padding-bottom: clamp(32px, 4vw, 64px);
    border-bottom: 1px solid #D5D5D5;
  }
}
.personality_block__side + .personality_block__side {
  margin-top: clamp(32px, 4vw, 64px);
}

.personality_block__ico {
  display: block;
  max-width: 200px;
  width: 100%;
}

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

.personality_block__lead {
  font-size: 1.8rem;
  color: #0D258A;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .personality_block__inner .personality_block__lead {
    text-align: center;
  }
}

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

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

.staff-voice_block {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.staff-voice_block .side_block__head {
  position: relative;
}
.staff-voice_block .anchor_list {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  left: 0;
}
@media screen and (min-width: 1001px) {
  .staff-voice_block .anchor_list__btn {
    opacity: 0.3;
  }
}
@media screen and (max-width: 1000px) {
  .staff-voice_block .anchor_list__btn {
    opacity: 1;
  }
}
.staff-voice_block .anchor_list__btn.active, .staff-voice_block .anchor_list__btn:hover {
  opacity: 1;
}

.anchor_list__tab + .anchor_list__tab {
  margin-top: 24px;
}

.anchor_list__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-weight: 600;
  color: #0D258A;
}

.anchor_list__initial {
  font-size: clamp(2.4rem, 3.8709677419vw, 4.8rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3541666667em;
}

.anchor_list__unit {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.45em;
}

.anchor_list__class {
  display: inline-block;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #0D258A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  border-radius: 8px;
  overflow: clip;
}

.anchor_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anchor_block + .anchor_block {
  border-top: 1px solid #D5D5D5;
  margin-top: clamp(60px, 7.5vw, 120px);
  padding-top: clamp(60px, 7.5vw, 120px);
}

.staff_block__visual {
  display: block;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

@media screen and (min-width: 1001px) {
  .staff_block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.staff_block__inner + .staff_block__inner {
  margin-top: clamp(32px, 4vw, 64px);
}

.staff_block__image {
  display: block;
  max-width: 376px;
}
@media screen and (min-width: 1001px) {
  .staff_block__image {
    width: 43.9252336449%;
  }
}
@media screen and (max-width: 1000px) {
  .staff_block__image {
    width: 100%;
  }
}

.staff_block__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .staff_block__image + .staff_block__item {
    margin-top: clamp(20px, 2.5vw, 40px);
  }
}

.staff_block__data + .staff_block__data {
  margin-top: clamp(32px, 3vw, 48px);
}

.staff_block__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #0D258A;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  margin-bottom: clamp(16px, 1.25vw, 20px);
}
@media screen and (max-width: 500px) {
  .staff_block__label {
    line-height: 1.5;
  }
}
.staff_block__label::before {
  content: "Q.";
  font-size: 2em;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.data_block__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 0;
  margin-left: -12px;
  margin-right: -12px;
}

.data_block__card {
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.data_block__card li {
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .data_block__card.--column {
    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.--column {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 500px) {
  .data_block__card.--column {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .data_block__card.--twin {
    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__card.--twin {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 500px) {
  .data_block__card.--twin {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.data_block__card.--full {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.data_block__inner {
  height: 100%;
  background-color: #F7F7F7;
  border-radius: 8px;
  overflow: clip;
}

.data_block__caption {
  display: block;
  max-width: 296px;
  color: #fff;
  background-color: #0D258A;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  font-weight: 600;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-bottom-right-radius: 8px;
  overflow: clip;
}

.data_block__ico {
  display: block;
  max-width: 168px;
  margin-bottom: 16px;
}

@media screen and (min-width: 501px) {
  .data_block__box {
    padding-top: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 50px;
  }
  .--column .data_block__box {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 500px) {
  .data_block__box {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px;
  }
}

.data_block__items {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.data_block__item {
  text-align: center;
}

.data_block__txt {
  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;
  gap: 4px;
}

.data_block__count {
  font-size: clamp(4rem, 4.5161290323vw, 5.6rem);
  line-height: 1.375;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.data_block__count::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.375) * (0.5em - 1px));
}
.data_block__count::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.375) * 0.5em);
}

.data_block__unit {
  font-size: clamp(3.2rem, 2.2580645161vw, 2.8rem);
  font-weight: 600;
}

.data_block__tab {
  display: block;
  text-align: center;
  background-color: #fff;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  min-width: 94px;
  border-radius: 8px;
  overflow: clip;
  color: #0D258A;
}

.data_block__name {
  display: block;
  text-align: center;
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  font-weight: 600;
}

@media screen and (min-width: 1001px) {
  .data_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: 40px;
  }
}

.data_block__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.data_block__nav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 12px;
  line-height: 1.75em;
  color: #0D258A;
  background-color: #fff;
  font-weight: 600;
  border-radius: 8px;
  overflow: clip;
}

.data_block__list li + li {
  margin-top: clamp(8px, 1vw, 16px);
}

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

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

.requirements_block {
  max-width: 856px;
}

.requirements_block__link {
  display: block;
  position: relative;
  gap: 16px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  padding-top: 1.6875em;
  padding-left: 2em;
  padding-right: 1.5em;
  padding-bottom: 1.8125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0D258A;
  background-color: #F7F7F7;
  border-radius: 8px;
  overflow: clip;
}
.requirements_block__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #0D258A;
}
.requirements_block__link + .requirements_block__link {
  margin-top: clamp(8px, 1vw, 16px);
}

.requirements_block__title {
  font-size: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.requirements_block__ico {
  position: absolute;
  top: 50%;
  right: 36px;
  z-index: 1;
  translate: 50% -50%;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
  overflow: clip;
  background-color: #fff;
  border-radius: 50px;
  overflow: clip;
}
.requirements_block__ico .dummy,
.requirements_block__ico .image {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
.requirements_block__ico .dummy {
  translate: -150px -50%;
}
.requirements_block__link:hover .requirements_block__ico {
  width: 40px;
}
.requirements_block__link:hover .requirements_block__ico .dummy {
  translate: -50% -50%;
}
.requirements_block__link:hover .requirements_block__ico .image {
  translate: 150px -50%;
}

.requirements_block__inner {
  max-width: 856px;
}

.requirements_block__back {
  text-align: center;
  margin-top: clamp(32px, 3vw, 48px);
}

.outline_block__btn {
  margin-top: clamp(60px, 7.5vw, 120px);
}
@media screen and (max-width: 1000px) {
  .outline_block__btn {
    max-width: 360px;
  }
}

.outline_block__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;
  gap: 8px 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-top: 1.6875em;
  padding-left: 2em;
  padding-right: 1.5em;
  padding-bottom: 1.8125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
  border-radius: 8px;
  overflow: clip;
}
.outline_block__link:hover {
  opacity: 1;
  background-color: #0D258A;
}

.outline_block__title {
  display: block;
  font-size: 1em;
  font-weight: 600;
  color: #0D258A;
  -webkit-transition: inherit;
  transition: inherit;
}
.outline_block__link:hover .outline_block__title {
  color: #fff;
}

.outline_block__name {
  font-size: 0.9375em;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: inherit;
  transition: inherit;
}
.outline_block__link:hover .outline_block__name {
  color: #fff;
}

.outline_block__ico {
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  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;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: 1;
}
.outline_block__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #fff;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 50%;
  z-index: -1;
  transition: inherit;
}
.outline_block__link:hover .outline_block__ico::before {
  width: 40px;
}

.outline_block__arrow {
  display: block;
  width: 12px;
  height: auto;
}

.access_block__map {
  display: block;
  width: 100%;
  margin-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 1001px) {
  .access_block__map {
    height: 380px;
  }
}
@media screen and (max-width: 1000px) {
  .access_block__map {
    height: 300px;
  }
}
.access_block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.awards_block + .awards_block,
.awards_block + .awards_block__post,
.awards_block__post + .awards_block,
.awards_block__post + .awards_block__post {
  margin-top: clamp(60px, 7.5vw, 120px);
}

.awards_nav {
  padding-top: clamp(24px, 2.5vw, 40px);
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  padding-bottom: clamp(24px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  overflow: clip;
  background-color: #F7F7F7;
  margin-top: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .awards_nav 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: 10px 0;
  }
  .awards_nav li {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .awards_nav li + li {
    border-left: 1px solid #0D258A;
  }
}
@media screen and (max-width: 1000px) {
  .awards_nav li + li {
    border-top: 1px solid #0D258A;
  }
}
.awards_nav a {
  display: block;
  text-align: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .awards_nav a {
    padding: 1em 0;
  }
}
.awards_nav a:hover {
  opacity: 1;
  color: #0D258A;
}

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

.awards_block__image {
  display: block;
  overflow: clip;
}
.awards_block__image:hover {
  opacity: 1;
}

.awards_block__pic {
  display: block;
  aspect-ratio: 384/256;
  width: 100%;
  height: 100%;
  overflow: clip;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.awards_block__image:hover .awards_block__pic {
  scale: 1.1;
}

.awards_block__inner {
  margin-top: clamp(32px, 3.5vw, 56px);
}
.awards_block__inner a {
  color: #0D258A;
  text-decoration: underline;
}

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

.activities_block__column {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
  margin-top: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .activities_block__column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .activities_block__column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .activities_block__column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.activities_block__item {
  padding-top: clamp(32px, 3.125vw, 50px);
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(32px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
  border-radius: 8px;
  overflow: clip;
}

.activities_block__list {
  line-height: 1;
}
.activities_block__list + .activities_block__list {
  margin-top: clamp(8px, 1vw, 16px);
}

.activities_block__link {
  display: inline-block;
  color: #0D258A;
  text-decoration: underline;
}

.activities_block__youtube {
  display: block;
  aspect-ratio: 16/9;
  max-width: 856px;
  margin-top: clamp(60px, 7.5vw, 120px);
}
.activities_block__youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.activities_block__content {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
  border-radius: 8px;
  overflow: clip;
}
.activities_block__content + .activities_block__content {
  margin-top: 24px;
}

.activities_block__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;
  gap: 16px;
  cursor: pointer;
}

.activities_block__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;
  border-radius: 24px;
  overflow: clip;
  background-color: #0D258A;
  rotate: 180deg;
}
.activities_block__open .activities_block__ico {
  rotate: 0deg;
}

.activities_block__arrow {
  display: block;
  width: 10px;
  height: auto;
}

.activities_block__lead {
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  line-height: 1.2;
}

.activities_block__inner {
  margin-top: clamp(24px, 2vw, 32px);
}

.activities_block__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}

.activities_block__image {
  display: block;
  aspect-ratio: 540/360;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
}

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

.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;
  gap: 8px;
  -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;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  background: #F7F7F7;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  border-radius: 8px;
  overflow: clip;
}
.contact_block__tab.active {
  color: #fff;
  background: #0D258A;
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 34px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 1.125em;
}

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

.entry_block {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: clamp(60px, 6.5vw, 104px);
}
@media screen and (min-width: 1001px) {
  .entry_block {
    max-width: 822px;
    background-color: #0D258A;
    border-radius: 8px;
    padding-top: 40px;
    padding-left: 300px;
    padding-right: 48px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .entry_block {
    max-width: 500px;
    padding: 32px;
  }
  .entry_block::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 70%;
    background-color: #0D258A;
    border-radius: 8px;
    overflow: clip;
    z-index: -1;
  }
}

.entry_block__image {
  display: block;
  max-width: 227px;
}
@media screen and (min-width: 1001px) {
  .entry_block__image {
    position: absolute;
    bottom: 40px;
    left: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .entry_block__image {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}

.entry_block__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: turn_image 10000ms linear infinite;
          animation: turn_image 10000ms linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.entry_block__pic {
  padding-top: 21px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry_block__lead {
  font-weight: 600;
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  margin-bottom: 0.8571428571em;
}

.entry_block__caption {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}

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

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

.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
}
.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(80px, 9vw, 144px);
}

.found_area {
  padding-top: clamp(106px, 7.5vw, 120px);
}

.found_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-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: 8px;
  text-align: center;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.found_head__caption {
  display: block;
  font-size: clamp(3.6rem, 4.8387096774vw, 6rem);
  line-height: 1.1111111111;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #D5D5D5;
  margin-bottom: clamp(16px, 1.125vw, 18px);
}
.found_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1111111111) * (0.5em - 1px));
}
.found_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1111111111) * 0.5em);
}

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

.found_menu {
  margin-top: clamp(24px, 2.5vw, 40px);
}
.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: 600;
}
.found_menu a:hover {
  opacity: 1;
  color: #0D258A;
}
@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 0;
    margin: auto;
  }
  .found_menu li {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
  .found_menu li + li {
    border-left: 1px solid #BFD6F0;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li {
    border-bottom: 1px solid #BFD6F0;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

.post_nav {
  margin-bottom: clamp(80px, 7.5vw, 120px);
}

.post_nav__list {
  padding-top: clamp(24px, 2.5vw, 40px);
  padding-left: clamp(20px, 2vw, 32px);
  padding-right: clamp(20px, 2vw, 32px);
  padding-bottom: clamp(24px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  overflow: clip;
  text-align: center;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1001px) {
  .post_nav__list {
    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 0;
  }
}

@media screen and (min-width: 1001px) {
  .post_nav__tab {
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .post_nav__tab + .post_nav__tab {
    border-left: 1px solid #0D258A;
  }
}
@media screen and (max-width: 1000px) {
  .post_nav__tab + .post_nav__tab {
    border-top: 1px solid #0D258A;
  }
}

.post_nav__link {
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .post_nav__link {
    display: block;
    padding: 1em 0;
  }
}
.post_nav__link[current], .post_nav__link:hover {
  opacity: 1;
  color: #0D258A;
}

.post_list {
  max-width: 856px;
}

.post_list__tab {
  position: relative;
  display: block;
  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: #0D258A;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@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.2903225806vw, 1.6rem);
  color: #ADB2C7;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: clamp(10px, 1vw, 16px);
  font-variant-numeric: tabular-nums;
}
.post_list__time::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.post_list__time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_list__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_list__lead {
    -webkit-line-clamp: 1;
  }
}

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

.post_column__link:hover {
  opacity: 1;
}

.post_column__pic {
  position: relative;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.post_column__pic::before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 47.3262032086%;
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#333333), to(rgba(51, 51, 51, 0)));
  background-image: -webkit-linear-gradient(bottom, #333333, rgba(51, 51, 51, 0));
  background-image: linear-gradient(to top, #333333, rgba(51, 51, 51, 0));
  mix-blend-mode: multiply;
}
.post_column__pic .image {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.post_column__link:hover .post_column__pic .image {
  scale: 1.1;
}

.post_column__head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(12px, 1.5vw, 24px);
  padding-right: clamp(12px, 1.5vw, 24px);
  padding-bottom: clamp(12px, 1.5vw, 24px);
  z-index: 1;
}

.post_column__caption {
  display: inline-block;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  overflow: clip;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  font-weight: 600;
  margin-bottom: 8px;
}

.post_column__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_column__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_column__lead {
    -webkit-line-clamp: 1;
  }
}

.post_card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 501px) and (min-width: 1201px) {
  .post_card {
    gap: 80px 56px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1200px) {
  .post_card {
    gap: 80px 32px;
  }
}
@media screen and (max-width: 500px) {
  .post_card {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}

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

.post_card__pic {
  display: block;
  background-color: #D5D5D5;
  aspect-ratio: 572/380;
  width: 100%;
  height: auto;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
  border: 1px solid #D5D5D5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.post_card__pic .image {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: inherit;
  transition: inherit;
}
.post_card__link:hover .post_card__pic .image {
  scale: 1.1;
}

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

.post_card__headline {
  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: 16px;
  border-bottom: 1px solid #0D258A;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(24px, 3vw, 48px);
}

.post_card__ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  gap: 16px;
  overflow: clip;
  border-radius: 24px;
  overflow: clip;
  background-color: #0D258A;
}
.post_card__ico .dummy,
.post_card__ico .image {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 12px;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_card__ico .dummy,
  .post_card__ico .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_card__ico .dummy,
  .post_card__ico .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_card__ico .dummy {
  translate: -50px -50%;
}
.post_card__link:hover .post_card__ico .dummy {
  translate: -50% -50%;
}
.post_card__link:hover .post_card__ico .image {
  translate: 50px -50%;
}

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

.post_card__lead {
  display: block;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 600;
}

.post_card__caption {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_card__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.post_card__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
@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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .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: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 48px;
  }
}
.post_item__side + .post_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #ccc;
}

.post_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #D5D5D5;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    width: 100%;
  }
}
.post_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@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__pic:hover {
  opacity: 1;
}
.post_item__pic:hover .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__headline {
  margin-bottom: clamp(24px, 2vw, 32px);
}

.post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0D258A;
  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: 856px;
}

.single_block__inner a {
  color: #0D258A;
  text-decoration: underline;
}

.single_block__image {
  display: block;
  margin-top: clamp(40px, 3.5vw, 56px);
}
.single_block__image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.single_block__headline {
  display: block;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: clamp(24px, 2vw, 32px);
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

.single_block__time {
  display: block;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #ADB2C7;
  font-weight: 700;
  margin-bottom: clamp(10px, 1vw, 16px);
}

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

.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: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 48px;
  }
}
.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: #D5D5D5;
  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;
}
@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, 7.5vw, 120px);
}
.single_nav a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  color: #0D258A;
  text-decoration: underline;
}

.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;
}
@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;
  }
}

.sldier_main__image {
  display: block;
}
.sldier_main__image .image {
  display: block;
  aspect-ratio: 856/572;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sldier_list {
  margin-top: 24px;
  margin-left: -4px;
  margin-right: -4px;
}

.sldier_list__image {
  display: block;
  margin: 0 4px;
}
.sldier_list__image .image {
  display: block;
  aspect-ratio: 280/187;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
}

.sldier_list .slick-arrow {
  top: 50%;
  left: unset;
  right: unset;
  -webkit-transform-origin: top;
          transform-origin: top;
  background-color: #0D258A !important;
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: auto;
  z-index: 5;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .sldier_list .slick-arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .sldier_list .slick-arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1001px) {
  .sldier_list .slick-arrow {
    width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .sldier_list .slick-arrow {
    width: 32px;
  }
}
.sldier_list .slick-arrow::before {
  display: none !important;
}
.sldier_list .slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  aspect-ratio: 16/20;
  width: 16px;
  height: auto;
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sldier_list .slick-arrow:hover {
  opacity: 1;
  background-color: #091C66 !important;
}
.sldier_list .slick-prev {
  left: 0;
  translate: calc(-50% + 4px) 0;
  rotate: 180deg;
}
.sldier_list .slick-next {
  right: 0;
  translate: calc(50% - 4px) 0;
}

.technology_block .container {
  max-width: 856px;
}

.technology_content__txt {
  display: block;
  max-width: 800px;
  margin-bottom: clamp(64px, 5vw, 80px);
}

.technology_block__visual,
.technology_block__slider {
  display: block;
  margin-top: clamp(40px, 4vw, 64px);
}

.technology_block__contents {
  margin-top: clamp(60px, 6.5vw, 104px);
}

.technology_block__head {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0D258A;
  padding-top: 1.25em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(32px, 2.5vw, 40px);
  border-radius: 8px;
  overflow: clip;
  background-color: #F7F7F7;
}

.technology_block__lead {
  font-size: 1em;
}
.technology_block__lead a {
  text-decoration: underline;
}

.technology_block__pic,
.technology_block__image {
  display: block;
  width: 100%;
  height: auto;
}
.technology_block__pic .image,
.technology_block__image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.technology_block__pic {
  margin-bottom: clamp(32px, 3vw, 48px);
}

.technology_block__image {
  margin-top: clamp(32px, 3vw, 48px);
}

.technology_block__item {
  font-size: 1.6rem;
}
.technology_block__item a {
  color: #0D258A;
  text-decoration: underline;
}

.technology_block__wrap {
  padding: 40px;
  background-color: #F7F7F7;
  border-radius: 8px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.works_block .container {
  max-width: 856px;
}

.works_block__inner {
  margin-top: clamp(60px, 7.5vw, 120px);
}

.works_block__visual {
  display: block;
}
.works_block__visual .image {
  display: block;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=customize.css.map */