@charset "UTF-8";
/* mixin */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&Manrope:wght@200..800&Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

/* setting */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes shine {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.js-title-h2 {
  position: relative;
  z-index: 2;
}
.lazy-show .js-title-h2 h2 {
  position: relative;
}
.lazy-show .js-title-h2 h2:before {
  content: "";
  opacity: 1 !important;
}
.lazy-show .js-title-h2 > span span {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(5.6rem, 8vw, 7.2rem);
  font-weight: 600;
  color: #004B9E;
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) rotate(0) !important;
          transform: translate(0, 0) rotate(0) !important;
}

.banner {
  margin-top: clamp(56px, 13.3333333333vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner h3 {
  font-size: clamp(2rem, 2.6666666667vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: clamp(24px, 4.4444444444vw, 40px);
}
.banner a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 5px;
}
.banner a figure {
  position: relative;
  width: 100%;
  max-width: 421px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 75, 158, 0.2);
          box-shadow: 5px 5px 0 rgba(0, 75, 158, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner a figure img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.banner a figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(125deg, #224FC5, #0DA2D9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner a span {
  position: absolute;
  z-index: 1;
}
.banner a span:nth-of-type(1) {
  display: inline-block;
  top: 50%;
  right: clamp(72px, 11.5555555556vw, 104px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  color: #002B75;
}
.banner a span:nth-of-type(2) {
  aspect-ratio: 1/1;
  width: clamp(38px, 5.1111111111vw, 46px);
  height: auto;
  background: #002B75;
  border-radius: 50%;
  top: 50%;
  right: clamp(24px, 4.6666666667vw, 42px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner a span:nth-of-type(2) svg {
  width: clamp(5px, 0.7777777778vw, 7px) !important;
  height: clamp(11px, 1.4444444444vw, 13px);
}
.banner a span:nth-of-type(2) svg path {
  stroke: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner a:hover {
  opacity: 1;
}
.banner a:hover figure {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.banner a:hover figure::after {
  opacity: 0.8;
}
.banner a:hover span:nth-of-type(1) {
  color: #fff;
}
.banner a:hover span:nth-of-type(2) {
  background: #fff;
}
.banner a:hover span:nth-of-type(2) svg path {
  stroke: #002B75;
}
.banner_requirements {
  background: #EBFCFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: clamp(600px, 83.1111111111vw, 748px);
  padding: clamp(24px, 3.5555555556vw, 32px) clamp(24px, 4.2222222222vw, 38px) clamp(21px, 3.2222222222vw, 29px);
  margin: clamp(64px, 13.3333333333vw, 120px) auto 0 !important;
}
@media screen and (max-width: 585px) {
  .banner_requirements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    max-width: clamp(340px, 50vw, 450px);
  }
}
.banner_requirements > figure {
  width: clamp(200px, 31.1111111111vw, 280px) !important;
}
.banner_requirements .banner-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.banner_requirements .banner-contents p {
  font-size: clamp(1.6rem, 2.3333333333vw, 2.1rem);
  line-height: 1.8095238095;
  font-weight: 500;
  margin-bottom: 13px;
}
.banner_requirements .banner-contents p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8095238095) * 0.5em);
}
.banner_requirements .banner-contents p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8095238095) * 0.5em);
}
@media screen and (max-width: 585px) {
  .banner_requirements .banner-contents p {
    margin-bottom: 24px;
  }
}
.banner_requirements .banner-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 585px) {
  .banner_requirements .banner-tel {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.banner_requirements .banner-tel span:nth-of-type(1) {
  aspect-ratio: 1/1;
  width: clamp(24px, 3.7777777778vw, 34px) !important;
  height: auto;
  background: #004B9E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner_requirements .banner-tel span:nth-of-type(1) svg {
  aspect-ratio: 1/1;
  width: clamp(10px, 1.7777777778vw, 16px) !important;
  height: auto;
}
.banner_requirements .banner-tel span:nth-of-type(1) svg path {
  fill: #fff;
}
.banner_requirements .banner-tel span:nth-of-type(2) {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.2rem, 4.5555555556vw, 4.1rem);
  font-weight: 600;
  color: #004B9E;
}

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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #222;
  background: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: clamp(68px, 9.5238095238vw, 120px);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1260px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 900px) {
  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;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.3rem, 1.7777777778vw, 1.6rem);
  line-height: 2.25em;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  p,
  th,
  td,
  li,
  dt,
  dd,
  address {
    line-height: 1.8461538462em;
  }
}

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

ul,
ol {
  list-style: none;
}

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

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  text-decoration: underline;
  display: inline;
  color: #004B9E;
}
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: 901px) {
  a[href^=tel] {
    pointer-events: 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;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.cm-style {
  overflow: clip;
}

.image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.image--inline {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

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

th,
td {
  padding: 24px;
  border: 3px solid #fff;
  background: #f8f8f8;
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

th {
  width: 240px;
  background: #ddd;
}

@media screen and (max-width: 900px) {
  div:not(.flickWrap) th,
  div:not(.flickWrap) td,
  div:not(.swipe) th,
  div:not(.swipe) td {
    display: block;
    width: 100%;
    border: none;
    padding: 16px;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container.--of {
  overflow: visible;
}
@media screen and (max-width: 1260px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.over--left {
  width: auto;
  max-width: none;
  margin-left: calc((100vw - 1200px) / 2);
  padding: 0;
}
@media screen and (max-width: 1260px) {
  .over--left .image {
    margin-right: -30px;
  }
}

.over--right {
  width: auto;
  max-width: none;
  margin-right: calc((100vw - 1200px) / 2);
  padding: 0;
}
@media screen and (max-width: 1260px) {
  .over--right .image {
    margin-left: -30px;
  }
}

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

@media screen and (max-width: 900px) {
  .activeNav {
    height: 100%;
    overflow: hidden;
  }
}
.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}
.lazy.--show {
  opacity: 1;
}

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

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px) {
  .swap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-wrapper {
  margin-top: 80px;
}

.cm-headline {
  margin-bottom: 32px;
}
.cm-headline h2 {
  font-size: clamp(2rem, 2.6666666667vw, 2.4rem);
}
.cm-headline small {
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
}

.cm-caption {
  font-size: clamp(2rem, 2.6666666667vw, 2.4rem);
  margin-bottom: 20px;
}

.cm-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
}

@media screen and (min-width: 901px) {
  .cm-column_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-column_pic {
  width: 33.3333333333%;
}

.cm-column_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cm-grid_column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 32px;
}

.cm-grid_column > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.cm-grid_column > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.cm-grid_column > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

/* .cm-grid_area{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 16px;
}
.cm-grid-content{
    &:nth-child(6n + 1){
        grid-row: 1 / 3;
        grid-column: 1;
    }
    &:nth-child(6n + 2){
        grid-row: 1;
        grid-column: 2;
    }
    &:nth-child(6n + 3){
        grid-row: 2;
        grid-column: 2;
    }
    &:nth-child(6n + 4){
        grid-row: 3 / 5;
        grid-column: 2;
    }
    &:nth-child(6n + 5){
        grid-row: 3;
        grid-column: 1;
    }
    &:nth-child(6n + 6){
        grid-row: 4;
        grid-column: 1;
    }
} */
.cm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  margin-top: 120px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.cm-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: clamp(1.2rem, 1.4444444444vw, 1.3rem);
  font-weight: 400;
  color: #222;
}
.cm-list .pages {
  display: none;
}

.cm-list_archive {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cm-list_archive .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.cm-list_archive a,
.cm-list_archive span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  padding: 0;
  margin: 0;
  border: none;
  color: #999999;
}
.cm-list_archive a:hover,
.cm-list_archive span:hover {
  opacity: 1;
}
.cm-list_archive a.previouspostslink,
.cm-list_archive span.previouspostslink {
  width: 6px;
  height: 13px;
  color: transparent;
  position: relative;
}
.cm-list_archive a.previouspostslink::before,
.cm-list_archive span.previouspostslink::before {
  content: "";
  background: url("../../../uploads/2024/10/arr_prev-gray.png") no-repeat;
  background-size: contain;
  width: 6px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cm-list_archive a.previouspostslink:hover,
.cm-list_archive span.previouspostslink:hover {
  background: transparent;
}
.cm-list_archive a.nextpostslink,
.cm-list_archive span.nextpostslink {
  width: 6px;
  height: 13px;
  color: transparent;
  position: relative;
}
.cm-list_archive a.nextpostslink::after,
.cm-list_archive span.nextpostslink::after {
  content: "";
  background: url("../../../uploads/2024/10/arr_next-gray.png") no-repeat;
  background-size: contain;
  width: 6px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cm-list_archive a.nextpostslink:hover,
.cm-list_archive span.nextpostslink:hover {
  background: transparent;
}
.cm-list_archive img {
  display: block;
  width: 8px;
}
.cm-list_archive .current {
  color: #004B9E;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #004B9E;
  border-color: #004B9E !important;
}
.cm-list_archive .previouspostslink {
  padding-right: 48px;
}
.cm-list_archive .previouspostslink img {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.cm-list_archive .nextpostslink {
  padding-left: 48px;
}
.cm-list_archive .nextpostslink img {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.cm-list_single {
  margin: 0 auto;
  max-width: 1000px;
  margin-top: clamp(48px, 8vw, 72px);
  padding-top: clamp(24px, 4.4444444444vw, 40px);
  padding-left: clamp(24px, 11.1111111111vw, 100px);
  padding-right: clamp(24px, 11.1111111111vw, 100px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .cm-list_single {
    padding-right: 0;
    padding-left: 0;
  }
}
.cm-list_single [class*=cm-list] {
  min-width: 55px;
}

.cm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 64px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 700;
  margin-top: 56px;
}
.cm-btn:hover {
  opacity: 1;
}

.cm-btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 240px;
  height: auto;
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  background-color: #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.only_mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .only_mobile {
    display: block !important;
  }
}

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

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

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

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
/* module */
.cm-bread {
  padding: 0 0 clamp(12px, 2.6666666667vw, 24px);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.anchor {
  padding-top: 20px;
  margin-bottom: clamp(56px, 13.3333333333vw, 120px);
}
.anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.anchor ul::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ccc;
}
@media screen and (max-width: 1260px) {
  .anchor ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anchor ul::after {
    content: none;
  }
}
.anchor ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .anchor ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 600px) {
  .anchor ul li {
    width: 100%;
  }
}
.anchor ul li + li::before {
  content: "";
  height: 50%;
  width: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1260px) {
  .anchor ul li + li::before {
    content: none;
  }
}
@media screen and (max-width: 1260px) {
  .anchor ul li:nth-child(even)::before {
    content: "";
    height: 40%;
    width: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .anchor ul li:nth-child(even)::before {
    content: none;
  }
}
.anchor ul li::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #004B9E;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#requirements .anchor ul li.page-item-60::after, .anchor ul li:hover::after, .anchor ul li.current_page_item::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #004B9E;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 900px) {
  #requirements .anchor ul li.page-item-60::after, .anchor ul li:hover::after, .anchor ul li.current_page_item::after {
    height: 2px;
  }
}
#requirements .anchor ul li.page-item-60 a span, .anchor ul li:hover a span, .anchor ul li.current_page_item a span {
  background: #004B9E;
}
#requirements .anchor ul li.page-item-60 a span svg path, .anchor ul li:hover a span svg path, .anchor ul li.current_page_item a span svg path {
  stroke: #fff;
}
.anchor ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: clamp(17px, 2.0634920635vw, 26px) clamp(16px, 1.746031746vw, 22px) clamp(16px, 2.0634920635vw, 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  font-weight: 500;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .anchor ul li a {
    min-width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.anchor ul li a span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: clamp(24px, 3.3333333333vw, 30px) !important;
  height: auto;
  border: 1px solid #004B9E;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
}
.anchor ul li a span svg {
  position: relative;
  left: 1px;
  width: clamp(5px, 0.7777777778vw, 7px) !important;
  height: clamp(9px, 1.2222222222vw, 11px);
}
.anchor ul li a span svg path {
  stroke: #004B9E;
  -webkit-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
}
.anchor ul li a:hover {
  opacity: 1;
}
.anchor ul li a:hover span {
  background: #004B9E;
}
.anchor ul li a:hover span svg path {
  stroke: #fff;
}
.anchor ul .interview-inner {
  padding: clamp(56px, 11.1111111111vw, 100px) clamp(40px, 11.1111111111vw, 100px) clamp(56px, 8.8888888889vw, 80px);
}

.layout_m {
  margin-bottom: clamp(80px, 17.7777777778vw, 160px);
}
.layout_l {
  padding-top: clamp(56px, 13.3333333333vw, 120px);
  padding-bottom: clamp(96px, 17.7777777778vw, 160px);
  position: relative;
  z-index: 1;
}
.layout_l._head {
  padding-top: 0;
  margin-top: -1px;
}
@media screen and (max-width: 1260px) {
  .layout_l._head {
    margin-top: -56px;
  }
}
@media screen and (max-width: 900px) {
  .layout_l._head {
    margin-top: -32px;
  }
}
@media screen and (max-width: 450px) {
  .layout_l._head {
    margin-top: -25px;
  }
}
.layout-over_left {
  width: auto;
  max-width: none;
  margin-left: calc((100vw - 1260px) / 2 + 30px);
  padding: 0;
}
@media screen and (max-width: 1260px) {
  .layout-over_left {
    width: 100%;
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
  }
}
.layout-over_left .inner {
  margin-right: calc((100vw - 1260px) / 2);
  padding-right: 30px;
}
@media screen and (max-width: 1260px) {
  .layout-over_left .inner {
    margin-right: auto;
  }
}
.layout-over_right {
  width: auto;
  max-width: none;
  margin-right: calc((100vw - 1260px) / 2 + 30px);
  padding: 0;
}
@media screen and (max-width: 1260px) {
  .layout-over_right {
    width: 100%;
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
  }
}
.layout-over_right .inner {
  margin-left: calc((100vw - 1260px) / 2);
  padding-left: 30px;
}
@media screen and (max-width: 1260px) {
  .layout-over_right .inner {
    margin-left: auto;
  }
}
.layout-parts_left {
  padding-left: calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 1260px) {
  .layout-parts_left {
    padding-left: 30px;
  }
}
.layout-parts_right {
  padding-right: calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 1260px) {
  .layout-parts_right {
    padding-right: 30px;
  }
}

.h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: clamp(68px, 9.5238095238vw, 120px);
  position: fixed;
  position: absolute;
  top: 0;
  padding-right: clamp(30px, 4vw, 64px);
  z-index: 10;
}
.h-logo {
  padding: clamp(8px, 1.1111111111vw, 10px) clamp(20px, 3.5vw, 56px) clamp(8px, 1.1111111111vw, 10px) clamp(20px, 1.5vw, 24px);
}
.h-logo a,
.h-logo img {
  display: block;
  height: auto;
}
.h-logo a {
  width: clamp(152px, 16.8125vw, 269px);
}
.h-logo img {
  width: 100%;
}
.h-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #004B9E;
  z-index: 11;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .h-trigger {
    display: none;
  }
}
.h-trigger:hover {
  opacity: 1;
}
.h-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.h-trigger span:first-child {
  -webkit-transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.h-trigger span:last-child {
  -webkit-transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.h-trigger.active span {
  opacity: 0;
}
.h-trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(400deg);
          transform: translate(-50%, -50%) rotate(400deg);
}
.h-trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-400deg);
          transform: translate(-50%, -50%) rotate(-400deg);
}
.h-menu a {
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.h-menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h-menu ul li._contact, .h-menu ul li._entry {
  display: none;
}
@media screen and (max-width: 900px) {
  .h-menu ul li._contact, .h-menu ul li._entry {
    display: block;
  }
}
.h-menu .children {
  display: none;
}
.h-menu .sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  margin-top: 16px;
  background: #fff;
  border-radius: 10px;
  padding: clamp(8px, 1.7777777778vw, 16px) clamp(16px, 2.6666666667vw, 24px);
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2), 5px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2), 5px 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .h-menu .sub-menu {
    display: block;
    position: relative;
    background: transparent;
    color: #fff;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #fff;
    top: initial;
    border-radius: 0;
  }
}
.h-menu .sub-menu:hover {
  display: block;
}
.h-menu .sub-menu li {
  line-height: 2;
}
.h-menu .sub-menu a {
  font-size: clamp(1.2rem, 1.5555555556vw, 1.4rem);
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .h-menu .sub-menu a {
    font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
    width: 100%;
    text-align: center;
    padding: 1em 0;
  }
}
.h-menu .sub-menu a::before {
  content: "- ";
}
@media screen and (max-width: 900px) {
  .h-menu .sub-menu a::before {
    content: none;
  }
}
.h-menu .menu-item-has-children {
  position: relative;
}
@media screen and (max-width: 900px) {
  .h-menu .menu-item-has-children {
    border-bottom: none;
  }
}
.h-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .h-menu .menu-item-has-children::after {
    content: none;
  }
}
.h-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
@media screen and (min-width: 901px) {
  .h-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px clamp(24px, 2.5vw, 40px);
    margin-left: auto;
  }
  .h-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(16px, 2.5vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .h-menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10;
    overflow-y: scroll;
  }
  .h-menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .h-menu ul {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .h-menu li {
    border-bottom: 1px solid #fff;
  }
  .h-menu a {
    display: block;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .h-menu_other {
    display: none;
  }
}
.h-menu_other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.h-menu_other ul a {
  width: 168px;
  height: 40px;
  background: #fff;
  color: #002B75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 800px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border: 1px solid #002B75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.h-menu_other ul a span:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.h-menu_other ul a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(13px, 1.7777777778vw, 16px) !important;
  height: clamp(13px, 1.7777777778vw, 16px);
}
.h-menu_other ul a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.h-menu_other ul a:hover {
  background: #002B75;
  color: #fff;
  opacity: 1;
}
.h-menu_other ul a:hover svg path {
  fill: #fff;
}
.h-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  color: #fff;
  background-color: #0c1c89;
}
@media screen and (min-width: 902px) {
  .h-btn a {
    width: 240px;
    list-style: 80px;
  }
}

