@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* custom color */
  --black: #000;
  --white: #fff;
  --kous-black: #333;
  --gray: #ddd;
  --blue: #1f74d0;
  --red: #dc000c;
  --border: #a8a8a8;
  --light-blue: #6ad3dd;
  --gray-arrow: #ced2d6;
  --grad-color: linear-gradient(#6ad3dd, #1f74d1);
  --front-grad-bg: linear-gradient(#6ad3dd 0%, #1f74d0 61.58%, #fff 100%);
  --front-grad-bg-after: linear-gradient(0deg, #6ad3dd 0%, #1f74d0 50.25%, #fff 100%);
  --lower-grad-bg: linear-gradient(#6ad3dd 0%, #fff 100%, #fff 100%);
  --front-interview-grad: linear-gradient(#fff, #808080);
  --blue-bg: #f4f8fb;
  /* template color */
  --main-color: var(--kous-black);
  --main-bg-color: var(--white);
  --main-border-color: #e1e1e1;
  /* footer */
  --footer-menu-border: var(--gray);
  --copyright-bg: transparent;
  --copyright-color: var(--kous-black);
  /* hamburger menu */
  --hamburger-trigger-bg: var(--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(--white);
  --form-tab-border: transparent;
  --form-tab-line: #1d4c9b;
  --form-page-active: var(--blue);
  --form-active-color: var(--white);
  /* policy */
  --policy-link-color: var(--blue);
  --policy-dt-color: var(--blue);
  /* 404 */
  --404-h1_color: #a8a8a8;
  --404-menu-border: var(--kous-black);
}

/* form */
.mw_wp_form {
  --form-bg-color: #f4f8fb;
  --form-white: var(--white);
  --form-red: #c50000;
  --form-gray: #999999;
  --form-border: #cccccc;
  --form-policy-linkcolor: #1f74d0;
  --form-go-bg: #1f74d0;
  --form-go-color: var(--white);
  --form-back-bg: #1f74d0;
}

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

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: 32px 20px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  border-bottom: 1px solid var(--border);
}
tr:first-of-type th,
tr:first-of-type td {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  th,
  td {
    display: block;
    padding: 20px 0;
  }
}

th {
  width: 200px;
  border-color: var(--blue);
  padding-right: 0;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  th {
    width: 100%;
    padding-bottom: 0;
    border: none;
  }
}

@media screen and (max-width: 900px) {
  td {
    padding-top: 8px;
    border-color: var(--blue);
  }
}

.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: 20px;
    padding-left: 20px;
  }
}

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

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

@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: 20px;
    padding-left: 20px;
  }
}
.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;
}

