.loading__now {
  height: 100vh;
  overflow: hidden;
}

#loading {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
}

#loading img {
  width: 60%;
  margin: 0 auto;
}

html:not(.loaded-once) body.loading__now #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purpose {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 0 0 120px;
}

.purpose.up__info h3 span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.purpose.up__info h3:before {
  width: 80px;
}

.purpose__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 230px;
  margin: 0 70px 0 0;
}

.purpose__title:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  display: block;
  width: 73px;
  height: 0;
  margin: 0 60px 0 0;
}

.purpose__title.up:before {
  height: 519px;
}

.purpose__title.up h2 span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.purpose__title.up p span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.purpose__title h2,.purpose__title p {
  display: table;
  overflow: hidden;
}

.purpose__title h2 span,.purpose__title p span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.purpose__title h2 {
  font-weight: 700;
}

.purpose__title p {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.purpose__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 735px;
  padding: 102px 0 0;
  margin: 0 70px 0 0;
}

.purpose__info.up h3 span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.purpose__info.up h3:before {
  width: 80px;
}

.purpose__info h3 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}

.purpose__info h3 span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.purpose__info h3:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: "";
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 0;
  height: 14px;
  margin: 0 0 40px auto;
}

.purpose__info p {
  line-height: 1.8;
  margin: 24px 0 0;
}

.purpose__info a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 24px 0 0 auto;
}

.purpose__info-movie {
  margin: 80px 0 0;
}

.purpose__info-movie.up .purpose__info-movie--wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.purpose__info-movie--wrap {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  aspect-ratio: 16 / 9;
}

.purpose__info-movie--wrap img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.purpose__info-movie--wrap iframe {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.purpose__info-movie--wrap iframe.play {
  opacity: 1;
}

.purpose__title,.purpose__info {
  position: relative;
  z-index: 2;
}

.purpose__loop-text {
  position: absolute;
  z-index: 0;
  top: 40%;
  left: 0;
}

.purpose__loop-text ul li {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
  font-family: "Montserrat", sans-serif;
  color: #d6d6d6;
  font-size: 222px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  width: 500vw;
  white-space: nowrap;
}

.purpose__loop-text ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.news {
  padding: 120px 0;
}

.news__wrap .top__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 34.426229508%;
}

.news__wrap-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.news__wrap-info--tabhead {
  margin: 0 0 56px;
}

.news__wrap-info--tabhead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}

.news__wrap-info--tabhead ul li {
  position: relative;
  padding: 0 4px;
}

.news__wrap-info--tabhead ul li.current span {
  background-color: #f0f0f0;
}

.news__wrap-info--tabhead ul li.current span:before {
  opacity: 1;
}

.news__wrap-info--tabhead ul li span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  min-width: 8em;
  text-align: center;
  padding: 17px 24px;
}

.news__wrap-info--tabhead ul li span:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  border-radius: 0.5em;
  content: "";
  opacity: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news__wrap-info--list---item {
  border-bottom: 1px #d6d6d6 solid;
}

.news__wrap-info--list---item:first-child .item-link {
  padding: 0 0 1.5em;
}

.news__wrap-info--list---item .item-link {
  display: block;
  padding: 1.5em 0;
}

.news__wrap-info--list---item .catedate {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.8em 0;
}

.news__wrap-info--list---item .catedate time {
  color: #333;
}

.news__wrap-info--list---item .catedate .category {
  border: 1px #949494 solid;
  border-radius: 3em;
  font-size: 13px;
  padding: 0.189em 1.502em;
  margin-left: 0.6em;
}

.news__wrap-info--list---item .catedate .new {
  color: #e03100;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.7em;
}

.top__title-wrap p {
  font-family: "Montserrat", sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.top__title-wrap p:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: "";
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 0;
  height: 14px;
  margin: 0 0 10px;
}

.enter__screen.up .top__title-wrap p:before {
  width: 1.1em;
}

.top__title-wrap p span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.enter__screen.up .top__title-wrap p span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.top__title-wrap h2 {
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
}

.top__title-wrap h2 span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.enter__screen.up .top__title-wrap h2 span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.top__title a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 56px 0 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.enter__screen.up .top__title a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.enter__screen .up__item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.enter__screen.up .up__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,footer,header,nav,section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,figure,main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,input,optgroup,select,textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,h1,h2,h3,h4,h5,table,th,td,ul,li,ol,dl,dt,dd,form,p,table,th,td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}

body {
  color: #000;
  background-color: #ffffff;
  font-family: "Noto Sans JP",serif;
  font-weight: 300;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

dt,dd,li,th,td,p {
  line-height: 1.5;
}

a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

video,img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,textArea,select,button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16;
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

*,*::before,*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  margin-block: 0;
}

h1,h2,h3 {
  margin-block: 0;
}

