@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* custom color */
  --black: #000;
  --white: #fff;
  --kous-black: var(--hirota_black);
  --gray: #ddd;
  --blue: blue;
  /* add */
  --dark_blue: #0f0094;
  --hirota_black: #000000;
  --middle_blue: #0250e8;
  --light_gray: #eae8e8;
  --light_gray2: #f6f6f6;
  --dark_gray: #828282;
  --light_blue: #ebf1fd;
  --border: #d8d8d8;
  --border_gray: #CCCCCC;
  /* filter */
  --filter-middle_blue: brightness(0) saturate(100%) invert(21%) sepia(97%) saturate(2231%) hue-rotate(213deg)
      brightness(98%) contrast(114%);
  --filter-dark_blue: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(7388%) hue-rotate(226deg) brightness(107%) contrast(135%);
  /* template color */
  --main-color: var(--kous-black);
  --main-bg-color: var(--white);
  --main-border-color: #e1e1e1;
  /* footer */
  --footer-menu-border: var(--gray);
  --copyright-bg: var(--hirota_black);
  --copyright-color: var(--white);
  /* hamburger menu */
  --hamburger-trigger-bg: var(--middle_blue);
  --hamburger-trigger-bar: var(--white);
  --hamburger-bg: var(--kous-black);
  --hamburger-border: var(--white);
  --hamburger-color: var(--white);
  /* pagenavi */
  --pagenavi-navi-bg: var(--blue);
  --pagenavi-navi-border: var(--white);
  /* contact page Navi*/
  --form-page-tab: var(--light_blue);
  --form-tab-border: transparent;
  --form-tab-line: var(--hirota_black);
  --form-page-active: var(--dark_blue);
  --form-active-color: var(--white);
  /* policy */
  --policy-dt-color: var(--hirota_black);
  --policy-link-color: var(--dark_blue);
  /* 404 */
  --404-h1_color: var(--kous-black);
  --404-p_color: var(--dark_blue);
  --404-menu-border: var(--kous-black);
}

/* form */
.mw_wp_form {
  --form-bg-color: #f8f8f8;
  --form-white: var(--white);
  --form-red: #c50000;
  --form-gray: #919699;
  --form-border: #cccccc;
  --form-policy-linkcolor: var(--dark_blue);
  --form-go-bg: var(--dark_blue);
  --form-go-color: var(--white);
  --form-back-bg: var(--dark_blue);
}

:root {
  font-size: 16px;
}

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

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

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

body {
  color: var(--main-color);
  background: var(--white);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1280px) {
  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(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 2;
  font-style: normal;
}

p {
  line-height: 2.25;
}

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;
}
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;
}
@media screen and (max-width: 900px) {
  .text-center {
    text-align: left;
  }
}

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

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

pre {
  padding: 30px 40px;
  background: #c71585;
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  position: relative;
  z-index: 0;
}

.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;
  table-layout: fixed;
}

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

th,
td {
  padding: 24px 32px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
@media screen and (max-width: 900px) {
  th,
  td {
    display: block;
    padding: 20px;
  }
}

th {
  width: 248px;
  background: #F6F6F6;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  th {
    width: 100%;
  }
}

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

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

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