.js-pic {
  position: relative;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js-pic.-show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(80px, 13.3333333333vw, 120px);
  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(0.8125rem, 1.6666666667vw, 0.9375rem);
  font-weight: 700;
  color: var(--kous-black);
}
.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: 12px;
}
.cm-list_archive a,
.cm-list_archive span {
  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: relative;
  padding: unset !important;
  margin: unset !important;
  border: none !important;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: auto;
  font-size: clamp(0.9375rem, 2.2222222222vw, 1.25rem);
  font-weight: 800;
}
@media screen and (min-width: 829px) {
  .cm-list_archive a,
  .cm-list_archive span {
    width: 36px;
  }
}
@media screen and (max-width: 828px) {
  .cm-list_archive a,
  .cm-list_archive span {
    width: 24px;
  }
}
.cm-list_archive a:hover,
.cm-list_archive span:hover {
  opacity: 1;
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--kous-black);
}
.cm-list_archive a.previouspostslink,
.cm-list_archive span.previouspostslink {
  width: 9px;
  height: 16px;
  color: transparent;
  position: relative;
  border: none;
  border-radius: 0;
}
.cm-list_archive a.previouspostslink::before,
.cm-list_archive span.previouspostslink::before {
  content: "";
  background: url("../images/icon/arr_prev-gray.png") no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(5%) saturate(195%) hue-rotate(169deg) brightness(96%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(90%) sepia(5%) saturate(195%) hue-rotate(169deg) brightness(96%) contrast(86%);
}
.cm-list_archive a.previouspostslink:hover,
.cm-list_archive span.previouspostslink:hover {
  background: transparent;
}
.cm-list_archive a.previouspostslink:hover::before,
.cm-list_archive span.previouspostslink:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(43%) saturate(1579%) hue-rotate(179deg) brightness(92%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(40%) sepia(43%) saturate(1579%) hue-rotate(179deg) brightness(92%) contrast(92%);
}
.cm-list_archive a.nextpostslink,
.cm-list_archive span.nextpostslink {
  width: 9px;
  height: 16px;
  color: transparent;
  position: relative;
  border: none;
  border-radius: 0;
}
.cm-list_archive a.nextpostslink::after,
.cm-list_archive span.nextpostslink::after {
  content: "";
  background: url("../images/icon/arr_next-gray.png") no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(5%) saturate(195%) hue-rotate(169deg) brightness(96%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(90%) sepia(5%) saturate(195%) hue-rotate(169deg) brightness(96%) contrast(86%);
}
.cm-list_archive a.nextpostslink:hover,
.cm-list_archive span.nextpostslink:hover {
  background: transparent;
}
.cm-list_archive a.nextpostslink:hover::after,
.cm-list_archive span.nextpostslink:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(43%) saturate(1579%) hue-rotate(179deg) brightness(92%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(40%) sepia(43%) saturate(1579%) hue-rotate(179deg) brightness(92%) contrast(92%);
}
.cm-list_archive img {
  display: block;
  width: 8px;
}
.cm-list_archive .current {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--pagenavi-navi-border);
}
.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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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-about-us {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.f-about-us_wrap {
  padding-bottom: clamp(112px, 17.7777777778vw, 160px);
}
.f-about-us_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(60px, 11.4375vw, 183px);
}
@media screen and (max-width: 900px) {
  .f-about-us_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-about-us_flex .-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(300px, 36.0625vw, 577px);
  aspect-ratio: 1/1;
  height: auto;
  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;
}
@media screen and (max-width: 900px) {
  .f-about-us_flex .-img {
    width: clamp(460px, 55.5555555556vw, 500px);
    height: auto;
    margin-left: auto;
  }
}
.f-about-us_flex .-img figure {
  width: clamp(520px, 41.3125vw, 661px);
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .f-about-us_flex .-img figure {
    right: -40px;
    width: clamp(355px, 66.6666666667vw, 600px);
  }
}
@media screen and (max-width: 450px) {
  .f-about-us_flex .-img figure {
    right: -32px;
  }
}
.f-about-us_flex .-img > span {
  aspect-ratio: 1/1;
  position: absolute;
  width: clamp(520px, 41.3125vw, 661px);
  height: auto;
  right: 0;
}
@media screen and (max-width: 900px) {
  .f-about-us_flex .-img > span {
    width: clamp(355px, 57.7777777778vw, 520px);
  }
}
.f-about-us_flex .-img > span > span {
  aspect-ratio: 1/1;
  position: absolute;
  height: auto;
  background: color-mix(in srgb, var(--white) 18%, transparent);
  border-radius: 50%;
}
.f-about-us_flex .-img .f-about-us_img_bg1 {
  z-index: 1;
}
.f-about-us_flex .-img .f-about-us_img_bg1 span {
  width: clamp(540px, 42.6875vw, 683px);
}
@media screen and (max-width: 900px) {
  .f-about-us_flex .-img .f-about-us_img_bg1 span {
    width: clamp(367px, 68.8888888889vw, 620px);
  }
}
.f-about-us_flex .-img .f-about-us_img_bg2 {
  z-index: 0;
}
.f-about-us_flex .-img .f-about-us_img_bg2 span {
  width: clamp(590px, 45.75vw, 732px);
}
@media screen and (max-width: 900px) {
  .f-about-us_flex .-img .f-about-us_img_bg2 span {
    width: clamp(393px, 72.2222222222vw, 650px);
  }
}
.f-about-us_flex .-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .f-about-us_flex .-inner {
    margin-right: clamp(20px, 3.125vw, 40px);
  }
}
.f-about-us_flex .-inner hgroup {
  margin-bottom: clamp(40px, 13.3333333333vw, 120px);
}
.f-about-us_flex .-inner h3 {
  font-size: clamp(2.0625rem, 3.875vw, 3.875rem);
  color: var(--white);
  margin-bottom: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .f-about-us_flex .-inner h3 {
    font-size: clamp(2.0625rem, 4.4444444444vw, 2.5rem);
  }
}
.f-about-us_flex .-inner .en {
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.125rem, 3.3333333333vw, 1.875rem);
  font-weight: 500;
  margin-bottom: clamp(30px, 7vw, 63px);
}
.f-about-us_flex .-inner .detail {
  color: var(--white);
  width: 100%;
  max-width: 528px;
}
.f-about-us_flex .-link {
  margin-top: clamp(64px, 10.6666666667vw, 96px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: clamp(40px, 7.5vw, 120px);
}

.f-environment {
  position: relative;
  z-index: 1;
}
.f-environment_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 6vw, 96px);
}
@media screen and (max-width: 900px) {
  .f-environment_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-environment_flex .-slider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(500px, 50vw, 800px);
}
@media screen and (max-width: 900px) {
  .f-environment_flex .-slider {
    width: 100%;
  }
}
.f-environment_flex .-slider .wrap {
  width: clamp(139px, 31.1111111111vw, 280px);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 clamp(8px, 1.5625vw, 20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-environment_flex .-slider .wrap:nth-of-type(3n-2) {
  margin-top: 64px;
}
.f-environment_flex .-slider .wrap:nth-of-type(3n-1) {
  margin-top: 32px;
}
.f-environment_flex .-slider .wrap figure img {
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .f-environment_flex .-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: clamp(20px, 3.125vw, 40px);
  }
}
.f-environment_flex .-inner hgroup {
  margin-bottom: clamp(40px, 8.8888888889vw, 80px);
}
.f-environment_flex .-inner h3 {
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: bold;
  line-height: 2;
  margin-bottom: clamp(32px, 6.2222222222vw, 56px);
}
.f-environment_flex .-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: clamp(52px, 9.7777777778vw, 88px);
  gap: 24px clamp(40px, 7.5vw, 120px);
}