ul {
  list-style-type: none;
  margin-block: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

img {
  vertical-align: bottom;
}

.l-section01 {
  padding: 40px 0 0 0;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
}

.l-section01--pt0 {
  padding: 0 0 0 0;
}

.l-section02 {
  padding-block: 28px;
}

.l-section02--bgGray {
  background-color: #f0f0f0;
}

.l-section03 {
  padding-block: 80px 34px;
  overflow: hidden;
}

.l-section04 {
  padding-block: 54px 40px;
  overflow: hidden;
  overflow-wrap: normal;
}

.l-section05__inner {
  position: relative;
  background-color: #000;
  padding: 70px 0;
}

.l-section05__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-section05__bottom {
  background-color: #e03100;
  padding: 60px 0 48px;
}

.l-section05__two-column {
  display: grid;
  gap: 16px;
}

.l-section05__button {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 24px;
  background-color: #fff;
  font-weight: 700;
}

.l-section05__button span.icon {
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e03100;
  border-radius: 48px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 8px;
}

.l-section05__button span.icon span:before,.l-section05__button span.icon span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  display: block;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.l-section05__button span.icon span:before {
  -webkit-transform: translate(-300%, -50%);
  transform: translate(-300%, -50%);
}

.l-section05__button span.icon:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
  border-radius: 4em;
  content: '';
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}

.l-inner01 {
  padding-inline: 16px;
}

.l-kv {
  position: relative;
  overflow: hidden;
}

.l-kv__img {
  position: relative;
}

.l-kv__img img {
  width: 100%;
  vertical-align: baseline;
}

.scroll-down-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.scroll-down {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 18px 24px 24px;
}

.scroll-down::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  width: 100%;
  background-color: #fff;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.scroll-down__text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
}

.scroll-down__arrow {
  width: 17px;
}

.tagline-wrap {
  position: absolute;
  bottom: 44px;
  left: 0;
  z-index: 2;
  width: 71vw;
}

.tagline {
  position: relative;
  padding: 8.20512821vw 22% 6.15384615vw 7.16%;
}

.tagline__bg {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -6px;
  right: 0;
  z-index: -1;
  background-color: #e03100;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tagline__inner {
  position: relative;
  overflow: hidden;
}

.tagline__inner img {
  display: inline-block;
}

.tagline__top {
  margin-bottom: 13px;
  font-family: "Montserrat",sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.938rem, calc(-0.019rem + 4.08vw), 3.1rem);
  letter-spacing: -0.03em;
}

.tagline__title {
  margin-bottom: 4.31034483%;
  line-height: 0;
}

.tagline__bottom {
  color: #fff;
  font-size: clamp(0.6875rem, calc(-0.0237rem + 2.9178vw), 2.2rem);
  letter-spacing: -0.06em;
  font-weight: 700;
}

.l-stack>*+* {
  margin-top: 8px;
}

.l-flex02--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex02--align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title-layout01 {
  margin-bottom: 16px;
}

.title-layout02 {
  margin-bottom: 8px;
}

.title-layout03 {
  margin-bottom: 16px;
}

.title-layout04 {
  margin-bottom: 40px;
}

.lead01-layout01 {
  margin-bottom: 24px;
}

.top-box01 {
  padding: 40px 0 18px;
}

.top-box01__inner {
  padding-inline: 16px;
}

.top-box02 {
  position: relative;
  padding-block: 28px;
}

.top-box02::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}

.top-box02__inner {
  padding-inline: 28px;
}

.top-box02__stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.top-box03 {
  position: relative;
  padding-block: 78px 98px;
}

.top-box03::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f0f0f0;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}

.top-box03__inner {
  max-width: 808px;
}

.top-box04__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  max-width: 808px;
  padding-inline: 16px;
  overflow: hidden;
  height: 100%;
}

.top-box04__inner::before {
  position: absolute;
  content: '';
  bottom: -20px;
  right: -5px;
  z-index: -1;
  background-color: #e03100;
  height: 20px;
  width: 51.53846154%;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.top-box04__inner>* {
  width: calc(50% - 12px);
}

.top-box05 {
  padding-block: 64px 48px;
}

.top-box05__inner {
  padding-inline: 16px;
}

.top-slide01 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.top-slide01 .swiper-slide img {
  height: auto;
  width: 100%;
}

.top-slide02 {
  overflow: hidden;
}

.top-slide02 .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.top-slide02 .swiper-slide img {
  height: auto;
  width: 100%;
}

.top-slide02__img--avance {
  width: 118.73px !important;
}

.top-slide02__img--enable {
  width: 224.6px !important;
}

.top-slide02__img--kyodo_engineering {
  width: 188.3px !important;
}

.top-slide02__img--ots {
  width: 83.18px !important;
}

.top-slide02__img--rpm {
  width: 110.41px !important;
}

.top-slide02__img--sankyo {
  width: 186.79px !important;
}

.swiper-group01 {
  margin-bottom: 48px;
}

.top-slide03 {
  height: 87vw;
}

.top-slide03 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.top-slide03 .swiper-slide {
  position: relative;
  height: auto;
}

.top-slide03 .swiper-slide::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

.top-slide03 .swiper-slide img {
  height: 100%;
  width: 100%;
  aspect-ratio: 166.47 / 127.12;
  -o-object-fit: cover;
  object-fit: cover;
}

.marquee01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  margin-top: 36px;
  white-space: nowrap;
}

.marquee01__inner {
  width: 500vw;
  -webkit-animation: marquee-anime01 40s infinite linear 0.5s both;
  animation: marquee-anime01 40s infinite linear 0.5s both;
  white-space: nowrap;
}

.marquee01__text {
  margin-right: 16px;
  font-size: 3.5rem;
  line-height: 1;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
}

.marquee01__text--red {
  color: #e03100;
}

.marquee01__text--glay {
  color: #d6d6d6;
}

.swiper-next .swiper-wrapper {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper-next .swiper-slide {
  width: auto;
}

.nav-block__img {
  width: 100%;
  max-width: 100%;
}

.nav-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: 8px;
  color: #fff;
  padding: 8px;
}