.cta {
  position: relative;
  overflow: hidden;
  padding-top: clamp(48px, 10.6666666667vw, 96px);
  padding-bottom: clamp(56px, 11.5555555556vw, 104px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta-bg {
  position: absolute;
  width: calc(100% - clamp(32px, 4.2857142857vw, 60px));
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .cta-bg {
    width: 100%;
  }
}
.cta-bg figure {
  width: 100%;
  height: 100%;
}
.cta-bg figure img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
}
.cta-bg figure:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 600px) {
  .cta-bg figure:nth-of-type(1) {
    display: none;
  }
}
.cta-bg figure:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 600px) {
  .cta-bg figure:nth-of-type(2) {
    display: block;
  }
}
.cta hgroup {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-bottom: clamp(48px, 8vw, 72px);
}
.cta hgroup span {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(5.6rem, 8vw, 7.2rem);
  font-weight: 600;
  line-height: 0.6111111111;
  white-space: nowrap;
}
.cta hgroup span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.6111111111) * 0.5em);
}
.cta hgroup span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.6111111111) * 0.5em);
}
.cta hgroup h2 {
  font-size: clamp(1.4rem, 2.4444444444vw, 2.2rem);
  font-weight: bold;
  color: #fff;
}
.cta-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 112px;
}
@media screen and (max-width: 900px) {
  .cta-flex {
    gap: 32px 48px;
  }
}
@media screen and (max-width: 450px) {
  .cta-flex {
    gap: 32px 16px;
  }
}
.cta-contents {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 450px) {
  .cta-contents {
    padding: 0 18px;
  }
}
.cta-contents p {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.8888888889;
  margin-bottom: clamp(21px, 3.5555555556vw, 32px);
}
.cta-contents p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8888888889) * 0.5em);
}
.cta-contents p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8888888889) * 0.5em);
}
.cta-contents a {
  width: 100%;
  background: #fff;
  height: clamp(69px, 10.1111111111vw, 91px);
  border-radius: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: clamp(5px, 1.1111111111vw, 10px);
}
.cta-contents a span:nth-of-type(1) {
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta-contents a span:nth-of-type(2) {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  color: #004B9E;
}
.cta-contents a._tel {
  background: transparent;
  gap: clamp(10px, 1.4444444444vw, 13px);
  height: initial;
  width: initial;
}
.cta-contents a._tel span {
  line-height: 1;
}
.cta-contents a._tel span:nth-of-type(1) {
  aspect-ratio: 1/1;
  width: clamp(28px, 4vw, 36px) !important;
  height: auto;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-contents a._tel span:nth-of-type(1) svg {
  width: clamp(13px, 1.7777777778vw, 16px) !important;
  height: clamp(13px, 1.7777777778vw, 16px);
}
.cta-contents a._tel span:nth-of-type(1) svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-contents a._tel span:nth-of-type(2) {
  color: #fff;
  white-space: nowrap;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(3.2rem, 4.5555555556vw, 4.1rem);
  line-height: 1.6585365854;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-contents a._tel span:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6585365854) * 0.5em);
}
.cta-contents a._tel span:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6585365854) * 0.5em);
}
.cta-contents a:hover {
  opacity: 1;
  background: #004B9E;
}
.cta-contents a:hover span:nth-of-type(1) svg path {
  fill: #fff;
}
.cta-contents a:hover span:nth-of-type(2) {
  color: #fff;
}
.cta-contents small {
  font-size: clamp(1.2rem, 1.6666666667vw, 1.5rem);
  font-weight: 500;
}
.cta-btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 2.6666666667vw, 24px);
  position: relative;
  max-width: 427px;
  width: 100%;
}
.cta-btns a {
  width: 100%;
  background: #fff;
  height: clamp(69px, 10.1111111111vw, 91px);
  border-radius: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-btns a span:nth-of-type(1) {
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta-btns a span:nth-of-type(2) {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  color: #004B9E;
}
.cta-btns a._tel {
  background: transparent;
  gap: clamp(10px, 1.4444444444vw, 13px);
  height: initial;
  width: initial;
}
.cta-btns a._tel span {
  line-height: 1;
}
.cta-btns a._tel span:nth-of-type(1) {
  aspect-ratio: 1/1;
  width: clamp(28px, 4vw, 36px) !important;
  height: auto;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-btns a._tel span:nth-of-type(1) svg {
  width: clamp(13px, 1.7777777778vw, 16px) !important;
  height: clamp(13px, 1.7777777778vw, 16px);
}
.cta-btns a._tel span:nth-of-type(1) svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-btns a._tel span:nth-of-type(2) {
  color: #fff;
  white-space: nowrap;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(3.2rem, 4.5555555556vw, 4.1rem);
  line-height: 1.6585365854;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-btns a._tel span:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6585365854) * 0.5em);
}
.cta-btns a._tel span:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6585365854) * 0.5em);
}
.cta-btns a:hover {
  opacity: 1;
  background: #004B9E;
}
.cta-btns a:hover span:nth-of-type(1) svg path {
  fill: #fff;
}
.cta-btns a:hover span:nth-of-type(2) {
  color: #fff;
}