@media screen and (max-width: 1280px) {
  .over--left,
  .over--right {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .over--left,
  .over--right {
    width: 100%;
    max-width: 1280px;
    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(0.75rem, 1.5555555556vw, 0.875rem);
    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(1.25rem, 2.6666666667vw, 1.5rem);
}
.cm-headline small {
  font-size: clamp(0.875rem, 1.7777777778vw, 1rem);
}

.cm-caption {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  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_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: 24px;
}
.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Jost", sans-serif;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  padding: 0 3px 8px !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid transparent !important;
}
.cm-list_archive a:hover,
.cm-list_archive span:hover {
  opacity: 1;
  color: var(--dark_blue);
  border-bottom: 1px solid var(--dark_blue) !important;
}
.cm-list_archive a.previouspostslink, .cm-list_archive a.nextpostslink,
.cm-list_archive span.previouspostslink,
.cm-list_archive span.nextpostslink {
  border: none;
  border-radius: 0;
}
.cm-list_archive a.previouspostslink:hover, .cm-list_archive a.nextpostslink:hover,
.cm-list_archive span.previouspostslink:hover,
.cm-list_archive span.nextpostslink:hover {
  background: transparent;
}
.cm-list_archive img {
  display: block;
  width: 8px;
}
.cm-list_archive .current {
  color: var(--dark_blue);
  border-bottom: 1px solid var(--dark_blue) !important;
}
.cm-list_archive .previouspostslink img {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.cm-list_archive .nextpostslink img {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.cm-list_single {
  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: clamp(56px, 5vw, 80px);
  padding-top: clamp(20px, 1.5vw, 24px);
  border-top: 1px solid var(--border);
  font-weight: 700;
}
.cm-list_single b {
  font-weight: 700;
}
.cm-list_single .cm-list_prev,
.cm-list_single .cm-list_next,
.cm-list_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cm-list_single .cm-list_prev svg,
.cm-list_single .cm-list_next svg,
.cm-list_single a svg {
  width: clamp(15px, 2vw, 18px);
  height: auto;
}
.cm-list_single .cm-list_prev svg path,
.cm-list_single .cm-list_next svg path,
.cm-list_single a svg path {
  fill: var(--hirota_black);
}
.cm-list_single .cm-list_prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cm-list_single .cm-list_prev a svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cm-list_single .cm-list_next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cm-list_single .cm-list_back a {
  text-decoration: underline;
}
.cm-list_single a {
  font-weight: 700;
}
@media (hover: hover) {
  .cm-list_single a:hover {
    opacity: 1;
    color: var(--dark_blue);
  }
  .cm-list_single a:hover svg path {
    fill: var(--dark_blue);
  }
}
@media (hover: none) {
  .cm-list_single a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .cm-list_single a:active {
    opacity: 1;
    color: var(--dark_blue);
  }
  .cm-list_single a:active svg path {
    fill: var(--dark_blue);
  }
}
.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(1rem, 2vw, 1.125rem);
  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(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 56px;
  font-weight: 700;
  color: var(--kous-black);
  background-color: var(--gray);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.only_pc {
  display: none;
}
@media screen and (max-width: 1280px) {
  .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: var(--gray);
    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;
  }
}
/* Objects */
.f-op {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  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-op-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.f-op-bg img {
  position: absolute;
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-op-bg2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.f-op-bg2 img {
  position: absolute;
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-op-logo {
  position: relative;
  z-index: 2;
  display: block;
  aspect-ratio: 1/1;
  width: clamp(80px, 17.8888888889vw, 161px);
  height: auto;
  -webkit-transform: translateX(-150%) rotate(270deg);
          transform: translateX(-150%) rotate(270deg);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 0.2s, 0.2s;
          transition-delay: 0.2s, 0.2s;
  -webkit-transition-timing-function: ease-in, ease-out;
          transition-timing-function: ease-in, ease-out;
  -webkit-transition-duration: 1s, 3s;
          transition-duration: 1s, 3s;
}
.f-op .-text {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0 clamp(40px, 6.25vw, 100px);
  padding-bottom: clamp(34px, 8.125vw, 104px);
}
@media screen and (max-width: 450px) {
  .f-op .-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.f-op .-text .-jp {
  position: relative;
  left: -24px;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .f-op .-text .-jp {
    left: -10px;
  }
}
.f-op .-text .-jp:nth-of-type(1) {
  width: 61.56%;
  -webkit-transition: all 0.5s 0.3s ease-in;
  transition: all 0.5s 0.3s ease-in;
}
@media screen and (max-width: 900px) {
  .f-op .-text .-jp:nth-of-type(1) {
    width: 65%;
  }
}
@media screen and (max-width: 450px) {
  .f-op .-text .-jp:nth-of-type(1) {
    width: 76%;
  }
}
.f-op .-text .-jp:nth-of-type(2) {
  width: 82%;
  -webkit-transition: all 0.5s 1.3s ease-in;
  transition: all 0.5s 1.3s ease-in;
  margin-top: clamp(8px, 1.7777777778vw, 16px);
}
@media screen and (max-width: 450px) {
  .f-op .-text .-jp:nth-of-type(2) {
    width: 92%;
  }
}
.f-op .-text .-en {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s 2.3s ease-in;
  transition: all 0.5s 2.3s ease-in;
  margin-top: clamp(8px, 1.5555555556vw, 14px);
}
.f-op .-text .-en span {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: clamp(0.9375rem, 3.5555555556vw, 2rem);
  text-decoration: underline;
  text-underline-offset: 16px;
}
@media screen and (max-width: 450px) {
  .f-op .-text .-en span {
    text-underline-offset: 8px;
  }
}
.f-op .-text .pc {
  display: block;
}
@media screen and (max-width: 900px) {
  .f-op .-text .pc {
    display: none;
  }
}
.f-op .-text .sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .f-op .-text .sp {
    display: block;
  }
}
.f-op .-text._active .-jp,
.f-op .-text._active .-en {
  opacity: 1;
}
.f-op._loaded .f-op-logo {
  -webkit-transform: translateX(0) rotate(0);
          transform: translateX(0) rotate(0);
  opacity: 1;
}

.f-business {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: color-mix(in srgb, var(--dark_blue) 80%, transparent);
  padding-top: clamp(72px, 13.3333333333vw, 120px);
  padding-bottom: clamp(64px, 17.3333333333vw, 156px);
}
.f-business .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px clamp(40px, 6.875vw, 88px);
  margin-top: clamp(48px, 7.5555555556vw, 68px);
  margin-bottom: clamp(72px, 16.8888888889vw, 152px);
}
@media screen and (max-width: 900px) {
  .f-business .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .f-business .l-layout-over_left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  .f-business .l-layout-over_left {
    padding-right: 30px;
  }
}
.f-business .-inner {
  width: 100%;
}
.f-business .-inner h3 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: bold;
  color: var(--white);
  line-height: 1.75;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
@media screen and (max-width: 900px) {
  .f-business .-inner h3 {
    font-size: clamp(1.25rem, 3.5555555556vw, 2rem);
  }
}
.f-business .-inner p {
  width: 100%;
  max-width: 542px;
  color: var(--white);
}
@media screen and (max-width: 900px) {
  .f-business .-inner p {
    max-width: initial;
  }
}
.f-business .-inner > a {
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}
@media screen and (max-width: 900px) {
  .f-business .-inner > a {
    margin: 0 auto;
    margin-top: clamp(40px, 6.8888888889vw, 62px);
  }
}
.f-business .-pict {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 610/668;
  width: clamp(220px, 38.125vw, 610px);
  height: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .f-business .-pict {
    aspect-ratio: 6/5;
    width: 100dvw;
    margin: 0 -40px;
  }
}
@media screen and (max-width: 450px) {
  .f-business .-pict {
    margin: 0 -20px;
  }
}
.f-business .-pict figure {
  position: absolute;
  width: clamp(220px, 38.125vw, 610px);
}
@media screen and (max-width: 900px) {
  .f-business .-pict figure {
    width: 76.27%;
  }
}
.f-business .-pict figure:nth-of-type(1) {
  top: 0;
  right: 0;
}
.f-business .-pict figure:nth-of-type(2) {
  bottom: 0;
  right: clamp(100px, 11.125vw, 178px);
}
@media screen and (max-width: 900px) {
  .f-business .-pict figure:nth-of-type(2) {
    right: initial;
    left: 0;
  }
}
.f-business > hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(40px, 3vw, 48px);
}
.f-business > hgroup figure {
  width: clamp(253px, 23.5vw, 376px);
}
.f-business .-slider-wrap {
  position: relative;
}
.f-business-slider {
  counter-reset: number 0;
}
.f-business-slider .wrap {
  counter-increment: number 1;
}
.f-business-slider .wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .f-business-slider .wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-business-slider .-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .f-business-slider .-img {
    width: 100%;
  }
}
.f-business-slider .-img figure:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 900px) {
  .f-business-slider .-img figure:nth-of-type(1) {
    display: none;
  }
}
.f-business-slider .-img figure:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  .f-business-slider .-img figure:nth-of-type(2) {
    display: block;
  }
}
.f-business-slider .-contents {
  position: relative;
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(32px, 8.3125vw, 133px) clamp(30px, 7.5vw, 120px);
}
@media screen and (max-width: 1280px) {
  .f-business-slider .-contents {
    padding: clamp(32px, 5.3333333333vw, 48px) clamp(20px, 3.5555555556vw, 32px);
  }
}
@media screen and (max-width: 450px) {
  .f-business-slider .-contents {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.f-business-slider .-contents::before {
  content: counter(number, decimal-leading-zero) "";
  font-family: "Jost", sans-serif;
  font-size: clamp(1.25rem, 4vw, 2.25rem);
  font-weight: bold;
  display: block;
  aspect-ratio: 1/1;
  width: clamp(45px, 8.8888888889vw, 80px);
  height: auto;
  border-radius: 50%;
  border: 2px solid var(--hirota_black);
  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-bottom: clamp(24px, 4.4444444444vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-business-slider .-contents h4 {
  font-size: clamp(1.25rem, 3.5555555556vw, 2rem);
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: clamp(24px, 4.4444444444vw, 40px);
}
.f-business-slider .slick-dots {
  position: absolute;
  top: 50%;
  left: 2vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}
.f-business-slider .slick-dots::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1px;
  height: 75%;
  background-color: var(--white);
}
.f-business-slider .slick-dots li {
  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;
}
.f-business-slider .slick-dots button {
  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;
  font-family: "Jost", sans-serif;
  font-size: clamp(0.5rem, 1vw, 0.5625rem);
  font-weight: 700;
  border: unset;
  background: var(--white);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: clamp(1.25rem, 2.4444444444vw, 1.375rem);
  width: 52px;
  height: auto;
  border: 1px solid var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  scale: 0.4;
}
.f-business-slider .slick-dots .slick-active button {
  scale: 1;
  color: rgba(0, 0, 0, 0.8);
}
.f-business-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: clamp(40px, 7.03125vw, 90px);
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
.f-business-arrow .slide-arrow {
  cursor: pointer;
}
.f-business-arrow .slide-arrow span {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: clamp(56px, 5.625vw, 72px);
  height: auto;
  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-box-sizing: border-box;
          box-sizing: border-box;
}
.f-business-arrow .slide-arrow span::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: var(--middle_blue);
  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;
  border: 2px solid var(--middle_blue);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-business-arrow .slide-arrow span svg {
  position: relative;
  z-index: 1;
  aspect-ratio: 23/17;
  width: 23px;
  height: auto;
}
.f-business-arrow .slide-arrow span svg path {
  fill: var(--white);
}
@media (hover: hover) {
  .f-business-arrow .slide-arrow span:hover::before {
    background: var(--white);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  .f-business-arrow .slide-arrow span:hover svg path {
    fill: var(--middle_blue);
  }
}
@media (hover: none) {
  .f-business-arrow .slide-arrow span {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .f-business-arrow .slide-arrow span:active::before {
    background: var(--white);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  .f-business-arrow .slide-arrow span:active svg path {
    fill: var(--middle_blue);
  }
}
.f-business-arrow .slide-arrow.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.f-business-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}

.f-equipment {
  background: var(--light_gray);
  padding-top: clamp(72px, 13.3333333333vw, 120px);
  padding-bottom: clamp(64px, 17.3333333333vw, 156px);
  width: 100%;
  overflow: hidden;
}
.f-equipment > p {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .f-equipment > p {
    margin: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .f-equipment > p {
    margin: 0 30px;
    text-align: left;
  }
}
.f-equipment .-slider-wrap {
  position: relative;
  margin-top: clamp(48px, 8.8888888889vw, 80px);
}
.f-equipment-slider {
  width: calc(100% + 32px);
  margin-left: -16px;
}
@media screen and (max-width: 900px) {
  .f-equipment-slider .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 900px) {
  .f-equipment-slider .slick-track {
    left: -103px;
  }
}
@media screen and (max-width: 500px) {
  .f-equipment-slider .slick-track {
    left: -52px;
  }
}
.f-equipment-slider .-wrap {
  width: 100%;
  padding: 0 16px;
}
.f-equipment-slider .-wrap a {
  width: 100%;
  aspect-ratio: 510/670;
  height: auto;
  position: relative;
}
.f-equipment-slider .-wrap a figure {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.f-equipment-slider .-wrap a figure img {
  position: absolute;
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-equipment-slider .-wrap a h3 {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  font-size: clamp(0.8125rem, 2vw, 1.125rem);
  line-height: 1.5;
  color: var(--white);
  padding: clamp(32px, 4.0625vw, 52px) clamp(24px, 3.125vw, 40px) clamp(16px, 1.875vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}
.f-equipment-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: clamp(40px, 20.859375vw, 267px);
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media screen and (max-width: 500px) {
  .f-equipment-arrow {
    left: 70%;
  }
}
.f-equipment-arrow .slide-arrow {
  cursor: pointer;
}
.f-equipment-arrow .slide-arrow span {
  display: block;
  aspect-ratio: 1/2;
  border-radius: 100% 0 0 100%/50%;
  width: clamp(30px, 6.5555555556vw, 59px);
  background: var(--hirota_black);
  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;
}
.f-equipment-arrow .slide-arrow span svg {
  aspect-ratio: 12/25;
  width: clamp(8px, 0.9375vw, 12px);
  height: auto;
  position: relative;
  left: 8px;
}
.f-equipment-arrow .slide-arrow span svg path {
  stroke: var(--white);
}
.f-equipment-arrow .slide-arrow.next-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.f-equipment-arrow .slide-arrow:hover {
  opacity: 1;
}
.f-equipment-arrow .slide-arrow:hover span {
  background: var(--dark_blue);
}
.f-equipment .-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}

.f-recruit {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: clamp(72px, 13.3333333333vw, 120px);
  padding-bottom: clamp(64px, 16.1111111111vw, 145px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-recruit-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.f-recruit-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-recruit-bgimg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.f-recruit-bgimg figure {
  position: absolute;
}
.f-recruit-bgimg figure:nth-of-type(1) {
  width: 12.5%;
  left: 11.56%;
  top: 0;
}
@media screen and (max-width: 900px) {
  .f-recruit-bgimg figure:nth-of-type(1) {
    width: 18%;
  }
}
.f-recruit-bgimg figure:nth-of-type(2) {
  width: 22%;
  right: 0;
  top: 4.3%;
}
@media screen and (max-width: 900px) {
  .f-recruit-bgimg figure:nth-of-type(2) {
    top: 0;
  }
}
@media screen and (max-width: 800px) {
  .f-recruit-bgimg figure:nth-of-type(2) {
    width: 131px;
  }
}
.f-recruit-bgimg figure:nth-of-type(3) {
  width: 28.75%;
  top: 12.968%;
  left: 0;
}
@media screen and (max-width: 900px) {
  .f-recruit-bgimg figure:nth-of-type(3) {
    top: 10%;
  }
}
@media screen and (max-width: 800px) {
  .f-recruit-bgimg figure:nth-of-type(3) {
    width: 171px;
    top: 6.3%;
  }
}
.f-recruit-bgimg figure:nth-of-type(4) {
  width: 12.5%;
  top: 25.05%;
  right: 7.31%;
}
@media screen and (max-width: 900px) {
  .f-recruit-bgimg figure:nth-of-type(4) {
    width: 16%;
    top: 16%;
  }
}
@media screen and (max-width: 800px) {
  .f-recruit-bgimg figure:nth-of-type(4) {
    width: 74px;
    top: 9%;
  }
}
.f-recruit-bgimg figure:nth-of-type(5) {
  width: 19.63%;
  top: 48.35%;
  left: 9.31%;
}
@media screen and (max-width: 900px) {
  .f-recruit-bgimg figure:nth-of-type(5) {
    top: 35%;
  }
}
@media screen and (max-width: 450px) {
  .f-recruit-bgimg figure:nth-of-type(5) {
    width: 117px;
    top: 39%;
  }
}
.f-recruit-bgimg figure:nth-of-type(6) {
  width: 22%;
  top: 49.24%;
  right: 5.88%;
}
@media screen and (max-width: 900px) {
  .f-recruit-bgimg figure:nth-of-type(6) {
    top: 33%;
  }
}
@media screen and (max-width: 450px) {
  .f-recruit-bgimg figure:nth-of-type(6) {
    width: 131px;
    top: 36%;
  }
}
.f-recruit-bgimg figure:nth-of-type(7) {
  width: 22%;
  top: 83.03%;
  left: -5.06%;
}
@media screen and (max-width: 900px) {
  .f-recruit-bgimg figure:nth-of-type(7) {
    top: 40%;
  }
}
@media screen and (max-width: 450px) {
  .f-recruit-bgimg figure:nth-of-type(7) {
    top: 45%;
    width: 131px;
    left: 0;
  }
}
.f-recruit-bgimg figure:nth-of-type(8) {
  width: 19.625%;
  right: -5.375%;
  top: 80.1%;
}
@media screen and (max-width: 900px) {
  .f-recruit-bgimg figure:nth-of-type(8) {
    width: 117px;
    top: 40%;
  }
}
@media screen and (max-width: 450px) {
  .f-recruit-bgimg figure:nth-of-type(8) {
    top: 44%;
  }
}
.f-recruit .-inner {
  position: relative;
  z-index: 1;
}
.f-recruit .-inner + .-inner {
  margin-top: 132px;
}
@media screen and (max-width: 900px) {
  .f-recruit .-inner + .-inner {
    margin-top: clamp(248px, 38.8888888889vw, 350px);
  }
}
.f-recruit .-inner + .-inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-recruit .-inner .-pop figure {
  width: 23.5%;
}
@media screen and (max-width: 900px) {
  .f-recruit .-inner .-pop figure {
    width: 30%;
  }
}
@media screen and (max-width: 450px) {
  .f-recruit .-inner .-pop figure {
    width: 253px;
  }
}
.f-recruit .-inner h3 {
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  font-weight: bold;
  line-height: 1.75;
  color: var(--white);
  text-align: center;
  margin-bottom: clamp(16px, 3.1111111111vw, 28px);
}
@media screen and (max-width: 900px) {
  .f-recruit .-inner h3 {
    margin-top: clamp(165px, 20vw, 180px);
  }
}
.f-recruit .-inner > p {
  font-size: clamp(0.6875rem, 2vw, 1.125rem);
  color: var(--white);
  text-align: center;
  margin: 0 24px;
}
.f-recruit .-list {
  width: 100%;
  max-width: 964px;
  margin: 0 auto;
  margin-top: clamp(22px, 5.5555555556vw, 50px);
}
.f-recruit .-list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  counter-reset: number 0;
}
@media screen and (max-width: 900px) {
  .f-recruit .-list ul {
    padding: 0 40px;
  }
}
@media screen and (max-width: 800px) {
  .f-recruit .-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.f-recruit .-list ul li {
  counter-increment: number 1;
  width: calc(50% - 20px);
}
@media screen and (max-width: 800px) {
  .f-recruit .-list ul li {
    width: 100%;
  }
}
.f-recruit .-list ul li a {
  aspect-ratio: 462/294;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.f-recruit .-list ul li a::before {
  content: counter(number, decimal-leading-zero) "";
  font-family: "Jost", sans-serif;
  position: absolute;
  z-index: 1;
  font-size: clamp(1.25rem, 4vw, 2.25rem);
  font-weight: bold;
  color: var(--white);
  border: 1px solid var(--white);
  aspect-ratio: 1/1;
  width: clamp(45px, 8.8888888889vw, 80px);
  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;
  top: clamp(12px, 1.40625vw, 18px);
  left: clamp(13px, 1.484375vw, 19px);
  border-radius: 50%;
}
.f-recruit .-list ul li a figure {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-recruit .-list ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-recruit .-list ul li a .-child {
  width: 92.64%;
  height: clamp(50px, 8vw, 72px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 clamp(22px, 2.5vw, 32px);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: var(--dark_blue);
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-recruit .-list ul li a .-child span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-recruit .-list ul li a .-child path {
  fill: var(--white);
}
.f-recruit .-list ul li a:hover {
  opacity: 1;
}
.f-recruit .-list ul li a:hover figure {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.f-recruit .-list ul li a:hover .-child {
  background: var(--middle_blue);
}
.f-recruit .-list ul li a:hover .-child span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.f-recruit .-list ul li a h4 {
  font-size: clamp(0.9375rem, 2.2222222222vw, 1.25rem);
  font-weight: bold;
  line-height: 1.5;
  color: var(--white);
}
.f-recruit .-main {
  width: 48.375%;
  margin: 0 auto;
  display: block;
  margin-top: clamp(40px, 8vw, 72px);
  position: relative;
}
@media screen and (max-width: 900px) {
  .f-recruit .-main {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .f-recruit .-main {
    width: calc(100% - 60px);
  }
}
.f-recruit .-main span {
  aspect-ratio: 1/1;
  width: clamp(29px, 8vw, 72px);
  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;
  position: absolute;
  border-radius: 50%;
  bottom: clamp(24px, 3.75vw, 48px);
  right: clamp(28px, 3.75vw, 48px);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-recruit .-main span::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--dark_blue);
  position: absolute;
  z-index: 0;
  border: 2px solid var(--dark_blue);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-recruit .-main span svg {
  position: relative;
  z-index: 1;
  aspect-ratio: 23/17;
  width: clamp(10px, 1.796875vw, 23px);
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-recruit .-main span svg path {
  fill: var(--white);
}
.f-recruit .-main:hover {
  opacity: 1;
}
.f-recruit .-main:hover span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.f-recruit .-main:hover span::before {
  background: var(--white);
}
.f-recruit .-main:hover span svg path {
  fill: var(--dark_blue);
}
.f-recruit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(32px, 5.3333333333vw, 48px);
}
@media screen and (max-width: 900px) {
  .f-recruit-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.f-recruit-text-slider {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 40px;
}
@media screen and (max-width: 450px) {
  .f-recruit-text-slider {
    width: 16px;
  }
}
.f-recruit-text-slider._left {
  left: 18px;
}
@media screen and (min-width: 501px) and (max-width: 1200px) {
  .f-recruit-text-slider._left {
    left: -6px;
  }
}
@media screen and (min-width: 501px) and (max-width: 900px) {
  .f-recruit-text-slider._left {
    left: -3px;
  }
}
@media screen and (max-width: 450px) {
  .f-recruit-text-slider._left {
    left: 6px;
  }
}
.f-recruit-text-slider._left .wrap {
  animation: loop-slide 30s infinite reverse linear 1s both;
}
@media screen and (max-width: 900px) {
  .f-recruit-text-slider._left .wrap {
    animation: loop-slide 40s infinite reverse linear 1s both;
  }
}
.f-recruit-text-slider._left .wrap span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.f-recruit-text-slider._right {
  right: 18px;
}
@media screen and (min-width: 501px) and (max-width: 1200px) {
  .f-recruit-text-slider._right {
    right: -6px;
  }
}
@media screen and (min-width: 501px) and (max-width: 900px) {
  .f-recruit-text-slider._right {
    right: -3px;
  }
}
@media screen and (max-width: 450px) {
  .f-recruit-text-slider._right {
    right: 4px;
  }
}
.f-recruit-text-slider._right .wrap {
  -webkit-animation: loop-slide 30s infinite linear 1s both;
          animation: loop-slide 30s infinite linear 1s both;
}
@media screen and (max-width: 900px) {
  .f-recruit-text-slider._right .wrap {
    -webkit-animation: loop-slide 40s infinite linear 1s both;
            animation: loop-slide 40s infinite linear 1s both;
  }
}
.f-recruit-text-slider._right .wrap span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.f-recruit-text-slider .wrap {
  position: absolute;
  top: 0;
  left: 0;
  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;
  gap: clamp(88px, 26.2222222222vw, 236px);
}
.f-recruit-text-slider span {
  font-family: "Jost", sans-serif;
  font-size: clamp(0.625rem, 3vw, 1.6875rem);
  display: block;
  line-height: 1;
}
.f-recruit-text-slider span img {
  width: clamp(100px, 27.7777777778vw, 250px);
  max-width: unset;
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.f-anniversary {
  position: relative;
  z-index: 1;
  padding-top: clamp(64px, 16vw, 144px);
  padding-bottom: clamp(89px, 16vw, 144px);
}
.f-anniversary::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(farthest-corner at 3% 18%, #555555, rgba(0, 0, 0, 0.97) 70%);
  opacity: 0.95;
}
.f-anniversary-wrap {
  position: relative;
  overflow: clip;
  background: #000;
}
.f-anniversary-bg {
  position: sticky;
  top: 0;
}
.f-anniversary-bg figure {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100dvh;
}
.f-anniversary-bg figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-anniversary .-contents {
  position: relative;
  z-index: 1;
}
.f-anniversary .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 7.96875vw, 102px);
}
@media screen and (max-width: 900px) {
  .f-anniversary .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-anniversary .-inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(300px, 47.8888888889vw, 431px);
  color: var(--white);
}
@media screen and (max-width: 900px) {
  .f-anniversary .-inner {
    width: 100%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  .f-anniversary .-inner {
    padding-right: 20px;
  }
}
.f-anniversary .-inner figure {
  width: 76.33%;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
@media screen and (max-width: 900px) {
  .f-anniversary .-inner figure {
    width: clamp(237px, 37.7777777778vw, 340px);
  }
}
.f-anniversary .-inner h2 {
  font-size: clamp(1.875rem, 4.6666666667vw, 2.625rem);
  line-height: 1.75;
  text-decoration: underline;
  text-underline-offset: clamp(8px, 3.5555555556vw, 16px);
  text-decoration-thickness: 3px;
  margin-bottom: clamp(24px, 4.4444444444vw, 40px);
}
@media screen and (max-width: 900px) {
  .f-anniversary .-inner h2 br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .f-anniversary .-inner h2 br {
    display: block;
  }
}
.f-anniversary .-img {
  width: 100%;
  position: relative;
}
.f-anniversary .-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  -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;
}
.f-anniversary .-btn a:hover {
  background: var(--dark_blue);
}
@media screen and (max-width: 900px) {
  .f-anniversary .-btn {
    width: 100dvw;
    margin-left: -40px;
  }
}
@media screen and (max-width: 450px) {
  .f-anniversary .-btn {
    margin-left: -20px;
  }
}

.f-company {
  position: relative;
  background: var(--light_gray);
  padding-top: clamp(72px, 13.3333333333vw, 120px);
  padding-bottom: clamp(64px, 17.7777777778vw, 160px);
}
.f-company .-txt {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .f-company .-txt {
    text-align: left;
  }
  .f-company .-txt br {
    display: none;
  }
}
.f-company ul {
  margin-top: clamp(40px, 8.2222222222vw, 74px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
}
@media screen and (max-width: 900px) {
  .f-company ul {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-company li {
  width: calc(50% - 19px);
  height: 171px;
}
@media screen and (max-width: 600px) {
  .f-company li {
    height: initial;
  }
}
@media screen and (max-width: 900px) {
  .f-company li {
    width: 100%;
  }
}
.f-company li img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-company li a {
  background: var(--dark_blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  gap: clamp(26px, 3.125vw, 40px);
}
.f-company li a figure {
  -ms-flex-item-align: start;
      align-self: flex-start;
  aspect-ratio: 162/155;
  width: clamp(100px, 23.1428571429vw, 162px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .f-company li a figure {
    padding-bottom: 10px;
  }
}
.f-company li a:hover {
  opacity: 1;
  background: var(--middle_blue);
}
.f-company li a:hover img {
  opacity: 0.8;
}
.f-company li a:hover .-inner span {
  right: clamp(21px, 3.515625vw, 45px);
}
.f-company .-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: var(--white);
  position: relative;
}
.f-company .-inner h3 {
  font-size: clamp(0.9375rem, 2.6666666667vw, 1.5rem);
  line-height: 1.5;
}
.f-company .-inner h3 br {
  display: none;
}
@media screen and (max-width: 450px) {
  .f-company .-inner h3 br {
    display: block;
  }
}
.f-company .-inner span {
  position: absolute;
  right: clamp(24px, 3.75vw, 48px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-company .-inner span svg {
  aspect-ratio: 23/17;
  width: clamp(15px, 2.5555555556vw, 23px);
  height: auto;
}
.f-company .-inner span svg path {
  fill: var(--white);
}

.f-news {
  padding-top: clamp(72px, 17.7777777778vw, 160px);
  padding-bottom: clamp(74px, 17.7777777778vw, 160px);
}
.f-news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px clamp(24px, 12.5vw, 160px);
}
@media screen and (max-width: 900px) {
  .f-news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-news .-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 32px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .f-news .-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.f-news .-head hgroup {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .f-news .-head hgroup {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.f-news .-head p {
  font-size: clamp(3rem, 5.5vw, 5.5rem);
}
.f-news .-head .-link {
  margin-top: clamp(24px, 4.4444444444vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .f-news .-head .-link {
    display: none;
  }
}
.f-news .-inner {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.f-news .-inner ul {
  width: 100%;
}
.f-news .-inner li {
  width: 100%;
}
.f-news .-inner li + li {
  margin-top: 16px;
}
.f-news .-inner li a {
  background: var(--light_blue);
  position: relative;
  padding: clamp(16px, 1.875vw, 24px) clamp(40px, 6.796875vw, 87px) clamp(16px, 1.875vw, 24px) clamp(24px, 3.125vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-news .-inner li a .-txt {
  font-size: clamp(0.8125rem, 1.7777777778vw, 1rem);
  font-weight: bold;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.f-news .-inner li a .-arrow {
  display: block;
  aspect-ratio: 23/17;
  width: clamp(15px, 2.5555555556vw, 23px);
  height: auto;
  position: absolute;
  top: 50%;
  right: clamp(16px, 3.125vw, 40px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-news .-inner li a .-arrow svg {
  aspect-ratio: 23/17;
  width: clamp(15px, 2.5555555556vw, 23px);
  height: auto;
}
.f-news .-inner li a time {
  font-family: "Jost", sans-serif;
  font-size: clamp(0.75rem, 1.6666666667vw, 0.9375rem);
  font-weight: 600;
  color: var(--dark_blue);
}
.f-news .-inner li a:hover {
  opacity: 1;
  background: rgba(2, 80, 232, 0.08);
}
.f-news .-inner li a:hover .-arrow {
  -webkit-transform: translate(3px, -50%);
          transform: translate(3px, -50%);
}
.f-news .-inner .-link {
  display: none;
}
@media screen and (max-width: 900px) {
  .f-news .-inner .-link {
    margin-top: clamp(24px, 3.5555555556vw, 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}