.nav-list__inner {
  position: relative;
  padding-inline: 20px 15px;
  min-height: 280px;
}

.nav-list__column {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 22px;
  width: calc(100% - 35px);
  padding-top: 32px;
}

.nav-list__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-list__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255,255,255,0)));
  background: linear-gradient(0deg, #000 0%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 100%;
}

.nav-list__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-list__hide {
  display: none;
}

.nav-list__hide .circle-btn {
  display: none;
}

.nav-list__text {
  margin-bottom: 8px;
  line-height: 2;
}

.nav-heading-wrap {
  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;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.nav-heading {
  color: #fff;
}

.nav-heading__en {
  font-size: 4rem;
  line-height: 1;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  overflow: hidden;
}

.nav-heading__en span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-heading__en span.slideIn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav-heading__ja {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  overflow: hidden;
}

.nav-heading__ja span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-heading__ja span.slideIn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav-listLv2 {
  margin-top: 30px;
  border-top: 1px solid #fff;
  padding-block: 24px 22px;
}

.nav-listLv2>li {
  line-height: 2;
}

.nav-listLv2>li:not(:last-of-type) {
  margin-bottom: 8px;
}

.nav-listLv2 a {
  color: #fff;
}

.nav-listLv2 .text-link02 {
  padding-block: 0;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

#loader .loader-slide {
  width: 100%;
  height: 100%;
  background-color: #e03100;
  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;
}

#loader .loader-slide.open {
  -webkit-animation-name: slideOut;
  animation-name: slideOut;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#loader .loader-logo {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: top 0.5s ease, left 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, left 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  width: 80%;
  overflow: hidden;
}

#loader .loader-logo img {
  width: 100%;
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#loader .loader-logo img.slideIn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#loader .loader-logo.shrink {
  top: 29px;
  left: 20px;
  -webkit-transform: translate(0, 0) scale(0.38);
  transform: translate(0, 0) scale(0.38);
}

#loader .loader-logo.fadeout {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.loader-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
}

.loader-curtain .loader-curtain__left,.loader-curtain .loader-curtain__right {
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.loader-curtain .loader-curtain__left {
  left: 0;
  -webkit-transform: translateX(0) skewX(-8deg);
  transform: translateX(0) skewX(-8deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.loader-curtain .loader-curtain__right {
  right: 0;
  -webkit-transform: translateX(0) skewX(-8deg);
  transform: translateX(0) skewX(-8deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.loader-curtain.open .loader-curtain__left {
  -webkit-transform: translateX(-130%) skewX(-8deg);
  transform: translateX(-130%) skewX(-8deg);
}

.loader-curtain.open .loader-curtain__right {
  -webkit-transform: translateX(130%) skewX(-8deg);
  transform: translateX(130%) skewX(-8deg);
}

.button-arrow {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.button-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-image: url(/-/media/BREXA-CrossBorder/img/Top/icon-arrow-red01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
}

.logo-link {
  display: block;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 19px 22px 19px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logo-link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link__text span.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 1.125em;
  height: 1.125em;
  margin-left: 8px;
}

.logo-link__text span.icon span:before,.logo-link__text span.icon span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  display: block;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e03100;
}

.logo-link__text span.icon span:before {
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
}

.logo-link__logo {
  display: grid;
  place-content: center;
  min-height: 56px;
}

.logo-link__logo img {
  width: 100%;
}

.logo-link__logo--manuf img {
  max-width: 237px;
}

.logo-link__logo--tempo img {
  max-width: 147px;
}

.link-box {
  background: #fff;
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 20px 22px 20px 24px;
}

.text-link {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-right: 25px;
  font-weight: 500;
  line-height: 2;
}

.text-link::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
  background-image: url(/-/media/BREXA-CrossBorder/img/Top/icon-arrow-red01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
}

.text-link--higher {
  padding-block: 8px;
}

.text-link--white::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/-/media/BREXA-CrossBorder/img/Top/img/icon-arrow-white01.svg);
  width: 17px;
  height: 15px;
}

.text-link02 {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-block: 8px;
  line-height: 2;
}

.text-link02__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px;
  font-weight: 500;
  line-height: 2;
}

.text-link02__text span.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 1.125em;
  height: 1.125em;
  margin-left: 8px;
}

.text-link02__text span.icon span:before,.text-link02__text span.icon span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  display: block;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e03100;
}

.text-link02__text span.icon span:before {
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
}

.text-link02--white span.icon span:before,.text-link02--white span.icon span:after {
  color: #fff;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px 32px;
}

.text01 {
  font-size: 1.6rem;
  line-height: 2;
}

.lead01 {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin: 0 0 18px;
}

.lead01--white {
  color: #fff;
}

.lead01 br.is-hidden-sp {
  display: none;
}

.lead01 br.is-hidden-pc {
  display: block;
}

.section-heading__title {
  position: relative;
  font-weight: 700;
  letter-spacing: -0.05em;
  overflow: hidden;
}

.section-heading__title span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section-heading__title span.slideIn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.section-heading__subtitle {
  display: block;
  font-size: 1.2rem;
  color: #e03100;
  font-weight: 700;
  line-height: 2.66666667;
  overflow: hidden;
}

.section-heading__subtitle span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section-heading__subtitle span.slideIn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.section-heading__subtitle--en {
  font-size: 1rem;
  line-height: 2;
}

