@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* -------- reset -------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
hr,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  letter-spacing: 0;
}

p {
  letter-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%; /* for iOS, Android */
  max-width: 100vw;
}

li {
  list-style: none;
}

a,
button {
  outline: none;
  -webkit-tap-highlight-color: transparent; /* for iOS, Android */
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}

input,
select,
textarea {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  line-height: 1;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  margin: 0px;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

.ast {
  font-family: sans-serif;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.5rem;
  }
}
/* --使う色をまとめる-- */
/* viewport 切り替え */
/* -------- common -------- */
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.8;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }
}

p,
a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media print, screen and (min-width: 960px) {
  p,
  a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  p,
  a {
    font-size: 1.5rem;
  }
}

a {
  transition: 0.4s all ease-out;
}

@media screen and (max-width: 959px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 960px) {
  .spOnly {
    display: none !important;
  }
}

main {
  position: relative;
  background-color: #fff;
}

/* パンクズ */
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs {
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-breadcrumbs {
    padding: 0 20px;
  }
}
.l-breadcrumbs ol {
  display: flex;
}
.l-breadcrumbs ol li span {
  color: #6a6a6a;
  font-weight: 400;
}
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs ol li span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-breadcrumbs ol li span {
    font-size: 1.1rem;
  }
}
.l-breadcrumbs ol li + li {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs ol li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 959px) {
  .l-breadcrumbs ol li + li {
    margin-left: 10px;
  }
}
.l-breadcrumbs ol li + li::before {
  content: "/";
}
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs ol li + li::before {
    margin-right: 5px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-breadcrumbs ol li + li::before {
    margin-right: 2px;
    font-size: 1.1rem;
  }
}
.l-breadcrumbs ol li a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #6a6a6a;
  text-decoration-thickness: 1px;
}

/* section fade in animation */
.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease 0.4s;
}

.scroll-fade.scroll-active {
  opacity: 1;
  transform: translateY(0);
}