.f-contents {
  padding: clamp(56px, 9.5238095238vw, 120px) 0 clamp(56px, 9.9206349206vw, 125px);
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .f-contents {
    padding: 0;
    padding-bottom: 64px;
  }
}
.f-logo {
  font-size: clamp(1.6rem, 2.2222222222vw, 2rem);
  font-weight: 700;
  margin-bottom: 32px;
}
.f-logo a,
.f-logo img {
  display: block;
  height: auto;
}
.f-logo a {
  width: clamp(255px, 31.1111111111vw, 280px);
}
.f-logo img {
  width: 100%;
}
.f-column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .f-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.f-content {
  padding: 0 40px;
  font-size: clamp(1.4rem, 1.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.7333333333;
}
.f-content::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7333333333) * 0.5em);
}
.f-content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7333333333) * 0.5em);
}
@media screen and (max-width: 1260px) {
  .f-content {
    margin: 0 auto;
  }
}
.f-content address {
  font-size: clamp(1.4rem, 1.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.7333333333;
}
.f-content address::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7333333333) * 0.5em);
}
.f-content address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7333333333) * 0.5em);
}
.f-content span {
  font-size: clamp(1.4rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  display: inline-block;
  margin-bottom: clamp(13px, 1.7777777778vw, 16px);
}
@media screen and (max-width: 900px) {
  .f-content {
    padding: 40px 30px 0;
  }
}
.f-nav {
  max-width: 700px;
  padding: 0 30px;
}
@media screen and (max-width: 1260px) {
  .f-nav {
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .f-nav {
    width: 100%;
    background: rgba(68, 170, 223, 0.1);
    padding: 0;
    max-width: initial;
  }
}
.f-nav a {
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .f-nav a {
    font-size: 1.3rem;
  }
}
.f-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 200px;
  gap: 24px 48px;
}
@media screen and (max-width: 900px) {
  .f-nav ul {
    gap: 40px 48px;
  }
}
@media screen and (max-width: 450px) {
  .f-nav ul {
    gap: 32px 16px;
  }
}
.f-nav ul #menu-item-101 a,
.f-nav ul #menu-item-102 a {
  font-size: clamp(1.2rem, 1.4444444444vw, 1.3rem);
}
.f-nav ul #menu-item-90 {
  margin-top: 4px;
  margin-right: 24px;
}
@media screen and (max-width: 900px) {
  .f-nav ul #menu-item-90 {
    margin-top: 0;
    margin-right: 0;
  }
}
.f-nav ul li {
  line-height: 1.4;
}
.f-nav ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
.f-nav ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media screen and (max-width: 900px) {
  .f-nav ul {
    height: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.f-nav ul ul {
  display: block;
  margin-top: 8px;
}
.f-nav ul ul li {
  line-height: 2.3076923077em;
}
.f-nav ul ul a {
  position: relative;
  font-size: clamp(1.2rem, 1.4444444444vw, 1.3rem);
  font-weight: 400;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-nav ul ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
@media screen and (max-width: 900px) {
  .f-nav ul {
    gap: 0;
  }
  .f-nav ul ul {
    display: none;
  }
  .f-nav li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .f-nav li:nth-child(even) {
    border-left: 1px solid #fff;
  }
  .f-nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .f-nav a {
    width: 100%;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-align: center;
  }
}
.f-copy {
  padding: 14px 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.2rem, 1.5555555556vw, 1.4rem);
  font-weight: 600;
  color: #fff;
  background: #002B75;
}
.f-rtt {
  position: absolute;
  right: clamp(20px, 6.6666666667vw, 60px);
  bottom: clamp(58px, 10vw, 90px);
  aspect-ratio: 1/1;
  width: clamp(34px, 6.1111111111vw, 55px) !important;
  height: auto;
}
.f-rtt span {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-rtt span::before {
  content: "";
  background: #41D8FD;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.f-rtt span svg {
  width: clamp(5px, 0.6666666667vw, 6px) !important;
  height: clamp(9px, 1.1111111111vw, 10px);
  position: relative;
  z-index: 1;
}
.f-rtt span svg path {
  stroke: #fff;
}
.f-rtt:hover {
  opacity: 1;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.mw_wp_form {
  margin-top: clamp(32px, 5.5555555556vw, 50px);
  background: #FAFAFA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 901px) {
  .mw_wp_form {
    padding-top: clamp(56px, 11.1111111111vw, 100px);
    padding-bottom: clamp(56px, 11.1111111111vw, 100px);
    padding-left: clamp(40px, 11.1111111111vw, 100px);
    padding-right: clamp(40px, 11.1111111111vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.submit .mw_wp_form, .thanks .mw_wp_form {
  display: none;
}
.mw_wp_form table {
  table-layout: fixed;
}
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1.5em;
}
@media screen and (max-width: 900px) {
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
    padding: 10px 0 !important;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .mw_wp_form th {
    line-height: 57px;
    min-width: 264px;
    width: 264px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  top: 8px;
  right: 0;
  width: 60px;
  line-height: 41px;
  color: #fff;
  text-align: center;
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
@media screen and (max-width: 900px) {
  .mw_wp_form th {
    padding-left: 50px !important;
  }
  .mw_wp_form th > span {
    width: 40px;
    line-height: 30px;
    top: 50%;
    left: 0;
    font-size: 1.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 901px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
.mw_wp_form td {
  width: auto;
  font-weight: 500;
}
@media screen and (min-width: 902px) {
  .mw_wp_form td {
    padding-left: clamp(28px, 6.2222222222vw, 56px);
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form td th {
    font-weight: 500;
    padding-left: 0 !important;
    padding-bottom: 0;
  }
}
.mw_wp_form td input,
.mw_wp_form td select,
.mw_wp_form td textarea {
  font-size: 1.6rem;
  line-height: 1.4375em;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .mw_wp_form td input,
  .mw_wp_form td select,
  .mw_wp_form td textarea {
    padding: 1em;
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form td input,
  .mw_wp_form td select,
  .mw_wp_form td textarea {
    padding: 10px;
  }
}
.mw_wp_form td input,
.mw_wp_form td textarea {
  width: 100%;
}
.mw_wp_form td select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url(../images/common/ico_arrow_select.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form td textarea {
  max-width: 720px;
  min-height: 180px;
}
.mw_wp_form td .var01 {
  max-width: 344px;
}
@media screen and (min-width: 902px) {
  .mw_wp_form td .var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form td .var02 {
    max-width: 4em;
  }
}
.mw_wp_form td input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  margin-top: clamp(10px, 1.7777777778vw, 16px);
}
.mw_wp_form td input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.2rem, 1.7777777778vw, 1.6rem);
}
.mw_wp_form td input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.2rem, 1.7777777778vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
.mw_wp_form .mwform-checkbox-field,
.mw_wp_form .mwform-radio-field {
  display: inline-block;
  margin-left: 0 !important;
}
.mw_wp_form .mwform-checkbox-field ~ .error,
.mw_wp_form .mwform-radio-field ~ .error {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .mw_wp_form .mwform-checkbox-field,
  .mw_wp_form .mwform-radio-field {
    margin-bottom: 8px;
  }
}
.mw_wp_form input[type=checkbox],
.mw_wp_form input[type=radio] {
  display: none;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
.mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
.mw_wp_form input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
}
@media screen and (min-width: 902px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
  .mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
  .mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before,
.mw_wp_form input[type=radio] + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  border-radius: 50%;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::after,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=radio]:checked + .mwform-checkbox-field-text::before {
  background-image: url(../images/common/check.svg);
}
.mw_wp_form input[type=checkbox]:checked + .mwform-radio-field-text::after,
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

@media screen and (min-width: 902px) {
  .mw_wp_form_input th,
  .mw_wp_form_input td {
    padding-bottom: 30px;
  }
  .mw_wp_form_input th {
    line-height: 58px;
  }
  .mw_wp_form_input td th,
  .mw_wp_form_input td td {
    font-weight: 500;
    padding-bottom: 24px;
  }
  .mw_wp_form_input td th {
    min-width: 210px;
    width: 210px;
  }
  .mw_wp_form_input td td {
    padding-left: 0;
  }
  .mw_wp_form_confirm th,
  .mw_wp_form_confirm td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.7;
  }
  .mw_wp_form_confirm td th,
  .mw_wp_form_confirm td td {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .file-text {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
@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, 4.4444444444vw, 40px);
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  line-height: 2em;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #0c1c89;
  text-decoration: underline;
}
@media screen and (min-width: 902px) {
  .form-agree {
    text-align: center;
  }
}

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

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 32px;
}
.form-btns a,
.form-btns [type=submit] {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 308px;
  line-height: 64px;
  border-radius: 64px;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  color: #004B9E;
  background: url(../../../uploads/2024/10/form-btn_icon.png) 90% 50% no-repeat #fff;
  background-size: 14px;
  border: 1px solid #004B9E;
  padding: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  background: url(../../../uploads/2024/10/form-btn_icon_w.png) 90% 50% no-repeat #004B9E;
  background-size: 14px;
  color: #fff;
}

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

.contact-btn {
  margin-top: clamp(56px, 13.3333333333vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-btn a {
  max-width: clamp(270px, 34.2222222222vw, 308px);
  width: 100%;
  height: clamp(56px, 7.1111111111vw, 64px);
  border-radius: 33px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #004B9E;
}
.contact-btn a span:nth-of-type(1) {
  color: #004B9E;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.contact-btn a span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: clamp(27px, 3.7777777778vw, 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-btn a span:nth-of-type(2) svg {
  width: clamp(7px, 1vw, 9px) !important;
  height: clamp(13px, 1.6666666667vw, 15px);
}
.contact-btn a span:nth-of-type(2) svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #004B9E;
}
.contact-btn a:hover {
  opacity: 1;
  background: #004B9E;
}
.contact-btn a:hover span:nth-of-type(1) {
  color: #fff;
}
.contact-btn a:hover span:nth-of-type(2) {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.contact-btn a:hover span:nth-of-type(2) svg path {
  stroke: #fff;
}

.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  padding-bottom: clamp(60px, 19.0476190476vw, 240px);
}
.mv._nohead {
  padding-bottom: 0;
}
.mv-bg {
  position: absolute;
  width: 100%;
  height: 120%;
  z-index: 0;
  top: 0;
}
@media screen and (max-width: 1260px) {
  ._m .mv-bg {
    top: 280px;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  ._m .mv-bg {
    top: 220px;
  }
}
@media screen and (max-width: 450px) {
  ._m .mv-bg {
    top: 120px;
  }
}
@media screen and (max-width: 900px) {
  .archive .mv-bg, .single .mv-bg, .page .mv-bg {
    height: 100%;
  }
}
.mv-bg video {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(10%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(85%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 85%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 1260px) {
  ._m .mv-bg::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(5%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(60%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
  }
}
.mv-txt {
  position: absolute;
  bottom: clamp(20px, 13.5384615385vw, 176px);
  z-index: 2;
  width: 100%;
  mix-blend-mode: color-burn;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}
@media screen and (max-width: 1260px) {
  ._m .mv-txt {
    top: 0;
    bottom: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .mv-txt {
    top: 0;
    bottom: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mv-txt::before {
  content: none;
}
@media screen and (max-width: 1260px) {
  ._m .mv-txt::before {
    content: "";
    position: relative;
    aspect-ratio: 1022/579;
    width: 100vw;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  ._m .mv-txt::before {
    aspect-ratio: 375/296;
  }
}
@media screen and (max-width: 650px) {
  .archive .mv-txt::before, .single .mv-txt::before, .page .mv-txt::before {
    content: "";
    position: relative;
    aspect-ratio: 1022/579;
    width: 100vw;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .archive .mv-txt::before, .single .mv-txt::before, .page .mv-txt::before {
    aspect-ratio: 100/40;
  }
}
.mv-txtslider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.mv-txtslider.slick-initialized {
  opacity: 1;
}
.mv-txtslider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .mv-txtslider .slick-track {
    gap: 28px;
  }
}
@media screen and (max-width: 450px) {
  .mv-txtslider .slick-track {
    gap: 20px;
  }
}
.mv-txt .slider-wrap {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(5.2rem, 9.2063492063vw, 11.6rem);
  font-weight: 600;
  color: rgba(0, 75, 158, 0.5);
  width: auto;
  letter-spacing: -0.01em;
  text-indent: -0.01em;
  white-space: nowrap;
}
.mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  ._m .mv-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1260px) {
  ._m .mv-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 650px) {
  .mv-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 45px;
  }
}
.mv-contents, .mv-contents_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
._m .mv-contents, ._m .mv-contents_2 {
  padding-bottom: clamp(8px, 1.1111111111vw, 10px);
}
@media screen and (max-width: 1400px) {
  ._m .mv-contents, ._m .mv-contents_2 {
    padding-top: clamp(16px, 1.7142857143vw, 24px);
    padding-bottom: 0;
  }
}
.mv-contents_2, .mv-contents_2_2 {
  border-bottom: 1px solid rgba(0, 75, 158, 0.3);
  display: block;
  padding-top: clamp(48px, 7.7777777778vw, 70px);
  padding-bottom: clamp(32px, 5.3333333333vw, 48px);
}
.mv-contents_2 hgroup, .mv-contents_2_2 hgroup {
  width: initial !important;
}
._m .mv-contents, ._m .mv-contents_2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1260px) {
  ._m .mv-contents, ._m .mv-contents_2 {
    padding: 0 30px;
    padding-top: clamp(160px, 17.1428571429vw, 216px);
  }
}
@media screen and (max-width: 900px) {
  ._m .mv-contents, ._m .mv-contents_2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 450px) {
  ._m .mv-contents, ._m .mv-contents_2 {
    padding-top: clamp(40px, 13.3333333333vw, 120px);
  }
}
@media screen and (max-width: 650px) {
  .archive .mv-contents, .single .mv-contents, .page .mv-contents, .archive .mv-contents_2, .single .mv-contents_2, .page .mv-contents_2 {
    padding-top: clamp(48px, 13.5vw, 216px);
  }
}
@media screen and (max-width: 650px) {
  .archive .mv-contents hgroup, .single .mv-contents hgroup, .page .mv-contents hgroup, .archive .mv-contents_2 hgroup, .single .mv-contents_2 hgroup, .page .mv-contents_2 hgroup {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mv-contents hgroup, .mv-contents_2 hgroup {
  width: 385px;
}
@media screen and (max-width: 1260px) {
  .mv-contents hgroup, .mv-contents_2 hgroup {
    width: initial;
  }
}
@media screen and (max-width: 900px) {
  ._nohead .mv-contents hgroup, ._nohead .mv-contents_2 hgroup {
    padding: 0;
  }
}
.home .mv-contents hgroup, .home .mv-contents_2 hgroup {
  margin-top: clamp(32px, 4.2666666667vw, 64px);
}
@media screen and (max-width: 1300px) {
  .home .mv-contents hgroup, .home .mv-contents_2 hgroup {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .home .mv-contents hgroup, .home .mv-contents_2 hgroup {
    margin-top: 0;
  }
}
.mv-contents hgroup > span, .mv-contents_2 hgroup > span {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(4.2rem, 5.7142857143vw, 7.2rem);
  font-weight: 600;
  color: #004B9E;
  line-height: 0.6111111111em;
  display: inline-block;
  margin-top: clamp(8px, 1.7777777778vw, 16px);
}
.home .mv-contents hgroup > span, .home .mv-contents_2 hgroup > span {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  display: inline-block;
  line-height: 2.2608695652em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 2.5555555556vw, 2.3rem);
  font-weight: bold;
  background: #002B75;
  color: #fff;
  padding: clamp(0px, 0.3333333333vw, 3px) clamp(16px, 2.7777777778vw, 25px) clamp(2px, 0.5555555556vw, 5px);
}
.mv-contents h1, .mv-contents_2 h1 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  position: relative;
  padding-left: clamp(24px, 3.5555555556vw, 32px);
  margin-bottom: 4px;
}
.mv-contents h1::before, .mv-contents_2 h1::before {
  content: "";
  aspect-ratio: 1/1;
  height: auto;
  width: clamp(10px, 1.5555555556vw, 14px);
  display: block;
  border-radius: 50%;
  background: #41D8FD;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv-contents h2, .mv-contents_2 h2 {
  margin-bottom: clamp(16px, 3.5555555556vw, 32px);
}
.mv-contents h2 .main-catch, .mv-contents_2 h2 .main-catch {
  width: clamp(204px, 39vw, 351px) !important;
  aspect-ratio: 351/147;
  height: auto;
  overflow: hidden;
  position: relative;
  clip-path: url(#catchsvg);
  z-index: 1;
}
.mv-contents h2 .main-catch::before, .mv-contents_2 h2 .main-catch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #002B75 45%, rgba(255, 255, 255, 0.6) 50%, #002B75 55%);
  background-size: 800% 200%;
  z-index: 0;
  -webkit-animation: shine 5s 1s infinite;
          animation: shine 5s 1s infinite;
}
@media screen and (max-width: 1260px) {
  .mv-contents h2 br, .mv-contents_2 h2 br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .mv-contents h2 br, .mv-contents_2 h2 br {
    display: none;
  }
  .mv-contents h2 br.sp, .mv-contents_2 h2 br.sp {
    display: block;
  }
}
.mv-contents h2.lazy-show > span span, .mv-contents_2 h2.lazy-show > span span {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
.mv-contents p, .mv-contents_2 p {
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: 500;
  line-height: 2.125;
}
.mv-contents p::before, .mv-contents_2 p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.125) * 0.5em);
}
.mv-contents p::after, .mv-contents_2 p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.125) * 0.5em);
}
@media screen and (max-width: 1260px) {
  .mv-contents p br, .mv-contents_2 p br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .mv-contents p, .mv-contents_2 p {
    white-space: nowrap;
  }
  .mv-contents p br, .mv-contents_2 p br {
    display: block;
  }
}
.mv-slider {
  position: relative;
  width: 63.875%;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 100%;
}
@media screen and (max-width: 1260px) {
  .mv-slider {
    width: 100%;
  }
}
.mv-slider .slider-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv-slider figure {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv-slider figure:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 900px) {
  .mv-slider figure:nth-of-type(1) {
    display: none;
  }
}
.mv-slider figure:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  .mv-slider figure:nth-of-type(2) {
    display: block;
  }
}
.mv-visual {
  position: relative;
  width: 63.875%;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1260px) {
  .mv-visual {
    width: 60%;
  }
}
@media screen and (max-width: 650px) {
  .mv-visual {
    width: 100%;
  }
}
.mv-visual figure {
  aspect-ratio: 1022/579;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .mv-visual figure {
    aspect-ratio: 100/40;
  }
}
.mv-visual figure img {
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* page */
.m-main {
  padding-top: 80px;
}

.m-body {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 900px) {
  .m-body {
    top: -70px;
  }
}
@media screen and (max-width: 450px) {
  .m-body {
    top: -50px;
  }
}
.m-body .main-contents {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.m-body .main-contents p {
  font-size: clamp(1.3rem, 1.7777777778vw, 1.6rem);
  font-weight: 400;
  line-height: 2.25;
}
.m-body .main-contents p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
}
.m-body .main-contents p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
.m-body .entry-btn {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(102px, 24vw, 216px) !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.m-body .entry-btn_wrap {
  display: inline-block;
  position: sticky;
  top: calc(100% - 280px);
  left: 100%;
  z-index: 5;
  -webkit-transform: translate(-30px, -100%) scale(1);
          transform: translate(-30px, -100%) scale(1);
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-body .entry-btn_wrap._s {
  -webkit-transform: translate(10px, 100px) scale(0.8);
          transform: translate(10px, 100px) scale(0.8);
}
@media screen and (max-width: 450px) {
  .m-body .entry-btn_wrap._s {
    -webkit-transform: translate(0, 30px) scale(0.9);
            transform: translate(0, 30px) scale(0.9);
  }
}
@media screen and (max-width: 450px) {
  .m-body .entry-btn_wrap {
    top: calc(100dvh - 120px);
    -webkit-transform: translate(-10px, -100%);
            transform: translate(-10px, -100%);
  }
}
.m-body .entry-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.m-body .entry-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.129);
          transform: scale(1.129);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-body .entry-btn:hover::before {
  content: "";
  background: #1fcaf3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-body .entry-btn:hover .entry-bg svg path {
  fill: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-body .entry-btn:hover .entry-bg svg rect {
  fill: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-body .entry-btn:hover .entry-img span {
  color: #1fcaf3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 450px) {
  .m-body .entry-btn:hover .entry-img span {
    color: #fff;
  }
}
.m-body .entry-contents {
  position: relative;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 450px) {
  .m-body .entry-contents {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.m-body .entry-bg {
  aspect-ratio: 1/1;
  width: clamp(93px, 22vw, 198px) !important;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-body .entry-bg span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  animation: rotate reverse 20s linear infinite;
}
.m-body .entry-bg svg path {
  fill: #1fcaf3;
}
.m-body .entry-bg svg rect {
  fill: #1fcaf3;
}
.m-body .entry-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
  z-index: 10;
  background: #707070;
  border-radius: 50%;
  aspect-ratio: 25/25;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 450px) {
  .m-body .entry-close {
    right: 0px;
    top: 0px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.m-body .entry-close::before {
  content: "";
  width: 60%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(calc(-50% - 0px)) translateX(-50%) rotate(135deg);
          transform: translateY(calc(-50% - 0px)) translateX(-50%) rotate(135deg);
}
.m-body .entry-close::after {
  content: "";
  width: 60%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(calc(-50% + 0px)) translateX(-50%) rotate(-135deg);
          transform: translateY(calc(-50% + 0px)) translateX(-50%) rotate(-135deg);
}
.m-body .entry-txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px 5px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  text-indent: 0.09em;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .m-body .entry-txt {
    display: none;
  }
}
.m-body .entry-txt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: #222;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.m-body .entry-txt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: #222;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.m-body .entry-img {
  margin-top: 8px;
  position: relative;
  z-index: 1;
  width: 117px;
}
@media screen and (max-width: 900px) {
  .m-body .entry-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.m-body .entry-img img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .m-body .entry-img img {
    display: none;
  }
}
.m-body .entry-img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  z-index: 1;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.6rem, 3.6666666667vw, 3.3rem);
  font-weight: bold;
  letter-spacing: 0.018em;
  text-indent: 0.018em;
}
@media screen and (max-width: 900px) {
  .m-body .entry-img span {
    position: relative;
    left: initial;
    bottom: initial;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(0, -6px);
            transform: translate(0, -6px);
    line-height: 1;
    color: #1fcaf3;
  }
}
.m-body .entry-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: clamp(5px, 0.7777777778vw, 7px);
}
.m-body .entry-link br {
  display: none;
}
@media screen and (max-width: 450px) {
  .m-body .entry-link {
    margin-top: 0;
    display: block;
    text-align: center;
  }
  .m-body .entry-link br {
    display: block;
  }
}
.m-body .entry-link span:nth-of-type(1) {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.09em;
  text-indent: 0.09em;
}
@media screen and (max-width: 450px) {
  .m-body .entry-link span:nth-of-type(1) {
    font-size: 9px;
    letter-spacing: 0em;
    text-indent: 0em;
    position: relative;
    display: inline-block;
    line-height: 1.3;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@media screen and (max-width: 450px) {
  .m-body .entry-link span:nth-of-type(2) {
    display: none;
  }
}
.m-body .entry-link span:nth-of-type(2) svg {
  width: clamp(4px, 0.5555555556vw, 5px) !important;
  height: clamp(7px, 0.8888888889vw, 8px);
}
.m-body .entry-link span:nth-of-type(2) svg path {
  stroke: #222;
}

.m-news_list {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}
@media screen and (min-width: 901px) {
  .m-news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.m-news_list + .m-news_list {
  padding-top: 16px;
}
.m-news_list time {
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  font-weight: 700;
  color: #0c1c89;
}
.m-news_list a {
  display: inline-block;
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
}

.m-news_more {
  margin-top: 16px;
}
.m-news_more a {
  font-size: clamp(1.4rem, 1.6666666667vw, 1.5rem);
}

.policy dd {
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
}
.policy dd + dt {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  color: #004B9E;
  font-weight: 500;
  line-height: 2;
  margin-top: clamp(56px, 8.1111111111vw, 73px);
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.policy dd + dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.policy dd + dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.policy li {
  position: relative;
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.policy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.l-found {
  padding-top: clamp(88px, 13.3333333333vw, 120px);
}
.l-found-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}
.l-found-btn a {
  max-width: clamp(270px, 34.2222222222vw, 308px);
  width: 100%;
  height: clamp(56px, 7.1111111111vw, 64px);
  border-radius: 33px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #004B9E;
}
.l-found-btn a span:nth-of-type(1) {
  color: #004B9E;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.l-found-btn a span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: clamp(27px, 3.7777777778vw, 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-found-btn a span:nth-of-type(2) svg {
  width: clamp(7px, 1vw, 9px) !important;
  height: clamp(13px, 1.6666666667vw, 15px);
}
.l-found-btn a span:nth-of-type(2) svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #004B9E;
}
.l-found-btn a:hover {
  opacity: 1;
  background: #004B9E;
}
.l-found-btn a:hover span:nth-of-type(1) {
  color: #fff;
}
.l-found-btn a:hover span:nth-of-type(2) {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.l-found-btn a:hover span:nth-of-type(2) svg path {
  stroke: #fff;
}

.l-found_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 2.6666666667vw, 24px);
  margin-bottom: clamp(32px, 5.5555555556vw, 50px);
}
.l-found_headline h2 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(3.6rem, 7.7777777778vw, 7rem);
  font-weight: 600;
  color: #B9B9B9;
}
.l-found_headline h3 {
  font-size: clamp(2rem, 2.6666666667vw, 2.4rem);
  font-weight: 400;
}

.l-found_menu {
  margin-top: 60px;
}
.l-found_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
  max-width: 732px;
  margin: auto;
}
.l-found_menu li {
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
.l-found_menu li + li {
  border-left: 1px solid #222;
}
.l-found_menu li._contact, .l-found_menu li._entry {
  display: none;
}
@media screen and (max-width: 450px) {
  .l-found_menu li:nth-of-type(3) {
    border-left: none;
  }
}
.l-found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
}

.l-contact h2 {
  font-size: clamp(1.8rem, 2.2222222222vw, 2rem);
  margin-bottom: 10px;
}

.l-contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .l-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.l-contact_tab {
  position: relative;
  width: 296px;
  line-height: 54px;
  color: #222;
  background: #fff;
  text-align: center;
  border: 1px solid #004B9E;
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  font-weight: 700;
  border-radius: 500px;
}
.l-contact_tab.active {
  color: #fff;
  background: #004B9E;
}
@media screen and (max-width: 900px) {
  .l-contact_tab {
    line-height: 34px;
  }
}

.l-contact_line {
  display: block;
  width: 72px;
  -ms-flex-preferred-size: 72px;
      flex-basis: 72px;
  height: 1px;
  background: #0c1c89;
}
@media screen and (max-width: 900px) {
  .l-contact_line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}

.p-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto;
}
.p-column + .p-column {
  margin-top: 83px;
  padding-top: 83px;
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  padding-top: clamp(32px, 6.2222222222vw, 56px);
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 900px) {
  .p-column {
    display: block;
  }
  .p-column + .p-column {
    margin-top: 48px;
    padding-top: 48px;
  }
}

.p-column_pic {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .p-column_pic {
    width: 40%;
  }
}

.p-column_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-column_text time {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  display: block;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  color: #004B9E;
  margin-bottom: clamp(18px, 3vw, 27px);
}
.p-column_text h2 {
  font-size: clamp(1.8rem, 2.4444444444vw, 2.2rem);
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
  line-height: 1.8181818182;
  padding-right: 80px;
}
.p-column_text h2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8181818182) * 0.5em);
}
.p-column_text h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8181818182) * 0.5em);
}
@media screen and (max-width: 900px) {
  .p-column_text h2 {
    padding-right: 0;
  }
}
.p-column_text a {
  font-size: inherit;
}
@media screen and (max-width: 900px) {
  .p-column_text {
    margin-top: 48px;
  }
}

.p-column_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-column_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-column_more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-top: clamp(8px, 1.4444444444vw, 13px);
}
.p-column_more a {
  font-size: clamp(1.2rem, 1.4444444444vw, 1.3rem);
  font-weight: 400;
  color: #004B9E;
  text-decoration: underline;
}

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

.s-content_image {
  margin-bottom: 39px;
}

.s-content_headline {
  display: block;
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
}
.s-content_headline time {
  display: block;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  color: #004B9E;
  margin-bottom: 22px;
}
.s-content_headline h2 {
  font-size: clamp(1.8rem, 2.4444444444vw, 2.2rem);
  font-weight: 500;
  line-height: 1.8181818182;
}
.s-content_headline h2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8181818182) * 0.5em);
}
.s-content_headline h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8181818182) * 0.5em);
}