:where(.section-heading--skew) .section-heading__title {
  padding-top: 30px;
  margin: 0 0 4px;
  font-size: 2.8rem;
  line-height: 1.35714286;
}

:where(.section-heading--skew) .section-heading__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 0;
  height: 14px;
  background-color: #e03100;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

:where(.section-heading--skew) .section-heading__title.js-slideIn:has(.slideIn)::before {
  width: 71.35px;
}

:where(.section-heading--bar) .section-heading__title {
  padding: 8px 0 7px 28px;
  font-size: 1.8rem;
  line-height: 1.1;
}

:where(.section-heading--bar) .section-heading__title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  background: #e03100;
}

.section-heading--en .section-heading__title {
  margin-bottom: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 4.4rem;
  line-height: 0.90909091;
}

.section-heading--white .section-heading__title {
  color: #fff;
}

.section-heading--white .section-heading__subtitle {
  color: #fff;
}

.title01 {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
}

.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: -webkit-transform calc($ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform calc($ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform calc($ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform calc($ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform calc($ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
}

.content {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform calc($ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

a.arrow__link {
  position: relative;
  color: #fff;
}

a.arrow__link::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

a.arrow__link::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  font-weight: 700;
  margin-left: 8px;
}

.container01 {
  margin: 0 auto;
  padding: 0 28px;
}

.container02 {
  margin: 0 auto;
  padding: 0 16px;
}

.container03 {
  margin: 0 auto;
  padding: 0 8px;
}

a.arrow__link {
  position: relative;
  color: #fff;
}

a.arrow__link::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

a.arrow__link::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  font-weight: 700;
  margin-left: 8px;
}

.container01 {
  margin: 0 auto;
  padding: 0 28px;
}

.container02 {
  margin: 0 auto;
  padding: 0 16px;
}

.container03 {
  margin: 0 auto;
  padding: 0 8px;
}

.top-section01 {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.top-section01::before {
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  height: 281px;
  background-image: url(/-/media/BREXA-CrossBorder/img/Top/img-map-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  z-index: -2;
}

.top-section01__head-link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.top-section01__main {
  padding-bottom: 45px;
  position: relative;
  overflow: hidden;
}

.top-section01__main::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 6%);
  background-color: #e03100;
  display: block;
  content: '';
  z-index: -2;
}

.top-section01__main::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 6%);
  background-image: url(/-/media/BREXA-CrossBorder/img/Top/img-ourbusiness-bg.png);
  background-repeat: repeat;
  display: block;
  content: '';
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.1;
}

.top-section01__map {
  position: relative;
}

.top-section01__map::before {
  content: '';
  position: absolute;
  top: 12%;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(/-/media/BREXA-CrossBorder/img/Top/img-map_dot-sp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-section01__title {
  margin-bottom: 32px;
}

.top-section01__text {
  margin-bottom: 10px;
}

.top-section01__contents {
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  position: relative;
}

.top-section01__button {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.top-section01__button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-color: #fff;
  opacity: 0.2;
  z-index: -1;
}

.top-card01__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 0 / 0;
}

.top-card01__title {
  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;
  -webkit-box-shadow: 0px 0px 38px 0px #0000000d;
  box-shadow: 0px 0px 38px 0px #0000000d;
  padding: 26px 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.top-card01__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 28%;
  height: 6px;
  background-color: #e03100;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.top-card01__title--long {
  padding: 16px 10px;
  min-height: 70px;
}

.top-card01__title .text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
}

.top-card01__title span.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 1.625em;
  height: 1.125em;
  margin-left: 8px;
}

.top-card01__title span.icon span:before,.top-card01__title span.icon span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  display: block;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e03100;
}

.top-card01__title span.icon span:before {
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
}

.top-card01__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
}

.top-card01__link--white span.icon span:before,.top-card01__link--white span.icon span:after {
  color: #fff;
}

.blog {
  padding: 45px 0 55px;
  position: relative;
  overflow: hidden;
}

.blog__wrap-info {
  margin-top: 40px;
}

.blog__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.65;
}

.blog .blog_swiper {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
  width: calc(100% + 16px);
}

.blog .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.blog .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.blog .swiper-slide .slide-media {
  width: 100%;
  margin-bottom: 16px;
}

.blog .swiper-slide .slide-media img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.blog .swiper-slide .slide-date {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.blog .swiper-slide .slide-title {
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 700;
}

.blog__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.blog__nav {
  position: relative;
  width: 98px;
  height: 45px;
}

.blog .swiper-button-prev,.blog .swiper-button-next {
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 1.5px solid #d6d6d6;
  color: #e03100;
  position: absolute;
  bottom: 0;
}

.blog .swiper-button-prev {
  left: 0;
}

.blog .swiper-button-next {
  right: 0;
}

.blog .swiper-button-prev::after,.blog .swiper-button-next::after {
  font-size: 10px;
}

.blog .swiper-pagination {
  display: none;
}

.blog .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.blog .swiper-pagination-bullet-active {
  background: #e03100;
}

.top__title-wrap h2 {
  line-height: 2;
}

.rect__btn.top-button01 {
  background-color: #fff;
}

.company {
  background-color: #f0f0f0;
}

.company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}

.company__text {
  padding-inline: 16px;
  padding-block: 70px;
}

.company__text .top__title {
  margin-bottom: 38px;
}

.company__text .lead01 {
  margin-bottom: 30px;
  line-height: 1.65;
  font-weight: 400;
}

