@charset "UTF-8";
/* ↓↓↓ common ↓↓↓ */
:root {
  --bebas_neue: "Bebas Neue", sans-serif;
  --ibm_plex_sans: "IBM Plex Sans JP", sans-serif;
  --inter: "Inter", sans-serif;
}

body.noscroll {
  overflow: clip;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wb {
  display: inline-block;
}

.conts_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}

.conts_ttl .en {
  font-size: calc(82 / var(--conts_size) * 100cqw);
  font-family: var(--bebas_neue);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .conts_ttl .en {
    font-size: 6.8rem;
  }
}
.conts_ttl .ja {
  position: relative;
  width: 100%;
  font-size: max(16 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #E60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(14 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .conts_ttl .ja {
    font-size: 1.6rem;
    gap: 8px;
  }
}
.conts_ttl .ja :is(.line_l, .line_r) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: var(--ttl_deco);
  display: block;
}

.conts_ttl .ja .line_l {
  --ttl_deco: #009332;
}

.conts_ttl .ja .line_r {
  --ttl_deco: #0169DE;
}

/* ↑↑↑ common ↑↑↑ */
/* ↓↓↓ header ↓↓↓ */
header {
  --conts_size: 1440;
}

@media screen and (max-width: 768px) {
  header {
    --conts_size: 414;
  }
}
header .haeder_logo {
  position: fixed;
  top: min(43 / var(--conts_size) * 100vw, 43px);
  left: min(50 / var(--conts_size) * 100vw, 50px);
  width: 160px;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  header .haeder_logo {
    width: 110px;
    top: 34px;
    left: 20px;
  }
}
header .haeder_logo a {
  width: 100%;
  display: block;
}

header nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  overflow: hidden;
  clip-path: circle(0% at 96.2% 50%);
  -webkit-transition: clip-path ease 0.3s;
  transition: clip-path ease 0.3s;
  top: min(34 / var(--conts_size) * 100vw, 34px);
  right: min(50 / var(--conts_size) * 100vw, 50px);
  z-index: 10;
}

header nav.active {
  clip-path: circle(136% at 96.25% 50%);
}

@media screen and (max-width: 768px) {
  header nav {
    width: 100vw;
    height: 100vh;
    clip-path: circle(0% at calc(100% - 50px) 40px);
    top: 0;
    right: 0;
  }
  header nav.active {
    clip-path: circle(136% at 96.25% 50%);
  }
}
header nav .menu {
  position: relative;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px min(60 / var(--conts_size) * 100vw, 60px);
  padding-inline: min(90 / var(--conts_size) * 100vw, 90px) min(125 / var(--conts_size) * 100vw, 125px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  header nav .menu {
    width: 100%;
    height: 100%;
    -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;
    padding: 150px 30px 0;
  }
}
header nav::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1F1F1F;
  border-radius: 9999px;
  -webkit-transition: width ease 0.5s;
  transition: width ease 0.5s;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  header nav::before {
    border-radius: unset;
  }
}
@media screen and (max-width: 768px) {
  header nav .menu::after {
    content: "";
    position: absolute;
    width: min(366 / var(--conts_size) * 100vw, 366px);
    height: auto;
    aspect-ratio: 366/128;
    background-image: url(../img/header_menu_txt.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.18;
    bottom: 27px;
    left: 22px;
  }
}
header nav .menu .link {
  width: 100%;
  font-size: min(max(16 / var(--conts_size) * 100vw, 1rem), 1.6rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  header nav .menu .link {
    font-size: 2rem;
  }
}
header .toggle_btn {
  position: fixed;
  width: 65px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: unset;
  background-color: #E60012;
  cursor: pointer;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  top: min(34 / var(--conts_size) * 100vw, 34px);
  right: min(50 / var(--conts_size) * 100vw, 50px);
  z-index: 11;
}

@media screen and (max-width: 768px) {
  header .toggle_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  header .toggle_btn {
    width: 60px;
    top: 20px;
    right: 20px;
  }
}
header .toggle_btn::before,
header .toggle_btn::after {
  content: "";
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}

header .toggle_btn::before {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
}

header .toggle_btn::after {
  -webkit-transform: translate(-50%, calc(-50% + 4px));
          transform: translate(-50%, calc(-50% + 4px));
}

header nav.active + .toggle_btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

header nav.active + .toggle_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  header .toggle_btn::before,
  header .toggle_btn::after {
    width: 23px;
  }
}
/* ↑↑↑ header ↑↑↑ */
/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: clip;
  --conts_size: 1440;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 100px 0 96px;
    background-color: #0A0A0A;
    --conts_size: 414;
  }
}
.fv .swiper {
  position: relative;
}
.fv-mask {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}

.fv .img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv .img {
    height: 100%;
  }
}

.fv .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/810;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

@media screen and (max-width: 768px) {
  .fv .img img {
    aspect-ratio: 414/540;
  }
}
.fv .copy-wrap {
  position: absolute;
  bottom: min(27 / var(--conts_size) * 100vw, 27px);
  left: min(50 / var(--conts_size) * 100vw, 50px);
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1.2s ease-out;
  transition: clip-path 1.2s ease-out;
}
@media screen and (max-width: 768px) {
  .fv .copy-wrap {
    bottom: 0;
    left: min(20 / var(--conts_size) * 100vw, 20px);
  }
}

