@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.single_item__pic, .single_block__image, .post_item__pic {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
/* template color */
/* custom color */
.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

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

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

.list_count {
  counter-reset: count;
}

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

.list_num {
  counter-reset: num;
}

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

.list_unit {
  counter-reset: unit;
}

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

.cm_btn {
  margin-top: clamp(32px, 3.5vw, 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.cm_btn__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  width: 100%;
  height: auto;
  line-height: 74px;
  flex: 1;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #3A3A3A;
  background-color: #fff;
  border: 1px solid #009AE0;
  padding-left: clamp(20px, 1.4375vw, 23px);
  padding-right: clamp(20px, 1.4375vw, 23px);
  box-sizing: border-box;
}
.cm_btn__link::after {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_blue.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .cm_btn__link::after {
    width: 36px;
  }
}
.cm_btn__link:hover {
  background-color: #009AE0;
  color: #fff;
  opacity: 1;
}
.cm_btn__link:hover::after {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_white.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .cm_btn__link:hover::after {
    width: 36px;
  }
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 285px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    max-width: 257px;
    line-height: 67px;
  }
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #3A3A3A;
  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 (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;
}

p {
  font-weight: 400;
  line-height: 2.25;
}

div {
  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;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #0c1c89;
  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;
            user-select: none;
  }
}

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

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

.swipe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    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;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  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;
  transform: translate(0%, 50px);
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}

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

.wp-block-table td,
.wp-block-table th {
  border: none;
  padding: 0;
}