.company__text .arrow__btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.company__text-box {
  max-width: 630px;
}

.company__image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#wrapper {
  padding: 0;
}

a.arrow__btn-white {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  color: #fff;
}

a.arrow__btn-white.underline span.text {
  position: relative;
}

a.arrow__btn-white.underline span.text:after {
  -webkit-transition: .8s;
  transition: .8s;
  background-color: #fff;
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin-top: 2px;
}

a.arrow__btn-white span.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e03100;
  border-radius: 3.5em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 3.5em;
  height: 3.5em;
  margin-left: 8px;
}

a.arrow__btn-white span.icon span:before,a.arrow__btn-white span.icon span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  display: block;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

a.arrow__btn-white span.icon span:before {
  -webkit-transform: translate(-300%, -50%);
  transform: translate(-300%, -50%);
}

a.arrow__btn-white span.icon:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  border-radius: 4em;
  content: '';
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}

a.rect__btn {
  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;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 19px 22px 19px 24px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.rect__btn .text {
  width: calc(100% - 48px);
  font-size: 1.8rem;
  font-weight: 700;
}

a.rect__btn span.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e03100;
  border-radius: 3em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 3em;
  height: 3em;
}

a.rect__btn span.icon span:before,a.rect__btn span.icon span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  display: block;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

a.rect__btn span.icon span:before {
  -webkit-transform: translate(-300%, -50%);
  transform: translate(-300%, -50%);
}

a.rect__btn span.icon:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
  border-radius: 4em;
  content: '';
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}

a.circle-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.circle-btn span.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 3.5em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}

a.circle-btn span.icon span:before,a.circle-btn span.icon span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  display: block;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e03100;
}

a.circle-btn span.icon span:before {
  -webkit-transform: translate(-300%, -50%);
  transform: translate(-300%, -50%);
}

a.circle-btn span.icon:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  border-radius: 4em;
  content: '';
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}

.company {
  background-color: #f0f0f0;
}

.company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}

.company__text {
  padding-inline: 16px;
  padding-block: 70px;
}

.company__text .top__title {
  margin-bottom: 38px;
}

.company__text .lead01 {
  margin-bottom: 30px;
  line-height: 1.65;
  font-weight: 400;
}

.company__text .arrow__btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.company__text-box {
  max-width: 630px;
}

.company__image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.appeal01 {
  width: calc(232px * 6);
  white-space: nowrap;
}

.appeal01__scroll {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.05s ease-out;
  transition: -webkit-transform 0.05s ease-out;
  transition: transform 0.05s ease-out;
  transition: transform 0.05s ease-out, -webkit-transform 0.05s ease-out;
}

.appeal01__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.52em;
}

.appeal01__img {
  width: 232px;
}

.appeal01__img.is-pc {
  display: none;
}

.appeal01__img img {
  width: 100%;
}

.appeal02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  margin-top: 8px;
  padding-block: 26px;
  white-space: nowrap;
}

.appeal02__scroll {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.05s ease-out;
  transition: -webkit-transform 0.05s ease-out;
  transition: transform 0.05s ease-out;
  transition: transform 0.05s ease-out, -webkit-transform 0.05s ease-out;
}