.s-content_inner p {
  line-height: 2.25;
  line-height: 2.25em;
}
.s-content_inner p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
}
.s-content_inner p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
.s-content_inner p + p {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.s-content_inner a {
  font-size: clamp(1.2rem, 1.4444444444vw, 1.3rem);
  font-weight: 400;
  color: #004B9E;
  text-decoration: underline;
}

.business-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-flex figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.business._m .business-flex {
  gap: 40px clamp(40px, 6.5vw, 104px);
}
@media screen and (max-width: 900px) {
  .business._m .business-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business._m .business-flex figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(350px, 51.875vw, 830px) !important;
}
@media screen and (max-width: 900px) {
  .business._m .business-flex figure {
    width: 100%;
  }
}
.business._m .business-flex hgroup {
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.business._m .business-flex hgroup h2 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  padding-left: clamp(16px, 2.2222222222vw, 20px);
  position: relative;
  margin-left: 3px;
  margin-bottom: 5px;
}
.business._m .business-flex hgroup h2:before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(11px, 1.5555555556vw, 14px) !important;
  height: auto !important;
  background: #41D8FD;
  border-radius: 50%;
  top: 50% !important;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 1s 1.5s ease-in;
  transition: all 1s 1.5s ease-in;
}
.business._m .business-flex hgroup > span {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(5.6rem, 8vw, 7.2rem);
  font-weight: 600;
  color: #004B9E;
}
.business._m .business-flex hgroup > span span {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.6) translateY(50px);
          transform: scale(0.6) translateY(50px);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.business._m .business-flex hgroup h3 {
  font-size: clamp(2.2rem, 3.5555555556vw, 3.2rem);
  font-weight: bold;
  line-height: 1.625;
}
.business._m .business-flex hgroup h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
}
.business._m .business-flex hgroup h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
}
.business._m .business-flex hgroup.works-title h3, .business._m .business-flex hgroup.business-title h3 {
  margin-top: clamp(24px, 5.3333333333vw, 48px);
}
.business._m .business-flex hgroup.recruit-title {
  margin-bottom: clamp(28px, 6.2222222222vw, 56px);
}
.business._m .business-flex hgroup.company-title h3 {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.business._m .business-btn {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
@media screen and (max-width: 900px) {
  .business._m .business-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.business._m .business-btn a {
  max-width: clamp(270px, 34.2222222222vw, 308px);
  width: 100%;
  height: clamp(56px, 7.1111111111vw, 64px);
  border-radius: 33px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #004B9E;
}
.business._m .business-btn a span:nth-of-type(1) {
  color: #004B9E;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.business._m .business-btn a span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: clamp(27px, 3.7777777778vw, 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.business._m .business-btn a span:nth-of-type(2) svg {
  width: clamp(7px, 1vw, 9px) !important;
  height: clamp(13px, 1.6666666667vw, 15px);
}
.business._m .business-btn a span:nth-of-type(2) svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #004B9E;
}
.business._m .business-btn a:hover {
  opacity: 1;
  background: #004B9E;
}
.business._m .business-btn a:hover span:nth-of-type(1) {
  color: #fff;
}
.business._m .business-btn a:hover span:nth-of-type(2) {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.business._m .business-btn a:hover span:nth-of-type(2) svg path {
  stroke: #fff;
}
.business._m .business-contents {
  padding-left: 30px;
}
.business._l .business-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 48px clamp(48px, 10.6666666667vw, 96px);
}
@media screen and (max-width: 900px) {
  .business._l .business-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business._l .business-flex figure {
  width: clamp(300px, 40vw, 504px) !important;
}
@media screen and (max-width: 900px) {
  .business._l .business-flex figure {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  .business._l .business-flex figure {
    width: 100%;
  }
}
.business._l .business-flex p {
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  font-weight: 400;
  line-height: 2.25;
}
.business._l .business-flex p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
}
.business._l .business-flex p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
.business._l .business-contents hgroup h2 {
  font-size: clamp(2.2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  line-height: 1.8571428571;
  margin-bottom: clamp(16px, 3.5555555556vw, 32px);
}
.business._l .business-contents hgroup h2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8571428571) * 0.5em);
}
.business._l .business-contents hgroup h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8571428571) * 0.5em);
}
.business._l .business-contents hgroup.bg-b h3 {
  font-size: clamp(2.2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  position: relative;
  width: 100%;
  height: clamp(48px, 7.1111111111vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business._l .business-contents hgroup.bg-b h3::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(125deg, rgba(34, 79, 197, 0.9), rgba(34, 79, 197, 0.9), rgba(13, 162, 217, 0.9));
  z-index: -1;
}
.business._l .business-items {
  margin-top: clamp(56px, 13.3333333333vw, 120px);
}
.business._l .business-items hgroup {
  margin-bottom: clamp(32px, 6.2222222222vw, 56px);
}
.business._l .business-items hgroup h2 {
  font-size: clamp(2.2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  line-height: 1.8571428571;
  margin-bottom: clamp(16px, 3.5555555556vw, 32px);
}
.business._l .business-items hgroup h2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8571428571) * 0.5em);
}
.business._l .business-items hgroup h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8571428571) * 0.5em);
}
.business._l .business-items hgroup.bg-b h3 {
  font-size: clamp(2.2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  position: relative;
  width: 100%;
  height: clamp(48px, 7.1111111111vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business._l .business-items hgroup.bg-b h3::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(125deg, rgba(34, 79, 197, 0.9), rgba(34, 79, 197, 0.9), rgba(13, 162, 217, 0.9));
  z-index: -1;
}
.business._l .business-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 57px 32px;
}
@media screen and (max-width: 900px) {
  .business._l .business-items ul {
    gap: 40px 32px;
  }
}
@media screen and (max-width: 450px) {
  .business._l .business-items ul {
    gap: 32px 16px;
  }
}
.business._l .business-items ul li {
  width: calc(33.3333333333% - 22px);
}
@media screen and (max-width: 900px) {
  .business._l .business-items ul li {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 450px) {
  .business._l .business-items ul li {
    width: calc(50% - 8px);
  }
}
.business._l .business-items ul li a {
  width: 100%;
}
.business._l .business-items ul li a figure {
  overflow: clip;
}
.business._l .business-items ul li a figure img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business._l .business-items ul li a:hover {
  opacity: 1;
}
.business._l .business-items ul li a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.business._l .business-items ul li figcaption {
  display: inline-block;
  margin-top: clamp(8px, 1.7777777778vw, 16px);
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 400;
}

.works-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.works._m {
  padding-top: clamp(88px, 14.3333333333vw, 129px);
  position: relative;
  padding-bottom: clamp(80px, 20.4444444444vw, 184px);
  z-index: 0;
}
.works._m .works-flex {
  gap: 40px clamp(40px, 6.5vw, 104px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .works._m .works-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works._m .works-flex figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(350px, 51.875vw, 830px) !important;
}
@media screen and (max-width: 900px) {
  .works._m .works-flex figure {
    width: 100% !important;
  }
}
.works._m .layout-over_left {
  position: relative;
  z-index: 1;
}
.works._m .works-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}
.works._m .works-bg video {
  display: block;
  position: relative;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works._m .works-bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(10%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 75%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 1260px) {
  .works._m .works-bg::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(10%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 75%, rgb(255, 255, 255) 100%);
  }
}
@media screen and (max-width: 900px) {
  .works._m .works-contents {
    padding-right: 30px;
  }
}
.works._m .works-contents .works-title {
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.works._m .works-contents .works-title h2 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  padding-left: clamp(16px, 2.2222222222vw, 20px);
  position: relative;
  margin-left: 3px;
  margin-bottom: 5px;
}
.works._m .works-contents .works-title h2:before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(11px, 1.5555555556vw, 14px) !important;
  height: auto !important;
  background: #41D8FD;
  border-radius: 50%;
  top: 50% !important;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 1s 1.5s ease-in;
  transition: all 1s 1.5s ease-in;
}
.works._m .works-contents .works-title > span {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(5.6rem, 8vw, 7.2rem);
  font-weight: 600;
  color: #004B9E;
}
.works._m .works-contents .works-title > span span {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.6) translateY(50px);
          transform: scale(0.6) translateY(50px);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.works._m .works-contents .works-title h3 {
  font-size: clamp(2.2rem, 3.5555555556vw, 3.2rem);
  font-weight: bold;
  line-height: 1.625;
}
.works._m .works-contents .works-title h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
}
.works._m .works-contents .works-title h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
}
.works._m .works-contents .works-title.works-title h3, .works._m .works-contents .works-title.business-title h3 {
  margin-top: clamp(24px, 5.3333333333vw, 48px);
}
.works._m .works-contents .works-title.recruit-title {
  margin-bottom: clamp(28px, 6.2222222222vw, 56px);
}
.works._m .works-contents .works-title.company-title h3 {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.works._m .works-contents .works-btn {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
@media screen and (max-width: 900px) {
  .works._m .works-contents .works-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.works._m .works-contents .works-btn a {
  max-width: clamp(270px, 34.2222222222vw, 308px);
  width: 100%;
  height: clamp(56px, 7.1111111111vw, 64px);
  border-radius: 33px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #004B9E;
}
.works._m .works-contents .works-btn a span:nth-of-type(1) {
  color: #004B9E;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.works._m .works-contents .works-btn a span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: clamp(27px, 3.7777777778vw, 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.works._m .works-contents .works-btn a span:nth-of-type(2) svg {
  width: clamp(7px, 1vw, 9px) !important;
  height: clamp(13px, 1.6666666667vw, 15px);
}
.works._m .works-contents .works-btn a span:nth-of-type(2) svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #004B9E;
}
.works._m .works-contents .works-btn a:hover {
  opacity: 1;
  background: #004B9E;
}
.works._m .works-contents .works-btn a:hover span:nth-of-type(1) {
  color: #fff;
}
.works._m .works-contents .works-btn a:hover span:nth-of-type(2) {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.works._m .works-contents .works-btn a:hover span:nth-of-type(2) svg path {
  stroke: #fff;
}
.works._l .works-flex {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .works._l .works-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}
@media screen and (max-width: 450px) {
  .works._l .works-flex {
    gap: 56px;
  }
}
.works._l .works-flex::before {
  content: "";
  width: calc(100% - 100px);
  height: 100%;
  background: linear-gradient(125deg, rgba(34, 79, 197, 0.9), rgba(13, 162, 217, 0.9));
  position: absolute;
  top: clamp(56px, 6.5vw, 104px);
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .works._l .works-flex::before {
    width: 100%;
  }
}
.works._l .works-head {
  margin-bottom: clamp(48px, 8.8888888889vw, 80px);
}
.works._l .works-head hgroup h2 {
  font-size: clamp(2.2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.8571428571;
}
.works._l .works-head hgroup h2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8571428571) * 0.5em);
}
.works._l .works-head hgroup h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8571428571) * 0.5em);
}
.works._l .works-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .works._l .works-img {
    width: calc(100% - 60px);
  }
}
.works._l .works-pin {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.works._l .works-pin .pin-link {
  position: absolute;
  display: inline-block;
  cursor: pointer;
}
.works._l .works-pin .pin-link figure {
  width: clamp(38px, 5.5555555556vw, 50px) !important;
  position: relative;
  z-index: 0;
}
.works._l .works-pin .pin-link figcaption {
  position: absolute;
  left: 45%;
  top: clamp(6px, 0.8888888889vw, 8px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.8rem, 2.7777777778vw, 2.5rem);
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.works._l .works-pin .pin-link:nth-child(1) {
  top: 9.75%;
  left: 12.5%;
}
.works._l .works-pin .pin-link:nth-child(2) {
  top: 21.125%;
  left: 54.125%;
}
.works._l .works-pin .pin-link:nth-child(3) {
  top: 53.25%;
  left: 75.125%;
}
.works._l .works-pin .pin-link:nth-child(4) {
  top: 66.375%;
  left: 45.5%;
}
.works._l .works-view {
  position: relative;
  z-index: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: clamp(16px, 2.5vw, 40px);
}
@media screen and (max-width: 900px) {
  .works._l .works-view {
    padding-bottom: 0;
    width: 100%;
  }
}
.works._l .works-view .view-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
  background: #fff;
  aspect-ratio: 10/8;
  width: 70%;
  height: auto;
  padding: clamp(16px, 2.6666666667vw, 24px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1260px) {
  .works._l .works-view .view-item {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .works._l .works-view .view-item {
    width: calc(100% - 60px);
  }
}
.works._l .works-view .view-item label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: clamp(16px, 2.6666666667vw, 24px);
  top: clamp(16px, 2.6666666667vw, 24px);
  z-index: 1;
  background: #224FC5;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.8rem, 3.5555555556vw, 3.2rem);
  font-weight: 600;
  aspect-ratio: 1/1;
  width: clamp(40px, 6.2222222222vw, 56px) !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works._l .works-view .view-item h3 {
  font-size: clamp(1.6rem, 2.2222222222vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  width: 100%;
}
.works._l .works-view .view-item h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
.works._l .works-view .view-item h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.works._l .works-view .view-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 43px solid #fff;
  border-left: 0;
  position: absolute;
  left: -40px;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .works._l .works-view .view-item::before {
    left: 50%;
    top: -30px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 29px solid #fff;
  }
}
@media screen and (max-width: 450px) {
  .works._l .works-view .view-item::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 27px solid #fff;
  }
}
.works._l .works-view .view-nav {
  margin-top: clamp(16px, 2.1111111111vw, 19px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works._l .works-view .view-nav span {
  aspect-ratio: 1/1;
  width: clamp(32px, 4.2222222222vw, 38px) !important;
  height: auto;
  background: #004B9E;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works._l .works-view .view-nav span svg {
  width: clamp(5px, 0.6666666667vw, 6px) !important;
  height: clamp(10px, 1.2222222222vw, 11px);
}
.works._l .works-view .view-nav span svg path {
  stroke: #fff;
}
.works._l .works-view .view-nav span:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.works._l .works-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-top: 100px;
  margin-bottom: -120px;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.works._l .works-slide .works-slider1 {
  width: 100%;
  opacity: 0;
  position: relative;
}
.works._l .works-slide .works-slider1.slick-initialized {
  opacity: 1;
}
.works._l .works-slide .works-slider1:hover {
  z-index: 2;
}
.works._l .works-slide .works-slider2 {
  margin-top: clamp(8px, 2.6666666667vw, 24px);
  width: 100%;
  opacity: 0;
  position: relative;
}
.works._l .works-slide .works-slider2.slick-initialized {
  opacity: 1;
}
.works._l .works-slide .works-slider2:hover {
  z-index: 2;
}
.works._l .works-slide .slick-list {
  overflow: visible;
}
.works._l .works-slide .wrap {
  aspect-ratio: 322/224;
  height: 224px;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .works._l .works-slide .wrap {
    height: 190px;
  }
}
@media screen and (max-width: 450px) {
  .works._l .works-slide .wrap {
    height: 100px;
  }
}
.works._l .works-slide .wrap:hover {
  -webkit-transform: scale(2) translateZ(1px);
          transform: scale(2) translateZ(1px);
  z-index: 1;
}
.works._l .works-archive {
  margin-top: clamp(96px, 16vw, 144px);
}
.works._l .works-archive table tr th, .works._l .works-archive table tr td {
  border: 2px solid #fff;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  text-align: center;
  padding: clamp(14px, 2.3333333333vw, 21px) clamp(8px, 1.7777777778vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .works._l .works-archive table tr th, .works._l .works-archive table tr td {
    width: initial !important;
    display: table-cell;
  }
}
.works._l .works-archive table tr th {
  font-weight: bold;
  background: #0DA2D9;
  color: #fff;
  text-align: center;
}
.works._l .works-archive table tr th:nth-of-type(1) {
  width: auto;
}
.works._l .works-archive table tr th:nth-of-type(2) {
  width: auto;
}
.works._l .works-archive table tr th:nth-of-type(3) {
  width: clamp(56px, 9.2222222222vw, 83px);
}
.works._l .works-archive table tr td {
  font-weight: 400;
  background: #F3F6FA;
}
.works._l .works-archive .works-icon {
  cursor: pointer;
  width: clamp(22px, 2.8888888889vw, 26px) !important;
  margin: 0 auto;
}

.works-list.works-list {
  margin-top: clamp(56px, 8.8888888889vw, 80px);
}
.works-list.works-list h2 {
  color: #004B9E;
  font-size: clamp(1.8rem, 2.6666666667vw, 2.4rem);
  font-weight: 500;
  padding-left: clamp(18px, 3.1111111111vw, 28px);
  position: relative;
  margin-bottom: clamp(16px, 3.5555555556vw, 32px);
}
.works-list.works-list h2::before {
  content: "";
  position: absolute;
  display: block;
  background: #004B9E;
  width: clamp(3px, 0.6666666667vw, 6px) !important;
  height: 70%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.works-list_img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 620px;
  width: 80%;
  display: none;
  background: #fff;
  padding: clamp(26px, 3.3333333333vw, 30px) clamp(26px, 3.3333333333vw, 30px) clamp(26px, 4.4444444444vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.works-list_img .close {
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 37px;
  height: auto;
  background: #444545;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 1;
}
.works-list_img .close::before {
  content: "";
  width: 60%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(calc(-50% - 0px)) translateX(-50%) rotate(135deg);
          transform: translateY(calc(-50% - 0px)) translateX(-50%) rotate(135deg);
}
.works-list_img .close::after {
  content: "";
  width: 60%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(calc(-50% + 0px)) translateX(-50%) rotate(-135deg);
          transform: translateY(calc(-50% + 0px)) translateX(-50%) rotate(-135deg);
}
.works-list_img figure {
  aspect-ratio: 16/11;
  width: 100%;
  height: auto;
  position: relative;
}
.works-list_img figure img {
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.works-list_img figcaption {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
  font-size: clamp(1.6rem, 2.2222222222vw, 2rem);
  font-weight: 400;
  text-align: center;
}

.company-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company._m {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: clamp(64px, 17.5555555556vw, 158px);
}
.company._m .company-flex {
  gap: 56px clamp(56px, 9.5555555556vw, 86px);
}
@media screen and (max-width: 1260px) {
  .company._m .company-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.company._m .company-flex ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1260px) {
  .company._m .company-flex ul {
    max-width: initial;
  }
}
@media screen and (max-width: 900px) {
  .company._m .company-flex ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company._m .company-flex ul li {
  width: 100%;
}
.company._m .company-flex ul li a {
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 900px) {
  .company._m .company-flex ul li a {
    aspect-ratio: 315/187;
    width: 100%;
    height: auto;
  }
}
.company._m .company-flex ul li a figure {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company._m .company-flex ul li a figure img:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 900px) {
  .company._m .company-flex ul li a figure img:nth-of-type(1) {
    display: none;
  }
}
.company._m .company-flex ul li a figure img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  .company._m .company-flex ul li a figure img:nth-of-type(2) {
    display: block;
  }
}
.company._m .company-flex ul li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 52.85%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .company._m .company-flex ul li a:after {
    height: 50%;
  }
}
.company._m .company-flex ul li a:hover {
  opacity: 1;
}
.company._m .company-flex ul li a:hover figure {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.company._m .company-flex ul li a:hover:after {
  opacity: 0;
}
.company._m .company-flex ul li a:hover .company-link span:nth-of-type(2)::before {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) scale(1.04);
          transform: translate(-50%, -50%) scale(1.04);
}
.company._m .company-flex ul li a:hover .company-link span:nth-of-type(2) svg path {
  stroke: #004B9E;
}
.company._m .company-contents {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 320px;
}
@media screen and (max-width: 1260px) {
  .company._m .company-contents {
    max-width: initial;
  }
}
@media screen and (max-width: 1260px) {
  .company._m .company-flex {
    padding-left: 30px;
  }
}
.company._m .company-title {
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.company._m .company-title h2 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  padding-left: clamp(16px, 2.2222222222vw, 20px);
  position: relative;
  margin-left: 3px;
  margin-bottom: 5px;
}
.company._m .company-title h2:before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(11px, 1.5555555556vw, 14px) !important;
  height: auto !important;
  background: #41D8FD;
  border-radius: 50%;
  top: 50% !important;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 1s 1.5s ease-in;
  transition: all 1s 1.5s ease-in;
}
.company._m .company-title > span {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(5.6rem, 8vw, 7.2rem);
  font-weight: 600;
  color: #004B9E;
}
.company._m .company-title > span span {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.6) translateY(50px);
          transform: scale(0.6) translateY(50px);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.company._m .company-title h3 {
  font-size: clamp(2.2rem, 3.5555555556vw, 3.2rem);
  font-weight: bold;
  line-height: 1.625;
}
.company._m .company-title h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
}
.company._m .company-title h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
}
.company._m .company-title.works-title h3, .company._m .company-title.business-title h3 {
  margin-top: clamp(24px, 5.3333333333vw, 48px);
}
.company._m .company-title.recruit-title {
  margin-bottom: clamp(28px, 6.2222222222vw, 56px);
}
.company._m .company-title.company-title h3 {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.company._m .company-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(12px, 2vw, 32px);
}
@media screen and (max-width: 900px) {
  .company._m .company-link {
    padding: clamp(18px, 3.5555555556vw, 32px);
  }
}
.company._m .company-link h3 {
  margin-top: clamp(5px, 0.6666666667vw, 6px);
  font-size: clamp(1.8rem, 2.6666666667vw, 2.4rem);
  line-height: 1.9583333333;
}
.company._m .company-link h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.9583333333) * 0.5em);
}
.company._m .company-link h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.9583333333) * 0.5em);
}
.company._m .company-link span:nth-of-type(1) {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  line-height: 1.2;
  display: inline-block;
}
.company._m .company-link span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.company._m .company-link span:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.company._m .company-link span:nth-of-type(2) {
  position: absolute;
  right: clamp(12px, 2vw, 32px);
  bottom: clamp(12px, 2vw, 32px);
  aspect-ratio: 1/1;
  width: clamp(34px, 5.1111111111vw, 46px) !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .company._m .company-link span:nth-of-type(2) {
    right: clamp(18px, 3.5555555556vw, 32px);
    bottom: clamp(18px, 3.5555555556vw, 32px);
  }
}
.company._m .company-link span:nth-of-type(2)::before {
  content: "";
  background: #004B9E;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company._m .company-link span:nth-of-type(2) svg {
  position: relative;
  display: block;
  z-index: 1;
  width: clamp(6px, 0.7777777778vw, 7px) !important;
  height: clamp(12px, 1.4444444444vw, 13px);
}
.company._m .company-link span:nth-of-type(2) svg path {
  stroke: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company._l .message hgroup h2 {
  border-bottom: 1px solid rgba(0, 75, 158, 0.3);
  border-left: clamp(5px, 1.1111111111vw, 10px) solid #004B9E;
  font-size: clamp(2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  padding-left: clamp(16px, 2.6666666667vw, 24px);
  padding-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.company._l .message hgroup h3 {
  font-size: clamp(2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
}
.company._l .message hgroup h2 {
  margin-bottom: clamp(48px, 8vw, 72px);
}
.company._l .message hgroup h3 {
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
  width: 100%;
  max-width: clamp(320px, 32.380952381vw, 408px);
}
.company._l .message .company-flex {
  gap: 32px clamp(48px, 5.7142857143vw, 72px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .company._l .message .company-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company._l .message .company-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(280px, 44.4444444444vw, 400px) !important;
}
@media screen and (max-width: 900px) {
  .company._l .message .company-img {
    width: 100% !important;
  }
}
.company._l .message-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company._l .message-contents p {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-indent: -0.02em;
  line-height: 2.2222222222;
}
.company._l .message-contents p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.2222222222) * 0.5em);
}
.company._l .message-contents p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.2222222222) * 0.5em);
}
.company._l .message-ceo {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: clamp(24px, 5.3333333333vw, 48px);
}
.company._l .message-com {
  font-size: clamp(2rem, 2.4444444444vw, 2.2rem);
  font-weight: 500;
  margin-bottom: clamp(8px, 1.5555555556vw, 14px);
}
.company._l .message-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 2.6666666667vw, 24px);
}
.company._l .message-info span {
  white-space: nowrap;
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  font-weight: 500;
  line-height: 1.7777777778em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.company._l .message-info img {
  width: clamp(110px, 17.6666666667vw, 159px) !important;
  height: auto;
}
.company._l .message-info:last-child {
  margin-top: clamp(8px, 1.5555555556vw, 14px);
}
.company._l .message-info:last-child img {
  width: clamp(68px, 10.7777777778vw, 97px) !important;
}
.company._l .outline hgroup h2 {
  border-bottom: 1px solid rgba(0, 75, 158, 0.3);
  border-left: clamp(5px, 1.1111111111vw, 10px) solid #004B9E;
  font-size: clamp(2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  padding-left: clamp(16px, 2.6666666667vw, 24px);
  padding-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.company._l .outline hgroup h3 {
  font-size: clamp(2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
}
.company._l .outline-inner table tr {
  border-bottom: 1px solid #ccc;
}
.company._l .outline-inner table tr th, .company._l .outline-inner table tr td {
  background: transparent;
  padding: clamp(24px, 3.5555555556vw, 32px) 0;
  border: none;
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  font-weight: 400;
  line-height: 1.75;
}
.company._l .outline-inner table tr th::before, .company._l .outline-inner table tr td::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
.company._l .outline-inner table tr th::after, .company._l .outline-inner table tr td::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.company._l .outline-inner table tr th {
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .company._l .outline-inner table tr th {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .company._l .outline-inner table tr td {
    padding-top: 16px;
  }
}
.company._l .access hgroup {
  margin-bottom: clamp(32px, 4.4444444444vw, 40px);
}
.company._l .access hgroup h2 {
  border-bottom: 1px solid rgba(0, 75, 158, 0.3);
  border-left: clamp(5px, 1.1111111111vw, 10px) solid #004B9E;
  font-size: clamp(2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  padding-left: clamp(16px, 2.6666666667vw, 24px);
  padding-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.company._l .access hgroup h3 {
  font-size: clamp(2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
}
.company._l .access-map {
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 450px) {
  .company._l .access-map {
    aspect-ratio: 12/9;
  }
}
.company._l .access-map iframe {
  width: 100%;
  height: 100%;
}
.company._l .access-flex {
  margin-top: clamp(8px, 1.7777777778vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px 0;
}
@media screen and (max-width: 440px) {
  .company._l .access-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.company._l .access-flex > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 440px) {
  .company._l .access-flex > a {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}
.company._l .access-flex > a span:nth-of-type(1) {
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 500;
}
.company._l .access-flex > a span:nth-of-type(2) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(24px, 3.1111111111vw, 28px);
  height: auto;
}
.company._l .access-info {
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 400;
}
.company._l .access-tel {
  margin-bottom: 8px;
}
.company._l .access-tel > a {
  display: inline-block;
  margin-right: 8px;
}

.recruit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit._m {
  margin-top: 110px;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(72px, 13.5555555556vw, 122px);
}
@media screen and (max-width: 900px) {
  .recruit._m {
    margin-top: 74px;
  }
}
.recruit._m::before {
  content: "";
  z-index: 1;
  opacity: 0.6;
  background: linear-gradient(125deg, #68DCE4, #489AE5);
  width: calc(100% - 60px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .recruit._m::before {
    width: calc(100% - clamp(10px, 2vw, 40px));
  }
}
@media screen and (max-width: 1260px) {
  .recruit._m::before {
    width: 100%;
  }
}
.recruit._m .recruit-bg {
  z-index: 2;
  mix-blend-mode: lighten;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1600/1718.5;
  width: 100%;
  opacity: 0.12;
  height: auto;
}
.recruit._m .recruit-bg svg {
  width: 100%;
  height: 100%;
}
.recruit._m .recruit-sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: color-burn;
  opacity: 0.2;
  -webkit-transform: translate(-52px, -10px);
          transform: translate(-52px, -10px);
}
@media screen and (max-width: 450px) {
  .recruit._m .recruit-sticky {
    -webkit-transform: translate(-25px, -5px);
            transform: translate(-25px, -5px);
  }
}
.recruit._m .recruit-sticky span {
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(8.2rem, 20vw, 18rem);
  color: #224FC5;
  letter-spacing: -0.01em;
  text-indent: -0.01em;
}
.recruit._m .recruit-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  height: auto;
}
.recruit._m .recruit-img img {
  opacity: 0;
}
.recruit._m .recruit-img img:nth-of-type(1) {
  -webkit-transition: all 0.8s 0.5s ease-in;
  transition: all 0.8s 0.5s ease-in;
}
.recruit._m .recruit-img img:nth-of-type(2) {
  -webkit-transition: all 0.8s 1.1s ease-in;
  transition: all 0.8s 1.1s ease-in;
}
.recruit._m .recruit-img.lazy-show img:nth-of-type(1) {
  opacity: 1;
}
.recruit._m .recruit-img.lazy-show img:nth-of-type(2) {
  opacity: 1;
}
.recruit._m .recruit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px clamp(32px, 5.375vw, 86px);
}
@media screen and (max-width: 1400px) {
  .recruit._m .recruit-inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1260px) {
  .recruit._m .recruit-inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .recruit._m .recruit-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit._m .recruit-inner:nth-of-type(1) {
  gap: 0 clamp(24px, 6.3492063492vw, 80px);
}
.recruit._m .recruit-inner:nth-of-type(1) .recruit-img {
  top: -110px;
  margin-bottom: -110px;
  aspect-ratio: 655/908;
  width: clamp(255px, 40.9375vw, 655px) !important;
}
@media screen and (max-width: 900px) {
  .recruit._m .recruit-inner:nth-of-type(1) .recruit-img {
    width: clamp(255px, 51.9841269841vw, 655px) !important;
    top: -74px;
    margin-bottom: -74px;
    margin-left: auto;
    margin-right: -30px;
  }
}
.recruit._m .recruit-inner:nth-of-type(1) .recruit-img img {
  position: absolute;
}
.recruit._m .recruit-inner:nth-of-type(1) .recruit-img img:nth-of-type(1) {
  z-index: 0;
  width: 79.23%;
  top: 0;
  left: 0;
}
.recruit._m .recruit-inner:nth-of-type(1) .recruit-img img:nth-of-type(2) {
  z-index: 1;
  width: 48.7%;
  right: 0;
  bottom: 0;
}
.recruit._m .recruit-inner:nth-of-type(1) .recruit-contents {
  margin-top: clamp(69px, 15.3333333333vw, 138px);
}
@media screen and (max-width: 900px) {
  .recruit._m .recruit-inner:nth-of-type(1) .recruit-contents {
    margin-top: 0;
  }
}
.recruit._m .recruit-inner:nth-of-type(2) {
  margin-top: clamp(56px, 11.5555555556vw, 104px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .recruit._m .recruit-inner:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit._m .recruit-inner:nth-of-type(2) .recruit-img {
  aspect-ratio: 649/653;
  width: clamp(250px, 40.5625vw, 649px) !important;
}
@media screen and (max-width: 900px) {
  .recruit._m .recruit-inner:nth-of-type(2) .recruit-img {
    width: clamp(250px, 51.5079365079vw, 649px) !important;
    margin-left: auto;
  }
}
.recruit._m .recruit-inner:nth-of-type(2) .recruit-img img {
  position: absolute;
}
.recruit._m .recruit-inner:nth-of-type(2) .recruit-img img:nth-of-type(1) {
  width: 76.11%;
  right: 0;
  top: 0;
  z-index: 0;
}
.recruit._m .recruit-inner:nth-of-type(2) .recruit-img img:nth-of-type(2) {
  width: 57.78%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.recruit._m .recruit-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px clamp(32px, 5.375vw, 86px);
  margin-top: clamp(56px, 13.3333333333vw, 120px);
}
@media screen and (max-width: 900px) {
  .recruit._m .recruit-inner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit._m .recruit-inner2 .recruit-img {
  width: clamp(350px, 53.4375vw, 855px) !important;
}
@media screen and (max-width: 900px) {
  .recruit._m .recruit-inner2 .recruit-img {
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 900px) {
  .recruit._m .recruit-inner2 .recruit-contents {
    padding-left: 30px;
  }
}
.recruit._m .recruit-title h2 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  padding-left: clamp(16px, 2.2222222222vw, 20px);
  position: relative;
  margin-left: 3px;
  margin-bottom: 5px;
}
.recruit._m .recruit-title h2:before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(11px, 1.5555555556vw, 14px) !important;
  height: auto !important;
  background: #41D8FD;
  border-radius: 50%;
  top: 50% !important;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 1s 1.5s ease-in;
  transition: all 1s 1.5s ease-in;
}
.recruit._m .recruit-title > span {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(5.6rem, 8vw, 7.2rem);
  font-weight: 600;
  color: #004B9E;
}
.recruit._m .recruit-title > span span {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.6) translateY(50px);
          transform: scale(0.6) translateY(50px);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.recruit._m .recruit-title h3 {
  font-size: clamp(2.2rem, 3.5555555556vw, 3.2rem);
  font-weight: bold;
  line-height: 1.625;
}
.recruit._m .recruit-title h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
}
.recruit._m .recruit-title h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
}
.recruit._m .recruit-title.works-title h3, .recruit._m .recruit-title.business-title h3 {
  margin-top: clamp(24px, 5.3333333333vw, 48px);
}
.recruit._m .recruit-title.recruit-title {
  margin-bottom: clamp(28px, 6.2222222222vw, 56px);
}
.recruit._m .recruit-title.company-title h3 {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.recruit._m .recruit-head > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.recruit._m .recruit-head > span span,
.recruit._m .recruit-head > span label {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.4rem, 3.7777777778vw, 3.4rem);
  font-weight: 600;
  color: #44AADF;
}
._m .recruit._m .recruit-head > span span,
._m .recruit._m .recruit-head > span label {
  color: #fff;
}
.recruit._m .recruit-head h2,
.recruit._m .recruit-head h3 {
  font-size: clamp(1.8rem, 2.2222222222vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 21px 7px;
}
.recruit._m .recruit-head h2::before,
.recruit._m .recruit-head h3::before {
  content: "";
  background: linear-gradient(125deg, #224FC5, #0DA2D9);
  width: 100%;
  height: 130%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
}
.recruit._m .recruit-contents {
  position: relative;
  z-index: 3;
}
.recruit._m .recruit-contents h4 {
  margin-top: 32px;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
  font-size: clamp(2.2rem, 3.5555555556vw, 3.2rem);
  font-weight: bold;
  line-height: 1.625;
}
.recruit._m .recruit-contents h4::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
}
.recruit._m .recruit-contents h4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
}
.recruit._m .recruit-contents h4 span {
  background: #002B75;
  color: #fff;
  display: inline-block;
  padding: clamp(0px, 0.3333333333vw, 3px) clamp(8px, 1.7777777778vw, 16px) clamp(2px, 0.5555555556vw, 5px);
}
.recruit._m .recruit-btn {
  margin-top: clamp(40px, 5.3333333333vw, 48px);
}
@media screen and (max-width: 900px) {
  .recruit._m .recruit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruit._m .recruit-btn a {
  max-width: clamp(270px, 34.2222222222vw, 308px);
  width: 100%;
  height: clamp(56px, 7.1111111111vw, 64px);
  border-radius: 33px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #004B9E;
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.recruit._m .recruit-btn a span:nth-of-type(1) {
  color: #004B9E;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.recruit._m .recruit-btn a span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: clamp(27px, 3.7777777778vw, 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recruit._m .recruit-btn a span:nth-of-type(2) svg {
  width: clamp(7px, 1vw, 9px) !important;
  height: clamp(13px, 1.6666666667vw, 15px);
}
.recruit._m .recruit-btn a span:nth-of-type(2) svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #004B9E;
}
.recruit._m .recruit-btn a:hover {
  opacity: 1;
  background: #004B9E;
}
.recruit._m .recruit-btn a:hover span:nth-of-type(1) {
  color: #fff;
}
.recruit._m .recruit-btn a:hover span:nth-of-type(2) {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.recruit._m .recruit-btn a:hover span:nth-of-type(2) svg path {
  stroke: #fff;
}
@media screen and (max-width: 900px) {
  .recruit._m .banner {
    margin: 56px auto 0;
    max-width: calc(100% - 60px);
  }
}
.recruit._l .recruit-flex {
  gap: 32px clamp(32px, 8vw, 72px);
  margin-bottom: clamp(48px, 9.7777777778vw, 88px);
}
@media screen and (max-width: 900px) {
  .recruit._l .recruit-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recruit._l .recruit-flex hgroup {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recruit._l .recruit-flex hgroup > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.recruit._l .recruit-flex hgroup > span span,
.recruit._l .recruit-flex hgroup > span label {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.4rem, 3.7777777778vw, 3.4rem);
  font-weight: 600;
  color: #44AADF;
}
._m .recruit._l .recruit-flex hgroup > span span,
._m .recruit._l .recruit-flex hgroup > span label {
  color: #fff;
}
.recruit._l .recruit-flex hgroup h2,
.recruit._l .recruit-flex hgroup h3 {
  font-size: clamp(1.8rem, 2.2222222222vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 21px 7px;
}
.recruit._l .recruit-flex hgroup h2::before,
.recruit._l .recruit-flex hgroup h3::before {
  content: "";
  background: linear-gradient(125deg, #224FC5, #0DA2D9);
  width: 100%;
  height: 130%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
}
.recruit._l .recruit-flex .recruit-contents h3 {
  display: inline-block;
  font-size: clamp(2rem, 2.6666666667vw, 2.4rem);
  font-weight: bold;
  line-height: 1.5416666667em;
  margin-bottom: 16px;
}
.recruit._l .recruit-flex .recruit-contents p {
  line-height: 2.25;
}
.recruit._l .recruit-flex .recruit-contents p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
}
.recruit._l .recruit-flex .recruit-contents p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
.recruit._l .workstyle-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(24px, 3vw, 27px);
  gap: 27px;
}
@media screen and (max-width: 900px) {
  .recruit._l .workstyle-contents {
    gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .recruit._l .workstyle-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit._l .workstyle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 13.5px);
  border: 1px solid #707070;
  padding: clamp(32px, 6.2222222222vw, 56px) clamp(32px, 4.4444444444vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .recruit._l .workstyle-item {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .recruit._l .workstyle-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit._l .workstyle-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recruit._l .workstyle-icon figure {
  width: clamp(100px, 15.7777777778vw, 142px) !important;
}
.recruit._l .workstyle-detail h4 {
  font-size: clamp(1.8rem, 2.2222222222vw, 2rem);
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 16px;
}
@media screen and (max-width: 450px) {
  .recruit._l .workstyle-detail h4 {
    text-align: center;
  }
}
.recruit._l .workstyle-detail p {
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 400;
  line-height: 2.1333333333;
}
.recruit._l .workstyle-detail p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1333333333) * 0.5em);
}
.recruit._l .workstyle-detail p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1333333333) * 0.5em);
}
.recruit._l .workstyle-slide {
  margin-top: clamp(80px, 15.5555555556vw, 140px);
  position: relative;
  width: 100%;
}
.recruit._l .workstyle-slider {
  width: 100%;
  opacity: 0;
}
.recruit._l .workstyle-slider .slick-list {
  overflow: visible;
}
.recruit._l .workstyle-slider.slick-initialized {
  opacity: 1;
}
.recruit._l .workstyle-slider .wrap {
  aspect-ratio: 322/224;
  height: 224px;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .recruit._l .workstyle-slider .wrap {
    height: 190px;
  }
}
@media screen and (max-width: 450px) {
  .recruit._l .workstyle-slider .wrap {
    height: 100px;
  }
}
.recruit._l .workstyle-slider .wrap:hover {
  -webkit-transform: scale(2);
          transform: scale(2);
  z-index: 1;
}
.recruit._l .person-icon {
  padding: 0 clamp(48px, 7.619047619vw, 96px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .recruit._l .person-icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.recruit._l .person-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(145px, 15.5555555556vw, 196px) !important;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .recruit._l .person-item {
    width: calc(50% - 16px) !important;
  }
}
.recruit._l .person-item figure {
  margin-bottom: clamp(8px, 2.6666666667vw, 24px);
}
@media screen and (max-width: 900px) {
  .recruit._l .person-item figure {
    width: 80%;
  }
}
.recruit._l .person-item figcaption {
  font-size: clamp(1.8rem, 2.2222222222vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}
.recruit._l .person-item figcaption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
.recruit._l .person-item figcaption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (max-width: 900px) {
  .recruit._l .person-item figcaption {
    white-space: normal;
  }
}
.recruit._l .person-item:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.recruit._l .person-item:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 900px) {
  .recruit._l .person-item:nth-of-type(2) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
.recruit._l .person-item:nth-of-type(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@media screen and (max-width: 900px) {
  .recruit._l .person-item:nth-of-type(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
.recruit._l .person-item:nth-of-type(4) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
@media screen and (max-width: 900px) {
  .recruit._l .person-item:nth-of-type(4) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
}
.recruit._l .person-item.lazy-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.recruit._l .person-flex {
  margin-top: clamp(56px, 13.3333333333vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px clamp(32px, 6.3492063492vw, 80px);
}
@media screen and (max-width: 900px) {
  .recruit._l .person-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit._l .person-flex figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(320px, 51.4444444444vw, 463px) !important;
}
@media screen and (max-width: 900px) {
  .recruit._l .person-flex figure {
    width: 100%;
  }
}
.recruit._l .person-detail h3 {
  font-size: clamp(2.2rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  line-height: 1.8571428571;
  margin-bottom: clamp(16px, 3.5555555556vw, 32px);
}
.recruit._l .person-detail h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8571428571) * 0.5em);
}
.recruit._l .person-detail h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8571428571) * 0.5em);
}
.recruit._l .person-detail p {
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  font-weight: 400;
  line-height: 2.25;
}
.recruit._l .person-detail p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
}
.recruit._l .person-detail p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
.recruit._l .interview-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #FAFAFA;
  padding: clamp(56px, 11.1111111111vw, 100px) clamp(24px, 7.9365079365vw, 100px) clamp(56px, 8.8888888889vw, 80px);
}
.recruit._l .interview-inner dl {
  margin-top: clamp(24px, 5.3333333333vw, 48px);
}
.recruit._l .interview-inner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  font-size: clamp(1.8rem, 2.6666666667vw, 2.4rem);
  font-weight: 500;
  line-height: 1.3333333333em;
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
}
.recruit._l .interview-inner dl dt::before {
  content: "Q.";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.2rem, 3.3333333333vw, 3rem);
  font-weight: 600;
  color: #44AADF;
  line-height: 1.0666666667;
}
.recruit._l .interview-inner dl dt::before::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.0666666667) * 0.5em);
}
.recruit._l .interview-inner dl dt::before::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.0666666667) * 0.5em);
}
.recruit._l .interview-item + .interview-item {
  margin-top: clamp(56px, 8.8888888889vw, 80px);
  padding-top: clamp(56px, 8.8888888889vw, 80px);
  border-top: 1px solid #ccc;
}
.recruit._l .interview-item figure {
  position: relative;
}
.recruit._l .interview-cmt {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7px;
  -webkit-transform: translate(24px, 24px);
          transform: translate(24px, 24px);
}
@media screen and (max-width: 900px) {
  .recruit._l .interview-cmt {
    position: relative;
    display: block;
    padding: clamp(20px, 3.5555555556vw, 32px) clamp(24px, 3.5555555556vw, 32px);
    overflow: hidden;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .recruit._l .interview-cmt::before {
    content: "";
    background: linear-gradient(125deg, #224FC5, #0DA2D9);
    width: 120%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
.recruit._l .interview-cmt span {
  position: relative;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: clamp(1.6rem, 3.1111111111vw, 2.8rem);
  font-weight: 500;
  overflow: hidden;
  padding: 4px 0 6px 16px;
}
@media screen and (max-width: 900px) {
  .recruit._l .interview-cmt span {
    padding: 0;
  }
}
.recruit._l .interview-cmt span::before {
  content: "";
  background: linear-gradient(125deg, #224FC5, #0DA2D9);
  width: 120%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .recruit._l .interview-cmt span::before {
    content: none;
  }
}
.recruit._l .interview .staff {
  margin-top: clamp(24px, 6.6666666667vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(24px, 3.5555555556vw, 32px);
  margin-bottom: clamp(32px, 5.3333333333vw, 48px);
}
.recruit._l .interview .staff-initial {
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
}
.recruit._l .interview .staff-initial::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.recruit._l .interview .staff-initial::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.recruit._l .interview .staff-initial span {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.4rem, 4.8888888889vw, 4.4rem);
  font-weight: 600;
  color: #44AADF;
  display: inline-block;
  margin-right: 4px;
  line-height: 32px;
}
.recruit._l .interview .staff-info {
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
}
.recruit._l .interview .staff-info::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.recruit._l .interview .staff-info::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.recruit._l .schedule-flex {
  margin-top: clamp(56px, 8.8888888889vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px clamp(24px, 3.8095238095vw, 48px);
}
@media screen and (max-width: 900px) {
  .recruit._l .schedule-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit._l .schedule-flex hgroup {
  border-bottom: 4px solid #fff;
  position: relative;
  padding-bottom: clamp(8px, 1.7777777778vw, 16px);
  margin-bottom: clamp(24px, 4.4444444444vw, 40px);
}
@media screen and (max-width: 1260px) {
  .recruit._l .schedule-flex hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.recruit._l .schedule-flex hgroup h3 {
  font-size: clamp(1.8rem, 2.2222222222vw, 2rem);
  font-weight: 500;
}
.recruit._l .schedule-flex hgroup span {
  border-radius: 15px;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 400;
  background: #fff;
  padding: 3px 16px 5px;
  position: absolute;
  right: 0;
  top: 2px;
}
@media screen and (max-width: 1260px) {
  .recruit._l .schedule-flex hgroup span {
    top: initial;
    display: block;
    position: relative;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}
.recruit._l .schedule-item {
  width: 100%;
  background: #EBFCFF;
  padding: clamp(24px, 4.4444444444vw, 40px) clamp(24px, 3.9682539683vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit._l .schedule-time {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit._l .schedule-time dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px 20px;
}
.recruit._l .schedule-time dl + dl {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
@media screen and (max-width: 450px) {
  .recruit._l .schedule-time dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit._l .schedule-time dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0DA2D9;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  font-weight: bold;
  line-height: 1.625;
  width: 100px;
}
.recruit._l .schedule-time dl dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
}
.recruit._l .schedule-time dl dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
}
.recruit._l .schedule-time dl dt.jp {
  font-size: clamp(1.2rem, 1.5555555556vw, 1.4rem);
}
.recruit._l .schedule-time dl dd {
  width: 100%;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 400;
  line-height: 2;
}
.recruit._l .schedule-time dl dd::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.recruit._l .schedule-time dl dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.recruit._l .schedule-cmt {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  background: #fff;
  padding: clamp(24px, 3.5555555556vw, 32px) clamp(16px, 3.1111111111vw, 28px);
}
.recruit._l .schedule-cmt h4 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
  color: #0DA2D9;
}
.recruit._l .schedule-cmt h4::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.recruit._l .schedule-cmt h4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.recruit._l .schedule-cmt p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 400;
  line-height: 2;
}
.recruit._l .schedule-cmt p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.recruit._l .schedule-cmt p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.recruit._l .requirements-item {
  display: block;
  background: #0DA2D9;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(8px, 2.4444444444vw, 22px) clamp(56px, 8.3333333333vw, 75px) clamp(9px, 2.5555555556vw, 23px) clamp(48px, 6.6666666667vw, 60px);
  position: relative;
}
.recruit._l .requirements-item._other {
  background: #004B9E;
}
.recruit._l .requirements-item._other span {
  background: #fff;
}
.recruit._l .requirements-item._other span svg path {
  stroke: #004B9E;
}
.recruit._l .requirements-item + a {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}
.recruit._l .requirements-item h3 {
  font-size: clamp(2rem, 2.6666666667vw, 2.4rem);
  font-weight: 500;
}
.recruit._l .requirements-item span {
  position: absolute;
  right: clamp(24px, 4.4444444444vw, 40px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #004B9E;
  aspect-ratio: 1/1;
  width: clamp(26px, 3.3333333333vw, 30px) !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit._l .requirements-item span svg {
  width: clamp(4px, 0.5555555556vw, 5px) !important;
  height: clamp(9px, 1.1111111111vw, 10px);
}
.recruit._l .requirements-item span svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #fff;
}
.recruit._l .requirements-item::before {
  content: "";
  width: clamp(4px, 0.6666666667vw, 6px) !important;
  display: block;
  background: #fff;
  height: 50%;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  .recruit._l .requirements-item::before {
    height: 70%;
  }
}
.recruit._l .requirements-item:hover {
  opacity: 1;
}
.recruit._l .requirements-item:hover span {
  background: #fff;
}
.recruit._l .requirements-item:hover span svg path {
  stroke: #004B9E;
}
.recruit._l .requirements-item:hover._other span {
  background: #0DA2D9;
}
.recruit._l .requirements-item:hover._other span svg path {
  stroke: #fff;
}
.recruit._s .requirements-contents hgroup h2 {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(8px, 2.4444444444vw, 22px) clamp(24px, 8.3333333333vw, 75px) clamp(9px, 2.5555555556vw, 23px) clamp(40px, 6.6666666667vw, 60px);
  position: relative;
  font-size: clamp(2rem, 2.6666666667vw, 2.4rem);
  font-weight: 500;
  background: #0DA2D9;
}
.recruit._s .requirements-contents hgroup h2::before {
  content: "";
  width: clamp(4px, 0.6666666667vw, 6px) !important;
  display: block;
  background: #fff;
  height: 50%;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit._s .requirements-contents._other hgroup h2 {
  background: #004B9E;
}
.recruit._s .requirements-inner {
  background: #FAFAFA;
  padding: clamp(56px, 8vw, 72px) clamp(24px, 7.9365079365vw, 100px) clamp(56px, 8.8888888889vw, 80px);
}
.recruit._s .requirements-inner table tr {
  border-bottom: 1px solid #ccc;
}
.recruit._s .requirements-inner table tr th, .recruit._s .requirements-inner table tr td {
  border: none;
  background: transparent;
  padding: clamp(16px, 3.5555555556vw, 32px) 0;
  font-size: clamp(1.4rem, 1.7777777778vw, 1.6rem);
  font-weight: 400;
  line-height: 1.75em;
}
.recruit._s .requirements-inner table tr th {
  font-weight: 500;
  width: 230px;
}
@media screen and (max-width: 900px) {
  .recruit._s .requirements-inner table tr th {
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .recruit._s .requirements-inner table tr td {
    padding-top: 16px;
  }
}
.recruit._s .requirements-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(32px, 5.3333333333vw, 48px);
}
.recruit._s .requirements-btn a {
  max-width: clamp(270px, 34.2222222222vw, 308px);
  width: 100%;
  height: clamp(56px, 7.1111111111vw, 64px);
  border-radius: 33px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #004B9E;
}
.recruit._s .requirements-btn a span:nth-of-type(1) {
  color: #004B9E;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.recruit._s .requirements-btn a span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: clamp(27px, 3.7777777778vw, 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recruit._s .requirements-btn a span:nth-of-type(2) svg {
  width: clamp(7px, 1vw, 9px) !important;
  height: clamp(13px, 1.6666666667vw, 15px);
}
.recruit._s .requirements-btn a span:nth-of-type(2) svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #004B9E;
}
.recruit._s .requirements-btn a:hover {
  opacity: 1;
  background: #004B9E;
}
.recruit._s .requirements-btn a:hover span:nth-of-type(1) {
  color: #fff;
}
.recruit._s .requirements-btn a:hover span:nth-of-type(2) {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.recruit._s .requirements-btn a:hover span:nth-of-type(2) svg path {
  stroke: #fff;
}

.news._m {
  margin-top: clamp(80px, 17.7777777778vw, 160px);
  position: relative;
  padding-top: clamp(64px, 14.1111111111vw, 127px);
  padding-bottom: clamp(72px, 10.8888888889vw, 98px);
}
.news._m > .container {
  max-width: 1190px;
}
@media screen and (max-width: 900px) {
  .news._m > .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 450px) {
  .news._m > .container {
    padding: 0 30px;
  }
}
.news._m:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.2;
  width: calc(100% - 60px);
  height: 100%;
  background: linear-gradient(125deg, #68DCE4, #489AE5);
}
@media screen and (max-width: 1400px) {
  .news._m:before {
    width: calc(100% - clamp(10px, 2vw, 40px));
  }
}
.news._m .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px clamp(24px, 8.5vw, 136px);
}
@media screen and (max-width: 900px) {
  .news._m .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news._m .news-inner {
  width: 100%;
}
.news._m .news-inner .news-more {
  display: none;
}
@media screen and (max-width: 900px) {
  .news._m .news-inner .news-more {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news._m .news-title_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .news._m .news-title_wrap {
    padding-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .news._m .news-title_wrap {
    padding-left: 0;
  }
}
.news._m .news-title_wrap hgroup h2 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  padding-left: clamp(16px, 2.2222222222vw, 20px);
  position: relative;
  margin-left: 3px;
  margin-bottom: 5px;
}
.news._m .news-title_wrap hgroup h2:before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(11px, 1.5555555556vw, 14px) !important;
  height: auto !important;
  background: #41D8FD;
  border-radius: 50%;
  top: 50% !important;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 1s 1.5s ease-in;
  transition: all 1s 1.5s ease-in;
}
.news._m .news-title_wrap hgroup > span {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(5.6rem, 8vw, 7.2rem);
  font-weight: 600;
  color: #004B9E;
}
.news._m .news-title_wrap hgroup > span span {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.6) translateY(50px);
          transform: scale(0.6) translateY(50px);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news._m .news-title_wrap hgroup h3 {
  font-size: clamp(2.2rem, 3.5555555556vw, 3.2rem);
  font-weight: bold;
  line-height: 1.625;
}
.news._m .news-title_wrap hgroup h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
}
.news._m .news-title_wrap hgroup h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
}
.news._m .news-title_wrap hgroup.works-title h3, .news._m .news-title_wrap hgroup.business-title h3 {
  margin-top: clamp(24px, 5.3333333333vw, 48px);
}
.news._m .news-title_wrap hgroup.recruit-title {
  margin-bottom: clamp(28px, 6.2222222222vw, 56px);
}
.news._m .news-title_wrap hgroup.company-title h3 {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.news._m .news-title_wrap .news-more {
  margin-top: 32px;
  display: block;
  width: 308px;
}
@media screen and (max-width: 900px) {
  .news._m .news-title_wrap .news-more {
    display: none;
  }
}
.news._m .news-item {
  border-bottom: 2px solid #ffffff;
}
.news._m .news-item a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(16px, 2.6666666667vw, 24px);
  padding-bottom: 24px;
  padding-right: clamp(0px, 7.7777777778vw, 70px);
}
@media screen and (max-width: 900px) {
  .news._m .news-item a {
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 450px) {
  .news._m .news-item a {
    padding-right: 0;
  }
}
.news._m .news-item a time {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: 600;
  color: #004B9E;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
.news._m .news-item a span:nth-of-type(1) {
  font-size: clamp(1.3rem, 1.7777777778vw, 1.6rem);
  font-weight: 400;
}
.news._m .news-item a span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 450px) {
  .news._m .news-item a span:nth-of-type(2) {
    display: none;
  }
}
.news._m .news-item a span:nth-of-type(2)::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news._m .news-item a span:nth-of-type(2) svg {
  position: relative;
  z-index: 1;
  width: 7px;
  height: 13px;
}
.news._m .news-item a span:nth-of-type(2) svg path {
  stroke: #004B9E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news._m .news-item a:hover {
  opacity: 1;
}
.news._m .news-item a:hover span:nth-of-type(2)::before {
  background: #004B9E;
}
.news._m .news-item a:hover span:nth-of-type(2) svg path {
  stroke: #fff;
}
.news._m .news-item:first-child a {
  padding-top: 0;
}
.news._m .news-more a {
  max-width: clamp(270px, 34.2222222222vw, 308px);
  width: 100%;
  height: clamp(56px, 7.1111111111vw, 64px);
  border-radius: 33px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #004B9E;
  max-width: clamp(240px, 29.6666666667vw, 267px);
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.news._m .news-more a span:nth-of-type(1) {
  color: #004B9E;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.news._m .news-more a span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: clamp(27px, 3.7777777778vw, 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news._m .news-more a span:nth-of-type(2) svg {
  width: clamp(7px, 1vw, 9px) !important;
  height: clamp(13px, 1.6666666667vw, 15px);
}
.news._m .news-more a span:nth-of-type(2) svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #004B9E;
}
.news._m .news-more a:hover {
  opacity: 1;
  background: #004B9E;
}
.news._m .news-more a:hover span:nth-of-type(1) {
  color: #fff;
}
.news._m .news-more a:hover span:nth-of-type(2) {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.news._m .news-more a:hover span:nth-of-type(2) svg path {
  stroke: #fff;
}
.news._l time {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.news._l h2 {
  font-size: clamp(1.8rem, 2.2222222222vw, 2rem);
  font-weight: bold;
  margin-bottom: clamp(20px, 4.4444444444vw, 40px);
}
.news._l .p-column_inner {
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  font-weight: 500;
}
.news._s time {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.news._s h2 {
  font-size: clamp(2.4rem, 3.5555555556vw, 3.2rem);
  font-weight: bold;
  margin-bottom: clamp(16px, 3.5555555556vw, 32px);
}
.news._s .p-column_inner {
  font-size: clamp(1.5rem, 1.7777777778vw, 1.6rem);
  font-weight: 500;
}
.news._s .p-column_inner a {
  text-decoration: underline;
}
/*# sourceMappingURL=customize.css.map */