@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
.single_item__pic, .single_block__image, .post_item__pic, .post_item, .access_block__pic,
.access_block__image, .environment_block__image, .philosophy_block__image, .recruit_company__image, .recruit_company__pic, .recruit_business__pic, .institute_content__pic, .technology_contents__image, .business_block__pic, .main_company__card, .main_recruit__pic, .main_link__btn, .main_technology__link, .main_business__pic, .mv_block__image, .cta_block {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
/* template color */
/* custom color */
.header_logo__link img {
  -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%);
}

.recruit_requirements__link:hover .recruit_requirements__ico svg, .main_technology__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(91%) saturate(4970%) hue-rotate(201deg) brightness(85%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(25%) sepia(91%) saturate(4970%) hue-rotate(201deg) brightness(85%) contrast(101%);
}

.main_head__lead, .main_item__lead, .mv_head__lead, .loading_block__lead, .kv_head__lead {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#005ABE), color-stop(#09A5B0), to(#1F69CC));
  background-image: -webkit-linear-gradient(left, #005ABE, #09A5B0, #1F69CC);
  background-image: linear-gradient(to right, #005ABE, #09A5B0, #1F69CC);
  -webkit-background-clip: text;
          background-clip: text;
}

.post_item__side:hover .post_item__ico, .environment_block__lead, .company_block__lead, .main_news__link:hover .main_news__ico, .main_company__link:hover .main_company__ico {
  background-image: -webkit-gradient(linear, left top, right top, from(#09A5B0), to(#1F69CC));
  background-image: -webkit-linear-gradient(left, #09A5B0, #1F69CC);
  background-image: linear-gradient(to right, #09A5B0, #1F69CC);
}

.philosophy_block, .recruit_requirements, .recruit_business__block, .outline_block__inner th,
.requirements_block__inner th, .main_link__item {
  background: -webkit-gradient(linear, left top, right top, from(rgba(9, 165, 176, 0.1)), to(rgba(31, 105, 204, 0.1)));
  background: -webkit-linear-gradient(left, rgba(9, 165, 176, 0.1) 0%, rgba(31, 105, 204, 0.1) 100%);
  background: linear-gradient(90deg, rgba(9, 165, 176, 0.1) 0%, rgba(31, 105, 204, 0.1) 100%);
}

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

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

.list_count {
  counter-reset: count;
}

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

.list_num {
  counter-reset: num;
}

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

.list_unit {
  counter-reset: unit;
}

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

.cm_btn {
  margin-top: clamp(32px, 3.5vw, 56px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 32px;
}
@media screen and (min-width: 1001px) {
  .main_news .cm_btn {
    margin-top: 48px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cm_btn.cm_btn__start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cm_btn__link {
  position: relative;
  display: block;
  min-width: 308px;
  width: 100%;
  font-weight: 700;
  height: auto;
  line-height: 56px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#09A5B0), color-stop(40%, #1F69CC));
  background-image: -webkit-linear-gradient(left, #09A5B0 0%, #1F69CC 40%);
  background-image: linear-gradient(to right, #09A5B0 0%, #1F69CC 40%);
}
.main_contents .cm_btn__link {
  max-width: 280px;
  min-width: unset;
}
.cm_btn__link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 26px;
  translate: 0 -50%;
  aspect-ratio: 15/12;
  max-width: 18px;
  width: 100%;
  height: auto;
  background-image: url("../images/common/ico_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .cm_btn__link::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__link::after {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.cm_btn__link:hover {
  opacity: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#09A5B0), to(#1F69CC));
  background-image: -webkit-linear-gradient(left, #09A5B0 0%, #1F69CC 100%);
  background-image: linear-gradient(to right, #09A5B0 0%, #1F69CC 100%);
}
.cm_btn__link:hover::after {
  right: 24px;
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    max-width: 240px;
  }
}

.cm_btn__back::after {
  right: unset;
  left: 26px;
  rotate: -180deg;
}

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

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

.head_line {
  padding-left: clamp(10px, 1vw, 16px);
  margin-bottom: clamp(24px, 3vw, 48px);
  border-left: 5px solid #0070F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.head_dotted {
  position: relative;
  padding-left: 1em;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
.head_dotted::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
  background-color: #005ABE;
  border-radius: 15px;
  overflow: clip;
}

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

.head_normal {
  margin-bottom: 16px;
}

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

.lead_main {
  margin-bottom: clamp(32px, 4.5vw, 72px);
}

.lead_main__text {
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 1.75;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 800;
}
.lead_main__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.lead_main__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.head_border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(8px, 1vw, 16px);
  margin-bottom: clamp(32px, 3vw, 48px);
  border-bottom: 1px solid #005ABE;
}

.head_border__lead {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  color: #005ABE;
}

.head_default {
  font-size: clamp(2.2rem, 2.2580645161vw, 2.8rem);
  line-height: 1.75;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.head_default::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.head_default::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

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

.back_btn__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) {
  .back_btn__link {
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .back_btn__link {
    gap: 8px;
  }
}

.back_btn__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #005ABE;
  rotate: -90deg;
  border-radius: 24px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .back_btn__ico {
    width: 24px;
  }
}
@media screen and (max-width: 500px) {
  .back_btn__ico {
    width: 20px;
  }
}

.back_btn__arrow {
  display: block;
  width: 8px;
}

.back_btn__txt {
  color: #005ABE;
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 900;
}

.fade {
  -webkit-clip-path: inset(0 100% 0% 0);
          clip-path: inset(0 100% 0% 0);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fade_show {
  -webkit-clip-path: inset(0 0% 0% 0);
          clip-path: inset(0 0% 0% 0);
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

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

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  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 {
  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: #005ABE;
  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: 900px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    aspect-ratio: 179/56;
    height: auto;
    top: 24px;
    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;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .swipe::before {
    width: 180px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .swipe::before {
    width: 126px;
  }
}
@media screen and (max-width: 1000px) {
  .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;
}

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

.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: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container_block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1031px) {
  .container_block {
    max-width: 1060px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .container_block {
    max-width: 1060px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container_block {
    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: 1024px) {
  .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: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

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

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

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

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

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

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

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.archive .wp-pagenavi {
  margin-top: clamp(32px, 2.5vw, 40px);
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  padding: unset;
  margin: unset;
  border: none;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px 8px !important;
  margin: 0 !important;
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 0%;
  height: 1px;
  background-color: #005ABE;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  font-weight: 500;
  color: #005ABE;
}
.wp-pagenavi a:hover::before, .wp-pagenavi a.current::before,
.wp-pagenavi span:hover::before,
.wp-pagenavi span.current::before {
  width: 100%;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}

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

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

.link-under {
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #005ABE;
  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;
  }
}

/* module */
.cm-bread {
  padding-top: clamp(10px, 1.375vw, 22px);
  padding-bottom: clamp(10px, 1.5625vw, 25px);
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  line-height: 1.6;
  color: #828282;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.header_block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header_block {
    background-color: #0070F3;
    height: 64px;
  }
}

.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .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;
    height: 96px;
    padding-left: clamp(24px, 2.5vw, 40px);
  }
}
@media screen and (max-width: 1200px) {
  .header_area {
    display: block;
    top: 50%;
    translate: 0 -50%;
    padding-left: 16px;
  }
}

.header_logo {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .header_logo {
    padding-top: 9px;
    padding-bottom: 24px;
  }
}

.header_logo__link {
  display: block;
}
@media screen and (min-width: 1201px) {
  .header_logo__link {
    max-width: 316px;
  }
}
@media screen and (max-width: 1200px) {
  .header_logo__link {
    max-width: 204px;
  }
}
.header_logo__link img {
  display: block;
  width: auto;
  height: auto;
}

.header_trigger {
  position: fixed;
  top: 12px;
  right: 20px;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  border-radius: 40px;
  overflow: clip;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 90, 190, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 90, 190, 0.2);
}
@media screen and (min-width: 1201px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #005ABE;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header_trigger span:first-child {
  -webkit-transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:last-child {
  -webkit-transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(385deg);
          transform: translate(-50%, -50%) rotate(385deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-385deg);
          transform: translate(-50%, -50%) rotate(-385deg);
}

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

.header_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #fff;
  background-color: #005ABE;
}
.header_btn a:hover {
  opacity: 1;
  background-color: #80addf;
}
.header_btn a::before {
  content: "";
  display: block;
  aspect-ratio: 20/14;
  width: 20px;
  height: auto;
  background-image: url("../images/common/mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 1201px) {
  .header_btn a {
    width: 200px;
    line-height: 64px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: clip;
    margin-left: 12px;
  }
}
.header_btn span {
  display: none;
}

.header_contact {
  position: fixed;
  top: 12px;
  right: 66px;
  aspect-ratio: 1/1;
  width: 40px;
  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;
  border-radius: 40px;
  overflow: clip;
  background-color: #005ABE;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .header_contact {
    display: none;
  }
}

.error404 .kv {
  padding-top: 100px;
}
@media screen and (min-width: 1201px) {
  .page-id-46 .kv {
    padding-top: 95px;
  }
}

.kv_pic {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}
.page-id-46 .kv_pic::after {
  position: absolute;
  bottom: 12px;
  right: 19px;
  content: "2021年撮影";
  color: #fff;
  font-size: clamp(1.2rem, 1.4516129032vw, 1.8rem);
  z-index: 1;
}

.kv_pic__image {
  display: block;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-id-46 .kv_pic__image {
  -o-object-position: left;
     object-position: left;
}

.kv_head {
  padding-top: clamp(24px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  text-align: center;
  gap: 6px;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.kv_head__caption {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  text-transform: capitalize;
  color: #005ABE;
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .kv_head__caption {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .kv_head__caption {
    padding-left: 12px;
  }
}
.kv_head__caption::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #005ABE;
  border-radius: 10px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .kv_head__caption::before {
    width: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .kv_head__caption::before {
    width: 8px;
  }
}

.kv_head__lead {
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(2.8rem, 3.2258064516vw, 4rem);
}

.footer_block {
  position: relative;
  margin-top: clamp(64px, 10vw, 160px);
  background-color: #fff;
}
.home .footer_block {
  margin-top: 0;
}

.footer_area {
  padding-top: clamp(60px, 7.5vw, 120px);
}
@media screen and (min-width: 1601px) {
  .footer_area .container {
    max-width: 75% !important;
  }
}

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

.footer_logo {
  display: block;
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
@media screen and (min-width: 1001px) {
  .footer_logo {
    max-width: 320px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    max-width: 302px;
  }
}

.footer_logo__link {
  display: block;
}

.footer_nav {
  /* @include break(1000, min){
      margin-top: 16px;
  } */
}
.footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 536px;
    height: 200px;
    gap: 32px 24px;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav ul {
    border-top: 1px solid #ccc;
  }
}
.footer_nav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .footer_nav li {
    max-width: 142px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav li {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .footer_nav li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .footer_nav li:nth-child(odd):last-child {
    width: 100%;
    border-left: none;
  }
}
.footer_nav a {
  display: block;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    padding: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav .sub-menu {
    display: block;
    margin-top: 16px;
    width: auto;
    height: auto;
  }
  .footer_nav .sub-menu li {
    line-height: 1;
  }
  .footer_nav .sub-menu li + li {
    margin-top: 12px;
  }
  .footer_nav .sub-menu a {
    position: relative;
    display: inline-block;
    padding-left: 1em;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer_nav .sub-menu a::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav .sub-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav {
    margin-top: 56px;
  }
}

@media screen and (min-width: 1001px) {
  .footer_link {
    display: none !important;
  }
}
.footer_rtt {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#09A5B0), to(#1F69CC));
  background: -webkit-linear-gradient(bottom, #09A5B0 0%, #1F69CC 100%);
  background: linear-gradient(0deg, #09A5B0 0%, #1F69CC 100%);
  border-radius: 40px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .footer_rtt {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .footer_rtt {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.footer_rtt:hover {
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .footer_rtt {
    width: 68px;
    right: 46px;
    bottom: 90px;
  }
  .footer_rtt:hover {
    translate: 0 -5px;
  }
}
@media screen and (max-width: 1400px) {
  .footer_rtt {
    width: 50px;
    left: 50%;
    bottom: 30px;
    translate: -50% 0;
  }
  .footer_rtt:hover {
    translate: -50% -5px;
  }
}
@media screen and (max-width: 1200px) {
  .footer_rtt {
    width: 40px;
    left: 50%;
    bottom: 30px;
    translate: -50% 0;
  }
  .footer_rtt:hover {
    translate: -50% -5px;
  }
}
.footer_rtt svg {
  display: block;
  rotate: -90deg;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .footer_rtt svg {
    width: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_rtt svg {
    width: 16px;
  }
}

.footer_address .information_block {
  line-height: 1.75;
  word-break: auto-phrase;
}
.footer_address .information_block::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.footer_address .information_block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.footer_items {
  margin-top: clamp(27px, 8vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 80px;
}
@media screen and (min-width: 1001px) {
  .footer_items {
    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: 45px;
  }
}

@media screen and (min-width: 1601px) {
  .footer_area + .container {
    max-width: 75% !important;
  }
}
.footer_item {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
@media screen and (max-width: 1000px) {
  .footer_item {
    display: none;
  }
}

.footer_copy {
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  color: #828282;
}

@media screen and (min-width: 1201px) {
  .cta_block {
    max-width: calc(100% - 128px);
  }
}
@media screen and (max-width: 1200px) {
  .cta_block {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 450px) {
  .cta_block .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cta_area {
  padding-top: clamp(40px, 5vw, 80px);
  padding-bottom: clamp(40px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1001px) {
  .cta_area {
    background-image: url("../images/common/bg_cta__pc.webp");
  }
}
@media screen and (max-width: 1000px) {
  .cta_area {
    background-image: url("../images/common/bg_cta__sp.webp");
  }
}

.cta_head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  text-align: center;
  gap: 6px;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.cta_head__caption {
  position: relative;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 900;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  text-transform: capitalize;
  color: #fff;
  line-height: 1;
}
.cta_head__caption::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 10px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: clip;
}

.cta_head__lead {
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  color: #fff;
}

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

.cta_lead__txt {
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}

.cta_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

.cta_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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  font-size: clamp(1.5rem, 1.7741935484vw, 2.2rem);
  padding-top: clamp(18px, 1.75vw, 28px);
  padding-left: clamp(27px, 2.5vw, 40px);
  padding-right: clamp(27px, 2.5vw, 40px);
  padding-bottom: clamp(18px, 1.75vw, 28px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #173051;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 56px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .cta_btn {
    width: 428px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .cta_btn {
    width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .cta_btn {
    width: 280px;
  }
}

.cta_btn__txt {
  display: block;
  max-width: 313px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: inherit;
  line-height: 1;
  color: #005ABE;
}

.cta_btn__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 35px;
  overflow: clip;
  background-color: #005ABE;
}
@media screen and (min-width: 1001px) {
  .cta_btn__ico {
    width: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn__ico {
    width: 24px;
  }
}

.cta_btn__arrow {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .cta_btn__arrow {
    max-width: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn__arrow {
    max-width: 10px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}
@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: block;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  width: 44px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 7px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th > span {
    top: 14px;
    right: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form .mw_wp_form_input small {
    margin-top: -20px;
  }
}
@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: "Yu Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}
@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%;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form .text_style {
    height: 57px;
  }
}
.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: "Yu Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  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: "Yu Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  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_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: #005ABE;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

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

.form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 320px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  padding: 1.25em;
  color: #fff;
  background-color: #005ABE;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  border-radius: 100px;
  overflow: clip;
  background-image: url(../images/common/ico_arrow.svg), -webkit-gradient(linear, left top, right top, from(#09A5B0), to(#1F69CC));
  background-image: url(../images/common/ico_arrow.svg), -webkit-linear-gradient(left, #09A5B0 0%, #1F69CC 100%);
  background-image: url(../images/common/ico_arrow.svg), linear-gradient(90deg, #09A5B0 0%, #1F69CC 100%);
  background-repeat: no-repeat;
  background-position: center right 24px, center center;
  background-size: 15px auto, 100%;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 0.7;
}

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

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
  -webkit-animation: loading_block 1000ms linear forwards;
          animation: loading_block 1000ms linear forwards;
  -webkit-animation-delay: 6000ms;
          animation-delay: 6000ms;
}

.loading_block__head {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading_block__lead {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 900;
  opacity: 0;
  scale: 2;
  -webkit-animation: text_active 1000ms ease-in-out 1 forwards;
          animation: text_active 1000ms ease-in-out 1 forwards;
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
  word-break: keep-all;
}
@media screen and (min-width: 1001px) {
  .loading_block__lead br {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .loading_block__lead br {
    display: block !important;
  }
}

@media screen and (min-width: 1001px) {
  .loading_block {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .loading_block {
    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;
    height: 100vh;
  }
}

.loading_image {
  overflow: clip;
}

.loading_image__pic {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1001px) {
  .loading_image__pic {
    width: calc(33.3vw + 1px);
    height: calc(100vh + 1px);
    -webkit-animation: fade_image__pc 3000ms 1 linear forwards;
            animation: fade_image__pc 3000ms 1 linear forwards;
    translate: 0 100%;
  }
}
@media screen and (max-width: 1000px) {
  .loading_image__pic {
    width: calc(100vw + 1px);
    height: calc(33.3vh + 1px);
    -webkit-animation: fade_image__sp 3000ms 1 linear forwards;
            animation: fade_image__sp 3000ms 1 linear forwards;
    translate: -100% 0;
  }
}
.loading_image__2 .loading_image__pic {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.loading_image__3 .loading_image__pic {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

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

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

@-webkit-keyframes fade_image__pc {
  0% {
    opacity: 0;
    translate: 0 100%;
  }
  30% {
    opacity: 1;
    translate: 0 0%;
  }
  70% {
    opacity: 1;
    translate: 0 0%;
  }
  100% {
    opacity: 0;
    translate: 0 -100%;
  }
}

@keyframes fade_image__pc {
  0% {
    opacity: 0;
    translate: 0 100%;
  }
  30% {
    opacity: 1;
    translate: 0 0%;
  }
  70% {
    opacity: 1;
    translate: 0 0%;
  }
  100% {
    opacity: 0;
    translate: 0 -100%;
  }
}
@-webkit-keyframes fade_image__sp {
  0% {
    opacity: 0;
    translate: -100% 0;
  }
  30% {
    opacity: 1;
    translate: 0% 0;
  }
  70% {
    opacity: 1;
    translate: 0% 0;
  }
  100% {
    opacity: 0;
    translate: 100% 0;
  }
}
@keyframes fade_image__sp {
  0% {
    opacity: 0;
    translate: -100% 0;
  }
  30% {
    opacity: 1;
    translate: 0% 0;
  }
  70% {
    opacity: 1;
    translate: 0% 0;
  }
  100% {
    opacity: 0;
    translate: 100% 0;
  }
}
@-webkit-keyframes text_active {
  0% {
    opacity: 0;
    scale: 2;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes text_active {
  0% {
    opacity: 0;
    scale: 2;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@-webkit-keyframes loading_block {
  0% {
    display: block;
    opacity: 1;
    z-index: 10;
  }
  99% {
    display: block;
    opacity: 0;
    z-index: 10;
  }
  100% {
    display: none;
    z-index: -100;
  }
}
@keyframes loading_block {
  0% {
    display: block;
    opacity: 1;
    z-index: 10;
  }
  99% {
    display: block;
    opacity: 0;
    z-index: 10;
  }
  100% {
    display: none;
    z-index: -100;
  }
}
/* page */
.mv_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.mv_bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_block {
  padding-bottom: clamp(375px, 40vw, 400px);
}
@media screen and (max-width: 500px) {
  .main_block .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mv_block {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .mv_block__side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0;
    height: 100vh;
    min-height: 870px;
  }
}

.mv_block__pic {
  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: 1025px) {
  .mv_block__pic {
    /* padding: {
        top: 230px;
        bottom: 240px;
    } */
    background-image: -webkit-radial-gradient(50% 50%, circle, transparent 290px, rgba(255, 255, 255, 0.8) 0);
    background-image: radial-gradient(circle at 50% 50%, transparent 290px, rgba(255, 255, 255, 0.8) 0);
  }
}
@media screen and (max-width: 1024px) {
  .mv_block__pic {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-radial-gradient(50% 50%, circle, transparent 290px, rgba(255, 255, 255, 0.8) 0);
    background-image: radial-gradient(circle at 50% 50%, transparent 290px, rgba(255, 255, 255, 0.8) 0);
  }
}
@media screen and (max-width: 500px) {
  .mv_block__pic {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-radial-gradient(50% 50%, circle, transparent 156px, rgba(255, 255, 255, 0.8) 0);
    background-image: radial-gradient(circle at 50% 50%, transparent 156px, rgba(255, 255, 255, 0.8) 0);
  }
}

.mv_block__image {
  display: block;
}
@media screen and (min-width: 101px) {
  .mv_block__image {
    width: 440px;
    translate: 0 -20px;
  }
}
@media screen and (max-width: 1024px) {
  .mv_block__image {
    width: 424px;
  }
}
@media screen and (max-width: 500px) {
  .mv_block__image {
    width: 254px;
  }
}

.mv_block__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .mv_block__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mv_head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-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;
}
.mv_head.delay {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
@media screen and (max-width: 1024px) {
  .mv_head {
    max-width: 540px;
    padding-top: 36px;
    padding-bottom: 40px;
  }
}

.mv_head__lead {
  font-size: clamp(4rem, 5.4838709677vw, 6.8rem);
  line-height: 1.25;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}
.mv_head__lead br {
  display: block !important;
}

.mv_head__caption {
  display: block;
  margin-top: clamp(14px, 1.5vw, 24px);
  font-size: clamp(1.4rem, 3.2vw, 1.6rem);
  line-height: 2.25;
  font-weight: 700;
}
.mv_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * (0.5em - 1px));
}
.mv_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .mv_head__caption .only_pc {
    display: none;
  }
}

.main_item {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: clamp(64px, 9.625vw, 154px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .main_item {
    padding-top: 1px;
  }
}
@media screen and (max-width: 1000px) {
  .main_item {
    padding-top: 64px;
  }
}
@media screen and (max-width: 500px) {
  .main_item .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

.main_item__lead {
  display: inline-block;
  font-size: inherit;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
}

.main_item__text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 2;
}

.mv_scroll {
  position: absolute;
  top: calc(100vh - 175px);
  right: 30px;
  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: 10px;
}
.mv_scroll:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .mv_scroll {
    display: none !important;
  }
}

.mv_scroll__txt {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.mv_scroll__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 43px;
  height: auto;
  border-radius: 43px;
  overflow: clip;
  background: -webkit-gradient(linear, left top, right top, from(#09A5B0), to(#1F69CC));
  background: -webkit-linear-gradient(left, #09A5B0 0%, #1F69CC 100%);
  background: linear-gradient(90deg, #09A5B0 0%, #1F69CC 100%);
  -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
          transform: matrix(0, 1, 1, 0, 0, 0);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .mv_scroll__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .mv_scroll__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.mv_scroll:hover .mv_scroll__ico {
  scale: 1.1;
}

.mv_scroll__arrow {
  display: block;
  width: 14px;
  height: auto;
}

.main_head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  gap: 6px;
  margin-bottom: clamp(32px, 3vw, 48px);
}
@media screen and (min-width: 1001px) {
  .main_company .main_head {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main_head__caption {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  text-transform: capitalize;
  color: #005ABE;
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .main_head__caption {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .main_head__caption {
    padding-left: 12px;
  }
}
.main_head__caption::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #005ABE;
  border-radius: 10px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .main_head__caption::before {
    width: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .main_head__caption::before {
    width: 8px;
  }
}

.main_head__lead {
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
}

.main_object {
  padding-top: clamp(64px, 8.5vw, 136px);
  padding-bottom: clamp(64px, 8.5vw, 136px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

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

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

.main_business__pic {
  display: block;
  max-width: 740px;
}
@media screen and (min-width: 1001px) {
  .main_business__pic {
    width: 52.8571428571%;
    min-width: 518px;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .main_business__pic {
    margin-left: -40px;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__pic {
    margin-top: 64px;
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .main_business__pic {
    margin-left: -30px;
    width: 345px;
  }
}

.main_business__list {
  margin-top: clamp(32px, 3.125vw, 50px);
}

.main_business__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;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: clamp(22px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.5rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1001px) {
  .main_business__link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__link {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.main_business__tab + .main_business__tab .main_business__link {
  padding-top: clamp(22px, 2vw, 32px);
}
.main_business__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005ABE;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_business__link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__link::before {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.main_business__link:hover {
  opacity: 1;
}
.main_business__link:hover::before {
  scale: 1 1;
}

.main_business__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  color: #005ABE;
  -webkit-transition: inherit;
  transition: inherit;
}
.main_business__link:hover .main_business__lead {
  color: #fff;
}

.main_business__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #005ABE;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 100px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .main_business__ico {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__ico {
    width: 22px;
  }
}
.main_business__link:hover .main_business__ico {
  scale: 112.5%;
  background-image: -webkit-gradient(linear, left top, right top, from(#09A5B0), to(#1F69CC));
  background-image: -webkit-linear-gradient(left, #09A5B0 0%, #1F69CC 100%);
  background-image: linear-gradient(90deg, #09A5B0 0%, #1F69CC 100%);
}

.main_business__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .main_business__arrow {
    width: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .main_business__arrow {
    width: 10px;
  }
}

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

.main_technology__link {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  max-width: 744px;
  width: 100%;
}
@media screen and (min-width: 501px) {
  .main_technology__link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .main_technology__link {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main_technology__link:hover {
  opacity: 1;
}

.main_technology__pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.main_technology__pic .image {
  display: block;
  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) {
  .main_technology__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_technology__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_technology__link:hover .main_technology__pic .image {
  scale: 1.1;
}

.main_technology__head {
  position: relative;
  color: #fff;
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(35px, 2.5vw, 40px);
  padding-right: clamp(35px, 2.5vw, 40px);
  padding-bottom: clamp(36px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#09A5B0), to(#1F69CC));
  background-image: -webkit-linear-gradient(left, #09A5B0 0%, #1F69CC 100%);
  background-image: linear-gradient(90deg, #09A5B0 0%, #1F69CC 100%);
}

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

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

.main_technology__ico {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #fff;
  border-radius: 35px;
  overflow: clip;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_technology__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_technology__ico {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (min-width: 1001px) {
  .main_technology__ico {
    width: 35px;
    bottom: 25px;
    right: 37px;
  }
}
@media screen and (max-width: 1000px) {
  .main_technology__ico {
    width: 27px;
    bottom: 23px;
    right: 29px;
  }
}
.main_technology__link:hover .main_technology__ico {
  scale: 1.1;
}

.main_technology__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .main_technology__arrow {
    width: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .main_technology__arrow {
    width: 11px;
  }
}

.main_link {
  margin-top: clamp(80px, 8.5vw, 136px);
}

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

.main_link__item {
  display: block;
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(24px, 2.75vw, 44px);
  padding-right: clamp(24px, 2.75vw, 44px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
}
.main_link__item:hover {
  opacity: 1;
}

.main_link__pic {
  display: block;
  overflow: clip;
  scale: 1;
  aspect-ratio: 491/260;
  width: 100%;
  height: auto;
}
.main_link__pic .image {
  display: block;
  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) {
  .main_link__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_link__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_link__item:hover .main_link__pic .image {
  scale: 1.1;
}

.main_link__lead {
  display: block;
  text-align: center;
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  margin-bottom: clamp(20px, 1.75vw, 28px);
}

.main_link__btn {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  height: auto;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(1.3rem, 1.4516129032vw, 1.8rem);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#09A5B0), color-stop(40%, #1F69CC));
  background-image: -webkit-linear-gradient(left, #09A5B0 0%, #1F69CC 40%);
  background-image: linear-gradient(to right, #09A5B0 0%, #1F69CC 40%);
  margin-top: clamp(20px, 1.75vw, 28px);
}
@media screen and (min-width: 1001px) {
  .main_link__btn {
    max-width: 280px;
    line-height: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .main_link__btn {
    max-width: 235px;
    line-height: 46px;
  }
}
.main_link__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 26px;
  translate: 0 -50%;
  aspect-ratio: 15/12;
  max-width: 18px;
  width: 100%;
  height: auto;
  background-image: url("../images/common/ico_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_link__btn::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_link__btn::after {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.main_link__btn::after:hover {
  right: 24px;
}
.main_link__item:hover .main_link__btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#09A5B0), to(#1F69CC));
  background-image: -webkit-linear-gradient(left, #09A5B0 0%, #1F69CC 100%);
  background-image: linear-gradient(to right, #09A5B0 0%, #1F69CC 100%);
}
.main_link__item:hover .main_link__btn::after {
  right: 24px;
}

.main_recruit {
  position: relative;
  padding-top: clamp(64px, 8.5vw, 136px);
  padding-bottom: clamp(64px, 8.5vw, 136px);
  background-color: #fff;
  overflow: clip;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 501px) {
  .main_recruit {
    background-image: url("../images/home/pc_home__recruit.webp");
  }
}
@media screen and (max-width: 500px) {
  .main_recruit {
    background-image: url("../images/home/sp_home__recruit.webp");
    background-attachment: scroll;
  }
}

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

.main_recruit__info {
  max-width: 820px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1001px) {
  .main_recruit__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: 77px;
    margin-top: 43px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__column {
    margin-top: 64px;
  }
}

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

.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;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: clamp(18px, 2.125vw, 34px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1001px) {
  .main_recruit__link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__link {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.main_recruit__tab + .main_recruit__tab .main_recruit__link {
  padding-top: clamp(18px, 2.125vw, 34px);
}
.main_recruit__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005ABE;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_recruit__link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__link::before {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.main_recruit__link:hover {
  opacity: 1;
}
.main_recruit__link:hover::before {
  scale: 1 1;
}

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

.main_recruit__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #005ABE;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 100px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 1001px) {
  .main_recruit__ico {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__ico {
    width: 22px;
  }
}
.main_recruit__link:hover .main_recruit__ico {
  scale: 112.5%;
  background-image: -webkit-gradient(linear, left top, right top, from(#09A5B0), to(#1F69CC));
  background-image: -webkit-linear-gradient(left, #09A5B0 0%, #1F69CC 100%);
  background-image: linear-gradient(90deg, #09A5B0 0%, #1F69CC 100%);
}

.main_recruit__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .main_recruit__arrow {
    width: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__arrow {
    width: 10px;
  }
}

.main_recruit__pic {
  display: block;
  max-width: 639px;
}
@media screen and (min-width: 1001px) {
  .main_recruit__pic {
    width: 53.25%;
    min-width: 447.3px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__pic {
    margin-top: 56px;
  }
}

.main_company {
  padding-top: clamp(64px, 8.5vw, 136px);
  padding-bottom: clamp(64px, 8.5vw, 136px);
  background-color: #fff;
}

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

.main_company__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 17px rgba(0, 90, 190, 0.2);
          box-shadow: 0 0 17px rgba(0, 90, 190, 0.2);
}
.main_company__link:hover {
  opacity: 1;
}

.main_company__pic {
  display: block;
  aspect-ratio: 368/244;
  width: 100%;
  height: auto;
  overflow: clip;
}
.main_company__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) {
  .main_company__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_company__link:hover .main_company__pic .image {
  scale: 1.1;
}

.main_company__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(20px, 1.5vw, 24px);
  padding-right: clamp(20px, 1.5vw, 24px);
  padding-bottom: clamp(16px, 1.25vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_company__head {
  display: block;
}

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

.main_company__caption {
  font-size: 1.2rem;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  color: #005ABE;
}

.main_company__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 35px;
  overflow: clip;
  background-color: #005ABE;
  -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 {
    width: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__ico {
    width: 27px;
  }
}
.main_company__link:hover .main_company__ico {
  scale: 1.1;
}

.main_company__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .main_company__arrow {
    width: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__arrow {
    width: 11px;
  }
}

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

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

.main_news {
  position: relative;
  padding-top: clamp(64px, 8.5vw, 136px);
  padding-bottom: clamp(64px, 7.875vw, 126px);
  background-color: #fff;
  background-image: url("../images/home/bg_home.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.main_news::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.main_news__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;
  gap: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(16px, 2vw, 32px);
  border-bottom: 1px solid #ccc;
}
.main_news__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005ABE;
  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(16px, 2vw, 32px);
}

.main_news__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 36px;
  height: auto;
  background-color: #005ABE;
  border-radius: 36px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .main_news__ico {
    width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__ico {
    width: 22px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
.main_news__link:hover .main_news__ico {
  opacity: 1;
  background-color: unset;
}

.main_news__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .main_news__arrow {
    width: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__arrow {
    width: 10px;
  }
}

.main_news__time {
  color: #005ABE;
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
}

.main_news__caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  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: 1;
  }
}

.page_nav {
  margin-bottom: clamp(32px, 3.125vw, 50px);
}
.page_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1001px) {
  .page_nav ul {
    gap: 12px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .page_nav ul {
    gap: 8px 10px;
  }
}
.page_nav a {
  position: relative;
  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;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  gap: 8px;
}
.page_nav a::before {
  content: "";
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 30px;
  overflow: clip;
  background-color: #fff;
  background-image: url("../images/common/b.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #005ABE;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .page_nav a::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .page_nav a::before {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (min-width: 1001px) {
  .page_nav a::before {
    width: 30px;
    background-size: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .page_nav a::before {
    width: 20px;
    background-size: 6px;
  }
}
.page_nav a::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
  background-color: #005ABE;
}
@media screen and (min-width: 1001px) {
  .page_nav a::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .page_nav a::after {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (min-width: 1001px) {
  .page_nav a::after {
    max-width: calc(100% - 38px);
    left: 38px;
  }
}
@media screen and (max-width: 1000px) {
  .page_nav a::after {
    max-width: calc(100% - 30px);
    left: 30px;
  }
}
.recruit_block .page_nav a::before {
  rotate: 90deg;
}
.page_nav a[aria-current]::before {
  rotate: 90deg;
  background-image: url("../images/common/w.svg");
  background-color: #005ABE;
}
.institute_block .page_nav a[aria-current]::before, .recruit_block .page_nav a[aria-current]::before {
  background-image: url("../images/common/b.svg");
  background-color: #fff;
}
.page_nav a[aria-current]::after {
  scale: 1 1;
}
.page_nav a:hover {
  opacity: 1;
}
.page_nav a:hover::before {
  background-image: url("../images/common/w.svg");
  background-color: #005ABE;
}
.institute_block .page_nav a:hover::before, .recruit_block .page_nav a:hover::before {
  background-image: url("../images/common/w.svg");
  background-color: #005ABE;
}
.page_nav a:hover::after {
  scale: 1 1;
}

.company_block__lead {
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  color: #fff;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: clamp(32px, 3vw, 48px);
}
@media screen and (min-width: 1001px) {
  .company_block__lead {
    text-align: center;
  }
}

@media screen and (min-width: 1001px) {
  .outline_block__inner table,
  .requirements_block__inner table {
    border-top: 1px solid #ccc;
  }
}
.outline_block__inner th,
.outline_block__inner td,
.requirements_block__inner th,
.requirements_block__inner td {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .outline_block__inner th,
  .outline_block__inner td,
  .requirements_block__inner th,
  .requirements_block__inner td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  .outline_block__inner th,
  .outline_block__inner td,
  .requirements_block__inner th,
  .requirements_block__inner td {
    padding: 12px 10px;
  }
}
.outline_block__inner th,
.requirements_block__inner th {
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .outline_block__inner th,
  .requirements_block__inner th {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .outline_block__inner th br,
  .requirements_block__inner th br {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .outline_block__inner td,
  .requirements_block__inner td {
    padding: 12px 32px;
  }
}

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

@media screen and (min-width: 1001px) {
  .business_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 88px;
  }
}
@media screen and (min-width: 1001px) {
  .business_block__content:nth-child(odd) .business_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 88px;
  }
}

.business_block__pic {
  display: block;
  max-width: 661px;
}
@media screen and (min-width: 1001px) {
  .business_block__pic {
    width: 47.2142857143%;
    min-width: 462.7px;
  }
}
@media screen and (max-width: 1000px) {
  .business_block__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .business_block__pic {
    margin-top: 40px;
  }
}

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

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

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

.technology_list__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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: 100%;
  padding: 1em;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  background-color: rgba(0, 112, 243, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.technology_list__text {
  display: block;
  font-size: inherit;
  line-height: 1;
}
.technology_list__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.technology_list__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.technology_contents {
  margin-top: clamp(40px, 5vw, 80px);
  counter-reset: count;
}

.technology_contents__block + .technology_contents__block {
  margin-top: clamp(32px, 3.75vw, 60px);
}

.technology_contents__head {
  display: grid;
  grid-template-columns: 28px auto;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  margin-bottom: clamp(10px, 0.75vw, 12px);
}
.technology_contents__head::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;
  counter-increment: count;
  content: counter(count);
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #0070F3;
}

.technology_contents__lead {
  position: relative;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.5;
  padding-top: 9px;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-bottom: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 90, 190, 0.1)), color-stop(rgba(9, 165, 176, 0.1)), to(rgba(31, 105, 204, 0.1)));
  background-image: -webkit-linear-gradient(left, rgba(0, 90, 190, 0.1), rgba(9, 165, 176, 0.1), rgba(31, 105, 204, 0.1));
  background-image: linear-gradient(to right, rgba(0, 90, 190, 0.1), rgba(9, 165, 176, 0.1), rgba(31, 105, 204, 0.1));
}

.technology_contents__image {
  max-width: 1000px;
  margin-top: clamp(10px, 0.75vw, 12px);
}

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

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

.institute_content__lead {
  position: relative;
  padding-left: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.5;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.institute_content__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
  border-radius: 15px;
  overflow: clip;
  background-color: #005ABE;
}

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

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

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

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

.institute_content__pic {
  display: block;
  max-width: 603px;
}
@media screen and (min-width: 1001px) {
  .institute_content__pic {
    width: 50.25%;
    min-width: 422.1px;
  }
}
@media screen and (max-width: 1000px) {
  .institute_content__pic {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .institute_content__pic {
    margin-top: 40px;
  }
}

.institute_content__text {
  font-weight: 700;
}

.institute_content__data {
  margin-top: clamp(40px, 5vw, 80px);
}

.institute_content__caption {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: clamp(10px, 1vw, 16px);
}

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

.institute_content__image {
  display: block;
}

.institute_content__figcaption {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
}

@media screen and (min-width: 501px) {
  .institute_column {
    display: grid;
    grid-template-columns: 40.0833333333% auto;
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
  }
}

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

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

.institute_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 5px;
}

.institute_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 5px;
}

.institute_content__area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  padding-left: 1em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .institute_content__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.institute_content__area::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.institute_content__title,
.institute_content__info {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.institute_content__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .institute_content__info {
    font-weight: 500;
  }
}

.institute_content__number {
  counter-reset: num;
}

.institute_content__num {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.institute_content__num::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: num;
  content: "（" counter(num) "）";
}

.facility_block__inner + .facility_block__inner {
  margin-top: clamp(60px, 7.5vw, 120px);
}
.facility_block__inner table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.facility_block__inner th,
.facility_block__inner td {
  width: auto;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px;
}
@media screen and (min-width: 1001px) {
  .facility_block__inner th,
  .facility_block__inner td {
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .facility_block__inner th,
  .facility_block__inner td {
    line-height: 1.2;
  }
}
.facility_block__inner th {
  text-align: center;
  color: #fff;
  background-color: #005ABE;
  border-color: #fff;
  font-weight: 700;
}
.facility_block__inner th:last-child {
  border-right-color: #ccc;
}
.facility_block__inner td {
  font-size: 1.4rem;
}

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

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

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

.recruit_caption {
  position: relative;
  padding-left: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.5;
  margin-bottom: 16px;
}
.recruit_caption::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
  border-radius: 15px;
  overflow: clip;
  background-color: #005ABE;
}

.recruit_business__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 16px;
}
.recruit_business__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.recruit_business__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.recruit_business__txt {
  margin-bottom: clamp(32px, 4vw, 64px);
}

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

.recruit_business__block {
  padding-top: clamp(32px, 2.1875vw, 35px);
  padding-left: clamp(24px, 4.5vw, 72px);
  padding-right: clamp(24px, 4.5vw, 72px);
  padding-bottom: clamp(32px, 2.1875vw, 35px);
}
.recruit_business__block + .recruit_business__block {
  margin-top: clamp(40px, 3.5vw, 56px);
}

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

.recruit_business__pic {
  display: block;
  max-width: 291px;
}
@media screen and (min-width: 1001px) {
  .recruit_business__pic {
    width: 24.25%;
    min-width: 203.7px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_business__pic {
    width: 100%;
  }
}

.recruit_business__inner,
.recruit_company__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1000px) {
  .recruit_business__inner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .recruit_company__inner {
    margin-bottom: 40px;
  }
}

.recruit_company__side {
  margin-top: clamp(32px, 4.5vw, 72px);
}
@media screen and (min-width: 1001px) {
  .recruit_company__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: "row";
        -ms-flex-direction: "row";
            flex-direction: "row";
    -webkit-box-align: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 72px;
  }
}

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

.recruit_company__pic {
  display: block;
  max-width: 490px;
}
@media screen and (min-width: 1001px) {
  .recruit_company__pic {
    width: 40.8333333333%;
    min-width: 343px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_company__pic {
    width: 100%;
  }
}

.recruit_company__image {
  display: block;
  max-width: 610px;
}
@media screen and (min-width: 1001px) {
  .recruit_company__image {
    width: 50.8333333333%;
    min-width: 427px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_company__image {
    width: 100%;
  }
}

.recruit_requirements {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(32px, 3.5vw, 56px);
  padding-left: clamp(24px, 4.5vw, 72px);
  padding-right: clamp(24px, 4.5vw, 72px);
  padding-bottom: clamp(32px, 3.5vw, 56px);
}

.recruit_requirements__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding-top: clamp(12px, 1.5vw, 24px);
  padding-left: clamp(16px, 2vw, 32px);
  padding-right: clamp(16px, 2vw, 32px);
  padding-bottom: clamp(12px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .recruit_requirements__link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_requirements__link {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.recruit_requirements__link + .recruit_requirements__link {
  margin-top: clamp(16px, 1.25vw, 20px);
}
.recruit_requirements__link:hover {
  opacity: 1;
  background-color: #005ABE;
}

.recruit_requirements__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  color: #005ABE;
  -webkit-transition: inherit;
  transition: inherit;
}
.recruit_requirements__link:hover .recruit_requirements__lead {
  color: #fff;
}

.recruit_requirements__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #005ABE;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 100px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 501px) {
  .recruit_requirements__ico {
    width: 32px;
  }
  .recruit_requirements__ico svg {
    width: 14px;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .recruit_requirements__ico {
    width: 27px;
  }
  .recruit_requirements__ico svg {
    width: 10px;
    height: auto;
  }
}
.recruit_requirements__link:hover .recruit_requirements__ico {
  scale: 112.5%;
  background-color: #fff;
}
.requirements_block__btn {
  margin-top: 32px;
  text-align: center;
}

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

.message_block + .message_block {
  margin-top: clamp(60px, 5.5vw, 88px);
}

.message_block__lead {
  font-size: clamp(2.2rem, 1.935483871vw, 2.4rem);
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  line-height: 1.75;
}
.message_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.message_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (min-width: 1001px) {
  .message_block__lead {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .message_block__lead {
    margin-bottom: 20px;
  }
}

.message_block__owner {
  margin-top: clamp(32px, 2.5vw, 40px);
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 501px) {
  .message_block__company {
    max-width: 230px;
  }
}
@media screen and (max-width: 500px) {
  .message_block__company {
    max-width: 200px;
  }
}

@media screen and (min-width: 501px) {
  .message_block__name {
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .message_block__name {
    max-width: 240px;
  }
}

.philosophy_block {
  display: inline-block;
  padding-top: clamp(32px, 3vw, 48px);
  padding-bottom: clamp(32px, 3vw, 48px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.philosophy_block {
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
}

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

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

.philosophy_block__image {
  display: block;
  width: 323px;
}
@media screen and (max-width: 1000px) {
  .philosophy_block__image {
    margin-top: 32px;
  }
}

.philosophy_block__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .philosophy_block__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.philosophy_block__side + .philosophy_block__side {
  margin-top: 16px;
}

.philosophy_block__lead {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 5px 23px;
  width: 111px;
  min-width: 111px;
  color: #fff;
  background-color: #005ABE;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.2;
  font-weight: 700;
  border-radius: 50px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .philosophy_block__lead {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

.philosophy_block__caption {
  padding: 8px 0;
}

.philosophy_block__txt {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  line-height: 2;
  -webkit-text-decoration: underline #005ABE;
          text-decoration: underline #005ABE;
  text-underline-offset: 8px;
}
.philosophy_block__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.philosophy_block__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.environment_block__lead {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 1.2;
  font-weight: 700;
  border-radius: 50px;
  overflow: clip;
  color: #fff;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}

.environment_block__image {
  display: block;
  max-width: 295px;
  width: 100%;
  margin: auto;
  margin-top: 16px;
}

.environment_block__caption {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: clamp(1.2rem, 2.8vw, 1.4rem);
}

.container_block__column {
  margin-top: clamp(40px, 4vw, 64px);
}
@media screen and (min-width: 1001px) {
  .container_block__column {
    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;
  }
}

.container_block__policy {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .container_block__policy {
    max-width: 295px;
  }
}
@media screen and (max-width: 1000px) {
  .container_block__policy {
    margin-bottom: 32px;
  }
}

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

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

.access_block + .access_block {
  margin-top: clamp(60px, 5.5vw, 88px);
}

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

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

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

.access_block__pic,
.access_block__image {
  display: block;
}
@media screen and (max-width: 1000px) {
  .access_block__pic,
  .access_block__image {
    margin-top: 32px;
  }
}

.access_block__pic {
  max-width: 253px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.access_block__image {
  max-width: 350px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.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: #173051;
  background: #fff;
  border: 1px solid #005ABE;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}
.contact_block__tab.active {
  color: #fff;
  background: #005ABE;
}
@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) ".";
}
@media screen and (min-width: 1001px) {
  .contact_block__tab::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 16px;
  }
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #005ABE;
}
@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, 2.5vw, 40px);
}

.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);
  font-weight: 500;
}

.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: 8px;
  text-align: center;
  margin-bottom: clamp(32px, 3.875vw, 62px);
}

.found_head__caption {
  display: block;
  font-size: clamp(3.6rem, 6.4516129032vw, 8rem);
  line-height: 1.1111111111;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #005ABE;
}
.found_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1111111111) * (0.5em - 1px));
}
.found_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1111111111) * 0.5em);
}

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

.found_menu {
  margin-top: clamp(24px, 2.5vw, 40px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  display: block;
  font-size: inherit;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@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;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li {
    border-bottom: 1px solid #173051;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.post_item {
  max-width: 1000px;
}

.post_item__side {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(32px, 3vw, 48px);
  border-bottom: 1px solid #ccc;
}
@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::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #005ABE;
}
@media screen and (min-width: 1001px) {
  .post_item__side::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__side::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_item__side:hover {
  opacity: 1;
}
.post_item__side:hover::before {
  scale: 1;
}
.post_item__side + .post_item__side {
  padding-top: clamp(32px, 3vw, 48px);
}

.post_item__pic {
  display: block;
  max-width: 240px;
  aspect-ratio: 240/160;
  background-color: #f5f5f5;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 24%;
    min-width: 168px;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    width: 100%;
  }
}
.post_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  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(10px, 1vw, 16px);
}

.post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #005ABE;
  margin-bottom: clamp(10px, 1vw, 16px);
  font-variant-numeric: tabular-nums;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
}

.post_item__lead {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.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);
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_item__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.post_item__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
@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;
  }
}

.post_item__ico {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  background-color: #005ABE;
  aspect-ratio: 1/1;
  border-radius: 50px;
  overflow: clip;
  width: 36px;
  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;
}
.post_item__arrow {
  display: block;
  width: 15px;
  height: auto;
}

.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: 1024px) {
  .single_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.single_block__headline {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: clamp(24px, 2.5vw, 40px);
  margin-bottom: clamp(32px, 5vw, 80px);
  background-origin: border-box;
}

.single_block__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #005ABE;
  margin-bottom: clamp(10px, 1vw, 16px);
  font-variant-numeric: tabular-nums;
  font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
}

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

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

.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_block__inner a {
  color: #005ABE;
  text-decoration: underline;
}

.single_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding-top: clamp(32px, 3vw, 48px);
  margin-top: clamp(40px, 5vw, 80px);
}

.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: #005ABE;
}/*# sourceMappingURL=customize.css.map */