@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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  /* custom color */
  --black: #000;
  --white: #fff;
  --kous-black: #333;
  --gray: #ccc;
  --blue: blue;
  --realize-black: #221e1f;
  --realize-orange: #f57b21;
  --realize-gray: #828282;
  --realize-orange-light: #fff4e5;
  --cta-link-linear: linear-gradient(90deg, #1a1211, #3a3a3a);
  --cta-link-hover: linear-gradient(90deg, #1a1211, #1a1211);
  --bg: var(--realize-orange-light);
  --gray-border: var(--gray);
  --slick-dots-color: #69767d;
  /* template color */
  --main-color: var(--realize-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(--kous-black);
  --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: var(--realize-black);
  --form-page-active: var(--realize-orange);
  --form-active-color: var(--white);
  /* policy */
  --policy-dt-color: var(--main-color);
  /* 404 */
  --404-h1_color: var(--kous-black);
  --404-p-color: var(--realize-orange);
  --404-menu-border: var(--kous-black);
  --fluffy-01: #ffca7b;
  --fluffy-02: #d9d9d9;
  --fluffy-mv: var(--realize-orange);
  --fluffy-we02: #d9d9d9;
}

/* form */
.mw_wp_form {
  --form-bg-color: var(--white);
  --form-white: var(--white);
  --form-red: #c50000;
  --form-gray: #999999;
  --form-border: #cccccc;
  --form-policy-linkcolor: var(--realize-orange);
  --form-go-bg: #0969b2;
  --form-go-color: var(--white);
  --form-back-bg: #0969b2;
}

: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: 500px) {
  .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;
  color: var(--realize-orange);
}
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;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}

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

th,
td {
  padding: 24px;
  border: 3px solid var(--white);
  background: var(--gray);
  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;
}

th {
  width: 240px;
  background: var(--gray);
}