.f-interview {
  margin-top: clamp(120px, 17.7777777778vw, 160px);
}
.f-interview_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px clamp(40px, 5vw, 64px);
}
.f-interview_flex hgroup {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .f-interview_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-interview_cards {
  width: 100%;
  max-width: 1000px;
  margin: clamp(24px, 7.265625vw, 93px) auto 0;
}
@media screen and (max-width: 935px) {
  .f-interview_cards {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 450px) {
  .f-interview_cards {
    width: calc(100% - 128px);
  }
}
.f-interview_cards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .f-interview_cards ul {
    -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;
  }
}
.f-interview_cards .-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(280px, 40vw, 360px);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .f-interview_cards .-card {
    width: 100%;
  }
}
.f-interview_cards .-card:not(:first-child) {
  margin-left: -92px;
}
@media screen and (max-width: 700px) {
  .f-interview_cards .-card:not(:first-child) {
    margin-left: 0;
  }
}
.f-interview_cards .-card:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  z-index: 1;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 700px) {
  .f-interview_cards .-card:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.f-interview_cards .-card:hover ~ .-card {
  position: relative;
  left: 50px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 700px) {
  .f-interview_cards .-card:hover ~ .-card {
    left: initial;
  }
}
.f-interview_cards .-card a {
  width: 100%;
  display: block;
  position: relative;
  overflow: clip;
}
.f-interview_cards .-card a:hover {
  opacity: 1;
}
.f-interview_cards .-card figure {
  position: relative;
  width: 100%;
  z-index: 0;
}
.f-interview_cards .-card figure img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.f-interview_cards .-card figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  mix-blend-mode: multiply;
  border-radius: 0 0 10px 10px;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
  height: 50%;
  background: var(--front-interview-grad);
}
.f-interview_cards .-card figcaption {
  position: absolute;
  z-index: 1;
  bottom: clamp(12px, 2.34375vw, 30px);
  left: clamp(18px, 3.125vw, 40px);
  color: var(--white);
  width: 100%;
}
.f-interview_cards .-card figcaption span {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: bold;
}
.f-interview_cards .-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(40px, 8vw, 72px);
}