.fv .copy {
  font-size: min(180 / var(--conts_size) * 100vw, 18rem);
  font-family: var(--bebas_neue);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.fv .copy span {
  display: inline-block;
}

.fv .copy span:nth-of-type(2) {
  margin: min(32 / var(--conts_size) * 100vw, 32px) min(35 / var(--conts_size) * 100vw, 35px) 0 0;
}

@media screen and (max-width: 768px) {
  .fv .copy {
    font-size: min(110 / var(--conts_size) * 100vw, 11rem);
  }
  .fv .copy span:nth-of-type(2) {
    margin-top: min(12 / var(--conts_size) * 100vw, 12px);
  }
  .fv .copy span:nth-of-type(3) {
    margin-top: min(-8 / var(--conts_size) * 100vw, -8px);
  }
}
.fv .copy_for {
  position: absolute;
  width: min(133 / var(--conts_size) * 100vw, 133px);
  mix-blend-mode: difference;
  bottom: min(150 / var(--conts_size) * 100vw, 150px);
  left: min(85 / var(--conts_size) * 100vw, 85px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv .copy_for {
    width: min(84 / var(--conts_size) * 100vw, 84px);
    bottom: min(187 / var(--conts_size) * 100vw, 187px);
    left: min(50 / var(--conts_size) * 100vw, 50px);
  }
}
.fv .scrollbar {
  position: absolute;
  width: 1px;
  height: min(130 / var(--conts_size) * 100vw, 130px);
  background-color: rgba(255, 255, 255, 0.35);
  overflow: clip;
  bottom: min(50 / var(--conts_size) * 100vw, 50px);
  right: min(81 / var(--conts_size) * 100vw, 81px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv .scrollbar {
    height: 80px;
    bottom: 23px;
    right: min(35 / var(--conts_size) * 100vw, 35px);
  }
}
.fv .scrollbar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: min(68 / var(--conts_size) * 100vw, 68px);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: fv_scroll 1.5s ease 0s infinite forwards;
          animation: fv_scroll 1.5s ease 0s infinite forwards;
  translate: 0 -100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .fv .scrollbar::before {
    height: 42px;
  }
}
@-webkit-keyframes fv_scroll {
  0% {
    translate: 0 -100%;
  }
  80% {
    translate: 0 200%;
  }
  100% {
    translate: 0 200%;
  }
}
@keyframes fv_scroll {
  0% {
    translate: 0 -100%;
  }
  80% {
    translate: 0 200%;
  }
  100% {
    translate: 0 200%;
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ mission ↓↓↓ */
.mission {
  --conts_size: 1440;
  background-color: #E9E9E9;
  padding-block: min(265 / var(--conts_size) * 100vw, 265px) min(174 / var(--conts_size) * 100vw, 174px);
}

@media screen and (max-width: 768px) {
  .mission {
    padding-block: 290px 170px;
  }
}
.mission .inner {
  position: relative;
  max-width: 1440px;
  container-type: inline-size;
  margin: 0 auto;
}

.mission .inner .deco_img {
  position: absolute;
  width: calc(360 / var(--conts_size) * 100cqw);
  display: block;
  top: calc(-105 / var(--conts_size) * 100cqw);
  right: 0;
}

@media screen and (max-width: 768px) {
  .mission .inner .deco_img {
    width: 200px;
    top: -210px;
  }
}
.mission .inner .conts_ttl {
  margin: 0 auto;
}

.mission .inner .felx_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px calc(120 / var(--conts_size) * 100cqw);
  margin-top: calc(84 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .mission .inner .felx_block {
    -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;
    margin-top: 53px;
  }
}
.mission .inner .felx_block .img {
  width: calc(680 / var(--conts_size) * 100cqw);
  display: block;
}
.mission .inner .felx_block .img img {
  width: 100%;
  aspect-ratio: 68/73;
}

@media screen and (max-width: 768px) {
  .mission .inner .felx_block .img {
    width: 100%;
  }
}
.mission .inner .felx_block .txt_group {
  max-width: calc(540 / var(--conts_size) * 100cqw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: calc(170 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .mission .inner .felx_block .txt_group {
    max-width: unset;
    padding-top: unset;
    padding-inline: 20px;
  }
}
.mission .inner .felx_block .head {
  font-size: calc(26 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .mission .inner .felx_block .head {
    font-size: 2rem;
    text-align: center;
  }
}
.mission .inner .felx_block .txt {
  font-size: max(18 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-top: calc(30 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .mission .inner .felx_block .txt {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
/* ↑↑↑ mission ↑↑↑ */
/* ↓↓↓ business ↓↓↓ */
.business {
  --conts_size: 1440;
  background-color: #222222;
  padding-block: min(169 / var(--conts_size) * 100vw, 169px) min(370 / var(--conts_size) * 100vw, 370px);
}

@media screen and (max-width: 768px) {
  .business {
    padding-block: 150px 180px;
  }
}
.business .wrap {
  position: relative;
  max-width: 1440px;
  container-type: inline-size;
  margin: 0 auto;
}

.business .deco_img {
  position: absolute;
  width: calc(340 / var(--conts_size) * 100cqw);
  display: block;
  top: calc(-322 / var(--conts_size) * 100cqw);
  right: calc(200 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .business .deco_img {
    width: 240px;
    top: -240px;
    right: unset;
    left: 20px;
  }
}
.business .inner {
  position: relative;
  width: min(1240 / var(--conts_size) * 100vw, 1240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 53px min(96 / var(--conts_size) * 100vw, 96px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .business .inner {
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .business .conts_ttl {
    margin: 0 auto;
  }
}
.business .conts_ttl .en {
  color: #fff;
}

.business .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: calc(91 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .business .container {
    padding-top: unset;
  }
}
.business .container .lead {
  font-size: max(18 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .business .container .lead {
    font-size: 1.4rem;
    padding-inline: 20px;
  }
}
.business .container .list {
  border-top: 1px solid #757575;
  margin-top: calc(63 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .business .container .list {
    margin-top: 52px;
  }
}
.business .container .list .item {
  border-bottom: 1px solid #757575;
}

.business .container .list .item .link {
  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: padding ease 0.3s, background-color ease 0.3s;
  transition: padding ease 0.3s, background-color ease 0.3s;
  padding-block: calc(18 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .business .container .list .item .link {
    padding: 13px 20px 13px 0;
  }
}
.business .container .list .item .link:hover {
  background-color: #E60012;
  padding-inline: calc(20 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .business .container .list .item .link:hover {
    padding-inline: 20px 40px;
  }
}
.business .container .list .item .icon {
  width: calc(40 / var(--conts_size) * 100cqw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

@media screen and (max-width: 768px) {
  .business .container .list .item .icon {
    width: 40px;
  }
}
.business .container .list .item .link:hover .icon {
  opacity: 1;
}

.business .container .list .item .txt {
  font-size: calc(22 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .business .container .list .item .txt {
    font-size: 1.8rem;
  }
}
.business .container .list .item .txt .num {
  font-size: max(14 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--inter);
  font-style: italic;
  font-weight: 500;
  margin-left: calc(13 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .business .container .list .item .txt .num {
    font-size: 1rem;
    margin-left: 12px;
  }
}
/* ↑↑↑ business ↑↑↑ */
/* ↓↓↓ b_block ↓↓↓ */
.b_block {
  --conts_size: 1440;
  background-color: #111111;
}

@media screen and (max-width: 768px) {
  .b_block {
    --conts_size: 414;
  }
}
.b_block .wrap {
  position: relative;
  max-width: 1440px;
  container-type: inline-size;
  margin: 0 auto;
}

.b_block01 {
  padding-block: min(290 / var(--conts_size) * 100vw, 290px) min(90 / var(--conts_size) * 100vw, 90px);
}

@media screen and (max-width: 768px) {
  .b_block01 {
    padding-block: 160px 100px;
  }
}
.b_block02 {
  padding-block: min(90 / var(--conts_size) * 100vw, 90px) min(220 / var(--conts_size) * 100cqw, 220px);
}

@media screen and (max-width: 768px) {
  .b_block02 {
    padding-block: 20px 160px;
  }
}
.b_block03 {
  background-color: #222222;
  padding-block: min(120 / var(--conts_size) * 100vw, 120px) min(220 / var(--conts_size) * 100cqw, 220px);
}

@media screen and (max-width: 768px) {
  .b_block03 {
    padding-block: calc(260 / var(--conts_size) * 100cqw) 160px;
  }
}
.b_block04 {
  padding-block: min(120 / var(--conts_size) * 100vw, 120px) min(335 / var(--conts_size) * 100cqw, 335px);
}

@media screen and (max-width: 768px) {
  .b_block04 {
    padding-block: calc(260 / var(--conts_size) * 100cqw) 0;
  }
}
.b_block02 .wrap::before {
  content: "";
  position: absolute;
  width: min(1340 / var(--conts_size) * 100vw, 1340px);
  height: auto;
  aspect-ratio: 1340/770;
  background-color: #222222;
  top: max(-90 / var(--conts_size) * 100vw, -90px);
  right: 0;
}

@media screen and (max-width: 768px) {
  .b_block02 .wrap::before {
    width: calc(100% - 20px);
    height: calc(360 / var(--conts_size) * 100cqw);
    top: -20px;
    right: unset;
    left: 0;
  }
}
.b_block01 .deco_img {
  position: absolute;
  width: calc(400 / var(--conts_size) * 100cqw);
  top: calc(-500 / var(--conts_size) * 100cqw);
  left: calc(140 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block01 .deco_img {
    width: min(200 / var(--conts_size) * 100cqw, 200px);
    top: -220px;
    left: unset;
    right: 0;
  }
}
.b_block01 .head_img {
  position: absolute;
  width: calc(760 / var(--conts_size) * 100cqw);
  top: calc(-400 / var(--conts_size) * 100cqw);
  right: 0;
}

@media screen and (max-width: 768px) {
  .b_block01 .head_img {
    position: initial;
    width: min(394 / var(--conts_size) * 100cqw, 394px);
    top: 0;
    right: unset;
    left: 0;
  }
}
:is(.b_block01, .b_block03, .b_block04) .inner {
  position: relative;
  max-width: calc(1240 / var(--conts_size) * 100cqw);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .b_block01 .inner {
    max-width: calc(100% - 40px);
    margin-top: 40px;
  }
  :is(.b_block03, .b_block04) .inner {
    max-width: calc(100% - 40px);
  }
}
.b_block02 .lead_group {
  position: relative;
  padding: calc(76 / var(--conts_size) * 100cqw) calc(100 / var(--conts_size) * 100cqw) calc(79 / var(--conts_size) * 100cqw) 0;
}

@media screen and (max-width: 768px) {
  .b_block02 .lead_group {
    padding: unset;
  }
}
.b_block03 .lead_group {
  margin-left: calc(600 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block03 .lead_group {
    margin-left: unset;
  }
}
.b_block05 .lead_group {
  position: relative;
  max-width: calc(1240 / var(--conts_size) * 100cqw);
  padding-block: calc(122 / var(--conts_size) * 100cqw) calc(286 / var(--conts_size) * 100cqw);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .b_block05 .lead_group {
    max-width: unset;
    padding-block: 95px 102px;
  }
}
.b_block02 .lead_group .business_swiper {
  position: absolute;
  width: calc(1390 / var(--conts_size) * 100cqw);
  display: block;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .b_block02 .lead_group .business_swiper {
    position: initial;
    width: calc(394 / var(--conts_size) * 100cqw);
  }
}
.b_block02 .lead_group .swiper-wrapper {
  height: auto;
}

.b_block03 .head_img {
  position: absolute;
  width: calc(600 / var(--conts_size) * 100cqw);
  top: calc(-200 / var(--conts_size) * 100cqw);
  left: 0;
}

@media screen and (max-width: 768px) {
  .b_block03 .head_img {
    width: calc(394 / var(--conts_size) * 100cqw);
    top: calc(-320 / var(--conts_size) * 100cqw);
  }
}
.b_block04 .head_img {
  position: absolute;
  width: calc(600 / var(--conts_size) * 100cqw);
  top: calc(-200 / var(--conts_size) * 100cqw);
  right: 0;
}

@media screen and (max-width: 768px) {
  .b_block04 .head_img {
    width: calc(394 / var(--conts_size) * 100cqw);
    top: calc(-320 / var(--conts_size) * 100cqw);
  }
}
.b_block05 .head_img {
  position: absolute;
  width: calc(100% + 100 / var(--conts_size) * 100cqw * 2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  translate: -50% 0;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .b_block05 .head_img {
    position: initial;
    width: calc(394 / var(--conts_size) * 100cqw);
    top: calc(-320 / var(--conts_size) * 100cqw);
    translate: unset;
  }
}
.b_block02 .ttl {
  position: relative;
  margin-left: calc(700 / var(--conts_size) * 100cqw);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .b_block02 .ttl {
    margin: 40px 20px 0;
  }
}
.b_block05 .ttl {
  position: relative;
}

@media screen and (max-width: 768px) {
  .b_block05 .ttl {
    max-width: calc(100% - 40px);
    margin: 50px auto 0;
  }
}
.b_block .ttl .ja {
  font-size: calc(48 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  .b_block .ttl .ja {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}
.b_block .ttl .en {
  position: relative;
  font-family: var(--inter);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #E60012;
  display: block;
  padding-left: calc(34 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block .ttl .en {
    padding-left: 24px;
  }
}
.b_block .ttl .en::before {
  content: "";
  position: absolute;
  width: calc(20 / var(--conts_size) * 100cqw);
  height: 1px;
  background-color: #fff;
  translate: 0 -50%;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 768px) {
  .b_block .ttl .en::before {
    width: 14px;
  }
}
.b_block .ttl .en .txt {
  font-size: max(15 / var(--conts_size) * 100cqw, 1rem);
}

@media screen and (max-width: 768px) {
  .b_block .ttl .en .txt {
    font-size: 1.2rem;
  }
}
.b_block .ttl .en .num {
  font-size: max(14 / var(--conts_size) * 100cqw, 1rem);
  margin-left: calc(22 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block .ttl .en .num {
    font-size: 1rem;
    margin-left: 15px;
  }
}
.b_block .txt_group {
  position: relative;
  margin-top: calc(40 / var(--conts_size) * 100cqw);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .b_block .txt_group {
    margin-top: 25px;
  }
}
.b_block01 .txt_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px calc(60 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block01 .txt_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b_block02 .txt_group {
  margin-top: calc(40 / var(--conts_size) * 100cqw);
  margin-left: calc(700 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block02 .txt_group {
    margin: 30px 20px 0;
  }
}
.b_block05 .txt_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px calc(80 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block05 .txt_group {
    max-width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
  }
}
.b_block .txt_group .lead {
  font-size: calc(26 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  line-height: 1.6153846154;
  letter-spacing: 0;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .b_block .txt_group .lead {
    font-size: 2rem;
  }
}
.b_block .txt_group .txt {
  max-width: calc(640 / var(--conts_size) * 100cqw);
  font-size: max(18 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: justify;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .b_block .txt_group .txt {
    max-width: unset;
    font-size: 1.4rem;
    line-height: 2;
  }
}
:is(.b_block02, .b_block03, .b_block04) .txt_group .txt {
  margin-top: calc(30 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  :is(.b_block02, .b_block03, .b_block04) .txt_group .txt {
    margin-top: 30px;
  }
}
.b_block01 .txt_group .txt {
  max-width: calc(660 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block01 .txt_group .txt {
    max-width: unset;
  }
}
.b_block01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / var(--conts_size) * 100cqw);
  margin-top: calc(83 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block01 .list {
    gap: 10px;
    margin-top: 35px;
  }
}
.b_block01 .list .item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px calc(40 / var(--conts_size) * 100cqw);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: calc(40 / var(--conts_size) * 100cqw) calc(50 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block01 .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 22px;
  }
}
.b_block01 .list .item .haed {
  font-size: calc(26 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  letter-spacing: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .b_block01 .list .item .haed {
    font-size: 2rem;
  }
}
.b_block01 .list .item .img {
  width: calc(300 / var(--conts_size) * 100cqw);
  border-radius: calc(12 / var(--conts_size) * 100cqw);
  overflow: clip;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .b_block01 .list .item .img {
    width: calc(270 / var(--conts_size) * 100cqw);
    margin-left: auto;
  }
}
.b_block01 .list .item .txt {
  max-width: calc(570 / var(--conts_size) * 100cqw);
  font-size: max(16 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: justify;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .b_block01 .list .item .txt {
    max-width: unset;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.b_block02 .container {
  position: relative;
  max-width: calc(1240 / var(--conts_size) * 100cqw);
  margin: calc(80 / var(--conts_size) * 100cqw) auto 0;
}

@media screen and (max-width: 768px) {
  .b_block02 .container {
    max-width: unset;
    margin: 52px 20px 0;
  }
}
.b_block02 .container .cont_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(26 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  background-color: #E60013;
  display: inline-block;
  padding: calc(11 / var(--conts_size) * 100cqw) calc(30 / var(--conts_size) * 100cqw) calc(8 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block02 .container .cont_ttl {
    font-size: 2rem;
    padding: 8px 20px;
  }
}
.b_block02 .container .cont_lead {
  font-size: max(18 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: justify;
  margin-top: calc(40 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block02 .container .cont_lead {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 20px;
  }
}
.b_block02 .container .cont_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px calc(50 / var(--conts_size) * 100cqw);
  margin-top: calc(63 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block02 .container .cont_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 42px;
  }
}
.b_block02 .container .cont_list .item {
  width: calc(100% - 50 / var(--conts_size) * 100cqw * 2);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .b_block02 .container .cont_list .item {
    width: 100%;
  }
}
.b_block02 .container .cont_list .item .img {
  width: 100%;
  display: block;
}

.b_block02 .container .cont_list .item .txt {
  font-size: calc(22 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  text-align: center;
  padding: calc(30 / var(--conts_size) * 100cqw) calc(40 / var(--conts_size) * 100cqw) calc(40 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block02 .container .cont_list .item .txt {
    font-size: 1.8rem;
    padding: 30px 20px;
  }
}
.b_block02 .container .cont_box {
  background-color: #fff;
  padding-right: calc(50 / var(--conts_size) * 100cqw);
  margin-top: calc(60 / var(--conts_size) * 100cqw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(40 / var(--conts_size) * 100cqw);
}

.b_block02 .container .cont_box + .cont_box {
  margin-top: calc(60 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box {
    padding: 20px 20px 50px;
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .b_block02 .container .cont_box + .cont_box {
    margin-top: 20px;
  }
}
.b_block02 .container {
  font-family: var(--ibm_plex_sans);
}
.b_block02 .container .cont_box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box:last-child {
    padding-bottom: 80px;
  }
}
.b_block02 .container .cont_box .img_blodk {
  width: calc(380 / var(--conts_size) * 100cqw);
}
@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box .img_blodk {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}
.b_block02 .container .cont_box .img {
  width: 100%;
}
.b_block02 .container .cont_box .img img {
  width: 100%;
  aspect-ratio: 380/227.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.b_block02 .container .cont_box .text_block {
  width: calc(770 / var(--conts_size) * 100cqw);
}
@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box .text_block {
    width: 100%;
  }
}
.b_block02 .container .cont_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(82 / var(--conts_size) * 100cqw);
}
@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
.b_block02 .container .cont_box .list + .list {
  margin-top: calc(25 / var(--conts_size) * 100cqw);
  padding-top: calc(38 / var(--conts_size) * 100cqw);
  border-top: 1px solid rgba(117, 117, 117, 0.5);
}
@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box .list + .list {
    margin-top: 15px;
    padding-top: 20px;
  }
}
.b_block02 .container .cont_box .term {
  padding-left: calc(25 / var(--conts_size) * 100cqw);
  width: calc(183 / var(--conts_size) * 100cqw);
  font-size: calc(22 / var(--conts_size) * 100cqw);
  font-weight: 700;
  color: #004B9E;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box .term {
    padding-left: 14px;
    width: 100%;
    font-size: 18px;
  }
}
.b_block02 .container .cont_box .term::before {
  content: "";
  width: calc(6 / var(--conts_size) * 100cqw);
  height: calc(6 / var(--conts_size) * 100cqw);
  border-radius: 50%;
  background-color: #E60012;
  position: absolute;
  top: calc(12 / var(--conts_size) * 100cqw);
  left: calc(5 / var(--conts_size) * 100cqw);
}
@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box .term::before {
    width: 6px;
    height: 6px;
    top: 8px;
    left: 0;
  }
}
.b_block02 .container .cont_box .description {
  font-size: calc(16 / var(--conts_size) * 100cqw);
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #222;
}
@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box .description {
    padding-left: 1em;
    font-size: 14px;
    line-height: 2;
  }
}
.b_block02 .container .cont_box .note {
  margin-top: calc(10 / var(--conts_size) * 100cqw);
  display: inline-block;
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-size: calc(14 / var(--conts_size) * 100cqw);
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  left: calc(380 / var(--conts_size) * 100cqw + 40 / var(--conts_size) * 100cqw);
}
@media screen and (max-width: 768px) {
  .b_block02 .container .cont_box .note {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.8;
    left: 20px;
  }
}

.b_block03 .figure_block {
  background-color: #fff;
  margin-top: calc(195 / var(--conts_size) * 100cqw);
  padding: calc(30 / var(--conts_size) * 100cqw) 0;
  border-radius: calc(12 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .b_block03 .figure_block {
    margin-top: 35px;
    padding: 35px 20px 0;
  }
}
.b_block03 .figure_block {
  font-family: var(--ibm_plex_sans);
}
.b_block03 .figure_block .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .list {
    grid-template-columns: 1fr;
  }
}
.b_block03 .figure_block .item {
  padding: calc(140 / var(--conts_size) * 100cqw) 0 calc(36 / var(--conts_size) * 100cqw);
  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;
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .item {
    padding: 0 18px 43px;
    display: block;
  }
}
.b_block03 .figure_block .item + .item {
  border-left: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .item + .item {
    padding-top: 38px;
    border-left: none;
    border-top: 1px solid #222;
  }
}
.b_block03 .figure_block .item:first-of-type .txt::before {
  width: calc(89.7 / var(--conts_size) * 100cqw);
  height: calc(80 / var(--conts_size) * 100cqw);
  background: url(../img/business03_icon01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .item:first-of-type .txt::before {
    width: 60px;
    height: 53.5px;
  }
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .item:nth-of-type(2) .txt {
    margin-left: -7px;
  }
}
.b_block03 .figure_block .item:nth-of-type(2) .txt::before {
  width: calc(130.3 / var(--conts_size) * 100cqw);
  height: calc(74 / var(--conts_size) * 100cqw);
  background: url(../img/business03_icon02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .item:nth-of-type(2) .txt::before {
    width: 70px;
    height: 39.8px;
  }
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .item:last-of-type .txt {
    margin-left: 13px;
  }
}
.b_block03 .figure_block .item:last-of-type .txt::before {
  width: calc(81 / var(--conts_size) * 100cqw);
  height: calc(89.5 / var(--conts_size) * 100cqw);
  background: url(../img/business03_icon03.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .item:last-of-type .txt::before {
    width: 50px;
    height: 55.3px;
  }
}
.b_block03 .figure_block .txt {
  font-size: calc(22 / var(--conts_size) * 100cqw);
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .txt {
    font-size: 18px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .b_block03 .figure_block .txt.line-break {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.b_block03 .figure_block .txt::before {
  content: "";
  position: absolute;
  top: calc(-100 / var(--conts_size) * 100cqw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .b_block03 .figure_block .txt::before {
    position: static;
    display: inline-block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.b_block05 .tps_box {
  position: absolute;
  width: calc(1240 / var(--conts_size) * 100cqw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  translate: -50% 50%;
  bottom: 0;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .b_block05 .tps_box {
    width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    translate: -50% 100%;
    bottom: 45px;
  }
}
.b_block05 .tps_box .head {
  width: calc(357 / var(--conts_size) * 100cqw);
  background-color: #E60013;
  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-size: calc(36 / var(--conts_size) * 100cqw);
  font-family: var(--inter);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  padding: calc(20 / var(--conts_size) * 100cqw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .b_block05 .tps_box .head {
    width: 100%;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    padding: 40px 20px 27px;
  }
}
.b_block05 .tps_box .txt {
  font-size: max(18 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0;
  color: #fff;
  background-color: #222222;
  padding: calc(120 / var(--conts_size) * 100cqw) calc(140 / var(--conts_size) * 100cqw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .b_block05 .tps_box .txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
    padding: 40px 20px 42px;
  }
}
/* ↑↑↑ b_block ↑↑↑ */
/* ↓↓↓ message ↓↓↓ */
.message {
  --conts_size: 1440;
  background-color: #E9E9E9;
  padding-top: min(339 / var(--conts_size) * 100vw, 339px);
}

@media screen and (max-width: 768px) {
  .message {
    --conts_size: 414;
    padding-top: 358px;
  }
}
.message .wrap {
  position: relative;
  max-width: 1440px;
  container-type: inline-size;
  margin: 0 auto;
}

.message .inner {
  width: calc(1340 / var(--conts_size) * 100cqw);
  background-color: #fff;
  border-radius: calc(40 / var(--conts_size) * 100cqw) calc(40 / var(--conts_size) * 100cqw) 0 0;
  padding-top: calc(142 / var(--conts_size) * 100cqw);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .message .inner {
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding-top: min(140 / var(--conts_size) * 100vw, 140px);
  }
}
.message .inner .conts_ttl {
  margin: 0 auto;
}

.message .head_img {
  width: auto;
  display: block;
  margin: calc(84 / var(--conts_size) * 100cqw) calc(-50 / var(--conts_size) * 100cqw) 0;
}

@media screen and (max-width: 768px) {
  .message .head_img {
    width: 100%;
    margin: 59px auto 0;
  }
}
.message .felx_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px calc(130 / var(--conts_size) * 100cqw);
  border-bottom: 1px solid rgba(117, 117, 117, 0.35);
  padding-bottom: calc(80 / var(--conts_size) * 100cqw);
  margin: calc(57 / var(--conts_size) * 100cqw) calc(50 / var(--conts_size) * 100cqw) 0;
}

@media screen and (max-width: 768px) {
  .message .felx_message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
    margin: 40px 20px 0;
  }
}
.message .felx_message .lead {
  font-size: calc(26 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  line-height: 1.6153846154;
  letter-spacing: 0.08em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .message .felx_message .lead {
    font-size: min(20 / var(--conts_size) * 100vw, 2rem);
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
}
.message .felx_message .txt_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.message .felx_message .txt_group .txt {
  font-size: max(18 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .message .felx_message .txt_group .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.message .felx_message .txt_group .prof {
  margin-top: calc(75 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .message .felx_message .txt_group .prof {
    margin: min(40 / var(--conts_size) * 100vw, 40px) 0 0 auto;
  }
}
.message .felx_message .txt_group .prof .position {
  font-size: max(14 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
}

@media screen and (max-width: 768px) {
  .message .felx_message .txt_group .prof .position {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    text-align: end;
  }
}
.message .felx_message .txt_group .prof .name {
  font-size: calc(26 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
  margin-top: calc(7 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .message .felx_message .txt_group .prof .name {
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: end;
    margin-top: 0;
  }
}
.message .felx_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px calc(200 / var(--conts_size) * 100cqw);
  padding-inline: calc(50 / var(--conts_size) * 100cqw);
  margin: calc(88 / var(--conts_size) * 100cqw) auto 0;
}

@media screen and (max-width: 768px) {
  .message .felx_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px calc(200 / var(--conts_size) * 100cqw);
    padding-inline: 20px;
    margin: 58px auto 0;
  }
}
.message .felx_info.recruitment {
  color: #fff;
  margin-top: calc(218 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .message .felx_info.recruitment {
    margin-top: 130px;
  }
}
.message .felx_info.recruitment::before {
  content: "";
  position: absolute;
  width: calc(100% + 50 / var(--conts_size) * 100cqw * 2);
  height: calc(100% + 118 / var(--conts_size) * 100cqw + 620 / var(--conts_size) * 100cqw);
  background-color: #222222;
  border-radius: calc(40 / var(--conts_size) * 100cqw) calc(40 / var(--conts_size) * 100cqw) 0 0;
  translate: -50% 0;
  top: calc(-118 / var(--conts_size) * 100cqw);
  left: 50%;
}

@media screen and (max-width: 768px) {
  .message .felx_info.recruitment::before {
    width: 100%;
    height: calc(100% + 60px + 396px);
    border-radius: 24px 24px 0 0;
    translate: unset;
    top: -60px;
    left: 0;
  }
}
.message .felx_info .ttl {
  position: relative;
  font-size: calc(26 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  line-height: 1.4615384615;
  letter-spacing: 0.06em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .message .felx_info .ttl {
    font-size: 2rem;
  }
}
.message .felx_info .list {
  position: relative;
  width: calc(880 / var(--conts_size) * 100cqw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(13 / var(--conts_size) * 100cqw);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .message .felx_info .list {
    width: 100%;
    gap: 9px;
  }
}
.message .felx_info .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(40 / var(--conts_size) * 100cqw);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid rgba(117, 117, 117, 0.35);
  padding-bottom: calc(14 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .message .felx_info .list .item {
    gap: 10px;
    padding-bottom: 8px;
  }
}
.message .felx_info .list .head {
  font-size: max(18 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: calc(2 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .message .felx_info .list .head {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    margin-top: 3px;
  }
}
.message .felx_info .list .conts {
  width: calc(640 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .message .felx_info .list .conts {
    width: calc(234 / var(--conts_size) * 100cqw);
  }
}
.message .felx_info .list .conts .txt {
  font-size: max(18 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .message .felx_info .list .conts .txt {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message .felx_info .list .conts .note {
  font-size: max(14 / var(--conts_size) * 100cqw, 1rem);
}

.message .felx_info .list .conts .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.message .txt.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message .sub_head {
  width: 150px;
}
.message .sub_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .message .sub_txt {
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .message .item:nth-of-type(4) .txt:nth-of-type(4) .sub_txt {
    margin-top: -5px;
    line-height: 1.4;
  }
}

/* ↑↑↑ message ↑↑↑ */
/* ↓↓↓ form_block ↓↓↓ */
.form_block {
  --conts_size: 1440;
  margin: min(100 / var(--conts_size) * 100vw, 100px) auto 0;
}

@media screen and (max-width: 768px) {
  .form_block {
    --conts_size: 414;
    margin-top: 91px;
  }
}
.form_block .wrap {
  position: relative;
  max-width: 1440px;
  container-type: inline-size;
  margin: 0 auto;
}

.form_block .inner {
  position: relative;
  width: calc(1340 / var(--conts_size) * 100cqw);
  padding: calc(69 / var(--conts_size) * 100cqw) calc(50 / var(--conts_size) * 100cqw) calc(232 / var(--conts_size) * 100cqw);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .form_block .inner {
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding: min(80 / var(--conts_size) * 100vw, 80px) 20px min(180 / var(--conts_size) * 100vw, 180px);
  }
}
.form_block .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E9E9E9;
  border-radius: 0 0 calc(40 / var(--conts_size) * 100cqw) calc(40 / var(--conts_size) * 100cqw);
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .form_block .inner::before {
    width: calc(100% - 20px);
    border-radius: 0 0 24px 24px;
    left: 0;
  }
}
.form_block .head_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 53px calc(188 / var(--conts_size) * 100cqw);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .form_block .head_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 19px;
  }
}
.form_block .head_group .conts_ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form_block .head_group .conts_ttl .ja {
  letter-spacing: -0.04em;
}

.form_block .head_group .txt {
  font-size: max(18 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  letter-spacing: 0.08em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .form_block .head_group .txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.form_block form {
  position: relative;
  padding: calc(50 / var(--conts_size) * 100cqw) 0 calc(80 / var(--conts_size) * 100cqw) calc(100 / var(--conts_size) * 100cqw);
  margin-top: calc(64 / var(--conts_size) * 100cqw);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .form_block form {
    padding: 40px 0 70px 20px;
    margin-top: 42px;
  }
}
.form_block form::before {
  content: "";
  position: absolute;
  width: calc(100% + 100 / var(--conts_size) * 100cqw);
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .form_block form::before {
    width: calc(100% + 20px);
  }
}
.form_block form .note {
  font-size: max(14 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: end;
}

@media screen and (max-width: 768px) {
  .form_block form .note {
    font-size: 1.4rem;
  }
}
.form_block form .red {
  color: #E60013;
}

.form_block form .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 0;
  border-bottom: 1px solid rgba(117, 117, 117, 0.9);
  padding-bottom: calc(20 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block form .unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}
.form_block form .unit:first-of-type {
  margin-top: calc(19 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block form .unit:first-of-type {
    margin-top: 30px;
  }
}
.form_block form .unit + .unit {
  margin-top: calc(20 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block form .unit + .unit {
    margin-top: 17px;
  }
}
.form_block form .unit .head {
  font-size: max(16 / var(--conts_size) * 100cqw, 1rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .form_block form .unit .head {
    font-size: 1.4rem;
  }
}
.form_block form .unit .conts {
  width: calc(800 / var(--conts_size) * 100cqw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .form_block form .unit .conts {
    width: 100%;
  }
}
.form_block form .unit .conts .conts_txt {
  font-size: max(16 / var(--conts_size) * 100cqw, 1rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .form_block form .unit .conts .conts_txt {
    font-size: 1.4rem;
  }
}
.form_block form .unit .conts.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px calc(20 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block form .unit .conts .double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form_block form.inpt .unit .conts .group {
  width: 100%;
}

.form_block form .unit .conts :is(input, textarea) {
  width: 100%;
  font-size: max(16 / var(--conts_size) * 100cqw, 1rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  background-color: rgba(245, 245, 245, 0.9);
  border-radius: unset;
  border: unset;
  padding: calc(13 / var(--conts_size) * 100cqw) calc(20 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block form .unit .conts :is(input, textarea) {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 15px;
  }
}
.form_block form .unit .conts :is(input, textarea)::-webkit-input-placeholder {
  color: #999999;
}
.form_block form .unit .conts :is(input, textarea)::-moz-placeholder {
  color: #999999;
}
.form_block form .unit .conts :is(input, textarea):-ms-input-placeholder {
  color: #999999;
}
.form_block form .unit .conts :is(input, textarea)::-ms-input-placeholder {
  color: #999999;
}
.form_block form .unit .conts :is(input, textarea)::placeholder {
  color: #999999;
}

.form_block form .unit .conts textarea {
  min-height: calc(100 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block form .unit .conts textarea {
    min-height: 90px;
  }
}
.form_block form .unit .conts .err_txt {
  font-size: max(14 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #E60013;
  display: none;
  margin-top: calc(8 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block form .unit .conts .err_txt {
    font-size: 1.4rem;
  }
}
.form_block form .unit .conts .err_txt.is-show {
  display: block;
}

.form_block form .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px calc(50 / var(--conts_size) * 100cqw);
  margin-top: calc(50 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block form .btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.form_block form .btn_group .btn {
  position: relative;
  font-size: calc(28 / var(--conts_size) * 100cqw);
  font-family: var(--ibm_plex_sans);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1F1F1F;
  border-radius: 9999px;
  border: unset;
  cursor: pointer;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  padding: calc(20 / var(--conts_size) * 100cqw) calc(120 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block form .btn_group .btn {
    width: min(320 / var(--conts_size) * 100cqw, 320px);
    font-size: min(20 / var(--conts_size) * 100cqw, 2rem);
    padding: 16px min(64 / var(--conts_size) * 100cqw, 64px) 14px;
  }
}
.form_block form .btn_group .btn.next {
  background-color: #E60013;
}

.form_block form .btn_group .btn[disabled] {
  opacity: 0.2;
}

.form_block form .btn:not([disabled]):hover {
  opacity: 0.7;
}

.form_block form .btn.next::before {
  content: "";
  position: absolute;
  width: calc(40 / var(--conts_size) * 100cqw);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../img/form_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  translate: 0 -50%;
  top: 50%;
  left: calc(20 / var(--conts_size) * 100cqw);
}

/* .form_block form .btn.back::before {
  transform-origin: center;
  rotate: Y 180deg;
  left: unset;
  right: calc(20/var(--conts_size)*100cqw);
} */
@media screen and (max-width: 768px) {
  .form_block form .btn.next::before {
    width: min(40 / var(--conts_size) * 100cqw, 40px);
    left: min(17 / var(--conts_size) * 100cqw, 17px);
  }
  /* .form_block form .btn.back::before {
    right: min(calc(17/var(--conts_size)*100cqw),17px);
  } */
}
.form_block .topBtn {
  position: absolute;
  font-size: max(16 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--inter);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #E60013;
  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;
  gap: calc(45 / var(--conts_size) * 100cqw);
  padding: calc(16 / var(--conts_size) * 100cqw) calc(17 / var(--conts_size) * 100cqw) calc(12 / var(--conts_size) * 100cqw);
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
  bottom: 0;
  right: calc(61 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  .form_block .topBtn {
    width: 123px;
    font-size: 1.2rem;
    gap: initial;
    padding: 12px 14px;
    position: fixed;
    right: 0;
    z-index: 9;
  }
}
.form_block .topBtn:hover {
  background-color: #fff;
  color: #E60013;
}
@media screen and (max-width: 768px) {
  .form_block .topBtn:hover {
    background-color: #E60013;
    color: #fff;
  }
}

.form_block .topBtn .icon {
  width: calc(18 / var(--conts_size) * 100cqw);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  -webkit-mask-image: url(../img/topbtn_icon.svg);
          mask-image: url(../img/topbtn_icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
@media screen and (max-width: 768px) {
  .form_block .topBtn .icon {
    width: 16px;
  }
}

.form_block .topBtn:hover .icon {
  background-color: #E60013;
}
@media screen and (max-width: 768px) {
  .form_block .topBtn:hover .icon {
    background-color: #fff;
  }
}

/* ↑↑↑ form_block ↑↑↑ */
/* ↓↓↓ footer ↓↓↓ */
footer {
  --conts_size: 1440;
  padding-block: min(60 / var(--conts_size) * 100vw, 60px) min(40 / var(--conts_size) * 100vw, 40px);
}

@media screen and (max-width: 768px) {
  footer {
    --conts_size: 414;
    padding-block: min(120 / var(--conts_size) * 100vw, 120px) 39px;
  }
}
footer .wrap {
  --conts_size: 1348;
  position: relative;
  max-width: 1440px;
  container-type: inline-size;
  padding-inline: min(43 / var(--conts_size) * 100vw, 43px) min(49 / var(--conts_size) * 100vw, 29px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  footer .wrap {
    --conts_size: 414;
    padding-inline: 20px 0;
  }
}
footer .wrap .felx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .wrap .felx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .wrap .foot_menu {
  width: max(250 / var(--conts_size) * 100cqw, 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(3 / var(--conts_size) * 100cqw) calc(30 / var(--conts_size) * 100cqw);
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  footer .wrap .foot_menu {
    width: 250px;
    gap: 5px 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer .wrap .foot_menu .item {
  width: calc((100% - 30 / var(--conts_size) * 100cqw) / 2);
}

@media screen and (max-width: 768px) {
  footer .wrap .foot_menu .item {
    width: calc((100% - 30px) / 2);
  }
}
footer .wrap .foot_menu .item .link {
  position: relative;
  width: 100%;
  font-size: max(14 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--ibm_plex_sans);
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  padding-left: calc(17 / var(--conts_size) * 100cqw);
}

@media screen and (max-width: 768px) {
  footer .wrap .foot_menu .item .link {
    font-size: 1.4rem;
    padding-left: 17px;
  }
}
footer .wrap .foot_menu .item .link::before {
  content: "";
  position: absolute;
  width: calc(5 / var(--conts_size) * 100cqw);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #E60012;
  border-radius: 50%;
  translate: 0 -50%;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 768px) {
  footer .wrap .foot_menu .item .link::before {
    width: 5px;
  }
}
footer .wrap small {
  font-size: max(16 / var(--conts_size) * 100cqw, 1rem);
  font-family: var(--inter);
  font-weight: 500;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 0 min(16 / var(--conts_size) * 100vw, 16px) min(26 / var(--conts_size) * 100vw, 26px) 0;
}

@media screen and (max-width: 768px) {
  footer .wrap small {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
footer .wrap small::first-letter {
  color: #E60012;
}

footer .footer_copy {
  padding-top: calc(5 / var(--conts_size) * 100cqw);
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer_copy {
    padding-top: 42px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer .footer_copy .copy {
  font-size: min(155 / var(--conts_size) * 100vw, 15.5rem);
  font-family: var(--bebas_neue);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #111;
}

footer .footer_copy .copy span {
  display: inline-block;
}

footer .footer_copy .copy span:nth-of-type(2) {
  margin-top: min(32 / var(--conts_size) * 100vw, 32px);
  margin-right: min(28 / var(--conts_size) * 100vw, 28px);
}

@media screen and (max-width: 768px) {
  footer .footer_copy .copy {
    font-size: 11rem;
    font-size: min(110 / var(--conts_size) * 100vw, 11rem);
    bottom: 0px;
    left: min(18 / var(--conts_size) * 100vw, 18px);
  }
  footer .footer_copy .copy span:nth-of-type(2) {
    margin-top: min(12 / var(--conts_size) * 100vw, 182x);
  }
  footer .footer_copy .copy span:nth-of-type(3) {
    margin-top: min(-10 / var(--conts_size) * 100vw, -10px);
  }
}
footer .footer_copy .copy_for {
  position: absolute;
  width: min(114 / var(--conts_size) * 100vw, 114px);
  mix-blend-mode: difference;
  bottom: min(132 / var(--conts_size) * 100vw, 132px);
  left: min(73 / var(--conts_size) * 100vw, 73px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  footer .footer_copy .copy_for {
    width: min(84 / var(--conts_size) * 100vw, 84px);
    bottom: min(187 / var(--conts_size) * 100vw, 187px);
    left: min(50 / var(--conts_size) * 100vw, 50px);
  }
}
footer .menu_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .menu_block {
    display: contents;
  }
}

/* ↑↑↑ footer ↑↑↑ */