.wp-block-table td,
.wp-block-table th,
th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 1.75;
}
@media screen and (min-width: 1001px) {
  .wp-block-table td,
  .wp-block-table th,
  th,
  td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  tr + tr .wp-block-table td,
  tr + tr .wp-block-table th,
  tr + tr th,
  tr + tr td {
    padding-top: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-table td,
  .wp-block-table th,
  th,
  td {
    display: block;
  }
}
.wp-block-table td a:not(a[href^=tel]),
.wp-block-table th a:not(a[href^=tel]),
th a:not(a[href^=tel]),
td a:not(a[href^=tel]) {
  text-decoration: underline;
}

.wp-block-table th,
th {
  font-weight: bold;
}
@media screen and (min-width: 1001px) {
  .wp-block-table th,
  th {
    width: 200px;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(270deg, rgba(0, 106, 181, 0.05) 20%, rgba(0, 172, 230, 0.05) 100%);
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-table th,
  th {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr .wp-block-table th,
  tr + tr th {
    padding-top: 1em;
  }
}

.wp-block-table td,
td {
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .wp-block-table td,
  td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-table td,
  td {
    border-bottom: 1px solid #ccc;
    padding-top: 0.5em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.wp-block-table td img,
td img {
  max-width: 220px;
  vertical-align: middle;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.archive .wp-pagenavi {
  padding-top: clamp(32px, 2.5vw, 40px);
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  padding: unset;
  margin: unset;
  border: none;
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 18px;
  }
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  max-width: 100%;
  width: 0%;
  height: 1px;
  background-color: #009AE0;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    transition-duration: 300ms;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  font-weight: 600;
  color: #009AE0;
}
.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;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  aspect-ratio: 1/1;
  display: none !important;
}
.wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

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

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

.link-under {
  color: #3A3A3A;
  text-decoration: underline;
}

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

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

.cm-fit {
  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: 16px 0;
  font-size: clamp(1.2rem, 1.0483870968vw, 1.3rem);
  line-height: 1.5;
  color: #828282;
  font-weight: normal;
  margin-bottom: 56px;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}

@media screen and (min-width: 829px) {
  .header_block {
    margin-top: 98px;
  }
}
@media screen and (max-width: 828px) {
  .header_block {
    margin-top: 56px;
  }
}
@media screen and (max-width: 500px) {
  .header_block {
    margin-top: 50px;
  }
}

.header_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 46px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 15;
  transition: all 0.3s;
}
.header_area.hide__fixed {
  transform: translateY(-100%);
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .header_area {
    padding-left: 20px;
  }
}
@media screen and (max-width: 828px) {
  .header_area {
    padding: 7px 10px 8px;
  }
}

.header_logo {
  display: inline-block;
  line-height: 1;
  max-width: 322px;
}
.header_logo img {
  display: block;
  width: auto;
  height: auto;
}
@media screen and (max-width: 828px) {
  .header_logo {
    max-width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .header_logo {
    max-width: 187px;
  }
}

.header__content {
  display: flex;
  align-items: center;
}

.header__address {
  font-size: clamp(1.5rem, 1.3709677419vw, 1.7rem);
  font-weight: 400;
  line-height: 1.4;
  border-left: solid 1px #828282;
  padding-left: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
.header__address span {
  font-size: 1.4rem;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header__address {
    padding-left: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 828px) {
  .header__address {
    display: none !important;
  }
}

@media screen and (max-width: 828px) {
  .header__contact.header__contact--sp a {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(270deg, #006AB5 20%, #00ACE6 100%);
    color: #fff;
    font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
    font-weight: bold;
  }
  .header__contact.header__contact--sp a::before {
    content: "";
    background: url(../../../uploads/2025/05/ico_header_mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    aspect-ratio: 27/20;
    height: auto;
    width: 24px;
  }
  .header__contact.header__contact--pc {
    display: none !important;
  }
}
@media screen and (min-width: 830px) {
  .header__contact.header__contact--sp {
    display: none !important;
  }
  .header__contact.header__contact--pc {
    flex-direction: column;
    width: 160px;
    height: 98px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(270deg, #006AB5 20%, #00ACE6 100%);
    color: #fff;
    font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
    font-weight: bold;
  }
  .header__contact.header__contact--pc::before {
    content: "";
    background: url(../../../uploads/2025/05/ico_header_mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    aspect-ratio: 27/20;
    width: 27px;
    height: auto;
  }
}
@media screen and (min-width: 830px) and (max-width: 828px) {
  .header__contact.header__contact--pc::before {
    width: 24px;
  }
}

.header_trigger {
  position: fixed;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 50px;
  height: auto;
  background: linear-gradient(270deg, #006AB5 20%, #00ACE6 100%);
  z-index: 20;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.6s;
}
.header_trigger span:first-child {
  transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:last-child {
  transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(385deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-385deg);
}

.header_menu a {
  font-size: 1.5rem;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-weight: 700;
  box-sizing: border-box;
}
.header_menu ul {
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_menu ul {
    display: flex;
    gap: 32px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_menu ul {
    gap: 16px;
  }
}
.header_menu .sub-menu,
.header_menu .children {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
  }
  .header_menu.active {
    opacity: 1;
    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;
  }
}

.kv_pic {
  transition: all 1.2s;
  clip-path: inset(0 100% 0 0);
  display: block;
}
@media screen and (max-width: 450px) {
  .kv_pic img {
    height: 185px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.kv_pic.cs_ac {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}

.footer_block {
  position: relative;
  margin-top: clamp(120px, 11.5vw, 184px);
}

.footer_area {
  padding-top: clamp(48px, 3.4375vw, 55px);
  padding-bottom: clamp(40px, 4.4375vw, 71px);
  background: linear-gradient(270deg, rgba(0, 106, 181, 0.1) 20%, rgba(0, 172, 230, 0.1) 100%);
  position: relative;
}
@media screen and (max-width: 1300px) {
  .footer_area {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 828px) {
  .footer_area {
    padding-bottom: 92px;
  }
}

.footer_area__container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1391px) {
  .footer_area__container {
    max-width: 1420px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1390px) {
  .footer_area__container {
    max-width: 1420px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .footer_area__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.footer_columns {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 828px) {
  .footer_columns {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  .footer_nav {
    flex-basis: 484px;
  }
}

.footer_logo {
  max-width: 322px;
}
@media screen and (max-width: 828px) {
  .footer_logo {
    display: block;
    margin: auto;
    max-width: 242px;
  }
}

@media screen and (max-width: 828px) {
  .footer_address .information_block {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.footer_address {
  margin-top: 24px;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 1.75;
}

.footer_bottom {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-top: 13px;
}
@media screen and (min-width: 1391px) {
  .footer_bottom {
    max-width: 1420px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1390px) {
  .footer_bottom {
    max-width: 1420px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .footer_bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 828px) {
  .footer_bottom {
    margin-top: 24px;
  }
}

.footer_bottom__inner {
  padding-top: 24px;
  border-top: solid 1px #CCCCCC;
}

.footer_bottom__columns {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .footer_bottom__columns {
    display: block;
    text-align: center;
  }
}

.footer_bottom__policy {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  color: #3A3A3A;
}

.footer_copy {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 828px) {
  .footer_copy {
    margin-top: 16px;
  }
}

.footer_rtt {
  position: absolute;
  right: 44px;
  bottom: 40px;
  max-width: 48px;
}
.footer_rtt img {
  transition: all 0.3s;
}
.footer_rtt:hover {
  opacity: 1;
}
.footer_rtt:hover img {
  transform: translateY(-10px);
}
@media screen and (max-width: 828px) {
  .footer_rtt {
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
  }
}

.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .footer_nav ul {
    gap: 26px 48px;
    flex-direction: column;
    height: 156px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav ul {
    border-top: 1px solid #ccc;
  }
}
.footer_nav li {
  box-sizing: border-box;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .footer_nav li {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .footer_nav li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .footer_nav li:nth-child(odd):last-child {
    width: 100%;
    border-left: 1px solid #ccc;
  }
}
.footer_nav a {
  display: block;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    padding: 18px 21px;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav .sub-menu {
    display: block;
    margin-top: 12px;
    height: initial;
  }
  .footer_nav .sub-menu li {
    line-height: normal;
  }
  .footer_nav .sub-menu li + li {
    margin-top: 6px;
  }
  .footer_nav .sub-menu a {
    position: relative;
    display: inline-block;
    padding-left: 1.4em;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .footer_nav .sub-menu a::before {
    position: absolute;
    content: "ー";
    top: 0;
    left: 0;
    color: #009AE0;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav .sub-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav {
    margin-bottom: 40px;
  }
}

.footer_lions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 46px;
}
@media screen and (max-width: 828px) {
  .footer_lions {
    margin-top: 24px;
  }
}

.footer_lions__img {
  aspect-ratio: 60/63;
  width: 60px;
}

.footer_lions__copy {
  margin-top: 3px;
}

.footer_lions__text {
  font-size: clamp(1.1rem, 1.1290322581vw, 1.4rem);
  font-weight: 700;
  line-height: 1.5;
  color: #00214B;
}
@media screen and (min-width: 501px) {
  .footer_lions__text .sp_only {
    display: none;
  }
}

.cta_area {
  padding-top: clamp(56px, 6.5vw, 104px);
  box-sizing: border-box;
  background: linear-gradient(270deg, rgba(0, 106, 181, 0.1) 20%, rgba(0, 172, 230, 0.1) 100%);
}
.cta_area .container {
  max-width: 1400px;
}

.cta_bg {
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
}
.cta_bg > * {
  grid-area: 1/1;
}
.cta_bg figure {
  width: 100%;
  height: 100%;
}
.cta_bg figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta_text {
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 828px) {
  .cta_text {
    padding-top: 40px;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.cta_head__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  margin-top: 8px;
}

.cta_head__caption {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(4.8rem, 5.1612903226vw, 6.4rem);
  background: linear-gradient(90deg, #00ACE5, #006AB5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta_lead {
  font-size: clamp(1.3rem, 1.4516129032vw, 1.8rem);
  color: #fff;
  line-height: 1.75;
  text-align: center;
  margin-bottom: clamp(24px, 2vw, 32px);
}
.cta_lead br {
  display: block;
}
@media screen and (min-width: 501px) {
  .cta_lead .sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .cta_lead .sp_only {
    display: block;
  }
}

.cta_side {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px 40px;
  flex-wrap: wrap;
}

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

.cta_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #fff;
}
.cta_btn .--en {
  display: flex;
  align-items: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  color: #009AE0;
}
@media screen and (max-width: 828px) {
  .cta_btn .--en {
    margin-bottom: 2px;
  }
}
.cta_btn .--en::before {
  content: "";
  background: url(../../../uploads/2025/04/icon_mail_cta.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 36px;
  height: auto;
  margin-right: 9px;
}
@media screen and (max-width: 828px) {
  .cta_btn .--en::before {
    width: 28px;
    margin-right: 6px;
  }
}
.cta_btn .--jp {
  font-size: clamp(0.8rem, 1.1290322581vw, 1.4rem);
  color: #3A3A3A;
  font-weight: bold;
}
.cta_btn:hover {
  background-color: #009AE0;
  opacity: 1;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.cta_btn:hover .--en {
  color: #fff;
}
.cta_btn:hover .--en::before {
  content: "";
  background: url(../../../uploads/2025/04/icon_mail_cta_white.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 36px;
  height: auto;
  margin-right: 9px;
}
@media screen and (max-width: 828px) {
  .cta_btn:hover .--en::before {
    width: 28px;
    margin-right: 6px;
  }
}
.cta_btn:hover .--jp {
  color: #fff;
}
@media screen and (min-width: 829px) {
  .cta_btn {
    max-width: 500px;
    height: 143px;
  }
}
@media screen and (max-width: 828px) {
  .cta_btn {
    max-width: 245px;
    height: 85px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: linear-gradient(270deg, rgba(0, 106, 181, 0.05) 20%, rgba(0, 172, 230, 0.05) 100%);
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  padding-top: clamp(40px, 5.125vw, 82px);
  padding-bottom: clamp(40px, 5.5vw, 88px);
  padding-left: clamp(40px, 6.25vw, 100px);
  padding-right: clamp(40px, 6.25vw, 100px);
}
.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 {
  background: inherit;
  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: 24px;
    padding-bottom: 24px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #95989A;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th 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;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #C6CACC;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", 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%;
}
.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(16px, 2vw, 32px);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #C6CACC;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "游ゴシック", 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;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (max-width: 1200px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}
@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: 52px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    font-size: 1.2rem;
    top: 12px;
    right: 56px;
    width: 44px;
    line-height: 29px;
  }
  .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: 54px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 700;
}
@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: 48px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #C6CACC;
}

.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: 24px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #C6CACC;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  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.4rem, 1.2903225806vw, 1.6rem);
  word-break: break-all;
  line-height: 2;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
  }
}

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

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-weight: 400;
}
.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: #3A3A3A;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(32px, 2.5vw, 40px);
}
.form-btns input[type=submit],
.form-btns a,
.form-btns .fm-modoru {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  width: 100%;
  height: auto;
  line-height: 74px;
  flex: 1;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #3A3A3A;
  background-color: #fff;
  border: 1px solid #009AE0;
  padding: 0;
  padding-left: clamp(20px, 1.4375vw, 23px);
  padding-right: clamp(20px, 1.4375vw, 23px);
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  background: url(../../../uploads/2025/04/icon_arrow_blue.png) no-repeat center right 20px, linear-gradient(75deg, #fff 0%, #fff 100%);
  background-size: 40px, cover;
  transition: all 0.3s;
}
.form-btns input[type=submit]:hover,
.form-btns a:hover,
.form-btns .fm-modoru:hover {
  color: #fff;
  opacity: 1;
  background: url(../../../uploads/2025/04/icon_arrow_white.png) no-repeat center right 20px, linear-gradient(75deg, #009AE0 0%, #009AE0 100%);
  background-size: 40px, cover;
}
@media screen and (max-width: 500px) {
  .form-btns input[type=submit]:hover,
  .form-btns a:hover,
  .form-btns .fm-modoru:hover {
    background-size: 36px, cover;
  }
}
@media screen and (min-width: 501px) {
  .form-btns input[type=submit],
  .form-btns a,
  .form-btns .fm-modoru {
    max-width: 285px;
  }
}
@media screen and (max-width: 500px) {
  .form-btns input[type=submit],
  .form-btns a,
  .form-btns .fm-modoru {
    max-width: 240px;
    line-height: 67px;
    background-size: 36px, cover;
  }
}

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

.radio_wrap {
  max-width: 610px;
}
@media screen and (max-width: 1200px) {
  .radio_wrap span {
    display: block;
  }
}

/* page */
@media screen and (min-width: 501px) {
  .mv_slide .sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .mv_slide .sp_only {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .mv_slide .pc_only {
    display: none;
  }
}

@media screen and (max-width: 828px) {
  .main_block .cm_btn__link {
    margin: auto;
  }
}

.main_head {
  position: relative;
  padding-bottom: clamp(32px, 2.75vw, 44px);
  margin-bottom: clamp(48px, 4vw, 64px);
}
.main_head.--center {
  text-align: center;
}
.main_head.--center::after {
  left: 50%;
  transform: translateX(-50%);
}
.main_head::after {
  position: absolute;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #00ACE5, #006AB5 80%) 1;
     border-image: linear-gradient(to right, #00ACE5, #006AB5 80%) 1;
  top: 100%;
  width: 100px;
  content: "";
  transition: all 0.6s;
  clip-path: inset(0px 100% 0% 0px);
}
@media screen and (max-width: 828px) {
  .main_head::after {
    width: 72px;
    border-bottom: 3px solid;
  }
}

.main_head.cs_ac::after {
  transition-delay: 0.5s;
  clip-path: inset(0px 0% 0% 0px);
}

.main_head__lead {
  display: block;
  font-size: clamp(2.8rem, 3.2258064516vw, 4rem);
  line-height: 1;
}

.main_head__caption {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: clamp(12px, 1vw, 16px);
  background: linear-gradient(90deg, #00ACE5, #006AB5 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.main_policy {
  position: relative;
  margin-top: clamp(64px, 7.5vw, 120px);
  margin-bottom: clamp(48px, 3.1875vw, 51px);
}

.main_policy__text {
  text-align: center;
}
.main_policy__text h2 {
  font-size: clamp(2.8rem, 3.2258064516vw, 4rem);
  margin-bottom: clamp(32px, 3.5vw, 56px);
  background: linear-gradient(90deg, #00ACE6, #006AB5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.75;
}
.main_policy__text h2 br {
  display: block;
}
@media screen and (min-width: 501px) {
  .main_policy__text h2 br.sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main_policy__text h2 br.sp_only {
    display: block;
  }
}
@media screen and (min-width: 502px) {
  .main_policy__text p br.sp_only {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .main_policy__text p {
    text-align: left;
  }
  .main_policy__text p br.sp_only {
    display: none !important;
  }
}

/* policy */
.main_policy__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media screen and (min-width: 830px) {
  .main_policy__columns {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 828px) {
  .main_policy__columns {
    margin-top: 48px;
  }
}

.main_policy__column {
  position: relative;
  flex-basis: 23.125%;
}

@media screen and (max-width: 828px) {
  .main_policy__column1 {
    flex-basis: 49.86%;
  }
}
@media screen and (max-width: 828px) {
  .main_policy__column2 {
    flex-basis: 42.13%;
  }
}
.main_policy__img {
  opacity: 0;
  filter: blur(20px);
  transition: all 0.6s;
}
.main_policy__img.--pic1 {
  position: relative;
  max-width: 273px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .main_policy__img.--pic1 {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .main_policy__img.--pic1 {
    max-width: calc(100% - 30px);
    margin-left: auto;
  }
}
.main_policy__img.--pic2 {
  position: relative;
  max-width: 320px;
  margin-left: auto;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .main_policy__img.--pic2 {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .main_policy__img.--pic2 {
    max-width: calc(100% - 20px);
  }
}
.main_policy__img.--pic3 {
  position: relative;
  margin-top: 66px;
  max-width: 210px;
  transform: translateX(-70px);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .main_policy__img.--pic3 {
    margin-top: 30px;
    max-width: calc(100% - 98px);
    transform: translateX(0px);
  }
}
.main_policy__img.--pic4 {
  position: relative;
  max-width: 263px;
  transform: translateY(-40px);
  z-index: 1;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .main_policy__img.--pic4 {
    max-width: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .main_policy__img.--pic4 {
    max-width: calc(100% - 46px);
    transform: translateY(-20px);
  }
}
.main_policy__img.--pic5 {
  position: relative;
  max-width: 298px;
  padding-left: 72px;
  transform: translateY(-28px);
}
@media screen and (max-width: 1000px) {
  .main_policy__img.--pic5 {
    padding-left: 0px;
    margin-left: auto;
    transform: translateY(-12px);
    max-width: calc(100% - 60px);
  }
}

.main_policy__columns.cs_ac .main_policy__img {
  opacity: 1;
  filter: blur(0px);
}
.main_policy__columns.cs_ac .main_policy__img.--pic1 {
  transition-delay: 0.6s;
}
.main_policy__columns.cs_ac .main_policy__img.--pic2 {
  transition-delay: 0.9s;
}
.main_policy__columns.cs_ac .main_policy__img.--pic3 {
  transition-delay: 1.2s;
}
.main_policy__columns.cs_ac .main_policy__img.--pic4 {
  transition-delay: 1.5s;
}
.main_policy__columns.cs_ac .main_policy__img.--pic5 {
  transition-delay: 1.8s;
}

/* business */
.text_slider.text_slider--top {
  top: 180px;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .text_slider.text_slider--top {
    top: -50px;
  }
}

.main_business {
  position: relative;
  padding-top: 276px;
  margin-bottom: clamp(48px, 7.5vw, 120px);
}
@media screen and (max-width: 828px) {
  .main_business {
    padding-top: 0;
    margin-top: 48px;
  }
}

.main_business__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 501px) {
  .main_business__bg .sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main_business__bg .pc_only {
    display: none;
  }
}

.main_business__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: clamp(48px, 4.6875vw, 75px);
}
@media screen and (max-width: 828px) {
  .main_business__columns {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .main_business__columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.main_business__item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.main_business__item:hover {
  opacity: 1;
}
.main_business__item:hover .main_business__img {
  transition: all 0.3s;
  transform: scale(1.05);
}
.main_business__item:hover .main_business__head {
  background: #0091D4;
}

.main_business__img {
  transition: all 0.3s;
}

.main_business__head {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 9px;
  color: #fff;
  background: #009AE0;
  text-align: center;
  font-size: clamp(1.5rem, 1.935483871vw, 2.4rem);
  line-height: 1.75;
  transition: all 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .main_business__head {
    padding: 7px;
    line-height: 1.4;
  }
}

.main_business__text {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 829px) {
  .main_head--main_business {
    margin-top: 64px;
  }
}
/* partner */
.main_partner {
  margin-bottom: clamp(80px, 7.5vw, 120px);
}

.main_partner__banner {
  display: grid;
  max-width: 718px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.main_partner__banner > * {
  grid-area: 1/1;
}
.main_partner__banner figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_partner__banner figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.main_partner__banner figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #A0A0A0 0%, #3A3A3A 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 1;
  transition: opacity 0.3s;
}
.main_partner__banner:hover {
  opacity: 1;
}
.main_partner__banner:hover figure::before {
  opacity: 0.3;
}
.main_partner__banner:hover img {
  transform: scale(1.05);
}

.main_partner__text {
  position: relative;
  color: #fff;
  z-index: 2;
  padding-top: 40px;
  padding-left: 30px;
  padding-bottom: 44px;
  padding-right: 70px;
}
@media screen and (max-width: 500px) {
  .main_partner__text {
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 18px;
    padding-right: 70px;
  }
}
.main_partner__text span {
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(1.3rem, 1.935483871vw, 2.4rem);
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(270deg, #006AB5 20%, #00ACE6 100%);
  margin-bottom: clamp(6px, 1vw, 16px);
  margin-left: -30px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 500px) {
  .main_partner__text span {
    margin-left: -16px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.main_partner__text h2 {
  font-size: clamp(2.2rem, 3.2258064516vw, 4rem);
  line-height: 1.25;
  margin-bottom: 16px;
}
.main_partner__text h2 br {
  display: block;
}
.main_partner__text p {
  font-size: clamp(1.2rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
}
.main_partner__text::after {
  position: absolute;
  display: inline-block;
  right: 33px;
  bottom: 32px;
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_blue.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .main_partner__text::after {
    width: 36px;
    right: 16px;
    bottom: 16px;
  }
}

/* works */
.main_works {
  margin-bottom: clamp(80px, 15.375vw, 246px);
}

.main_works__columns {
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 828px) {
  .main_works__columns {
    flex-direction: column;
    gap: 77px;
  }
}

.main_works__text {
  flex: 1;
}
.main_works__text .cm_btn__link {
  margin-top: clamp(48px, 3.5vw, 56px);
}

.main_works__img {
  position: relative;
  flex-basis: 50%;
}
@media screen and (max-width: 1000px) {
  .main_works__img {
    max-width: calc(100% - 36px);
    margin-right: auto;
  }
}
.main_works__img .--pic1 {
  width: 100%;
  opacity: 0;
  filter: blur(20px);
  transition: all 0.6s;
}
.main_works__img .--pic2 {
  position: relative;
  width: 50%;
  opacity: 0;
  filter: blur(20px);
  transition: all 0.6s;
  margin-left: auto;
  transform: translate(80px, -40px);
}
@media screen and (max-width: 1300px) {
  .main_works__img .--pic2 {
    transform: translate(20px, -40px);
  }
}
@media screen and (max-width: 828px) {
  .main_works__img .--pic2 {
    transform: translate(36px, -20px);
  }
}

.main_works__img.cs_ac .--pic1 {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 0.5s;
}
.main_works__img.cs_ac .--pic2 {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 0.8s;
}

.main_works__head {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

/* company */
.main_company {
  position: relative;
  padding-top: clamp(188px, 20vw, 320px);
}

.main_company__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .main_company__bg .sp_only {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__bg .pc_only {
    display: none;
  }
  .main_company__bg .sp_only {
    display: block !important;
  }
}

.main_company__contents {
  padding-top: clamp(48px, 9vw, 144px);
  padding-bottom: clamp(48px, 9vw, 144px);
  background: #fff;
}
@media screen and (min-width: 829px) {
  .main_company__contents {
    margin-right: 7.5%;
  }
}

.main_company__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 828px) {
  .main_company__columns {
    flex-direction: column-reverse;
    gap: 48px;
  }
}

.main_company__img {
  flex-basis: 51.4%;
}

.main_company__text {
  flex-basis: 37.03%;
}

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

.main_company__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: clamp(24px, 2vw, 32px);
  border-bottom: 1px solid #ccc;
}
li + li .main_company__link {
  padding-top: clamp(24px, 2vw, 32px);
}
.main_company__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #009AE0;
  z-index: 1;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_company__link::before {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_company__link::before {
    transition-duration: 300ms;
  }
}
.main_company__link::after {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_outline.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .main_company__link::after {
    width: 36px;
  }
}
.main_company__link:hover {
  opacity: 1;
}
.main_company__link:hover::before {
  scale: 1 1;
}
.main_company__link:hover::after {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_blue.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .main_company__link:hover::after {
    width: 36px;
  }
}

/* recruit */
.main_recruit {
  position: relative;
  margin-top: clamp(57px, 13.5625vw, 217px);
  padding-bottom: clamp(69px, 7.5vw, 120px);
  margin-bottom: clamp(52px, 10vw, 160px);
}
.main_recruit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 83.4%;
  left: 0;
  bottom: 0;
  background: linear-gradient(270deg, #00A0E9 0%, #00C6E9 100%);
  z-index: -2;
}
@media screen and (min-width: 829px) {
  .main_recruit::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 38.15%;
    left: 0;
    top: 16.5%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    transform: rotate(180deg);
    z-index: -1;
  }
}

@media screen and (min-width: 829px) {
  .main_recruit__contents {
    margin-left: 7.5%;
  }
}

.main_recruit__img {
  position: relative;
}
.main_recruit__img figcaption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 32.5%);
  font-size: clamp(5.8rem, 12.9032258065vw, 16rem);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 501px) {
  .main_recruit__img .sp_only {
    display: none;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .main_recruit__img .pc_only {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__img .pc_only {
    display: none;
  }
  .main_recruit__img .sp_only {
    display: block !important;
  }
}

.main_recruit__lead {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: absolute;
  left: 5%;
  top: -55px;
}
@media screen and (max-width: 500px) {
  .main_recruit__lead {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: center;
  }
}

.main_recruit__wrap {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateX(20px);
}
.main_recruit__lead.is-animated .main_recruit__wrap:nth-child(1) {
  animation: text-anime 1s forwards 1s;
}
.main_recruit__lead.is-animated .main_recruit__wrap:nth-child(2) {
  animation: text-anime 1s forwards 1.5s;
}
.main_recruit__lead.is-animated .main_recruit__wrap:nth-child(3) {
  animation: text-anime 1s forwards 2s;
}
.main_recruit__lead.is-animated .main_recruit__wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #3A3A3A;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  transform-origin: right center;
}

.main_recruit__inner {
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2.2580645161vw, 2.8rem);
  font-weight: bold;
  padding: 16px 14px;
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  line-height: 1.1 !important;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  min-width: 25px;
}
@media screen and (max-width: 500px) {
  .main_recruit__inner {
    padding: 7px 5px;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes text-anime {
  0% {
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.main_recruit__columns {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-top: clamp(57px, 6.75vw, 108px);
}
@media screen and (max-width: 828px) {
  .main_recruit__columns {
    flex-direction: column;
    gap: 48px;
  }
}
.main_recruit__columns .main_head {
  margin-bottom: 0;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 829px) {
  .main_recruit__columns .main_head {
    flex-basis: 160px;
  }
}
.main_recruit__columns .main_head::after {
  -o-border-image: none;
     border-image: none;
  border-bottom: 4px solid #fff;
}
.main_recruit__columns .main_head__caption {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
}
.main_recruit__columns .cm_btn {
  justify-content: flex-start;
}
@media screen and (max-width: 828px) {
  .main_recruit__columns .cm_btn {
    gap: 16px;
  }
}

.main_recruit__text {
  flex-basis: 66.66%;
}

.main_recruit__head {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 1.5;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

/* news */
.main_news__block {
  display: grid;
  grid-template-columns: 285px 1fr;
  grid-template-areas: "text list" "btn list";
  gap: 0 116px;
}
.main_news__block .cm_btn__link {
  grid-area: btn;
  align-self: end;
}
@media screen and (max-width: 828px) {
  .main_news__block {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "list" "btn";
    gap: 48px;
  }
}
@media screen and (min-width: 1001px) {
  .main_news__block {
    min-height: 300px;
  }
}

.main_news__head {
  grid-area: text;
}
.main_news__head .main_head {
  margin-bottom: 0;
}

.main_news__info {
  grid-area: list;
}

.main_news__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  padding-bottom: clamp(24px, 2vw, 32px);
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.main_news__link span {
  line-height: 1.75;
}
.main_news__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #009AE0;
  z-index: 1;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_news__link::before {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__link::before {
    transition-duration: 300ms;
  }
}
.main_news__link::after {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_outline.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .main_news__link::after {
    width: 36px;
  }
}
.main_news__link:hover {
  opacity: 1;
}
.main_news__link:hover::before {
  scale: 1 1;
}
.main_news__link:hover::after {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_blue.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .main_news__link:hover::after {
    width: 36px;
  }
}
.main_news__list + .main_news__list .main_news__link {
  padding-top: clamp(24px, 2vw, 32px);
}
@media screen and (max-width: 500px) {
  .main_news__link {
    gap: 8px;
  }
}

.main_news__time {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  color: #009AE0;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: clamp(8px, 1vw, 16px);
}

.main_news__caption {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.75;
}
@media screen and (min-width: 501px) {
  .main_news__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .main_news__caption {
    -webkit-line-clamp: 2;
  }
}

.lower_title {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  margin-bottom: clamp(40px, 3vw, 48px);
  padding-left: clamp(20px, 1.5vw, 24px);
  border-left: 5px solid #00ACE5;
  line-height: 1.25;
}

.lower_section {
  display: flex;
  align-items: flex-start;
  gap: 132px;
}
@media screen and (max-width: 1200px) {
  .lower_section {
    gap: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .lower_section {
    flex-direction: column;
  }
}

.lower_nav {
  position: sticky;
  top: 40px;
}
@media screen and (min-width: 1001px) {
  .lower_nav {
    flex-basis: 268px;
  }
}
@media screen and (max-width: 1000px) {
  .lower_nav {
    position: static;
    display: block;
    width: 100%;
    border: 1px solid #009AE0;
  }
}
.lower_nav ul {
  background: linear-gradient(90deg, rgba(0, 198, 233, 0.0509803922), rgba(0, 160, 233, 0.0509803922));
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 64px;
  padding-right: 40px;
}
@media screen and (max-width: 1000px) {
  .lower_nav ul {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .lower_nav ul {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
}
.lower_nav a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #828282;
  font-weight: bold;
}
.lower_nav a::before {
  content: "";
  background: url(../../../uploads/2025/04/icon_right_arrow.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
}
.lower_nav a.active {
  color: #009AE0;
}
.lower_nav a.active::before {
  filter: brightness(0) saturate(100%) invert(39%) sepia(84%) saturate(2542%) hue-rotate(173deg) brightness(100%) contrast(101%);
}

.lower_contents {
  flex: 1;
}

.kv_head {
  padding-bottom: clamp(32px, 2.75vw, 44px);
  margin-bottom: clamp(80px, 8vw, 128px);
  text-align: center;
}
.kv_head::after {
  position: absolute;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #00ACE5, #006AB5 80%) 1;
     border-image: linear-gradient(to right, #00ACE5, #006AB5 80%) 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  content: "";
  transition: all 0.6s;
  clip-path: inset(0px 100% 0% 0px);
}
@media screen and (max-width: 828px) {
  .kv_head::after {
    width: 72px;
    border-bottom: 3px solid;
  }
}

.kv_head.cs_ac::after {
  transition-delay: 0.5s;
  clip-path: inset(0px 0% 0% 0px);
}

.kv_head__caption {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: clamp(12px, 1vw, 16px);
  background: linear-gradient(90deg, #00ACE5, #006AB5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.kv_head__lead {
  font-size: clamp(2.8rem, 3.2258064516vw, 4rem);
  line-height: 1;
}

.business_block {
  margin-bottom: clamp(100px, 8vw, 128px);
  background: linear-gradient(90deg, rgba(0, 172, 229, 0.0509803922), rgba(0, 106, 181, 0.0509803922) 80%);
  padding-top: 104px;
  padding-bottom: 88px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .business_block {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.business_block__inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.business_block__title {
  font-size: clamp(2rem, 2.9032258065vw, 3.6rem);
  line-height: 1.75;
  text-align: center;
  margin-bottom: clamp(40px, 3.5vw, 56px);
  background: linear-gradient(90deg, #00ACE5, #006AB5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 500px) {
  .business_block__title {
    text-align: left;
  }
}

.business_contents__group + .business_contents__group {
  margin-top: clamp(80px, 8vw, 128px);
}
@media screen and (min-width: 501px) {
  .business_contents__group .cm_btn__link {
    margin-top: 32px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .business_contents__group .cm_btn__link {
    margin-top: 32px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.business_contents__title {
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 1.75;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.business_contents__text + .business_contents__text {
  margin-top: 36px;
}

@media screen and (max-width: 828px) {
  .lower_section--business {
    gap: 56px;
  }
}
.company_block + .company_block {
  margin-top: clamp(80px, 8vw, 128px);
}

.message_block__columns {
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 500px) {
  .message_block__columns {
    flex-direction: column;
    gap: 40px;
  }
}

.message_block__img {
  flex-basis: 30%;
}

.message_block__text {
  flex: 1;
}

.message_block__ceo {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 24px;
  font-weight: bold;
  margin-top: clamp(24px, 2vw, 32px);
}
.message_block__ceo .--pos {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
}
.message_block__ceo .--name {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.policy_block__inner {
  background: linear-gradient(90deg, rgba(0, 160, 233, 0.1019607843), rgba(0, 198, 233, 0.1019607843));
  padding-top: clamp(56px, 4vw, 64px);
  padding-bottom: clamp(56px, 4.5vw, 72px);
  padding-top: 64px;
  padding-bottom: 72px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .policy_block__inner {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.policy_block__inner .cm_btn__link {
  justify-content: center;
  margin: auto;
}
.policy_block__inner .cm_btn__link::after {
  display: none;
}
.policy_block__inner a {
  display: flex;
  align-items: center;
  gap: 11px;
}
.policy_block__inner a::before {
  content: "";
  background: url(../../../uploads/2025/04/icon_pdf.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .policy_block__inner a::before {
    width: 36px;
  }
}
.policy_block__inner a:hover::before {
  content: "";
  background: url(../../../uploads/2025/04/icon_pdf_white.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .policy_block__inner a:hover::before {
    width: 36px;
  }
}

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

.policy_block__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.policy_block__title::before, .policy_block__title::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #009AE0;
}

.policy_block__text {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  color: #009AE0;
  line-height: 1.75;
  text-align: center;
}

.policy_block__list {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: auto;
}

.policy_block__item {
  font-size: clamp(1.6rem, 1.7741935484vw, 2.2rem);
  color: #009AE0;
  line-height: 1.75;
  font-weight: bold;
}
.policy_block__item::before {
  content: "一. ";
}

.access_block__map {
  display: block;
  width: 100%;
  margin-bottom: clamp(24px, 1.625vw, 26px);
}
@media screen and (min-width: 1001px) {
  .access_block__map {
    height: 450px;
  }
}
@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;
}

.information_block {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
}

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

.recruit_block__bg {
  display: grid;
  place-items: center;
  width: 100%;
}
.recruit_block__bg > * {
  grid-area: 1/1;
}
.recruit_block__bg figure {
  width: 100%;
  height: 100%;
}
.recruit_block__bg figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.recruit_block__inner {
  padding-top: clamp(80px, 8.5vw, 136px);
  padding-bottom: clamp(80px, 8.5vw, 136px);
  max-width: 790px;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .recruit_block__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.recruit_block__title {
  font-size: clamp(2rem, 2.9032258065vw, 3.6rem);
  line-height: 1.75;
  text-align: center;
  margin-bottom: clamp(40px, 3.5vw, 56px);
  background: linear-gradient(90deg, #00ACE5, #006AB5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 500px) {
  .recruit_block__title {
    text-align: left;
  }
}

.recruit_contents {
  position: relative;
  margin-top: clamp(80px, 13.875vw, 222px);
  margin-bottom: clamp(80px, 10vw, 160px);
}

@media screen and (max-width: 500px) {
  .recruit_contents__img img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.text_slider {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}

.text_slider__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: text-slide 40s linear infinite;
}
@media screen and (max-width: 500px) {
  .text_slider__inner {
    animation: text-slide-sp 40s linear infinite;
  }
}
.text_slider__inner span {
  display: inline-block;
  margin-right: 16px;
  white-space: nowrap;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(6.4rem, 11.6129032258vw, 14.4rem);
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, rgba(0, 198, 233, 0), rgba(0, 160, 233, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes text-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes text-slide-sp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1807px);
  }
}
.value_block {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: clamp(80px, 7.5vw, 120px);
}

.value_block__columns {
  display: flex;
  align-items: center;
  gap: 40px;
  background: linear-gradient(90deg, rgba(0, 160, 233, 0.1019607843), rgba(0, 198, 233, 0.1019607843));
  padding: 36px 56px;
  border: 1px solid #009AE0;
}
.value_block__columns + .value_block__columns {
  margin-top: 32px;
}
@media screen and (max-width: 700px) {
  .value_block__columns {
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px 32px;
  }
}

.value_block__title {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
@media screen and (max-width: 500px) {
  .value_block__title {
    text-align: center;
  }
}

.value_block__img {
  position: relative;
  flex-basis: 19.14%;
  max-width: 170px;
}
@media screen and (max-width: 500px) {
  .value_block__img {
    max-width: 120px;
  }
}
.value_block__img figcaption {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(3.2rem, 3.3870967742vw, 4.2rem);
  line-height: 1.25;
  color: #009AE0;
}

.value_block__text {
  flex: 1;
}

.recruit_banner {
  display: grid;
  max-width: 580px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.recruit_banner > * {
  grid-area: 1/1;
}
.recruit_banner figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.recruit_banner figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.recruit_banner figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgb(0, 106, 181) 20%, rgb(0, 172, 230) 100%);
  opacity: 0.8;
  z-index: 1;
  transition: opacity 0.3s;
}
.recruit_banner:hover {
  opacity: 1;
}
.recruit_banner:hover figure::before {
  opacity: 0.4;
}
.recruit_banner:hover img {
  transform: scale(1.05);
}

.recruit_banner__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
  text-align: center;
  z-index: 1;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 500px) {
  .recruit_banner__text {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 12px;
  }
}
.recruit_banner__text hgroup span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  text-transform: uppercase;
}
.recruit_banner__text hgroup h2 {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
}
.recruit_banner__text p {
  line-height: 1.5;
}

.recruit_banner__more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}
.recruit_banner__more::after {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_outline.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .recruit_banner__more::after {
    width: 36px;
  }
}

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

.req_block__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.req_block__inner .cm_btn__link {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .req_block__inner .cm_btn__link {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

.req_block__back {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.75;
  text-decoration: underline;
  margin-top: 24px;
  text-align: center;
}

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

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

.contact_block__tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  color: #3A3A3A;
  background: #F0F1F2;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}
.contact_block__tab.active {
  color: #fff;
  background: linear-gradient(270deg, #00A0E9 0%, #00C6E9 100%);
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 34px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 1001px) {
  .contact_block__tab::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
  }
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #3A3A3A;
}
@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: 24px;
}

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

.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}
.policy_block__description .list_dotted__tab {
  font-weight: 400;
}
.policy_block__description .information_block {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
}

.found_block {
  padding-top: clamp(40px, 6.25vw, 100px);
}

.found_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

@media screen and (max-width: 828px) {
  .found_block--404 br {
    display: none;
  }
}
.found_head__caption {
  display: block;
  line-height: 1.1111111111;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  font-size: clamp(4.8rem, 5.8064516129vw, 7.2rem);
  background: linear-gradient(270deg, #006AB5 20%, #00ACE6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.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(1.8rem, 1.6129032258vw, 2rem);
  font-weight: bold;
  line-height: 1;
}

.found_menu {
  margin-top: clamp(32px, 3.5vw, 56px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu li {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
}
.found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 32px;
    margin: auto;
  }
  .found_menu li {
    box-sizing: border-box;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li + li {
    border-top: 1px solid #3A3A3A;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

.cm_btn.found_block--cm_btn {
  margin-top: clamp(48px, 4vw, 64px);
}

.post_list__tab {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  padding-bottom: clamp(18px, 1.5vw, 24px);
  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: #0c1c89;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    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: #0c1c89;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  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-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #009AE0;
  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.5rem, 1.2903225806vw, 1.6rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_card__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_card__caption {
    -webkit-line-clamp: 1;
  }
}

.post_item__side {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  padding-bottom: clamp(40px, 3vw, 48px);
}
@media screen and (min-width: 501px) {
  .post_item__side {
    display: flex;
    flex-direction: "row";
    align-items: "flex-start";
    gap: 40px;
  }
}
.post_item__side + .post_item__side {
  margin-top: clamp(40px, 3vw, 48px);
}
.post_item__side::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #009AE0;
  z-index: 1;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_item__side::before {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__side::before {
    transition-duration: 300ms;
  }
}
.post_item__side::after {
  display: block;
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_outline.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .post_item__side::after {
    margin-top: 24px;
    margin-left: auto;
    width: 36px;
  }
}
.post_item__side:hover {
  opacity: 1;
}
.post_item__side:hover .image {
  scale: 1.1;
}
.post_item__side:hover::before {
  scale: 1 1;
}
.post_item__side:hover::after {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_blue.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .post_item__side:hover::after {
    width: 36px;
  }
}

.post_item__pic {
  display: block;
  max-width: 240px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 20%;
    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;
  aspect-ratio: 240/160;
  background-color: #F5F5F5;
  scale: 1;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
.post_item__pic:hover {
  opacity: 1;
}

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

.post_item__headline {
  margin-bottom: clamp(8px, 1vw, 16px);
}

.post_item__time {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #009AE0;
  margin-bottom: clamp(8px, 1vw, 16px);
  font-variant-numeric: tabular-nums;
}

.post_item__lead {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_item__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__lead {
    -webkit-line-clamp: 1;
  }
}

.post_item__caption {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 2;
}
@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;
  }
}

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

.single_block {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.single_block__image {
  display: block;
  max-width: 720px;
  width: 100%;
  height: auto;
  margin-bottom: clamp(48px, 5vw, 80px);
}
.single_block__image img {
  aspect-ratio: 720/480;
  -o-object-fit: contain;
     object-fit: contain;
  background: #F5F5F5;
}

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

.single_block__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  font-weight: 700;
}

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

.single_block__inner a {
  text-decoration: underline;
}

.single_item__side {
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .single_item__side {
    display: flex;
    flex-direction: "row";
    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;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_item__pic .image {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic .image {
    transition-duration: 300ms;
  }
}
.single_item__pic:hover {
  opacity: 1;
}
.single_item__pic:hover .image {
  scale: 1.1;
}

.single_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ccc;
  padding-top: clamp(24px, 3vw, 48px);
  margin-top: clamp(48px, 5vw, 80px);
}
.single_nav a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  justify-content: flex-start;
  gap: 22px;
}
.single_nav a:hover {
  opacity: 1;
}
.single_nav a:hover::before {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_white.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .single_nav a:hover::before {
    width: 36px;
  }
}
.single_nav a::after {
  display: none;
}
.single_nav a::before {
  content: "";
  background: url(../../../uploads/2025/04/icon_arrow_blue.png) 50% 50% no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 500px) {
  .single_nav a::before {
    width: 36px;
  }
}

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