.appeal02__flex {
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.appeal02__text {
  margin-right: 12px;
  font-size: 6.2rem;
  line-height: 1;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
}

.appeal02__text--red {
  color: #e03100;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/-/media/BREXA-CrossBorder/fonts/fontawesome-webfont_eot.eot?v=4.6.3");
    src: url("/-/media/BREXA-CrossBorder/fonts/fontawesome-webfont_eot.eot?#iefix&v=4.6.3") format("embedded-opentype"),url("/-/media/BREXA-CrossBorder/fonts/fontawesome-webfont_woff2.woff2?v=4.6.3") format("woff2"),url("/-/media/BREXA-CrossBorder/fonts/fontawesome-webfont_woff.woff?v=4.6.3") format("woff"),url("/-/media/BREXA-CrossBorder/fonts/fontawesome-webfont_ttf.ttf?v=4.6.3") format("truetype"),url("/-/media/BREXA-CrossBorder/fonts/fontawesome-webfont_svg.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media (hover) {
  a.arrow__link:hover::before {
    width: 100%;
  }

  a.arrow__link:hover::before {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .l-section03 {
    padding-block: 120px;
  }

  .l-section04 {
    padding-block: 120px;
  }

  .l-section05__inner {
    padding: 131px 0 48px;
  }

  .l-section05__image img {
    height: 360px;
  }

  .l-section05__bottom {
    padding: 80px 0;
  }

  .l-section05__button span.icon {
    border-radius: 56px;
    width: 56px;
    height: 56px;
  }

  .l-inner02 {
    max-width: calc(1220px + 32px);
    margin: 0 auto;
    padding-inline: 16px;
  }

  .scroll-down {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 13px;
    padding: 24px 29px 16px 24px;
  }

  .scroll-down__text br {
    display: none;
  }

  .tagline-wrap {
    bottom: auto;
    top: 35%;
    left: 2.610542%;
    width: 41.8vw;
  }

  .tagline {
    padding: 4.90483163vw 0 3.66032211vw 7.4670571vw;
  }

  .tagline__bg {
    left: 6px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  .tagline__top {
    margin-bottom: 1.46412884vw;
    position: relative;
    font-size: clamp(0.6875rem, calc(-0.0208rem + 1.4757vw), 2.8rem);
    line-height: 1.3333;
  }

  .tagline__bottom {
    font-size: clamp(0.84375rem, calc(0.0313rem + 1.6927vw), 3.3rem);
    line-height: 1.81818182;
  }

  .l-stack>*+* {
    margin-top: 0;
  }

  .l-flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }

  .title-layout01 {
    margin-bottom: 50px;
  }

  .title-layout04 {
    margin-bottom: 64px;
  }

  .lead01-layout01 {
    margin-bottom: 32px;
  }

  .top-flex01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-flex01>* {
    width: 50%;
  }

  .top-wrpper01 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #d6d6d6;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-wrpper01:first-of-type {
    border-right: 0;
  }

  .top-container01 {
    padding-inline: 0;
  }

  .top-container01--has2child {
    max-width: 695px;
  }

  .top-container01--has2child>* {
    width: calc(50% - (23px / 2));
  }

  .top-box01 {
    padding: 40px 0 24px;
  }

  .top-box01__inner {
    padding-inline: 48px;
  }

  .top-box02 {
    width: 100%;
    padding-block: 24px;
  }

  .top-box02__inner {
    padding-inline: 48px;
  }

  .top-box02__stack {
    gap: 16px;
  }

  .top-box03 {
    left: 115px;
  }

  .top-box03 {
    padding-block: 103px 141px;
  }

  .top-box04 {
    margin-left: auto;
  }

  .top-box05 {
    padding-block: 103px 97px;
  }

  .top-slide02__img--avance {
    width: 202.45px !important;
  }

  .top-slide02__img--enable {
    width: 382.97px !important;
  }

  .top-slide02__img--kyodo_engineering {
    width: 321.08px !important;
  }

  .top-slide02__img--ots {
    width: 141.84px !important;
  }

  .top-slide02__img--rpm {
    width: 188.26px !important;
  }

  .top-slide02__img--sankyo {
    width: 318.5px !important;
  }

  .swiper-group01 {
    margin-bottom: 82px;
  }

  .top-slide03 {
    height: 560px;
  }

  .marquee01 {
    margin-top: 56px;
    padding-block: 0;
  }

  .marquee01__inner {
    height: 100px !important;
  }

  .marquee01__text {
    margin-right: 35px;
    font-size: 8.8rem;
  }

  #loader .loader-logo {
    width: 600px;
  }

  #loader .loader-logo.shrink {
    top: 53px;
    left: 64px;
    -webkit-transform: translate(0, 0) scale(0.3);
    transform: translate(0, 0) scale(0.3);
  }

  .logo-link {
    padding: 0 16px;
  }

  .logo-link__text .text.adjust {
    width: calc(100% - 26px);
  }

  .logo-link__logo {
    min-height: 106px;
  }

  .logo-link__logo--tempo img {
    max-width: 180px;
  }

  .lead01 {
    max-width: 528px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 0 64px;
  }

  .lead01--wide {
    width: 100%;
    max-width: 100%;
  }

  .lead01 br.is-hidden-sp {
    display: block;
  }

  .lead01 br.is-hidden-pc {
    display: none;
  }

  .section-heading__subtitle--en {
    font-size: 2.2rem;
    line-height: 1;
  }

  :where(.section-heading--skew) .section-heading__title {
    padding-top: 38px;
    font-size: 3.75rem;
    line-height: 1.3;
  }

  :where(.section-heading--skew) .section-heading__title.js-slideIn:has(.slideIn)::before {
    width: 80px;
  }

  .section-heading--en .section-heading__title {
    font-size: 6rem;
    line-height: 1;
  }

  .button-layout--right-pc {
    text-align: right;
  }

  .container01 {
    max-width: 1300px;
    padding: 0 40px;
  }

  .container02 {
    max-width: 1300px;
    padding: 0 40px;
  }

  .container03 {
    max-width: 1300px;
    padding: 0 40px;
  }

  .button-layout--right-pc {
    text-align: right;
  }

  .container01 {
    max-width: 1300px;
    padding: 0 40px;
  }

  .container02 {
    max-width: 1300px;
    padding: 0 40px;
  }

  .container03 {
    max-width: 1300px;
    padding: 0 40px;
  }

  .top-section01 {
    padding-top: 80px;
  }

  .top-section01::before {
    top: 46px;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 45.8401%;
    background-image: url(/-/media/BREXA-CrossBorder/img/Top/img-map-pc.png);
  }

  .top-section01__head {
    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;
    margin-bottom: 80px;
  }

  .top-section01__head-right {
    max-width: 525px;
  }

  .top-section01__main {
    padding-bottom: 90px;
  }

  .top-section01__map::before {
    width: 78.25768668%;
    right: -18px;
    background-image: url(/-/media/BREXA-CrossBorder/img/Top/img-map_dot-pc.png);
  }

  .top-section01__title {
    margin-bottom: 0;
  }

  .top-section01__text {
    margin-bottom: 24px;
  }

  .top-section01__contents {
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 40px;
    margin-bottom: 60px;
  }

  .top-section01__button {
    padding: 40px 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }

  .top-section01__button>* {
    width: 50%;
  }

  .top-card01__title {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-top: -8%;
  }

  .top-card01__title::before {
    height: 8px;
  }

  .top-card01__title .text {
    font-size: 1.8rem;
    line-height: 2;
  }

  .blog {
    position: relative;
    padding: 20px 0 104px;
  }

  .blog__wrap {
    min-height: 446px;
  }

  .blog__wrap-info {
    margin-top: 0;
    position: absolute;
    top: 20px;
    left: 31%;
    width: 68%;
  }

  .blog__text {
    max-width: 185px;
  }

  .blog__controller {
    max-width: calc(100% - 16px);
    margin-top: 64px;
  }

  .blog__nav {
    width: 234px;
  }

  .blog .swiper-pagination {
    display: block;
    text-align: center;
    width: calc(100% - 90px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .company__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 65px;
    height: 723px;
  }

  .company__text {
    width: 57%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-inline: 0;
    padding-left: 30px;
  }

  .company__text .lead01 {
    max-width: 630px;
  }

  .company__image {
    height: 100%;
  }

  a.rect__btn {
    padding: 44px 24px;
  }

  a.rect__btn .text {
    width: calc(100% - 56px);
    font-size: 2rem;
  }

  a.rect__btn span.icon {
    border-radius: 3.5em;
    width: 3.5em;
    height: 3.5em;
  }

  .company__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 65px;
    height: 723px;
  }

  .company__text {
    width: 57%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-inline: 0;
    padding-left: 30px;
  }

  .company__text .lead01 {
    max-width: 630px;
  }

  .company__image {
    height: 100%;
  }

  .appeal01 {
    width: calc(380px * 8);
  }

  .appeal01__flex {
    gap: 2.5em;
  }

  .appeal01__img {
    width: 380px;
  }

  .appeal01__img.is-pc {
    display: block;
  }

  .appeal02 {
    margin-top: 56px;
    padding-block: 0;
  }

  .appeal02__text {
    font-size: 11rem;
  }
}