.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: 500px) {
  .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: 500px) {
  .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: 500px) {
  .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: 500px) {
  .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(40px, 5.3333333333vw, 48px);
  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: 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: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 600;
  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(--realize-orange);
  border-bottom: 1px solid var(--realize-orange) !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(--realize-orange);
  font-weight: 400 !important;
  border-bottom: 1px solid var(--realize-orange) !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 {
  -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: 500px) {
  .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._ver02 {
    padding: 5px 0 10px;
  }
  .swipe._ver02::before {
    background-image: url(../images/icon/swipe.png);
    max-width: 145px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    opacity: 0.8;
  }
}
@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;
}
.f-about-us_flex {
  margin-top: clamp(48px, 8vw, 72px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px clamp(48px, 6.875vw, 88px);
}
@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 > figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(560px, 49.375vw, 632px);
}
@media screen and (max-width: 900px) {
  .f-about-us_flex > figure {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .f-about-us_flex > figure {
    width: 100%;
  }
}
.f-about-us_flex > figure img {
  border-radius: clamp(10px, 1.5625vw, 20px);
}
.f-about-us .-inner h3 {
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.f-about-us .-inner .-btn {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
.f-about-us .-inner .-btn a {
  aspect-ratio: 240/56;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: auto;
  border-radius: 500px;
  background: var(--realize-orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px 0 28px;
}
.f-about-us .-inner .-btn a.en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.f-about-us .-inner .-btn a b {
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.f-about-us .-inner .-btn a span {
  aspect-ratio: 1/1;
  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;
  width: clamp(9px, 1.3333333333vw, 12px);
  height: auto;
}
.f-about-us .-inner .-btn a span::before {
  content: "";
  aspect-ratio: 1/1;
  background: var(--white);
  border-radius: 50%;
  width: clamp(9px, 1.1111111111vw, 10px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-about-us .-inner .-btn a span svg {
  position: relative;
  z-index: 1;
  aspect-ratio: 12/10;
  width: clamp(9px, 1.3333333333vw, 12px);
  height: auto;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-about-us .-inner .-btn a._en b {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.f-about-us .-inner .-btn a:hover {
  opacity: 1;
  scale: 1.05;
}
.f-about-us .-inner .-btn a:hover span::before {
  width: clamp(23px, 2.6666666667vw, 24px);
  height: auto;
}
.f-about-us .-inner .-btn a:hover span svg {
  display: block;
}
@media screen and (max-width: 500px) {
  .f-about-us .-inner .-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.f-working-environment {
  margin-top: clamp(80px, 17.7777777778vw, 160px);
  padding-top: clamp(72px, 17.7777777778vw, 160px);
  padding-bottom: clamp(80px, 17.7777777778vw, 160px);
  position: relative;
  background: var(--white);
}
.f-working-environment_flex {
  margin-top: clamp(48px, 8vw, 72px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px clamp(48px, 6.875vw, 88px);
}
@media screen and (max-width: 900px) {
  .f-working-environment_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.f-working-environment .-inner h3 {
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.f-working-environment .-inner .-btn {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
.f-working-environment .-inner .-btn a {
  aspect-ratio: 240/56;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: auto;
  border-radius: 500px;
  background: var(--realize-orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px 0 28px;
}
.f-working-environment .-inner .-btn a.en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.f-working-environment .-inner .-btn a b {
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.f-working-environment .-inner .-btn a span {
  aspect-ratio: 1/1;
  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;
  width: clamp(9px, 1.3333333333vw, 12px);
  height: auto;
}
.f-working-environment .-inner .-btn a span::before {
  content: "";
  aspect-ratio: 1/1;
  background: var(--white);
  border-radius: 50%;
  width: clamp(9px, 1.1111111111vw, 10px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-working-environment .-inner .-btn a span svg {
  position: relative;
  z-index: 1;
  aspect-ratio: 12/10;
  width: clamp(9px, 1.3333333333vw, 12px);
  height: auto;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-working-environment .-inner .-btn a._en b {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.f-working-environment .-inner .-btn a:hover {
  opacity: 1;
  scale: 1.05;
}
.f-working-environment .-inner .-btn a:hover span::before {
  width: clamp(23px, 2.6666666667vw, 24px);
  height: auto;
}
.f-working-environment .-inner .-btn a:hover span svg {
  display: block;
}
@media screen and (max-width: 500px) {
  .f-working-environment .-inner .-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.f-working-environment figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(560px, 49.375vw, 632px);
}
@media screen and (max-width: 900px) {
  .f-working-environment figure {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .f-working-environment figure {
    width: 100%;
  }
}
.f-working-environment figure img {
  border-radius: clamp(10px, 1.5625vw, 20px);
}

.f-person {
  margin-top: clamp(72px, 13.3333333333vw, 120px);
}
.f-person hgroup {
  margin-bottom: clamp(40px, 5.3333333333vw, 48px);
}
.f-person h3 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: bold;
  text-align: center;
}
.f-person_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  gap: 48px;
}
@media screen and (max-width: 900px) {
  .f-person_list {
    margin-top: 48px;
  }
}
.f-person_list .wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: clamp(10px, 1.5625vw, 20px) clamp(10px, 1.5625vw, 20px);
  overflow: hidden;
}
.f-person_list .wrap figure {
  overflow: hidden;
}
.f-person_list .wrap figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-person_list .wrap .-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(20px, 1.875vw, 24px) clamp(22px, 2.1875vw, 28px) clamp(28px, 2.65625vw, 34px);
}
.f-person_list .wrap .-inner > span {
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(26px, 2.5vw, 32px);
  height: auto;
  right: clamp(22px, 2.1875vw, 28px);
  bottom: clamp(22px, 2.1875vw, 28px);
  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-person_list .wrap .-inner > span::before {
  content: "";
  position: absolute;
  z-index: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 100%;
  height: auto;
  background: var(--realize-orange);
}
.f-person_list .wrap .-inner > span svg {
  position: relative;
  z-index: 1;
  aspect-ratio: 13/8;
  width: clamp(10px, 1.015625vw, 13px);
  height: auto;
}
.f-person_list .wrap .-inner > span svg path {
  fill: var(--white);
}
.f-person_list .wrap .-info {
  border-left: 2px solid var(--realize-orange);
  padding-left: clamp(12px, 1.7777777778vw, 16px);
}
.f-person_list .wrap .-info b {
  font-size: clamp(0.75rem, 1.6666666667vw, 0.9375rem);
  line-height: 1;
}
.f-person_list .wrap .-info b span {
  margin-right: clamp(6px, 0.625vw, 8px);
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: bold;
  color: var(--realize-orange);
}
.f-person_list .wrap .-career {
  margin-top: clamp(12px, 1.7777777778vw, 16px);
  font-size: clamp(0.75rem, 1.6666666667vw, 0.9375rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 45px;
}
.f-person_list .wrap:hover {
  opacity: 1;
}
.f-person_list .wrap:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.f-person_list .wrap:hover .-inner > span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.f-person_list .slick-dots {
  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: 12px;
}
.f-person_list .slick-dots button {
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background: var(--slick-dots-color);
  color: transparent;
  font-size: 1px;
  border-radius: 50%;
  border: none;
}
.f-person_list .slick-dots .slick-active button {
  background: var(--realize-orange);
}
.f-person .-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
.f-person .-btn a {
  aspect-ratio: 240/56;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: auto;
  border-radius: 500px;
  background: var(--realize-orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px 0 28px;
}
.f-person .-btn a.en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.f-person .-btn a b {
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.f-person .-btn a span {
  aspect-ratio: 1/1;
  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;
  width: clamp(9px, 1.3333333333vw, 12px);
  height: auto;
}
.f-person .-btn a span::before {
  content: "";
  aspect-ratio: 1/1;
  background: var(--white);
  border-radius: 50%;
  width: clamp(9px, 1.1111111111vw, 10px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-person .-btn a span svg {
  position: relative;
  z-index: 1;
  aspect-ratio: 12/10;
  width: clamp(9px, 1.3333333333vw, 12px);
  height: auto;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-person .-btn a._en b {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.f-person .-btn a:hover {
  opacity: 1;
  scale: 1.05;
}
.f-person .-btn a:hover span::before {
  width: clamp(23px, 2.6666666667vw, 24px);
  height: auto;
}
.f-person .-btn a:hover span svg {
  display: block;
}

.f-infographics {
  margin-top: clamp(80px, 9.7777777778vw, 88px);
  padding-top: clamp(72px, 17.7777777778vw, 160px);
  position: relative;
}
.f-infographics_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 40px clamp(32px, 3.75vw, 48px);
  width: 100%;
  max-width: 1072px;
}
@media screen and (max-width: 900px) {
  .f-infographics_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-infographics_flex .-img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(430px, 45.078125vw, 577px);
  overflow: hidden;
  border-radius: clamp(10px, 1.5625vw, 20px);
}
@media screen and (max-width: 617px) {
  .f-infographics_flex .-img {
    width: 100%;
  }
}
.f-infographics_flex .-img figure {
  position: relative;
  z-index: 0;
}
.f-infographics_flex .-img figure:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 500px) {
  .f-infographics_flex .-img figure:nth-of-type(1) {
    display: none;
  }
}
.f-infographics_flex .-img figure:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 500px) {
  .f-infographics_flex .-img figure:nth-of-type(2) {
    display: block;
  }
}
.f-infographics_flex .-img figure img {
  border-radius: clamp(10px, 1.5625vw, 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-infographics_flex .-img hgroup {
  position: absolute;
  z-index: 1;
  top: clamp(24px, 3.4375vw, 44px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .f-infographics_flex .-img hgroup {
    top: clamp(16px, 2.5vw, 32px);
  }
}
@media (hover: hover) {
  .f-infographics_flex .-img:hover {
    opacity: 1;
  }
  .f-infographics_flex .-img:hover img {
    scale: 1.05;
  }
}
@media (hover: none) {
  .f-infographics_flex .-img {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .f-infographics_flex .-img:active {
    opacity: 1;
  }
  .f-infographics_flex .-img:active img {
    scale: 1.05;
  }
}
.f-infographics_flex .-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .f-infographics_flex .-inner {
    gap: 16px;
  }
}
.f-infographics_flex .-inner h3 {
  position: relative;
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .f-infographics_flex .-inner h3 {
    margin-bottom: 8px;
  }
}
.f-infographics_flex .-inner h3::before {
  content: "";
  height: 70%;
  width: 2px;
  position: absolute;
  top: 5px;
  left: 0;
  background: var(--realize-black);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.f-infographics_flex .-inner h3::after {
  content: "";
  height: 70%;
  width: 2px;
  position: absolute;
  top: 5px;
  right: 0;
  background: var(--realize-black);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.f-infographics_flex .-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(6px, 0.703125vw, 9px);
  border: 2px solid var(--realize-orange);
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(24px, 3.125vw, 40px) clamp(40px, 6.25vw, 80px);
  width: 100%;
  max-width: 446px;
  border-radius: clamp(10px, 1.171875vw, 15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-infographics_flex .-inner a > span {
  position: relative;
  top: 2px;
  aspect-ratio: 1/1;
  width: clamp(21px, 3.5555555556vw, 32px);
  height: auto;
}
.f-infographics_flex .-inner a > span svg {
  width: 100%;
  height: 100%;
  display: block;
}
.f-infographics_flex .-inner a > span svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-infographics_flex .-inner a b {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--realize-orange);
  font-size: clamp(0.875rem, 2.2222222222vw, 1.25rem);
  line-height: 1;
}
.f-infographics_flex .-inner a._o {
  background: var(--realize-orange);
}
.f-infographics_flex .-inner a._o > span svg path {
  fill: var(--white);
}
.f-infographics_flex .-inner a._o b {
  color: var(--white);
}
.f-infographics_flex .-inner a:hover {
  opacity: 1;
  background: var(--realize-orange);
}
.f-infographics_flex .-inner a:hover > span svg path {
  fill: var(--white);
}
.f-infographics_flex .-inner a:hover b {
  color: var(--white);
}
.f-infographics_flex .-inner a:hover._o {
  background: var(--white);
}
.f-infographics_flex .-inner a:hover._o > span svg path {
  fill: var(--realize-orange);
}
.f-infographics_flex .-inner a:hover._o b {
  color: var(--realize-orange);
}

.f-bg_white {
  position: relative;
  z-index: 1;
  background: var(--white);
}

.f-requirements {
  padding-top: clamp(64px, 17.5555555556vw, 158px);
  padding-bottom: clamp(80px, 19.5555555556vw, 176px);
  position: relative;
  overflow: hidden;
}
.f-requirements_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px clamp(48px, 6.25vw, 80px);
}
@media screen and (max-width: 900px) {
  .f-requirements_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-requirements_img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(292px, 50vw, 640px);
}
.f-requirements_img .-img {
  width: calc(100% - 40px);
}
@media screen and (max-width: 900px) {
  .f-requirements_img {
    width: 100%;
  }
}
.f-requirements .-inner hgroup {
  margin-bottom: 48px;
}
.f-requirements .-inner h3 {
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.f-requirements .-inner > p {
  margin-bottom: clamp(48px, 6.2222222222vw, 56px);
}

.f-news {
  margin-top: clamp(72px, 13.3333333333vw, 120px);
  position: relative;
}
.f-news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@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_flex hgroup {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(230px, 20.078125vw, 257px);
}
.f-news_inner {
  width: 100%;
}
.f-news_inner ul {
  width: 100%;
}
.f-news_inner ul li {
  width: 100%;
}
.f-news_inner ul li + li {
  margin-top: 12px;
}
.f-news_inner ul a {
  -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;
  gap: clamp(7px, 0.625vw, 8px);
  background: var(--white);
  border-radius: 10px;
  position: relative;
  padding: clamp(24px, 2.03125vw, 26px) clamp(24px, 2.5vw, 32px);
  padding-right: 72px;
}
.f-news_inner ul a span {
  aspect-ratio: 1/1;
  width: clamp(24px, 3.5555555556vw, 32px);
  height: auto;
  position: absolute;
  right: clamp(24px, 2.8125vw, 36px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-news_inner ul a span::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: var(--realize-orange);
  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;
}
.f-news_inner ul a span svg {
  aspect-ratio: 13/8;
  width: clamp(11px, 1.4444444444vw, 13px);
  height: auto;
  position: relative;
  z-index: 1;
}
.f-news_inner ul a span svg path {
  fill: var(--white);
}
.f-news_inner ul a:hover {
  opacity: 1;
}
.f-news_inner ul a:hover span::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.f-news_inner time {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  font-weight: bold;
  color: var(--realize-orange);
  line-height: 1;
}
.f-news_inner p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.f-news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
.f-news_btn a {
  aspect-ratio: 240/56;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: auto;
  border-radius: 500px;
  background: var(--realize-orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px 0 28px;
}
.f-news_btn a.en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.f-news_btn a b {
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.f-news_btn a span {
  aspect-ratio: 1/1;
  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;
  width: clamp(9px, 1.3333333333vw, 12px);
  height: auto;
}
.f-news_btn a span::before {
  content: "";
  aspect-ratio: 1/1;
  background: var(--white);
  border-radius: 50%;
  width: clamp(9px, 1.1111111111vw, 10px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-news_btn a span svg {
  position: relative;
  z-index: 1;
  aspect-ratio: 12/10;
  width: clamp(9px, 1.3333333333vw, 12px);
  height: auto;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-news_btn a._en b {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.f-news_btn a:hover {
  opacity: 1;
  scale: 1.05;
}
.f-news_btn a:hover span::before {
  width: clamp(23px, 2.6666666667vw, 24px);
  height: auto;
}
.f-news_btn a:hover span svg {
  display: block;
}
@media screen and (max-width: 500px) {
  .f-news_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}