@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=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.single_item__pic, .single_block__image, .post_item__pic, .message_block__philosophy, .message_side__pic, .requirements_list, .personality_message__owner, .personality_card__ico, .personality_side__pic, .narrow_block, .main_works__block, .cta_area, .footer_area {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
/* template color */
/* custom color */
.cta_tel__ico, .header_navi__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%);
}

/* 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, 3vw, 48px);
  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: 24px;
}

@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__end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.cm_btn__link {
  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;
  min-width: 200px;
  width: 100%;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #172329;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .cm_btn__link {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .cm_btn__link {
    height: 53px;
  }
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 281px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    max-width: 250px;
  }
}
.cm_btn__link:hover {
  opacity: 1;
  background-color: #144A66;
  border-color: #144A66;
}

.cm_btn__txt {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5625;
  -webkit-transition: inherit;
  transition: inherit;
}
.cm_btn__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5625) * (0.5em - 1px));
}
.cm_btn__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5625) * 0.5em);
}
.cm_btn__link:hover .cm_btn__txt {
  color: #fff;
}

.cm_btn__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cm_btn__ico {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 15/12;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .cm_btn__ico {
    width: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__ico {
    width: 12px;
  }
}

.cm_btn__rev {
  left: 32px;
  rotate: 180deg;
}

@media screen and (min-width: 1001px) {
  .cm_btn__icon {
    right: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__icon {
    right: 28px;
  }
}

.cm_btn__arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 14/10;
  height: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .cm_btn__arrow {
    width: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__arrow {
    width: 12px;
  }
}

.cm_btn__before {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .cm_btn__before {
    left: calc(50% - 14px);
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__before {
    left: calc(50% - 9px);
  }
}
.main_business__link:hover .cm_btn__before, .footer_rtt:hover .cm_btn__before, .cta_btn:hover .cm_btn__before, .cm_btn__link:hover .cm_btn__before {
  opacity: 1;
  left: 50%;
}

.cm_btn__after {
  opacity: 1;
  left: 50%;
}
.main_business__link:hover .cm_btn__after, .footer_rtt:hover .cm_btn__after, .cta_btn:hover .cm_btn__after, .cm_btn__link:hover .cm_btn__after {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .main_business__link:hover .cm_btn__after, .footer_rtt:hover .cm_btn__after, .cta_btn:hover .cm_btn__after, .cm_btn__link:hover .cm_btn__after {
    left: calc(50% + 14px);
  }
}
@media screen and (max-width: 1000px) {
  .main_business__link:hover .cm_btn__after, .footer_rtt:hover .cm_btn__after, .cta_btn:hover .cm_btn__after, .cm_btn__link:hover .cm_btn__after {
    left: calc(50% + 9px);
  }
}

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

.page_head {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  text-align: center;
  gap: 12px;
  margin-bottom: clamp(32px, 3vw, 48px);
}

@media screen and (min-width: 1001px) {
  .page_head__start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page_head__caption {
  display: block;
  line-height: 1;
  font-size: clamp(5.6rem, 6.4516129032vw, 8rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background: -webkit-gradient(linear, left bottom, left top, from(#37B0EA), color-stop(60%, #144A66));
  background: -webkit-linear-gradient(bottom, #37B0EA 0%, #144A66 60%);
  background: linear-gradient(360deg, #37B0EA 0%, #144A66 60%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-transform: capitalize;
}
.page_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.page_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

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

.main_head {
  position: relative;
  padding-top: clamp(8px, 0.625vw, 10px);
  padding-left: 24px;
  padding-bottom: clamp(8px, 0.625vw, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
.main_head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#37B0EA), color-stop(60%, #144A66));
  background: -webkit-linear-gradient(bottom, #37B0EA 0%, #144A66 60%);
  background: linear-gradient(360deg, #37B0EA 0%, #144A66 60%);
}

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

.head_line {
  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;
  padding-bottom: clamp(16px, 1.25vw, 20px);
  border-bottom: 1px solid #999999;
  margin-bottom: clamp(32px, 3vw, 48px);
}
.head_line::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  border-radius: 100px;
  overflow: clip;
  background-color: #144A66;
}

.head_line__txt {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1;
}
.head_line__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.head_line__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.interview_block .head_line__txt {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.head_line__unit {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}

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

.back_top__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.back_top__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;
  background: -webkit-gradient(linear, left bottom, left top, from(#37B0EA), color-stop(60%, #144A66));
  background: -webkit-linear-gradient(bottom, #37B0EA 0%, #144A66 60%);
  background: linear-gradient(360deg, #37B0EA 0%, #144A66 60%);
  border-radius: 50px;
  overflow: clip;
}

.back_top__txt {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background: -webkit-gradient(linear, left bottom, left top, from(#37B0EA), color-stop(60%, #144A66));
  background: -webkit-linear-gradient(bottom, #37B0EA 0%, #144A66 60%);
  background: linear-gradient(360deg, #37B0EA 0%, #144A66 60%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.lead_default {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  line-height: 1.5;
  margin-bottom: 0.8571428571em;
}
.lead_default::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.lead_default::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

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

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

.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: 800ms;
            transition-duration: 800ms;
  }
}
@media screen and (max-width: 1000px) {
  .fade {
    -webkit-transition-duration: 800ms;
            transition-duration: 800ms;
  }
}
.fade.--dl1 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.fade.--view {
  -webkit-clip-path: inset(0 0% 0% 0);
          clip-path: inset(0 0% 0% 0);
}

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

.left_block {
  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) {
  .left_block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .left_block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

* {
  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: #172329;
  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);
  line-height: 2;
  font-style: normal;
}

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

ul,
ol {
  list-style: none;
}

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

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

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #37B0EA;
  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: #ddd;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

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

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

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

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

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

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

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

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

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

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

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;
  background-color: #fff;
}
@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: #f8f8f8;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 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;
  gap: 24px;
  margin-top: clamp(48px, 3.75vw, 60px);
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: unset;
  margin: unset;
  border: none;
  height: auto;
  padding: 0 4px 4px !important;
  margin: 0 !important;
  border: none !important;
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 2px;
  background-color: #144A66;
  -webkit-transition: inherit;
  transition: inherit;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  color: #144A66;
}
.wp-pagenavi a:hover::before, .wp-pagenavi a.current::before,
.wp-pagenavi span:hover::before,
.wp-pagenavi span.current::before {
  scale: 1 1;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}

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

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

.link-under {
  display: inline;
  font-size: inherit;
  color: #144A66;
  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;
  }
}

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

/* module */
.cm-bread {
  font-size: clamp(1.2rem, 1.0483870968vw, 1.3rem);
  padding-top: clamp(18px, 1.375vw, 22px);
  padding-bottom: clamp(18px, 1.375vw, 22px);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: clamp(24px, 3vw, 48px);
  color: #999999;
}
.cm-bread a,
.cm-bread span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.header_area {
  padding-left: clamp(24px, 3.75vw, 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_area {
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 24px;
  }
}

.header_logo__link {
  display: block;
}
@media screen and (min-width: 501px) {
  .header_logo__link {
    width: 265px;
  }
}
@media screen and (max-width: 500px) {
  .header_logo__link {
    width: 140px;
    padding-top: 10px;
  }
}
.header_logo__link img {
  display: block;
  width: auto;
  height: auto;
}

.header_group {
  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;
}
@media screen and (min-width: 1201px) {
  .header_group {
    gap: 56px;
  }
}
@media screen and (max-width: 1200px) {
  .header_group {
    gap: 32px;
  }
}

.header_group__inner {
  text-align: right;
}

.header_navi {
  position: fixed;
  top: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  z-index: 10;
}

.header_navi__btn {
  aspect-ratio: 1/1;
  width: 50px;
  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;
}
@media screen and (min-width: 1001px) {
  .header_navi__btn {
    display: none;
  }
}
.header_navi__btn:hover {
  opacity: 1;
}

.header_navi__phone {
  background-color: #000;
}

.header_navi__mail {
  background-color: #144A66;
}

.header_navi__image {
  width: auto;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .header_navi__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .header_navi__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.header_navi__btn:hover .header_navi__image {
  scale: 1.1;
}

.header_trigger {
  position: relative;
  background: #37B0EA;
  cursor: pointer;
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header_trigger span:first-child {
  -webkit-transform: translateY(calc(-50% - 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(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header_menu a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}
.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;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1201px) {
  .header_menu ul {
    gap: 32px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_menu ul {
    gap: 16px;
  }
}
.header_menu .sub-menu,
.header_menu .children {
  display: none;
}
@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_tel {
  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: 8px;
}
@media screen and (max-width: 1000px) {
  .header_tel {
    display: none;
  }
}

.header_tel__ico {
  max-width: 22px;
}

.header_tel__txt {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #144A66;
}

.header_btn {
  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;
  color: #fff;
  background-color: #144A66;
  border-bottom-left-radius: 20px;
  overflow: clip;
}
@media screen and (min-width: 1201px) {
  .header_btn {
    gap: 16px;
    width: 228px;
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .header_btn {
    gap: 8px;
    width: 200px;
    height: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .header_btn {
    display: none;
  }
}

.header_btn__ico {
  display: block;
  width: auto;
}

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

.kv_block {
  display: block;
  padding-top: clamp(32px, 3.75vw, 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .kv_block {
    padding-left: clamp(24px, 3.75vw, 60px);
    padding-right: clamp(24px, 3.75vw, 60px);
  }
}
@media screen and (max-width: 1024px) {
  .kv_block {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1231px) {
  .kv_block {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1230px) {
  .kv_block {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) and (max-width: 1000px) {
  .kv_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.kv_visual__image {
  min-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer_block {
  position: relative;
}

.footer_area {
  padding-top: clamp(32px, 4.5vw, 72px);
  padding-left: clamp(30px, 6.25vw, 100px);
  padding-right: clamp(30px, 6.25vw, 100px);
  padding-bottom: clamp(32px, 7.5vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_area .container {
  padding: 0 !important;
}

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

.footer_logo {
  display: block;
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  max-width: 265px;
  margin-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1001px) {
  .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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 24px 80px;
    max-height: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav ul {
    display: block;
  }
}
.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: 100%;
    border-bottom: 1px solid #ccc;
  }
  .footer_nav li + li a {
    padding-top: 16px;
  }
}
.footer_nav a {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  line-height: inherit;
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    padding-bottom: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav .sub-menu,
  .footer_nav .children {
    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;
    gap: 14px;
    margin-top: 16px;
  }
  .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;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@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-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .footer_nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.footer_rtt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #144A66;
  border-radius: 48px;
  overflow: clip;
  margin-top: 25px;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .footer_rtt {
    max-width: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_rtt {
    max-width: 38px;
  }
}
.footer_rtt .cm_btn__ico {
  rotate: -90deg;
}
@media screen and (max-width: 1000px) {
  .footer_rtt {
    margin-right: auto;
  }
  .footer_rtt .cm_btn__ico {
    width: 14px;
  }
  .footer_rtt .cm_btn__arrow {
    width: 14px;
  }
}
.footer_rtt:hover {
  opacity: 1;
}

.footer_address {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 1.75;
  font-weight: 400;
}
.footer_address::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.footer_address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.footer_address address {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 1000px) {
  .footer_address {
    text-align: center;
  }
}

@media screen and (min-width: 1001px) {
  .footer_privacy {
    display: none;
  }
}
.footer_info {
  border-top: 1px solid #ccc;
  padding-top: clamp(22px, 2vw, 32px);
}

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

.footer_link {
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .footer_link {
    display: none;
  }
}

.footer_copy {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
}

.cta_area {
  padding-top: clamp(48px, 5vw, 80px);
  padding-bottom: clamp(56px, 6vw, 96px);
  max-width: 1400px;
  background-image: url("../images/common/cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cta_head {
  display: block;
  margin-bottom: clamp(32px, 3.75vw, 60px);
  color: #fff;
  margin-bottom: clamp(40px, 2.9375vw, 47px);
}

.cta_head__caption {
  display: block;
  line-height: 1;
  font-size: clamp(5.6rem, 6.4516129032vw, 8rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.cta_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.cta_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

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

.cta_lead {
  font-size: clamp(1.7rem, 1.4516129032vw, 1.8rem);
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .cta_lead {
    line-height: 1.5;
  }
  .cta_lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * (0.5em - 1px));
  }
  .cta_lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .cta_lead {
    line-height: 1.75;
  }
  .cta_lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * (0.5em - 1px));
  }
  .cta_lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}
@media screen and (min-width: 501px) {
  .cta_lead br {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .cta_lead br {
    display: block !important;
  }
}

.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;
  margin-top: clamp(24px, 3vw, 48px);
}

.cta_tel {
  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: 8px;
}

.cta_tel__ico {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 501px) {
  .cta_tel__ico {
    max-width: 36px;
    min-width: 36px;
  }
}
@media screen and (max-width: 500px) {
  .cta_tel__ico {
    max-width: 25px;
    min-width: 25px;
  }
}

.cta_tel__num {
  color: #fff;
  font-size: clamp(3.6rem, 3.8709677419vw, 4.8rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.cta_time {
  display: block;
  text-align: center;
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  color: #fff;
}

.cta_btn {
  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;
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(28px, 2.5vw, 40px);
  padding-right: clamp(28px, 2.5vw, 40px);
  padding-bottom: clamp(20px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 64px;
  overflow: clip;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .cta_btn {
    gap: 86px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn {
    gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .cta_btn {
    max-width: 315px;
  }
}
.cta_btn:hover {
  opacity: 1;
  background-color: #144A66;
}
.cta_btn:hover::before {
  opacity: 0;
}

.cta_btn__txt {
  color: #144A66;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  -webkit-transition: inherit;
  transition: inherit;
}
.cta_btn:hover .cta_btn__txt {
  color: #fff;
}

.cta_btn__ico {
  position: relative;
  translate: unset;
}
@media screen and (min-width: 1001px) {
  .cta_btn__ico {
    aspect-ratio: 22/17;
    width: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn__ico {
    aspect-ratio: 17/13;
    width: 17px;
  }
}
.cta_btn__ico .cm_btn__arrow {
  aspect-ratio: inherit;
  width: inherit;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: -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;
  width: 55px;
  height: 36px;
  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: #919699;
}
.mw_wp_form.mw_wp_form_input small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input small {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form tr + tr th {
    padding-top: 30px;
  }
  .mw_wp_form tr + tr th span {
    top: 45px;
  }
}
@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;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

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

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

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

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

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

@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: #144A66;
  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] {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 281px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  text-align: left;
  font-weight: 700;
  line-height: 1.5625em;
  padding-top: 1.125em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
  color: #172329;
  background-color: #fff;
  background-image: url("../images/common/arrow_i.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right 32px;
  border: 1px solid #144A66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  border-radius: 56px;
  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;
  color: #fff;
  background-color: #144A66;
  background-image: url("../images/common/arrow_w.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right 32px;
}

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

/* page */
.mv {
  position: relative;
  overflow: clip;
  padding-top: clamp(40px, 3.75vw, 60px);
}

@media screen and (min-width: 1001px) {
  .mv_slider {
    margin-right: -332px;
  }
  .mv_slider .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .mv_slider .slick-dots {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100vw;
    padding-right: 80px;
    margin-top: 24px;
  }
  .mv_slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }
  .mv_slider .slick-dots button {
    padding: 0;
    aspect-ratio: 1/1;
    width: 8px;
    height: auto;
    background-color: transparent;
    border: 1px solid #144A66;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50px;
    overflow: clip;
  }
  .mv_slider .slick-dots button::before, .mv_slider .slick-dots button::after {
    display: none;
  }
  .mv_slider .slick-dots .slick-active button {
    background-color: #144A66;
  }
}

.mv_slide__pic {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 500px) {
  .mv_slide__image {
    display: block;
    aspect-ratio: 335/240;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv_head {
  z-index: 1;
  padding-left: clamp(40px, 4.5vw, 72px);
  padding-right: clamp(30px, 3vw, 48px);
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .mv_head {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_head {
    padding-top: 85px;
  }
}
@media screen and (min-width: 601px) {
  .mv_head {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .mv_head {
    position: relative;
    margin-top: -40px;
    max-width: 317px;
  }
}
.mv_head::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 501px) {
  .mv_head::before {
    border-top-right-radius: 20px;
    overflow: clip;
  }
}
@media screen and (max-width: 500px) {
  .mv_head::before {
    border-top-right-radius: 10px;
    overflow: clip;
  }
}

.mv_head__caption {
  position: absolute;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .mv_head__caption {
    top: -104px;
    left: 152px;
    max-width: 364px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_head__caption {
    top: -9px;
    left: 12px;
    max-width: 209px;
  }
}

.mv_head__lead {
  font-size: clamp(3rem, 4.3548387097vw, 5.4rem);
  line-height: 1.4444444444;
  margin-bottom: clamp(16px, 2vw, 32px);
}
.mv_head__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * (0.5em - 1px));
}
.mv_head__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
}
.mv_head__lead br {
  display: block;
}

.mv_head__txt {
  display: block;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  line-height: 1.75;
  font-weight: 700;
}
.mv_head__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.mv_head__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 500px) {
  .mv_head__txt br {
    display: none;
  }
}

.main_contents {
  position: relative;
  padding-top: clamp(56px, 5.8125vw, 93px);
  padding-bottom: clamp(80px, 7.9375vw, 127px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  .main_contents::before {
    background-image: -webkit-linear-gradient(top, rgba(235, 242, 247, 0) 0%, #ebf2f7 358px);
    background-image: linear-gradient(to bottom, rgba(235, 242, 247, 0) 0%, #ebf2f7 358px);
  }
}
@media screen and (max-width: 1000px) {
  .main_contents::before {
    background-image: -webkit-linear-gradient(top, rgba(235, 242, 247, 0) 0%, #ebf2f7 200px);
    background-image: linear-gradient(to bottom, rgba(235, 242, 247, 0) 0%, #ebf2f7 200px);
  }
}

.main_business {
  padding-bottom: clamp(80px, 8.25vw, 132px);
}

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

@media screen and (max-width: 500px) {
  .main_business__block {
    margin-left: -40px;
  }
}
.main_business__block .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main_business__block .slick-dots {
  position: static;
  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: 8px;
  margin-top: 24px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_business__block .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.main_business__block .slick-dots button {
  padding: 0;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: transparent;
  border: 1px solid #144A66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
}
.main_business__block .slick-dots button::before, .main_business__block .slick-dots button::after {
  display: none;
}
.main_business__block .slick-dots .slick-active button {
  background-color: #144A66;
}

@media screen and (min-width: 1001px) {
  .main_business__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 33.3%;
  }
  .main_business__item + .main_business__item {
    border-left: 1px solid #ccc;
  }
}
.main_business__link {
  border-radius: 0px;
  overflow: clip;
}
.main_business__link:hover {
  opacity: 1;
}

.main_business__pic {
  display: block;
  aspect-ratio: 533/374;
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: clip;
}

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

.main_business__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(18px, 2.3125vw, 37px);
  padding-left: clamp(25px, 2.5vw, 40px);
  padding-right: clamp(20px, 2.1875vw, 35px);
  padding-bottom: clamp(18px, 2.3125vw, 37px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.main_business__caption {
  font-size: clamp(1.5rem, 1.935483871vw, 2.4rem);
  font-weight: 700;
}

.main_business__ico {
  position: relative;
  border-radius: 50px;
  overflow: clip;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #144A66;
  translate: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_business__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_business__link:hover .main_business__ico {
  background-color: #144A66;
}
@media screen and (min-width: 1001px) {
  .main_business__ico {
    width: 42px;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__ico {
    width: 26px;
  }
}

.main_works__block {
  position: relative;
  max-width: 1000px;
  padding-top: clamp(48px, 3.9375vw, 63px);
  padding-left: clamp(20px, 5.5vw, 88px);
  padding-right: clamp(20px, 5.5vw, 88px);
  padding-bottom: clamp(48px, 4.0625vw, 65px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  color: #fff;
}
.main_works__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #006AB5), to(#00ACE6));
  background-image: -webkit-linear-gradient(right, #006AB5 20%, #00ACE6 100%);
  background-image: linear-gradient(270deg, #006AB5 20%, #00ACE6 100%);
  z-index: -1;
}
.main_works__block .page_head__caption,
.main_works__block .page_head__lead {
  color: inherit;
}

.main_works__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.main_works__btn {
  margin-top: 32px;
}

.main_works__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(16px, 1.125vw, 18px);
  padding-left: clamp(28px, 2vw, 32px);
  padding-right: clamp(28px, 2vw, 32px);
  padding-bottom: clamp(16px, 1.125vw, 18px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #172329;
  background-color: #fff;
  font-weight: 700;
  border-radius: 50px;
  overflow: clip;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .main_works__link {
    max-width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .main_works__link {
    max-width: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .main_works__link {
    margin-left: auto;
    margin-right: auto;
  }
}
.main_works__link:hover {
  opacity: 0.95;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main_works__text {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.main_works__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .main_works__ico {
    max-width: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .main_works__ico {
    max-width: 12px;
  }
}
.main_works__link:hover .main_works__ico {
  background-color: #fff;
}

.main_works__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 12/9;
  width: 100%;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .main_works__arrow {
    max-width: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .main_works__arrow {
    max-width: 12px;
  }
}

.main_works__before {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .main_works__before {
    translate: calc(-50% - 12px) -50%;
  }
}
@media screen and (max-width: 1000px) {
  .main_works__before {
    translate: calc(-50% - 9px) -50%;
  }
}
.main_works__link:hover .main_works__before {
  opacity: 1;
  translate: -50% -50%;
}

.main_works__after {
  opacity: 1;
  translate: -50% -50%;
}
.main_works__link:hover .main_works__after {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .main_works__link:hover .main_works__after {
    translate: calc(-50% + 12px) -50%;
  }
}
@media screen and (max-width: 1000px) {
  .main_works__link:hover .main_works__after {
    translate: calc(-50% + 9px) -50%;
  }
}

.main_facilities {
  position: relative;
}

.main_facilities__image {
  display: block;
  min-height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_facilities__block {
  background-color: #fff;
  padding-top: clamp(48px, 4.5vw, 72px);
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 601px) {
  .main_facilities__block {
    position: absolute;
    bottom: 0;
    right: 6.25%;
  }
}
@media screen and (max-width: 600px) {
  .main_facilities__block {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 40px);
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.main_recruit {
  margin-top: clamp(80px, 9.0625vw, 145px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .main_recruit {
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}

.main_recruit__block {
  position: relative;
  color: #fff;
  padding-top: clamp(48px, 6.5vw, 104px);
  padding-left: clamp(30px, 6.25vw, 100px);
  padding-right: clamp(30px, 6.25vw, 100px);
  padding-bottom: clamp(48px, 6.5vw, 104px);
  background: -webkit-linear-gradient(324.18deg, #37B0EA -4.09%, #144A66 41.32%);
  background: linear-gradient(125.82deg, #37B0EA -4.09%, #144A66 41.32%);
}
.main_recruit__block .page_head__caption {
  color: inherit;
}

.main_recruit__pic {
  position: absolute;
  left: 50%;
  max-width: 404px;
  max-height: 100%;
  opacity: 0.2;
}
@media screen and (min-width: 1025px) {
  .main_recruit__pic {
    top: 48px;
    translate: -50% 0;
  }
}
@media screen and (max-width: 1024px) {
  .main_recruit__pic {
    top: 50%;
    translate: -50% -50%;
  }
}

.main_recruit__side {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .main_recruit__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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}

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

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

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

.main_recruit__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: clamp(24px, 1.875vw, 30px);
  border-bottom: 1px solid #3B6989;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_recruit__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.main_recruit__list + .main_recruit__list .main_recruit__link {
  padding-top: clamp(24px, 1.875vw, 30px);
}
.main_recruit__link:hover {
  opacity: 1;
}
.main_recruit__link:hover::after {
  scale: 1 1;
}

.main_recruit__txt {
  font-size: clamp(1.5rem, 1.6129032258vw, 2rem);
  font-weight: 700;
}

.main_recruit__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .main_recruit__ico {
    max-width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__ico {
    max-width: 26px;
  }
}
.main_recruit__link:hover .main_recruit__ico {
  background-color: #fff;
}

.main_recruit__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 12/9;
  width: 100%;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .main_recruit__arrow {
    max-width: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__arrow {
    max-width: 9px;
  }
}

.main_recruit__before {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .main_recruit__before {
    translate: calc(-50% - 12px) -50%;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__before {
    translate: calc(-50% - 9px) -50%;
  }
}
.main_recruit__link:hover .main_recruit__before {
  opacity: 1;
  translate: -50% -50%;
}

.main_recruit__after {
  opacity: 1;
  translate: -50% -50%;
}
.main_recruit__link:hover .main_recruit__after {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .main_recruit__link:hover .main_recruit__after {
    translate: calc(-50% + 12px) -50%;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__link:hover .main_recruit__after {
    translate: calc(-50% + 9px) -50%;
  }
}

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

.main_slider__pic {
  display: block;
  margin-left: 6px;
  margin-right: 6px;
}

.main_slider__image {
  display: block;
  aspect-ratio: 378/280;
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: clip;
}

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

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

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

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

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

.main_company__pic {
  display: block;
  aspect-ratio: 376/240;
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: clip;
  margin-bottom: clamp(16px, 1.375vw, 22px);
  -webkit-transition: inherit;
  transition: inherit;
}

.main_company__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.main_company__link:hover .main_company__image {
  scale: 1.1;
}

.main_company__headline {
  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;
  gap: 24px;
}

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

.main_company__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border: 1px solid #144A66;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@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;
  }
}
@media screen and (min-width: 1001px) {
  .main_company__ico {
    max-width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__ico {
    max-width: 26px;
  }
}
.main_company__link:hover .main_company__ico {
  background-color: #144A66;
}

.main_company__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 12/9;
  width: 100%;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .main_company__arrow {
    max-width: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__arrow {
    max-width: 9px;
  }
}

.main_company__before {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .main_company__before {
    translate: calc(-50% - 12px) -50%;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__before {
    translate: calc(-50% - 9px) -50%;
  }
}
.main_company__link:hover .main_company__before {
  opacity: 1;
  translate: -50% -50%;
}

.main_company__after {
  opacity: 1;
  translate: -50% -50%;
}
.main_company__link:hover .main_company__after {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .main_company__link:hover .main_company__after {
    translate: calc(-50% + 12px) -50%;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__link:hover .main_company__after {
    translate: calc(-50% + 9px) -50%;
  }
}

.main_news {
  position: relative;
  margin-top: clamp(80px, 9vw, 144px);
  overflow: clip;
}

.main_news__bg {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 501px) {
  .main_news__bg {
    max-width: 268px;
  }
}
@media screen and (max-width: 500px) {
  .main_news__bg {
    max-width: 150px;
    height: 96px;
  }
}

.main_news__image {
  position: absolute;
  bottom: 0;
  left: 0;
}

.main_news__block {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .main_news__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: "row";
        -ms-flex-direction: "row";
            flex-direction: "row";
    -webkit-box-align: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 0px;
  }
}
@media screen and (min-width: 1001px) {
  .main_news__block {
    padding-bottom: clamp(96px, 10vw, 160px);
  }
}

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

.main_news__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .main_news__info {
    padding-bottom: 96px;
  }
}

.main_news__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(24px, 2vw, 32px);
  border-bottom: 1px solid #ccc;
}
.main_news__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #144A66;
  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: clamp(24px, 2vw, 32px);
}

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

.main_news__time {
  color: #144A66;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

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

.main_news__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border: 1px solid #144A66;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_news__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1001px) {
  .main_news__ico {
    max-width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__ico {
    max-width: 26px;
  }
}
.main_news__link:hover .main_news__ico {
  background-color: #144A66;
}

.main_news__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 12/9;
  width: 100%;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .main_news__arrow {
    max-width: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__arrow {
    max-width: 9px;
  }
}

.main_news__before {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .main_news__before {
    translate: calc(-50% - 12px) -50%;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__before {
    translate: calc(-50% - 9px) -50%;
  }
}
.main_news__link:hover .main_news__before {
  opacity: 1;
  translate: -50% -50%;
}

.main_news__after {
  opacity: 1;
  translate: -50% -50%;
}
.main_news__link:hover .main_news__after {
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .main_news__link:hover .main_news__after {
    translate: calc(-50% + 12px) -50%;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__link:hover .main_news__after {
    translate: calc(-50% + 9px) -50%;
  }
}

.page_list {
  margin-bottom: clamp(60px, 7.5vw, 120px);
}
@media screen and (min-width: 501px) {
  .page_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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px 32px;
  }
}
@media screen and (max-width: 500px) {
  .page_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
  }
  .parent-pageid-39 .page_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page_list__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 501px) {
  .page_list__link {
    gap: 8px;
  }
}
@media screen and (max-width: 500px) {
  .page_list__link {
    gap: 4px;
  }
}
.page_list__link:hover {
  opacity: 1;
}

.page_list__ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50px;
  overflow: clip;
  border: 1px solid #144A66;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .page_list__ico {
    width: 30px;
  }
}
@media screen and (max-width: 500px) {
  .page_list__ico {
    width: 24px;
  }
}
.page_list__link[current] .page_list__ico, .page_list__link:hover .page_list__ico {
  background-color: #144A66;
}

.page_list__anchor {
  rotate: 90deg;
}

.page_list__arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 11/10;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 501px) {
  .page_list__arrow {
    width: 11px;
  }
}
@media screen and (max-width: 500px) {
  .page_list__arrow {
    width: 9px;
  }
}

.page_list__before {
  opacity: 0;
  left: calc(50% - 11px);
}
.page_list__link[current] .page_list__before, .page_list__link:hover .page_list__before {
  opacity: 1;
  left: 50%;
}

.page_list__after {
  opacity: 1;
  left: 50%;
}
.page_list__link[current] .page_list__after, .page_list__link:hover .page_list__after {
  opacity: 0;
  left: calc(50% + 11px);
}

.page_list__name {
  position: relative;
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
  font-size: clamp(1.5rem, 1.6129032258vw, 2rem);
  line-height: 1em;
  font-weight: 700;
}
.page_list__name::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 1px;
  background-color: #144A66;
  scale: 0 1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.page_list__link[current] .page_list__name::before, .page_list__link:hover .page_list__name::before {
  scale: 1 1;
}

.content_block {
  background-color: #fff;
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
  padding-bottom: clamp(32px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content_block + .content_block {
  margin-top: 56px;
}
.interview_block .content_block + .content_block {
  margin-top: 0;
}

.narrow_block {
  max-width: 684px;
  margin-bottom: clamp(80px, 7.5vw, 120px);
}

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

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

.business_block {
  counter-reset: count;
}
.business_block + .business_block {
  margin-top: 80px;
}

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

.business_card__pic {
  display: block;
  aspect-ratio: 376/240;
  width: 100%;
  height: auto;
  overflow: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.business_card__pic .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business_card__label {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  margin-bottom: clamp(10px, 1vw, 16px);
}

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

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

.business_block__wrap {
  background-color: #fff;
  padding-top: clamp(24px, 2vw, 32px);
  padding-left: clamp(24px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(24px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business_block__wrap + .business_block__wrap {
  margin-top: 24px;
}

.business_block__lead {
  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: 12px;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  margin-bottom: clamp(12px, 0.875vw, 14px);
}
.business_block__lead::before {
  font-size: 1.1111111111em;
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background: -webkit-gradient(linear, left bottom, left top, from(#37B0EA), color-stop(60%, #144A66));
  background: -webkit-linear-gradient(bottom, #37B0EA 0%, #144A66 60%);
  background: linear-gradient(360deg, #37B0EA 0%, #144A66 60%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

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

.facilities_block + .facilities_block,
.facilities_block + .facilities_inner,
.facilities_inner + .facilities_block,
.facilities_inner + .facilities_inner {
  margin-top: 64px;
}

.facilities_inner th,
.facilities_inner__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #fff;
  background-color: #144A66;
  padding-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.facilities_inner__lead {
  display: block;
}

.facilities_inner__list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  border-left: 1px solid #ccc;
}
@media screen and (min-width: 501px) {
  .facilities_inner__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .facilities_inner__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.facilities_inner td,
.facilities_inner__tab {
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.personality_side__pic {
  display: block;
  max-width: 461px;
}
@media screen and (min-width: 1001px) {
  .personality_side__pic {
    width: 46.1%;
    min-width: 322.7px;
  }
}
@media screen and (max-width: 1000px) {
  .personality_side__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .personality_side__pic {
    margin-top: 32px;
  }
}

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

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

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

.personality_card__item {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  color: #fff;
  background-color: #37B0EA;
}
@media screen and (min-width: 1001px) {
  .personality_card__item {
    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: 26px;
  }
}

.personality_card__ico {
  display: block;
  max-width: 124px;
  width: 100%;
  min-width: 124px;
}
@media screen and (max-width: 1000px) {
  .personality_card__ico {
    margin-bottom: 24px;
  }
}

.personality_card__caption {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1;
  padding-bottom: 1.05em;
  margin-bottom: 1.05em;
  border-bottom: 1px solid #F6F6F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.personality_card__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.personality_card__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.personality_message {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1001px) {
  .personality_message {
    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: 64px;
  }
}

.personality_message__owner {
  display: block;
  max-width: 358px;
}
@media screen and (min-width: 1001px) {
  .personality_message__owner {
    width: 35.8%;
    min-width: 250.6px;
  }
}
@media screen and (max-width: 1000px) {
  .personality_message__owner {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .personality_message__owner {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .personality_message__owner {
    margin-bottom: 32px;
  }
}

.personality_message__president {
  margin-top: 16px;
  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: 1em;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .personality_message__president {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .personality_message__president {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.personality_message__class {
  font-size: 0.8333333333em;
  font-weight: inherit;
}

.personality_message__name {
  font-size: inherit;
  font-weight: inherit;
}

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

.personality_faq__head,
.personality_faq__content {
  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;
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(24px, 2.25vw, 36px);
  padding-right: clamp(24px, 2.25vw, 36px);
  padding-bottom: clamp(20px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .personality_faq__head,
  .personality_faq__content {
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .personality_faq__head,
  .personality_faq__content {
    gap: 18px;
  }
}
.personality_faq__head::before,
.personality_faq__content::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  aspect-ratio: 1/1;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border-radius: 50px;
  overflow: clip;
  line-height: 1;
}
@media screen and (min-width: 501px) {
  .personality_faq__head::before,
  .personality_faq__content::before {
    width: 36px;
  }
}
@media screen and (max-width: 500px) {
  .personality_faq__head::before,
  .personality_faq__content::before {
    width: 32px;
  }
}

.personality_faq__head {
  background-color: #144A66;
}
.personality_faq__head::before {
  content: "Q";
  color: #144A66;
  background-color: #fff;
}

.personality_faq__lead {
  display: block;
  padding-top: clamp(4px, 0.5vw, 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.5;
  color: #fff;
}
.personality_faq__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.personality_faq__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.personality_faq__content {
  background-color: #fff;
  border-left: 1px solid #144A66;
  border-right: 1px solid #144A66;
  border-bottom: 1px solid #144A66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.personality_faq__content::before {
  content: "A";
  color: #fff;
  background-color: #144A66;
}

.personality_faq__inner {
  color: #144A66;
}
@media screen and (max-width: 500px) {
  .personality_faq__inner p {
    line-height: 1.7;
  }
  .personality_faq__inner p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * (0.5em - 1px));
  }
  .personality_faq__inner p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
}

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

.interview_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

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

.interview_job {
  position: relative;
  padding-top: clamp(32px, 4vw, 64px);
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
  padding-bottom: clamp(32px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/page/bg_requirements.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.interview_block__image {
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 501px) {
  .interview_block__image {
    right: 50%;
    translate: 50% -80px;
    max-width: 346px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .interview_block__image {
    max-width: 250px;
  }
}
@media screen and (max-width: 500px) {
  .interview_block__image {
    right: 0;
    translate: 0 -40px;
    max-width: 220px;
  }
}

.interview_job__block {
  position: relative;
  padding-top: 57px;
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
  padding-bottom: clamp(32px, 3.5625vw, 57px);
  z-index: 1;
}
.interview_job__block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  -webkit-box-shadow: 0px 4px 16px rgba(12, 51, 136, 0.05);
          box-shadow: 0px 4px 16px rgba(12, 51, 136, 0.05);
  z-index: -1;
}

.interview_job__lead {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  line-height: 1.5;
  margin-bottom: 0.8571428571em;
}
.interview_job__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.interview_job__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (min-width: 501px) {
  .interview_job__txt {
    line-height: 2.25;
  }
  .interview_job__txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.25) * (0.5em - 1px));
  }
  .interview_job__txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.25) * 0.5em);
  }
}
@media screen and (max-width: 500px) {
  .interview_job__txt {
    line-height: 1.75;
  }
  .interview_job__txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * (0.5em - 1px));
  }
  .interview_job__txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}

.requirements_list {
  max-width: 1040px;
}

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

.requirements_list__link {
  position: relative;
  display: block;
}
.requirements_list__link:hover {
  opacity: 1;
}

.requirements_list__ico {
  position: absolute;
  top: 50%;
  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: 100%;
  height: auto;
  border-radius: 42px;
  overflow: clip;
  background-color: #144A66;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .requirements_list__ico {
    right: 32px;
    max-width: 42px;
  }
}
@media screen and (max-width: 1000px) {
  .requirements_list__ico {
    right: 16px;
    max-width: 28px;
  }
}
.requirements_single .requirements_list__ico, .requirements_list__link:hover .requirements_list__ico {
  background-color: #fff;
}

.requirements_list__arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 14/10;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 501px) {
  .requirements_list__arrow {
    width: 14px;
  }
}
@media screen and (max-width: 500px) {
  .requirements_list__arrow {
    width: 10px;
  }
}

.requirements_list__before {
  opacity: 0;
  left: calc(50% - 14px);
}
.requirements_single .requirements_list__before, .requirements_list__link:hover .requirements_list__before {
  opacity: 1;
  left: 50%;
}

.requirements_list__after {
  opacity: 1;
  left: 50%;
}
.requirements_single .requirements_list__after, .requirements_list__link:hover .requirements_list__after {
  opacity: 0;
  left: calc(50% + 14px);
}

.requirements_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;
  background-color: #fff;
  padding-top: clamp(18px, 1.25vw, 20px);
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(50px, 3.75vw, 60px);
  padding-bottom: clamp(18px, 1.25vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .requirements_head {
    min-height: 84px;
  }
}
.requirements_single .requirements_head, .requirements_list__link:hover .requirements_head {
  color: #fff;
  background-color: #144A66;
}

.requirements_head__caption {
  display: inline-block;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  padding-top: 0.4em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.5333333333em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: #144A66;
  border-radius: 3px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: inherit;
  transition: inherit;
}
.requirements_single .requirements_head__caption, .requirements_list__link:hover .requirements_head__caption {
  color: #144A66;
  background-color: #fff;
}

.requirements_head__txt {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  -webkit-transition: inherit;
  transition: inherit;
}
.requirements_single .requirements_head__txt, .requirements_list__link:hover .requirements_head__txt {
  color: #fff;
}

@media screen and (min-width: 1001px) {
  .requirements_content th,
  .requirements_content td {
    border-bottom-width: 1px;
    padding-top: 1.5em;
    padding-left: 1.625em;
    padding-right: 1.625em;
    padding-bottom: 1.5em;
  }
}
.requirements_content th {
  border-bottom-color: #144A66;
}
@media screen and (min-width: 1001px) {
  .requirements_content th {
    width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .requirements_content th {
    color: #144A66;
  }
}
@media screen and (max-width: 1000px) {
  .requirements_content td {
    border-bottom-color: #144A66;
  }
}
.requirements_content img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.requirements_btn {
  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-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: 24px;
  margin-top: clamp(40px, 3.5vw, 56px);
}

.requirements_btn__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(24px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(20px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 419px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #144A66;
  border-radius: 50px;
  overflow: clip;
}
.requirements_btn__link:hover {
  opacity: 1;
  background-color: #144A66;
}

.requirements_btn__txt {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  color: #144A66;
  translate: inherit;
}
.requirements_btn__link:hover .requirements_btn__txt {
  color: #fff;
}

.requirements_btn__ico {
  position: relative;
  display: block;
  aspect-ratio: 22/17;
  width: 22px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}

.requirements_btn__arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: inherit;
  width: inherit;
  height: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.requirements_btn__before {
  opacity: 0;
  left: calc(50% - 14px);
}
.requirements_btn__link:hover .requirements_btn__before {
  opacity: 1;
  left: 50%;
}

.requirements_btn__after {
  opacity: 1;
  left: 50%;
}
.requirements_btn__link:hover .requirements_btn__after {
  opacity: 0;
  left: calc(50% + 14px);
}

.requirements_btn__back {
  display: inline-block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  text-decoration: underline;
}

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

.message_side__pic {
  display: block;
  max-width: 342px;
}
@media screen and (min-width: 1001px) {
  .message_side__pic {
    width: 31.9029850746%;
    min-width: 239.4px;
  }
}
@media screen and (max-width: 1000px) {
  .message_side__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .message_side__pic {
    margin-bottom: 32px;
  }
}

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

.message_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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  margin-top: 32px;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 700;
}

.message_head__class {
  font-size: 0.8333333333em;
  font-weight: inherit;
}

.message_head__name {
  font-size: inherit;
  font-weight: inherit;
}

.message_block__philosophy {
  display: block;
  max-width: 457px;
}
.message_block__philosophy svg {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1001px) {
  .outline_block th,
  .outline_block td {
    border-bottom-width: 1px;
    padding-top: 1.5em;
    padding-left: 1.625em;
    padding-right: 1.625em;
    padding-bottom: 1.5em;
  }
}
.outline_block th {
  border-bottom-color: #144A66;
}
@media screen and (min-width: 1001px) {
  .outline_block th {
    width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .outline_block th {
    color: #144A66;
  }
}
@media screen and (max-width: 1000px) {
  .outline_block td {
    border-bottom-color: #144A66;
  }
}
.outline_block img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.outline_block__sdgs {
  display: block;
  max-width: 282px;
}

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

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

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

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

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

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

.policy_block__lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 5px;
}

.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}

.found_block {
  padding-top: clamp(60px, 11.25vw, 180px);
}

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

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

.found_head__caption {
  display: block;
  font-size: clamp(5.6rem, 6.4516129032vw, 8rem);
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background: -webkit-gradient(linear, left bottom, left top, from(#37B0EA), color-stop(60%, #144A66));
  background: -webkit-linear-gradient(bottom, #37B0EA 0%, #144A66 60%);
  background: linear-gradient(360deg, #37B0EA 0%, #144A66 60%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.found_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.found_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.found_menu {
  margin-top: clamp(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: 700;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 32px;
    margin: auto;
  }
  .found_menu li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li {
    border-bottom: 1px solid #172329;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

.post_list__tab {
  position: relative;
  display: block;
  font-weight: 500;
  padding-bottom: clamp(24px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #144A66;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.post_list__tab:hover {
  opacity: 1;
}
.post_list__tab:hover::after {
  scale: 1 1;
}
.post_list__tab + .post_list__tab {
  padding-top: clamp(24px, 3vw, 48px);
}

.post_list__time {
  display: block;
  font-size: 0.9375em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #144A66;
  margin-bottom: 1.0666666667em;
  font-variant-numeric: tabular-nums;
}

.post_list__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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 501px) {
  .post_list__head {
    padding-right: 8px;
  }
}

.post_list__lead {
  font-size: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_list__lead {
    -webkit-line-clamp: 2;
  }
}

.post_list__ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 42px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #144A66;
  border-radius: 42px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.post_list__tab:hover .post_list__ico {
  background-color: #144A66;
}
@media screen and (max-width: 500px) {
  .post_list__ico {
    display: none;
  }
}

.post_list__arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 14/10;
  width: 14px;
  height: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.post_list__before {
  opacity: 0;
  left: calc(50% - 14px);
}
.post_list__tab:hover .post_list__before {
  opacity: 1;
  left: 50%;
}

.post_list__after {
  opacity: 1;
  left: 50%;
}
.post_list__tab:hover .post_list__after {
  opacity: 0;
  left: calc(50% + 14px);
}

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

.post_card__link {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_card__link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_card__link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_card__link:hover {
  opacity: 1;
}

.post_card__pic {
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
}

.post_card__image {
  display: block;
  background-color: #ddd;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
  -webkit-transition: inherit;
  transition: inherit;
}
.post_card__image .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__image .image {
  scale: 1.1;
}

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

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

.post_card__lead {
  display: block;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .post_card__lead {
    line-height: 1.75;
  }
  .post_card__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * (0.5em - 1px));
  }
  .post_card__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .post_card__lead {
    line-height: 1.5;
  }
  .post_card__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * (0.5em - 1px));
  }
  .post_card__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}

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

.post_item__side {
  -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: #ddd;
  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: #37B0EA;
  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 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .single_block {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .single_block {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .single_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

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

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

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

.single_block__inner a {
  display: inline-block;
  color: #144A66;
  text-decoration: underline;
}

.single_block__btn {
  margin-top: clamp(32px, 5vw, 80px);
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.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: #ddd;
  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, 6.25vw, 100px);
}
.single_nav a {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #37B0EA;
}

.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;
  }
}
.single_nav__move a:hover path {
  fill: #37B0EA;
}

.page__body {
  position: relative;
  padding-top: clamp(32px, 3vw, 48px);
  padding-bottom: clamp(80px, 8.25vw, 132px);
  margin-bottom: clamp(96px, 8.75vw, 140px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page__body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .page__body::before {
    background-image: -webkit-linear-gradient(top, rgba(235, 242, 247, 0) 0%, #ebf2f7 358px);
    background-image: linear-gradient(to bottom, rgba(235, 242, 247, 0) 0%, #ebf2f7 358px);
  }
}
@media screen and (max-width: 1000px) {
  .page__body::before {
    background-image: -webkit-linear-gradient(top, rgba(235, 242, 247, 0) 0%, #ebf2f7 200px);
    background-image: linear-gradient(to bottom, rgba(235, 242, 247, 0) 0%, #ebf2f7 200px);
  }
}/*# sourceMappingURL=customize.css.map */