@media (hover: hover) and (min-width: 768px) {
  .card:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .content {
    -webkit-transform: translateY(calc(100% - 4.5rem));
    transform: translateY(calc(100% - 4.5rem));
  }

  .content>*:not(.title) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity var(1400ms) cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform var(1400ms) cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity var(1400ms) cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform var(1400ms) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform var(1400ms) cubic-bezier(0.19, 1, 0.22, 1),opacity var(1400ms) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform var(1400ms) cubic-bezier(0.19, 1, 0.22, 1),opacity var(1400ms) cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform var(1400ms) cubic-bezier(0.19, 1, 0.22, 1);
  }

  .card:hover,.card:focus-within {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card:hover:before,.card:focus-within:before {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }

  .card:hover:after,.card:focus-within:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .card:hover .content,.card:focus-within .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .card:hover .content>*:not(.title),.card:focus-within .content>*:not(.title) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: calc(var($ms) / 8);
    transition-delay: calc(var($ms) / 8);
  }

  .card:focus-within:before,.card:focus-within:after,.card:focus-within .content,.card:focus-within .content>*:not(.title) {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@media only screen and (min-width: 769px) {
  .purpose__title h2,.purpose__title p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-top: 144px;
  }

  .news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 980px) {
  .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px;
  }

  .nav-list__inner {
    padding-inline: 32px;
    width: calc((100% - 32px) / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 640px;
    overflow: hidden;
  }

  .nav-list__inner.scale {
    -webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
    animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-list__inner:hover .nav-list__img {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }

  .nav-list__inner:hover .nav-list__hide {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-list__inner:hover .nav-list__column {
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .nav-list__inner:hover .nav-list__column--business,.nav-list__inner:hover .nav-list__column--network {
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
  }

  .nav-list__column {
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(162px);
    transform: translateY(162px);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: calc(100% - 64px);
    padding-top: 100px;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }

  .nav-list__column--business,.nav-list__column--company {
    -webkit-transform: translateY(440px);
    transform: translateY(440px);
  }

  .nav-list__img {
    height: 110%;
  }

  .nav-list__hide {
    display: block;
    position: relative;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    padding: 8px 0 0 0;
  }

  .nav-list__hide .circle-btn {
    display: block;
  }

  .nav-heading-wrap {
    width: calc(100% - 35px);
  }

  .nav-heading-wrap .circle-btn {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1010px) {
  .nav-list__column {
    -webkit-transform: translateY(368px);
    transform: translateY(368px);
  }
}

@media (min-width: 980) {
  .nav-list__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .nav-list__img-wrap.scale {
    height: 100%;
    -webkit-animation: img-scale 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-scale 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@media (min-width: 1024px) {
  .l-section05__two-column {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .l-section05__button {
    font-size: 24px;
  }

  .l-section05__button--left {
    padding: 70px 75px 70px 70px;
    margin-left: 5px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  }

  .l-section05__button--right {
    padding: 70px 50px 70px 75px;
    margin-left: -5px;
    -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media only screen and (min-width: 1025px) {
  .news__wrap-info--tabhead ul li span:hover {
    background-color: #f0f0f0;
  }

  .news__wrap-info--list---item a {
    position: relative;
  }

  .news__wrap-info--list---item a p.category {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .news__wrap-info--list---item a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #e03100;
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .news__wrap-info--list---item a:hover p.category {
    background-color: #e03100;
    border-color: #e03100;
    color: #fff;
  }

  .news__wrap-info--list---item a:hover:after {
    width: 100%;
  }

  a:hover {
    color: #e03100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }

  .l-section05__button:hover span.icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .l-section05__button:hover span.icon span:after {
    -webkit-transform: translate(300%, -50%);
    transform: translate(300%, -50%);
  }

  .l-section05__button:hover span.icon span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    color: #fff;
  }

  .logo-link:hover span.icon span:after {
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }

  .logo-link:hover span.icon span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .text-link02:hover span.icon span:after {
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }

  .text-link02:hover span.icon span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .top-card01__link:hover img {
    opacity: 1;
  }

  .top-card01__link:hover span.icon span:after {
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }

  .top-card01__link:hover span.icon span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  a.arrow__btn-white:hover span.icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  a.arrow__btn-white:hover span.icon span:after {
    -webkit-transform: translate(300%, -50%);
    transform: translate(300%, -50%);
  }

  a.arrow__btn-white:hover span.icon span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    color: #e03100;
  }

  a.arrow__btn-white:hover.underline {
    color: #fff;
  }

  a.arrow__btn-white:hover.underline span.text {
    color: #fff;
  }

  a.arrow__btn-white:hover.underline span.text:after {
    width: 100%;
  }

  a.rect__btn:hover span.icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  a.rect__btn:hover span.icon span:after {
    -webkit-transform: translate(300%, -50%);
    transform: translate(300%, -50%);
  }

  a.rect__btn:hover span.icon span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    color: #fff;
  }

  a.circle-btn:hover span.icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  a.circle-btn:hover span.icon span:after {
    -webkit-transform: translate(300%, -50%);
    transform: translate(300%, -50%);
  }

  a.circle-btn:hover span.icon span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    color: #fff;
  }
}

@media (min-width: 1025px) {
  :where(.section-heading--skew) .section-heading__title {
    font-size: 4rem;
  }

  .section-heading--en .section-heading__title {
    font-size: 7.6rem;
  }

  .blog__wrap-info {
    left: 35%;
    width: 66%;
  }

  .blog__text {
    max-width: 265px;
  }
}

@media (min-width: 1100px) {
  .blog__wrap-info {
    left: calc(50% - 190px);
  }

  .blog__text {
    max-width: 315px;
  }
}

@media (min-width: 1250px) {
  .blog__controller {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  .company__text {
    padding-left: calc((100% - 1220px) / 2);
  }

  .company__text {
    padding-left: calc((100% - 1220px) / 2);
  }
}

@media (min-width: 1920px) {
  .appeal01 {
    width: calc(19.79% * 8);
  }

  .appeal01__img {
    width: 19.79%;
  }
}

@media only screen and (max-width: 1100px) {
  .purpose__info {
    width: 600px;
  }

  .purpose__info h3 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .purpose__title {
    width: 200px;
    margin: 0 50px 0 0;
  }

  .purpose__title:before {
    width: 50px;
    margin: 0 30px 0 0;
  }

  .purpose__title p {
    font-size: 50px;
  }

  .purpose__info {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }

  .news__wrap .top__title {
    width: 30%;
  }

  .top__title-wrap p {
    font-size: 60px;
  }

  .top__title-wrap h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .purpose__info h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #loading img {
    width: 100%;
  }

  .purpose {
    display: block;
    padding: 0 0 220px;
  }

  .purpose__title {
    display: block;
    width: 100%;
    margin: 0 0 24px;
  }

  .purpose__title:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    width: 0;
    height: 30px;
  }

  .purpose__title.up:before {
    width: 56.41025641%;
    height: 30px;
    margin: 0 0 56px;
  }

  .purpose__title h2,.purpose__title p {
    padding: 0 16px;
  }

  .purpose__title h2 {
    font-size: 14px;
  }

  .purpose__title h2 span {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }

  .purpose__info {
    padding: 0 16px;
    margin: 0;
  }

  .purpose__info h3 {
    font-size: 32px;
  }

  .purpose__info h3:before {
    display: none;
  }

  .purpose__info-movie {
    margin: 48px 0 0;
  }

  .purpose__loop-text {
    top: auto;
    bottom: 58px;
  }

  .purpose__loop-text ul li {
    font-size: 100px;
  }

  .news {
    position: relative;
    padding: 64px 0 80px;
  }

  .news__wrap .top__title {
    width: 100%;
    margin-bottom: 26px;
  }

  .news__wrap .top__title a {
    position: absolute;
    bottom: 0;
    right: 16px;
  }

  .news__wrap-info--tabhead {
    margin: 0 0 30px;
  }

  .news__wrap-info--tabhead ul li {
    width: 33.3333333%;
  }

  .top__title-wrap p {
    font-size: 44px;
  }

  .enter__screen.up .top__title-wrap p:before {
    width: 2em;
  }

  .top__title-wrap h2 {
    font-size: 16px;
  }

  a.arrow__btn-white span.icon {
    width: 3em;
    height: 3em;
  }
}

@media (max-width: 767px) {
  .l-section05--noRecruitSec {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .purpose__info h3 {
    font-size: 27px;
    letter-spacing: -0.03em;
  }

  .news__wrap-info--tabhead ul li span {
    font-size: 12px;
    min-width: unset;
    width: 100%;
    padding: 17px 1em;
  }

  .news__wrap-info--tabhead ul li span:before {
    left: 15px;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes marquee-anime01 {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes marquee-anime01 {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes img-wrap {
  0% {
    clip-path: inset(50% 50% 50% 50%);
    -webkit-clip-path: inset(50% 50% 50% 50%);
  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

@keyframes img-wrap {
  0% {
    clip-path: inset(50% 50% 50% 50%);
    -webkit-clip-path: inset(50% 50% 50% 50%);
  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

@-webkit-keyframes img-scale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes img-scale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