.f-personality {
  margin-top: clamp(72px, 13.3333333333vw, 120px);
  position: relative;
  padding-top: clamp(32px, 3.75vw, 48px);
  padding-bottom: clamp(32px, 7.03125vw, 90px);
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .f-personality {
    padding-top: clamp(267px, 38.8888888889vw, 350px);
  }
}
.f-personality_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.f-personality_bg:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 800px) {
  .f-personality_bg:nth-of-type(1) {
    display: none;
  }
}
.f-personality_bg:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 800px) {
  .f-personality_bg:nth-of-type(2) {
    display: block;
  }
}
.f-personality_bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-personality_contents {
  width: 100%;
  max-width: 590px;
  border-radius: 10px;
  padding: clamp(32px, 4.375vw, 56px) clamp(24px, 4.375vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background: color-mix(in srgb, var(--white) 15%, transparent);
}
.f-personality_contents hgroup {
  margin-bottom: clamp(40px, 8.8888888889vw, 80px);
}
.f-personality_contents > p {
  color: var(--white);
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: bold;
}
.f-personality_contents .-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px clamp(24px, 5vw, 64px);
  margin-top: clamp(40px, 9.7777777778vw, 88px);
}
@media screen and (max-width: 550px) {
  .f-personality_contents .-link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f-company {
  margin-top: clamp(80px, 17.7777777778vw, 160px);
  position: relative;
  z-index: 1;
}
.f-company_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px clamp(32px, 5vw, 64px);
}
.f-company_flex hgroup {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .f-company_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-company_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px clamp(24px, 5.625vw, 72px);
  margin-top: clamp(24px, 8.8888888889vw, 80px);
}
.f-company_contents .-imgs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(124px, 43.125vw, 552px);
}
@media screen and (max-width: 900px) {
  .f-company_contents .-imgs {
    width: clamp(124px, 33.3333333333vw, 300px);
  }
}
.f-company_contents .-imgs figure {
  aspect-ratio: 552/363;
  position: relative;
}
@media screen and (max-width: 900px) {
  .f-company_contents .-imgs figure {
    aspect-ratio: 500/360;
  }
}
@media screen and (max-width: 600px) {
  .f-company_contents .-imgs figure {
    aspect-ratio: 124/178;
  }
}
.f-company_contents .-imgs figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.f-company_contents .-imgs figure:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 900px) {
  .f-company_contents .-imgs figure:nth-of-type(1) {
    display: none;
  }
}
.f-company_contents .-imgs figure:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  .f-company_contents .-imgs figure:nth-of-type(2) {
    display: block;
  }
}
.f-company_contents .-inner {
  width: 100%;
}
.f-company_contents .-inner ul {
  margin-top: -48px;
}
@media screen and (max-width: 900px) {
  .f-company_contents .-inner ul {
    margin-top: -32px;
  }
}
@media screen and (max-width: 450px) {
  .f-company_contents .-inner ul {
    margin-top: -16px;
  }
}
.f-company_contents .-inner ul li {
  padding: 48px 0;
}
@media screen and (max-width: 900px) {
  .f-company_contents .-inner ul li {
    padding: 32px 0;
  }
}
@media screen and (max-width: 450px) {
  .f-company_contents .-inner ul li {
    padding: 16px 0;
  }
}

.f-news {
  position: relative;
  z-index: 1;
  margin-top: clamp(117px, 28.8888888889vw, 260px);
}
.f-news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px clamp(64px, 8.4375vw, 108px);
}
@media screen and (max-width: 900px) {
  .f-news_flex {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-news_flex hgroup {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.f-news_inner {
  width: 100%;
}
.f-news_inner ul {
  margin-top: -64px;
}
@media screen and (max-width: 900px) {
  .f-news_inner ul {
    margin-top: -32px;
  }
}
.f-news_inner ul a {
  width: 100%;
  color: var(--white);
  padding: clamp(24px, 5vw, 64px) 0;
  border-bottom: 1px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px clamp(16px, 4.375vw, 56px);
}
@media screen and (max-width: 900px) {
  .f-news_inner ul a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-news_inner ul time {
  font-size: 16px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.f-news_inner ul span {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .f-news_inner ul span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.f-news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(24px, 4.4444444444vw, 40px);
  display: flex;
}