/* MV/KV stars */
.c-mv-stars {
  height: auto;
  padding-top: 5px;
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 6;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars {
    width: 30vw;
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars {
    width: calc(100vw - 100px);
    max-width: 700px;
    top: 20px;
  }
}
.c-mv-stars__wrap {
  width: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #be1e2d;
  display: flex;
  justify-content: flex-end;
  position: relative;
  animation: lineWidth 1s forwards;
  animation-delay: 0.5s;
  left: -30px;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap {
    gap: 20px;
  }
}
.c-mv-stars__wrap::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
}
.c-mv-stars__wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #be1e2d;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 1;
}
.c-mv-stars__wrap > span {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap > span {
    width: 30px;
    padding-top: 7vh;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap > span {
    width: 20px;
    padding-top: 5vw;
  }
}
.c-mv-stars__wrap > span::before {
  content: "";
  width: 1px;
  height: calc(100% + 60px);
  background-color: #be1e2d;
  position: absolute;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap > span::before {
    left: 14px;
    bottom: 25px;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap > span::before {
    left: 9.7px;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap > span img {
    width: 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap > span img {
    width: 20px;
  }
}
.c-mv-stars__wrap > span:nth-child(2) {
  transform: translate3d(0, 10%, 0) rotate(0deg);
  animation-delay: 0.5s;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap > span:nth-child(2) {
    padding-top: 10vh;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap > span:nth-child(2) {
    padding-top: 7vw;
  }
}
.c-mv-stars__wrap > span:last-child {
  transform: translate3d(0, 10%, 0) rotate(0deg);
  animation-delay: 1s;
}

/* trading content */
.l-sec-trading {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading {
    margin-bottom: 50px;
  }
}
.l-sec-trading__vd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.l-sec-trading__vd::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
.l-sec-trading__vd::after {
  content: "";
  width: 85vw;
  height: 85vw;
  background: url(/assets/img/common/img_network_white.svg) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: -20%;
  left: -20%;
  transform: rotate(20deg);
  opacity: 0.5;
  display: none;
}
.l-sec-trading__vd video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.l-sec-trading__object {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-sec-trading__object h2 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__object h2 {
    margin-top: 50px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__object h2 {
    margin-top: 30px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__logo {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__logo {
    width: 220px;
  }
}
.l-sec-trading__logo a {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__logo a {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__logo a {
    padding: 20px;
  }
}
.l-sec-trading__logo a img {
  transition: 0.4s all ease-out;
}
.l-sec-trading__logo a:hover img {
  transform: scale(1.1, 1.1);
}
.l-sec-trading__lead {
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__lead {
    margin-top: 50px;
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.l-sec-trading__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__list {
    margin-top: 50px;
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__list {
    margin-top: 30px;
    gap: 15px;
  }
}
.l-sec-trading__list li a {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__list li a {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__list li a {
    width: 90px;
    height: 90px;
  }
}
.l-sec-trading__list li a:hover img {
  transform: scale(1.1, 1.1);
}
.l-sec-trading__list li img {
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__list li img {
    width: 70px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__list li img {
    width: 35px;
  }
}
.l-sec-trading__list li p {
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__list li p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__list li p {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}

/* 共通パーツ */
@media print, screen and (min-width: 960px) {
  .p-2ndPage {
    padding-top: 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage {
    padding-top: 60px;
  }
}
.p-2ndPage-mv {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv {
    height: 400px;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv {
    height: 250px;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv .c-mv-stars {
    width: calc(50vw - 15px);
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv .c-mv-stars__wrap {
    gap: 15px;
  }
}
.p-2ndPage-mv__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.p-2ndPage-mv__ttl {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv__ttl {
    width: 30vw;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv__ttl {
    width: 50vw;
  }
}
.p-2ndPage-mv__ttl::before {
  content: "";
  background-color: #fff;
  background-image: url(/assets/img/common/bg_star_pattern_red.svg);
  background-repeat: repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv__ttl::before {
    width: 55vw;
    height: 55vw;
    min-width: 600px;
    min-height: 600px;
    background-size: 30vw;
    bottom: -30%;
    left: -50%;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv__ttl::before {
    width: 100vw;
    height: 100vw;
    background-size: 60vw;
    left: -95%;
    bottom: 0;
    transform: translateY(12%);
  }
}
.p-2ndPage-mv__ttl::after {
  content: "";
  border: 1px solid #be1e2d;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv__ttl::after {
    width: calc(55vw - 4px);
    height: calc(55vw - 4px);
    min-width: 594px;
    min-height: 594px;
    bottom: calc(-30% + 4px);
    left: calc(-50% - 4px);
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv__ttl::after {
    width: calc(100vw - 4px);
    height: calc(100vw - 4px);
    left: calc(-95% - 4px);
    bottom: 4px;
    transform: translateY(12%);
  }
}
.p-2ndPage-mv__ttl h1 {
  width: 100%;
  position: relative;
  color: #be1e2d;
  z-index: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv__ttl h1 {
    margin-left: 30px;
    font-size: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv__ttl h1 {
    margin-left: 20px;
    font-size: 2.5rem;
  }
}
.p-2ndPage-mv__img {
  width: 70vw;
  height: 100%;
  margin-left: 30vw;
}
.p-2ndPage-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

@media print, screen and (min-width: 960px) {
  .l-section {
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-section {
    padding: 0 20px;
  }
}
.l-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.l-section__h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1.3;
  z-index: 0;
  color: #222;
  border-bottom: 2px solid #be1e2d;
}
@media print, screen and (min-width: 960px) {
  .l-section__h2 {
    margin-top: 100px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-section__h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2.6rem;
  }
}
.l-section__h2::before {
  content: "";
  display: inline;
  background-color: #be1e2d;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  z-index: -1;
  width: 12px;
  height: 12px;
  bottom: -7px;
}
.l-section__h2::after {
  content: "";
  display: inline;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  z-index: -2;
}
.l-section__h3 {
  padding-left: 20px;
  position: relative;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .l-section__h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 959px) {
  .l-section__h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.l-section__h3::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #be1e2d;
  border-radius: 50%;
  position: absolute;
  left: 2.5px;
  top: calc(50% - 3px);
}
.l-section__h3::after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5.5px);
  background-color: #fff;
  z-index: -2;
}
.l-section__h4 {
  position: relative;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .l-section__h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-section__h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.c-txt-link {
  display: block;
  color: #be1e2d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.4s all ease-out;
}
.c-txt-link:hover {
  text-decoration-color: transparent;
}

/* ボタン */
.c-btn-large {
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
}
@media screen and (max-width: 959px) {
  .c-btn-large {
    height: 60px;
  }
}
.c-btn-large a {
  height: 100%;
  padding-right: 120px;
  font-size: 2.4rem;
  color: #be1e2d;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959px) {
  .c-btn-large a {
    font-size: 2rem;
    padding-right: 70px;
  }
}
.c-btn-large a::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(/assets/img/common/icon_arrow_long_right_red.svg) no-repeat center;
  background-size: 16px 9px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .c-btn-large a::after {
    width: 60px;
    height: 60px;
  }
}
.c-btn-large a:hover {
  color: #be1e2d;
}
.c-btn-large a:hover .circle_animation .outer {
  stroke: #be1e2d;
  stroke-width: 1;
  stroke-dasharray: 600;
  stroke-dashoffset: 0;
}
.c-btn-large a span {
  position: absolute;
  top: 0;
  right: 0;
}
.c-btn-large a span .circle_animation {
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 959px) {
  .c-btn-large a span .circle_animation {
    width: 60px;
    height: 60px;
  }
}
.c-btn-large a span .circle_animation .outer {
  stroke: #be1e2d;
  stroke-width: 1;
  fill: transparent;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.5s;
}
.c-btn-large.-color_reverse a {
  color: #fff;
}
.c-btn-large.-color_reverse a::after {
  background: url(/assets/img/common/icon_arrow_long_right_white.svg) no-repeat center;
}
.c-btn-large.-color_reverse a span .circle_animation .outer {
  stroke: #fff;
}

.c-btn-small {
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
}
@media screen and (max-width: 959px) {
  .c-btn-small {
    height: 40px;
  }
}
.c-btn-small a {
  height: 100%;
  padding-right: 80px;
  font-size: 2rem;
  color: #be1e2d;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.2s ease;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .c-btn-small a {
    font-size: 1.6rem;
    padding-right: 50px;
  }
}
.c-btn-small a::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/assets/img/common/icon_arrow_long_right_red.svg) no-repeat center;
  background-size: 16px 9px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .c-btn-small a::after {
    width: 40px;
    height: 40px;
  }
}
.c-btn-small a:hover {
  color: #be1e2d;
}
.c-btn-small a:hover .circle_animation .outer {
  stroke: #be1e2d;
  stroke-width: 1;
  stroke-dasharray: 600;
  stroke-dashoffset: 0;
}
.c-btn-small a span {
  position: absolute;
  top: 0;
  right: 0;
}
.c-btn-small a span .circle_animation {
  height: 60px;
  width: 60px;
}
@media screen and (max-width: 959px) {
  .c-btn-small a span .circle_animation {
    width: 40px;
    height: 40px;
  }
}
.c-btn-small a span .circle_animation .outer {
  stroke: #be1e2d;
  stroke-width: 1;
  fill: transparent;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.5s;
}
.c-btn-small.-color_reverse a {
  color: #fff;
}
.c-btn-small.-color_reverse a::after {
  background: url(/assets/img/common/icon_arrow_long_right_white.svg) no-repeat center;
}
.c-btn-small.-color_reverse a span .circle_animation .outer {
  stroke: #fff;
}

.c-list-ul li {
  padding-left: 15px;
  position: relative;
}
.c-list-ul li + li {
  margin-top: 5px;
}
.c-list-ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #be1e2d;
  position: absolute;
  left: 0;
  top: 12px;
}

.l-sec-contact {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact {
    padding: 150px 30px 100px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact {
    padding: 100px 20px 50px;
  }
}
.l-sec-contact__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__img {
    height: 450px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__img {
    height: 240px;
  }
}
.l-sec-contact__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.l-sec-contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__img img {
    -o-object-position: 50% 43%;
       object-position: 50% 43%;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__img img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.l-sec-contact__list {
  display: flex;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__list {
    gap: 0 30px;
    max-width: 1200px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__list {
    max-width: 700px;
    margin: 30px auto 0;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.l-sec-contact__list li {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 10.66px 2.34px rgba(0, 0, 0, 0.08);
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__list li {
    width: calc(33.3333333333% - 20px);
    padding: 50px 20px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__list li {
    width: calc(50% - 5px);
    padding: 20px 10px;
  }
  .l-sec-contact__list li:nth-child(3) {
    width: 100%;
  }
}
.l-sec-contact__list li a {
  display: flex;
  flex-direction: column;
}
.l-sec-contact__list li a:hover .l-sec-contact__item {
  color: #be1e2d;
}
.l-sec-contact__list li a:hover span::before {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 959px) {
  .l-sec-contact__list.-list_2col {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__list.-list_2col li {
    width: calc(50% - 15px);
  }
}
.l-sec-contact__item {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__item {
    font-size: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__item {
    font-size: 1.8rem;
  }
}
.l-sec-contact__item span {
  display: block;
  margin: 0 auto;
  position: relative;
  font-family: "Lato", sans-serif;
  color: #6a6a6a;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__item span {
    margin-bottom: 30px;
    padding-top: 60px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__item span {
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 1.2rem;
  }
}
.l-sec-contact__item span::before {
  content: "";
  position: absolute;
  top: 0;
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__item span::before {
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__item span::before {
    width: 26px;
    height: 26px;
    left: calc(50% - 13px);
  }
}
.l-sec-contact__item.-item_tel span::before {
  background: url(/assets/img/common/icon_tel_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__item.-item_fax span::before {
  background: url(/assets/img/common/icon_fax_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__item.-item_ph span::before {
  background: url(/assets/img/common/icon_mobile_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__item.-item_email span::before {
  background: url(/assets/img/common/icon_email_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__item.-item_messenger span::before {
  background: url(/assets/img/common/icon_messenger_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__ttlJp {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__ttlJp {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__ttlJp {
    font-size: 2.8rem;
  }
}
.l-sec-contact__ttlEn {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__ttlEn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__ttlEn {
    font-size: 1.6rem;
  }
}
.l-sec-contact__block {
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__block {
    width: 600px;
    padding: 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__block {
    width: calc(100% - 40px);
    padding: 30px 18px;
  }
}
.l-sec-contact__lead {
  color: #be1e2d;
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__lead {
    font-size: 1.5rem;
  }
}
.l-sec-contact__time {
  color: #be1e2d;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__time {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__time {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}

.c-list-3col {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 960px) {
  .c-list-3col {
    margin-top: 50px;
    gap: 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-list-3col {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-list-3col li {
    width: calc(33.3333333333% - 20px);
    height: 300px;
  }
}
@media screen and (max-width: 959px) {
  .c-list-3col li {
    width: 100%;
    max-width: 440px;
    height: 250px;
  }
}
.c-list-3col li figure {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.c-list-3col li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media print, screen and (min-width: 960px) {
  .c-list-3col + .l-section__h3 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 959px) {
  .c-list-3col + .l-section__h3 {
    margin-top: 60px;
  }
}

.c-txtDeco {
  width: 100vw;
  position: relative;
  text-align: right;
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .c-txtDeco {
    margin-bottom: -40px;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-txtDeco {
    margin-bottom: -18px;
    padding-top: 50px;
  }
}
.c-txtDeco .object {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  color: transparent;
  -webkit-text-stroke: 1px #d47c10;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .c-txtDeco .object {
    font-size: 10vw;
    right: -20px;
    bottom: -30px;
  }
}
@media screen and (max-width: 959px) {
  .c-txtDeco .object {
    font-size: 15vw;
    right: -10px;
  }
}
.c-txtDeco.-align--left {
  text-align: left;
}
.c-txtDeco.-align--left .object {
  right: inherit;
}
@media print, screen and (min-width: 960px) {
  .c-txtDeco.-align--left .object {
    left: -20px;
  }
}
@media screen and (max-width: 959px) {
  .c-txtDeco.-align--left .object {
    left: -10px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-txtDeco.-size--small .object {
    font-size: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .c-txtDeco.-size--small .object {
    font-size: 12vw;
  }
}

/* fallback job section 矢印用 */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v307/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbd5zrDAt.woff2) format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* scroll 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* slider fade in 用*/
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* mv Slogan Txt animation */
@keyframes txtFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* mv star line width */
@keyframes lineWidth {
  0% {
    opacity: 0;
    width: 0px;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
/* mv stars floating */
@keyframes floating-y {
  0% {
    transform: translate3d(0, -10%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 10%, 0) rotate(0deg);
  }
}
/* -------- header -------- */
.l-header {
  width: 100vw;
  left: 0;
  z-index: 10;
  transform: translateY(-100%);
  background-color: #fff;
  box-shadow: 0px 1px 10.66px 2.34px rgba(0, 0, 0, 0.08);
}
@media print, screen and (min-width: 960px) {
  .l-header {
    height: 100px;
    padding: 0 20px;
    position: absolute;
    top: 100px;
  }
}
@media screen and (max-width: 959px) {
  .l-header {
    height: 60px;
    padding: 0 20px;
    position: fixed;
    top: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header.is-fixed {
    position: fixed;
    top: 0;
    background: #fff;
    transition: transform 0.3s linear;
    transform: translateY(0);
    width: calc(100vw - 60px);
    border-radius: 0 0 20px 20px;
    left: 30px;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 960px) {
  .l-header__inner {
    gap: 0 4vw;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__logo a {
    width: auto;
    height: 4vw;
    max-height: 70px;
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .l-header__logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .l-header__logo a p {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Lato", sans-serif;
  }
}
.l-header__logo a img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .l-header__logo a img {
    height: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__navWrap {
    width: calc(100% - 290px);
  }
}
@media screen and (max-width: 959px) {
  .l-header__navWrap {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__menu {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-header__menu {
    width: 60px;
    height: 60px;
    background-color: #be1e2d;
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
  }
  .l-header__menu span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: 0.4s all ease-out;
  }
  .l-header__menu.is-open {
    border-bottom: 1px solid #fff;
  }
  .l-header__menu.is-open span {
    width: 29px;
  }
  .l-header__menu.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header__menu.is-open span:first-child {
    transform: translateY(8px) rotate(-135deg);
  }
  .l-header__menu.is-open span:last-child {
    transform: translateY(-8px) rotate(135deg);
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__menuDrop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 3vw;
  }
}
@media screen and (max-width: 959px) {
  .l-header__menuDrop {
    width: 100vw;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.4s all ease-out;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-header__menuDrop::after {
    content: "";
    width: 220px;
    height: 54px;
    background: url(/assets/img/common/logo_icon_mitsuboshi-jm_txt.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
  }
  .l-header__menuDrop.is-active {
    transform: translateX(0%);
  }
  .l-header__menuDrop.is-active::before {
    transform: translateX(0%);
    transition: 0.4s all ease-out;
  }
  .l-header__menuDrop.is-active .l-header__nav,
  .l-header__menuDrop.is-active .l-header__spSns,
  .l-header__menuDrop.is-active .l-header__menuDrop {
    transform: translateX(0%);
    transition: 0.4s all ease-out;
  }
}
.l-header__menuDrop.-menu-trading::after {
  background: url(/assets/img/common/logo_icon_mitsuboshi-jm_trading_txt.png) no-repeat center;
  background-size: contain;
}
.l-header__nav {
  display: flex;
}
@media print, screen and (min-width: 960px) {
  .l-header__nav {
    align-items: center;
    gap: 0 3vw;
  }
}
@media screen and (max-width: 959px) {
  .l-header__nav {
    width: 100vw;
    padding: 0 20px;
    flex-direction: column;
    position: relative;
    z-index: 3;
    transform: translateX(100%);
    transition: 0.4s all ease-out;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__navItem {
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem {
    border-bottom: 1px solid #be1e2d;
  }
  .l-header__navItem:first-child {
    border-top: 1px solid #be1e2d;
  }
}
.l-header__navItem a {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-header__navItem a {
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem a {
    padding: 20px 0;
  }
}
.l-header__navItem a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #be1e2d;
  border-right: 2px solid #be1e2d;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transition: 0.4s all ease-out;
}
.l-header__navItem:not(.--nav-trade) a {
  font-weight: 600;
}
.l-header__navItem:not(.--nav-trade) a:hover {
  color: #be1e2d;
}
.l-header__navItem.--nav-lang {
  display: flex;
  border: 1px solid #fff;
  display: none;
}
@media print, screen and (min-width: 960px) {
  .l-header__navItem.--nav-lang {
    padding: 10px;
    gap: 0 15px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem.--nav-lang {
    margin-top: 20px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px;
    gap: 0 8px;
  }
}
.l-header__navItem.--nav-lang a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .l-header__navItem.--nav-lang a {
    padding: 0;
  }
}
.l-header__navItem.--nav-lang a:last-child {
  border-left: 1px solid #fff;
}
@media print, screen and (min-width: 960px) {
  .l-header__navItem.--nav-lang a:last-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem.--nav-lang a:last-child {
    padding-left: 8px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem.--nav-trade {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__navItem.--nav-trade a {
    padding-right: 0;
    height: 4vw;
    max-height: 55px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem.--nav-trade a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.l-header__navItem.--nav-trade a img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .l-header__navItem.--nav-trade a img {
    max-width: 250px;
  }
}
.l-header__navItem.--nav-trade a::after {
  display: none;
}
.l-header__navItem.--nav-trade a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 960px) {
  .l-header__spSns {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-header__spSns {
    width: 100vw;
    position: relative;
    z-index: 3;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
    transform: translateX(100%);
    transition: 0.4s all ease-out;
  }
  .l-header__spSns li {
    width: 40px;
  }
  .l-header__spSns li a {
    display: block;
  }
}

.l-header-trading {
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  box-shadow: 0px 1px 10.66px 2.34px rgba(0, 0, 0, 0.08);
}
@media print, screen and (min-width: 960px) {
  .l-header-trading {
    left: calc(50% - 150px);
  }
}
@media screen and (max-width: 959px) {
  .l-header-trading {
    left: 20px;
  }
}
.l-header-trading__logo {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .l-header-trading__logo {
    width: 300px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-header-trading__logo {
    width: 150px;
    padding: 10px 20px;
  }
}
.l-header-trading__logo a {
  display: block;
}
.l-header-trading__logo a img {
  transition: 0.4s all ease-out;
}
.l-header-trading__logo a:hover img {
  transform: scale(1.1, 1.1);
}
.l-header-trading__corner {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: -25px;
  left: -25px;
  transform: rotate(-90deg);
}
.l-header-trading__corner::before {
  content: "";
  width: 100px;
  height: 100px;
  border: 25px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: -50px;
}
.l-header-trading__corner.-corner__right {
  left: inherit;
  right: -25px;
  top: -25px;
  transform: scaleX(-1);
}
.l-header-trading__corner.-corner__right::before {
  top: 0;
  left: -50px;
}

/* -------- footer -------- */
.l-footer {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-footer {
    padding-top: 120px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer {
    margin-top: 50px;
    padding-top: 90px;
  }
}
.l-footer::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  box-shadow: 0px 1px 10.66px 2.34px rgba(0, 0, 0, 0.08);
}
@media print, screen and (min-width: 960px) {
  .l-footer::before {
    width: 240px;
    height: 240px;
    left: calc(50% - 120px);
  }
}
@media screen and (max-width: 959px) {
  .l-footer::before {
    width: 180px;
    height: 180px;
    left: calc(50% - 90px);
  }
}
.l-footer__inner {
  background-color: #be1e2d;
  overflow: visible;
  z-index: 1;
  position: relative;
}
.l-footer__inner::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 960px) {
  .l-footer__inner::after {
    width: 240px;
    height: 240px;
    top: -120px;
    left: calc(50% - 120px);
  }
}
@media screen and (max-width: 959px) {
  .l-footer__inner::after {
    width: 180px;
    height: 180px;
    top: -90px;
    left: calc(50% - 90px);
  }
}
.l-footer__logo {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-footer__logo {
    width: 170px;
    top: -90px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__logo {
    width: 130px;
    top: -65px;
  }
}
.l-footer__logo img {
  transition: 0.4s all ease-out;
}
.l-footer__logo a {
  display: block;
  transition: 0.4s all ease-out;
}
.l-footer__logo a:hover img {
  transform: scale(1.1, 1.1);
}
.l-footer__nav {
  margin: -20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .l-footer__nav {
    gap: 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__nav {
    max-width: 240px;
    gap: 10px 40px;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer__navItem {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__navItem {
    width: calc(50% - 20px);
  }
}
.l-footer__navItem a {
  color: #fff;
  transition: 0.4s all ease-out;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.4s all ease-out;
  text-decoration-color: transparent;
}
@media screen and (max-width: 959px) {
  .l-footer__navItem a {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }
}
.l-footer__navItem a:hover {
  opacity: 1;
  text-decoration-color: currentColor;
}
.l-footer__navItem:not(:first-child) {
  position: relative;
}
.l-footer__navItem:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #fff;
  position: absolute;
}
@media print, screen and (min-width: 960px) {
  .l-footer__navItem:not(:first-child)::before {
    left: -40px;
    top: 25%;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__navItem:not(:first-child)::before {
    left: -20px;
    bottom: 5px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__navItem:nth-child(3)::before {
    display: none;
  }
}
.l-footer__trading {
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__trading a {
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 960px) {
  .l-footer__trading a {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__trading a {
    width: 200px;
  }
}
.l-footer__trading a img {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s all ease-out;
}
.l-footer__trading a:hover img {
  transform: scale(1.1, 1.1);
}
.l-footer__sns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .l-footer__sns {
    gap: 0 5%;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__sns {
    gap: 0 10%;
  }
}
.l-footer__snsItem {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-footer__snsItem::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.l-footer__snsItem::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.l-footer__snsItem a {
  display: block;
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .l-footer__snsItem a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__snsItem a {
    width: 30px;
    height: 30px;
  }
}
.l-footer__snsItem a img {
  transition: 0.4s all ease-out;
}
.l-footer__snsItem a:hover img {
  transform: scale(1.1, 1.1);
}
.l-footer__copyright {
  margin: 30px auto 0;
  padding-bottom: 15px;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .l-footer__copyright {
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__copyright {
    width: 100%;
  }
}
.l-footer__copyright p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media print, screen and (min-width: 960px) {
  .l-footer__copyright p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__copyright p {
    font-size: 1.1rem;
  }
}

/* Return Top Link
==================================== */
.l-footer-return__top {
  position: fixed;
  opacity: 0;
  right: 21px;
  bottom: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}
.l-footer-return__top > a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 7px;
  position: relative;
  display: block;
  transition: 0.3s;
  box-shadow: 0px 1px 10.66px 2.34px rgba(0, 0, 0, 0.08);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-footer-return__top > a::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 25%;
  height: 25%;
  margin: auto;
  border-top: 2px solid #be1e2d;
  border-left: 2px solid #be1e2d;
  transition: transform 0.3s ease;
  transform: rotate(45deg) translate(20%, 20%);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-footer-return__top > a:hover {
  background-color: #be1e2d;
  border-color: #fff;
}
.l-footer-return__top > a:hover::before {
  border-color: #fff;
}
.l-footer-return__top.is-show {
  opacity: 1;
}

.p-home {
  background: url(/assets/img/common/bg_star_pattern_red.svg) repeat center;
}
@media print, screen and (min-width: 960px) {
  .p-home {
    padding-top: 100px;
    position: relative;
    background-size: 30vw;
  }
}
@media screen and (max-width: 959px) {
  .p-home {
    margin-top: 60px;
    background-size: 60vw;
    overflow: hidden;
  }
}
.p-home-mv {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv .swiper {
    padding: 10px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv .swiper {
    padding: 8px;
  }
}
.p-home-mv .swiper::before {
  content: "";
  border: 1px solid #be1e2d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 10px;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv .swiper::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv .swiper::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
.p-home-mv .swiper {
  opacity: 0;
  transition: opacity 0.5s ease; /* フェードイン効果 */
}
.p-home-mv .swiper-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.p-home-mv .swiper-slide figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.p-home-mv .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-mv .swiper-initialized {
  opacity: 1; /* 初期化完了後に表示 */
}
.p-home-mv .js-text-animation > span {
  opacity: 0;
  display: inline-block;
  animation: txtFadeIn 1.5s both ease-in-out;
}
.p-home-mv__txt {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv__txt {
    height: calc(100vh - 100px);
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv__txt {
    padding-top: 70px;
    top: 30px;
  }
}
.p-home-mv__txt::before {
  content: "";
  background-color: #be1e2d;
  border-radius: 50%;
  position: absolute;
  animation: fadeInSlideUp 1.5s forwards;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv__txt::before {
    width: 30vw;
    height: 30vw;
    max-width: 100vh;
    max-height: 100vh;
    left: -18vw;
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv__txt::before {
    width: 130px;
    height: 130px;
    top: 30px;
    left: -65px;
  }
}
.p-home-mv__txt h1 {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #be1e2d;
  line-height: 1.2;
  letter-spacing: 0.08em;
  z-index: 1;
  mix-blend-mode: difference;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv__txt h1 {
    padding-left: 30px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv__txt h1 {
    padding-left: 20px;
    font-size: 2.2rem;
  }
}
.p-home-mv__txt p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lato", sans-serif;
  color: #be1e2d;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv__txt p {
    margin-top: 30px;
    padding-left: 30px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv__txt p {
    padding-left: 20px;
    font-size: 1.7rem;
  }
}
.p-home-mv__img {
  position: relative;
  margin-left: auto;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv__img {
    width: 72vw;
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv__img {
    width: 100vw;
    height: calc(100vh - 60px);
    padding-bottom: 20px;
  }
}
.p-home-mv__img .p-home-mv__swiper01 {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInSlideUp 1s forwards;
  animation-delay: 2.5s;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv__img .p-home-mv__swiper01 {
    width: 55vw;
    height: 50vh;
    right: 30px;
    top: 50px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv__img .p-home-mv__swiper01 {
    width: 80vw;
    height: 45vh;
    right: 15px;
    bottom: 15vw;
  }
}
.p-home-mv__img .p-home-mv__swiper01::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv__img .p-home-mv__swiper01 .swiper-wrapper {
    box-shadow: 0px 2px 10.66px 2.34px rgba(255, 255, 255, 0.5);
  }
}
.p-home-mv__img .p-home-mv__swiper02 {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInSlideUp 1s forwards;
  animation-delay: 2s;
  z-index: 2;
}
@media print, screen and (min-width: 960px) {
  .p-home-mv__img .p-home-mv__swiper02 {
    width: 35vw;
    height: 35vh;
    left: 0;
    bottom: 50px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv__img .p-home-mv__swiper02 {
    width: 40vw;
    height: 30vw;
    left: 10px;
    bottom: 15px;
  }
}

/* スクロールダウンの位置 */
@media print, screen and (min-width: 960px) {
  .p-home-scroll {
    position: absolute;
    right: 30px;
    bottom: 115px;
    color: #be1e2d;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    writing-mode: vertical-rl;
    /* 線のアニメーション部分 */
  }
  .p-home-scroll::before {
    animation: scroll 2s infinite;
    background-color: #be1e2d;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-scroll {
    display: none;
  }
}

.p-home-subCopy {
  background-image: linear-gradient(180deg, transparent 0 5%, #fff 100%);
}
@media print, screen and (min-width: 960px) {
  .p-home-subCopy {
    padding: 100px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-subCopy {
    padding: 20px 20px 10px;
  }
}
.p-home-subCopy figure {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .p-home-subCopy figure {
    width: 350px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-subCopy figure {
    width: 180px;
  }
}
.p-home-subCopy p {
  line-height: 2.4;
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .p-home-subCopy p {
    margin-top: 50px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 959px) {
  .p-home-subCopy p {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.p-home-subCopy p span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .p-home-subCopy p span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .p-home-subCopy p span {
    font-size: 2.2rem;
  }
}

.p-home-news {
  position: relative;
}
.p-home-news::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f3f8;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .p-home-news::before {
    border-radius: 150px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .p-home-news::before {
    border-radius: 80px 0 0 0;
  }
}
.p-home-news__2col {
  margin: 0 auto;
  display: flex;
}
@media print, screen and (min-width: 960px) {
  .p-home-news__2col {
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-news__2col {
    padding-top: 60px;
    padding-bottom: 50px;
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-home-news__head {
  width: 200px;
}
.p-home-news__head .l-section__h2 {
  margin: 0;
}
.p-home-news__list {
  flex: 1;
}
.p-home-news__item {
  border-top: 1px solid #e1e1e1;
  padding: 20px 0;
}
.p-home-news__item:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.p-home-news__labels {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.p-home-news__labels .-label__date {
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  color: #6a6a6a;
  line-height: 1;
}
.p-home-news__labels .-label__cat {
  font-size: 1.1rem;
  padding: 4px 10px 5px;
  color: #fff;
  background-color: #be1e2d;
  border-radius: 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-home-news__detail {
  position: relative;
  overflow: hidden;
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .p-home-news__detail {
    margin-top: 10px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-news__detail {
    margin-top: 5px;
    padding-right: 25px;
  }
}
.p-home-news__detail::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #be1e2d;
  border-right: 2px solid #be1e2d;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 12px;
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .p-home-news__detail::after {
    right: 10px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-news__detail::after {
    right: 0;
  }
}
.p-home-news__detail p {
  line-height: 1.6;
}
.p-home-news__detail p:first-child {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
  transition: 0.4s all ease-out;
}
.p-home-news__detail p:hover {
  color: #be1e2d;
  text-decoration-color: currentColor;
}
.p-home-news__detail img {
  margin-top: 20px;
}
.p-home-news__detail p:not(:first-child) {
  margin-top: 20px;
}
.p-home-news__detail .c-txt-link {
  margin-top: 20px;
}
.p-home-news .js-newsAccrd {
  transition: 0.3s max-height ease-out;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-home-news .js-newsAccrd {
    max-height: 95px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-news .js-newsAccrd {
    max-height: 85px;
  }
}
.p-home-news .js-newsAccrd.is-open {
  max-height: 100%;
}
.p-home-news .js-newsAccrd.is-open .p-home-news__detail::after {
  top: 17px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-home-news .js-newsAccrd.is-open .p-home-news__detail p:first-child {
  text-overflow: inherit;
  line-clamp: inherit;
  -webkit-line-clamp: inherit;
}
.p-home-news .js-newsAccrd.is-open .p-home-news__detail p:hover {
  color: #333;
  text-decoration-color: transparent;
}

.p-home-student {
  background-color: #be1e2d;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-home-student {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-student {
    padding: 30px 0 40px;
  }
}
.p-home-student__slider {
  padding-top: 10px;
}
.p-home-student__slider .swiper-container {
  overflow: hidden;
}
.p-home-student__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-home-student__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.p-home-student__slide {
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-home-student__slide {
    width: 490px;
    height: 330px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-student__slide {
    width: 300px;
    height: 220px;
    border-radius: 15px;
  }
}
.p-home-student__object {
  width: 100vw;
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 960px) {
  .p-home-student__object {
    top: calc(50% - 232px);
  }
}
@media screen and (max-width: 959px) {
  .p-home-student__object {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-home-student__objectInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .p-home-student__objectInner {
    max-width: 1260px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-student__objectInner {
    width: calc(100vw - 40px);
    max-width: 335px;
  }
}
.p-home-student__content {
  background-color: rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 960px) {
  .p-home-student__content {
    width: 654px;
    padding: 60px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-student__content {
    width: 100%;
    padding: 40px 20px;
    border-radius: 10px;
  }
}
.p-home-student__ttlGroup .l-section__h2 {
  margin: 0;
}
.p-home-student__txt {
  font-weight: 600;
}
@media print, screen and (min-width: 960px) {
  .p-home-student__txt {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .p-home-student__txt {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.p-home-student .c-btn-small {
  margin-top: 20px;
}

.p-home-job__head {
  margin: 0 auto;
}
.p-home-job__lead {
  font-weight: 500;
  font-size: 2rem;
}
.p-home-job__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 960px) {
  .p-home-job__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-job__list {
    margin: 30px auto 0;
    max-width: 700px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-job__item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 959px) {
  .p-home-job__item {
    width: calc(50% - 10px);
  }
}
.p-home-job__item a:hover .iconBox {
  transform: scale(1.1, 1.1);
}
.p-home-job__item a:hover img {
  transform: scale(1.1, 1.1);
}
.p-home-job__item:nth-child(1) .card .box .icon .iconBox {
  background: #5186a5;
}
.p-home-job__item:nth-child(1) .card h3 {
  color: #5186a5;
}
.p-home-job__item:nth-child(2) .card .box .icon .iconBox {
  background: #da964b;
}
.p-home-job__item:nth-child(2) .card h3 {
  color: #da964b;
}
.p-home-job__item:nth-child(3) .card .box .icon .iconBox {
  background: #4bcfdb;
}
.p-home-job__item:nth-child(3) .card h3 {
  color: #4bcfdb;
}
.p-home-job__item:nth-child(4) .card .box .icon .iconBox {
  background: #523621;
}
.p-home-job__item:nth-child(4) .card h3 {
  color: #523621;
}
.p-home-job .content {
  padding: 0.938rem 0.625rem;
}
.p-home-job .content h3 {
  text-transform: capitalize;
  font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6;
}
.p-home-job .card-inner {
  position: relative;
  width: inherit;
  background: var(--clr);
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-home-job .card-inner {
    height: 18rem;
  }
}
@media screen and (max-width: 959px) {
  .p-home-job .card-inner {
    height: 12rem;
  }
}
.p-home-job .card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-home-job .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}
.p-home-job .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s all ease-out;
}
.p-home-job .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}
@media print, screen and (min-width: 960px) {
  .p-home-job .card-inner .box .icon {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 959px) {
  .p-home-job .card-inner .box .icon {
    width: 5rem;
    height: 5rem;
  }
}
.p-home-job .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
.p-home-job .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}
.p-home-job .card-inner .box .icon .iconBox {
  position: absolute;
  background: #282828;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
@media print, screen and (min-width: 960px) {
  .p-home-job .card-inner .box .icon .iconBox {
    inset: 0.825rem;
  }
}
@media screen and (max-width: 959px) {
  .p-home-job .card-inner .box .icon .iconBox {
    inset: 0.625rem;
  }
}
.p-home-job .card-inner .box .icon .iconBox span {
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .p-home-job .card-inner .box .icon .iconBox span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-home-job .card-inner .box .icon .iconBox span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-home-job .l-section__h2 {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-job .c-btn-large {
    position: absolute;
    top: 50px;
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-home-job .c-btn-large {
    margin: 30px auto 10px;
  }
}

.p-home-sns {
  padding: 0;
}
@media print, screen and (min-width: 960px) {
  .p-home-sns {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-sns {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-sns .l-section__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-sns .l-section__inner {
    padding: 0 20px;
  }
}
.p-home-sns .l-section__inner a {
  color: #0866ff;
}
.p-home-sns .l-section__inner a + a {
  margin-left: 20px;
}
.p-home-sns .l-section__inner p {
  margin-top: 20px;
}
.p-home-sns .swiper {
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .p-home-sns .swiper {
    padding: 30px 0;
  }
}
@media screen and (max-width: 959px) {
  .p-home-sns .swiper {
    padding-top: 10px;
  }
}
.p-home-sns {
  /* スライドの動き等速 */
}
.p-home-sns .swiper-wrapper {
  transition-timing-function: linear;
}
.p-home-sns {
  /* 画像のサイズ調整 */
}
.p-home-sns .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-home-sns .swiper-slide {
    width: 350px;
    height: 350px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-sns .swiper-slide {
    width: 200px;
    height: 200px;
    margin: 0 5px;
  }
}
.p-home-sns .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #be1e2d;
  border-radius: 10px;
  position: relative;
}
.p-home-sns .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
}
.p-home-sns .swiper-slide a::before {
  content: "";
  background-color: #0866ff;
  position: absolute;
  z-index: 1;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 960px) {
  .p-home-sns .swiper-slide a::before {
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-sns .swiper-slide a::before {
    width: 70px;
    height: 70px;
    left: -35px;
    top: -35px;
  }
}
.p-home-sns .swiper-slide a::after {
  content: "";
  background: url(/assets/img/common/icon_sns_facebook.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
}
@media print, screen and (min-width: 960px) {
  .p-home-sns .swiper-slide a::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-sns .swiper-slide a::after {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-sns .swiper-slide:nth-child(even) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-sns .swiper-slide:nth-child(even) {
    margin-top: 50px;
  }
}
.p-home-sns .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: 0.3s all linear;
}

.p-home-access {
  line-height: 0;
}
@media print, screen and (min-width: 960px) {
  .p-home-access {
    margin-top: 50px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-access {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.p-home-access__inner {
  margin: 0 auto;
  border: 1px solid #be1e2d;
  border-radius: 15px;
  display: flex;
  background: url(/assets/img/common/bg_star_pattern_red.svg) repeat center;
  background-size: 350px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-home-access__inner {
    max-width: 1260px;
    height: 300px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-access__inner {
    flex-direction: column;
  }
}
.p-home-access__map {
  background-color: #be1e2d;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-home-access__map {
    width: 60%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 959px) {
  .p-home-access__map {
    width: 100%;
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  }
}
.p-home-access__map iframe {
  width: 100%;
  height: 100%;
}
.p-home-access__map .googlemap {
  width: 100%;
  height: 100%;
}
.p-home-access__map {
  /* 色を変えるためのオーバーレイ要素の設定 */
}
.p-home-access__map .googlemap.wp-block-group {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-home-access__map .googlemap > div {
  height: 100%;
  position: relative;
}
.p-home-access__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .p-home-access__txt {
    padding-left: 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-access__txt {
    padding: 30px 20px;
  }
}
.p-home-access__txt p {
  margin-top: 20px;
}
.p-home-access__txt p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.4s all ease-out;
  text-decoration-color: transparent;
  cursor: pointer;
}
.p-home-access__txt p a:hover {
  color: #be1e2d;
  text-decoration-color: currentColor;
}

.p-news-2col {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 960px) {
  .p-news-2col {
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-news-2col {
    gap: 20px 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-news-2col li {
    width: calc(50% - 10px);
    height: 330px;
  }
}
@media screen and (max-width: 959px) {
  .p-news-2col li {
    width: calc(50% - 5px);
  }
}
.p-news-2col li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media print, screen and (min-width: 960px) {
  .p-trading {
    position: relative;
    background-size: 30vw;
  }
}
@media screen and (max-width: 959px) {
  .p-trading {
    background-size: 60vw;
    overflow: hidden;
  }
}
.p-trading-mv {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.p-trading-mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.p-trading-mv__txt {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  color: #fff;
  left: 50vw;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-trading-mv__txt {
    width: -moz-max-content;
    width: max-content;
    top: 50vh;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-mv__txt {
    width: 100%;
    padding: 0 20px;
    bottom: 0;
  }
}
.p-trading-mv__txt h2 {
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .p-trading-mv__txt h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-mv__txt h2 {
    font-size: 2.4rem;
  }
}
.p-trading-mv__lead {
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .p-trading-mv__lead {
    margin-top: 50px;
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-mv__lead {
    margin-top: 30px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.p-trading-anchor {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(/assets/img/common/bg_star_pattern_red.svg);
  background-repeat: repeat;
  background-position: center;
}
@media print, screen and (min-width: 960px) {
  .p-trading-anchor {
    padding-top: 50px;
    padding-bottom: 100px;
    background-size: 30vw;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-anchor {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 60vw;
    overflow: hidden;
  }
}
.p-trading-anchor .l-sec-trading__list li a {
  background-color: rgb(255, 255, 255);
}
.p-trading-anchor__lead {
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .p-trading-anchor__lead {
    margin-top: 50px;
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-anchor__lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-trading-strength figure {
  width: 100vw;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-trading-strength figure {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-strength figure {
    height: 200px;
  }
}
.p-trading-strength figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 75%;
     object-position: 50% 75%;
}
.p-trading-strength__object {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 1px 10.66px 2.34px rgba(0, 0, 0, 0.08);
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .p-trading-strength__object {
    max-width: 1100px;
    padding: 50px 30px;
    border-radius: 15px;
    transform: translateY(-100px);
  }
}
@media screen and (max-width: 959px) {
  .p-trading-strength__object {
    width: calc(100% - 40px);
    max-width: 700px;
    padding: 30px 20px;
    border-radius: 10px;
    transform: translateY(-40px);
  }
}
.p-trading-strength__object h3 {
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .p-trading-strength__object h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-strength__object h3 {
    font-size: 3rem;
  }
}
.p-trading-strength__point {
  display: flex;
  gap: 30px;
  counter-reset: number 0;
}
@media print, screen and (min-width: 960px) {
  .p-trading-strength__point {
    margin-top: 70px;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-strength__point {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.p-trading-strength__point li {
  width: 100%;
  padding: 40px 20px 20px 20px;
  border: 1px solid #333;
  border-radius: 15px;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-trading-strength__point li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-strength__point li {
    font-size: 1.6rem;
  }
}
.p-trading-strength__point li::before {
  content: "";
  width: 100px;
  height: 40px;
  background-color: #be1e2d;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  left: 30px;
}
.p-trading-strength__point li::after {
  counter-increment: number 1;
  content: "POINT " counter(number);
  width: 100px;
  height: 40px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 30px;
}
.p-trading-strength__point li h4 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px) {
  .p-trading-strength__point li p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-strength__point li p {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-trading-philosophy {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-philosophy {
    margin-bottom: 50px;
  }
}
.p-trading-philosophy__inner {
  display: flex;
  background: #A778AF;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-trading-philosophy__inner {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-philosophy__inner {
    flex-direction: column;
  }
}
.p-trading-philosophy__inner figure {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-trading-philosophy__inner figure {
    width: 55vw;
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-philosophy__inner figure {
    width: 100vw;
    height: 300px;
  }
}
.p-trading-philosophy__inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media print, screen and (min-width: 960px) {
  .p-trading-philosophy__inner figure::before {
    content: "";
    width: 400px;
    height: 100%;
    background: #A778AF;
    background: linear-gradient(270deg, rgb(167, 120, 175) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-trading-philosophy__obj {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .p-trading-philosophy__obj {
    width: 45vw;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-philosophy__obj {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 20px;
  }
}
.p-trading-philosophy__obj::before {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 960px) {
  .p-trading-philosophy__obj::before {
    width: 1000px;
    height: 1000px;
    top: 0;
    left: -100px;
    transform: translateY(-200px);
  }
}
@media screen and (max-width: 959px) {
  .p-trading-philosophy__obj::before {
    width: 200vw;
    height: 200vw;
    top: -14vw;
    left: 0;
    transform: translateX(-50vw);
  }
}
.p-trading-philosophy__obj h3 {
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .p-trading-philosophy__obj h3 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-philosophy__obj h3 {
    font-size: 3rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .p-trading-philosophy__obj p {
    margin-top: 30px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-philosophy__obj p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-trading-philosophy__obj .c-btn-large {
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-trading-philosophy__obj .c-btn-large {
    margin: 20px auto 0;
  }
  .p-trading-philosophy__obj .c-btn-large a {
    font-size: 1.7rem;
  }
}
.p-trading .c-txtDeco {
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .p-trading .c-txtDeco .object {
    line-height: 1.2;
    font-size: 12vw;
  }
}/*# sourceMappingURL=trading-all.css.map */