@charset "UTF-8";
/* $f-en: "Lato", Arial, Helvetica, sans-serif; */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}
a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[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-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

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

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

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

ul,
li,
ol,
li {
  list-style: none;
}

a,
form,
iframe {
  outline: 0;
  border: 0;
}

/*------------------------------------------
 VS用
------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: top;
}

a:link, a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

/* font style 親要素引継ぎ */
span {
  font-size: inherit;
  font-weight: inherit;
}

/* CSS Document */
@font-face {
  font-family: "Yu Gothic";
  font-weight: normal;
  src: local("Yu Gothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  font-display: auto;
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic-Bold"), local("Yu Gothic");
  font-display: auto;
}
/* ------------------------------------------
 Primary Styles
------------------------------------------ */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  line-height: 1.75;
  color: #000;
  letter-spacing: 0;
  background: #fff;
  text-size-adjust: 100%;
}

body.fixed {
  position: fixed;
  width: 100%;
}

main {
  display: block;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  line-height: 1.75;
  word-break: break-all;
}

/* 電話リンク */
.sp-tel {
  display: inline-block;
}

@media (width >= 768px) {
  a[href^="tel:"], a.sp-tel[href^="tel:"] {
    pointer-events: none;
  }
}
.no-tel,
.no-tel * {
  text-decoration: none !important;
  pointer-events: none !important;
}

/* テキストリンク */
a.txtlink {
  color: #c4201c;
  text-decoration: underline;
  transition: all 0.2s ease;
}
a.txtlink:hover {
  text-decoration: none;
}

/* ------------------------------------------
 Common style
------------------------------------------ */
.txt-center,
.stxt-center {
  text-align: center;
}

.txt-right,
.stxt-right {
  text-align: right;
}

@media (width <= 480px) {
  .stxt-right,
  .stxt-center {
    text-align: left;
  }
}
.block {
  display: block;
}

.iblock {
  display: inline-block;
}

/* PC SP only ---------------------- */
@media (width >= 1401px) {
  .sp-only-xxl {
    display: none;
  }
}
@media (width <= 1400px) {
  .pc-only-xxl {
    display: none;
  }
}
@media (width >= 1281px) {
  .sp-only-xl {
    display: none;
  }
}
@media (width <= 1280px) {
  .pc-only-xl {
    display: none;
  }
}
@media (width >= 1025px) {
  .sp-only-ll {
    display: none;
  }
}
@media (width <= 1024px) {
  .pc-only-ll {
    display: none;
  }
}
@media (width >= 992px) {
  .sp-only-l {
    display: none;
  }
}
@media (width <= 991px) {
  .pc-only-l {
    display: none;
  }
}
@media (width >= 768px) {
  .sp-only {
    display: none;
  }
}
@media (width <= 767px) {
  .pc-only {
    display: none;
  }
}
@media (width >= 641px) {
  .sp-only-m {
    display: none;
  }
}
@media (width <= 640px) {
  .pc-only-m {
    display: none;
  }
}
@media (width >= 481px) {
  .sp-only-s {
    display: none;
  }
}
@media (width <= 480px) {
  .pc-only-s {
    display: none;
  }
}
/* flex ---------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
  /* 上下左右中央 */
  /* 上下中央横並び */
}
.flex.inline {
  display: inline-flex;
}
.flex.column {
  flex-direction: column;
}
.flex.between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.flex.vc {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex.vm {
  flex-direction: row;
  align-items: center;
}

/* layout ---------------------- */
.wrap,
.wrap-l,
.wrap-m,
.wrap-s,
.wrap-ss {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}

.wrap-l {
  max-width: 1500px;
}

.wrap-m {
  max-width: 1230px;
}

.wrap-s {
  max-width: 1050px;
}

.wrap-ss {
  max-width: 900px;
}

/* wrap padding-right 134px ------------------------- */
@media (width >= 1025px) {
  .wrap-pr {
    padding-right: 134px;
  }
  .wrap-pl {
    position: relative;
    padding-left: calc(253px - 5vw);
  }
}
/* object fit --------------------- */
.of-wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.of-wrap img {
  width: 100%;
  height: 100%;
}
.of-wrap.of-1x1 {
  aspect-ratio: 1/1;
}
.of-wrap.of-2x1 {
  aspect-ratio: 2/1;
}
.of-wrap.of-3x2 {
  aspect-ratio: 3/2;
}
.of-wrap.of-3x1 {
  aspect-ratio: 3/1;
}
.of-wrap.of-4x3 {
  aspect-ratio: 4/3;
}
.of-wrap.of-5x2 {
  aspect-ratio: 5/2;
}
.of-wrap.of-15x7 {
  aspect-ratio: 15/7;
}
.of-wrap.of-16x9 {
  aspect-ratio: 16/9;
}
.of-wrap.of-cover img {
  object-fit: cover;
}
.of-wrap.of-contain img {
  object-fit: contain;
}

/* font STYLE --------------------- */
.f-en {
  font-family: "Josefin Slab", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
  font-weight: 500;
}

.f-jfs {
  font-family: "Josefin Sans", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}

.f-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.f-yug {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.f-hrg {
  font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-zom {
  font-family: "Zen Old Mincho", serif;
}

.f-wtw {
  font-family: "Winter Wind", sans-serif;
  word-break: auto-phrase;
  line-height: 1;
}

.f-vdlp {
  font-family: "vdl-penletter", sans-serif;
}

/* font weight */
.f-bold {
  font-weight: bold;
}

.f-normal {
  font-weight: normal;
}

.f-w100 {
  font-weight: 100;
}

.f-w200 {
  font-weight: 200;
}

.f-w300 {
  font-weight: 300;
}

.f-w350 {
  font-weight: 350;
}

.f-w400 {
  font-weight: normal;
}

.f-w500 {
  font-weight: 500;
}

.f-w600 {
  font-weight: 600;
}

.f-w700 {
  font-weight: bold;
}

.f-w900 {
  font-weight: 900;
}

/* font color */
.f-red {
  color: red;
}

.f-wht {
  color: #fff;
}

.f-blk {
  color: #000;
}

.f-yllw {
  color: #d8bb00;
}

/* line height */
.f-lh1 {
  line-height: 1;
}

.f-lh12 {
  line-height: 1.2;
}

.f-lh13 {
  line-height: 1.3;
}

.f-lh14 {
  line-height: 1.4;
}

.f-lh15 {
  line-height: 1.5;
}

.f-lh175 {
  line-height: 1.75;
}

.f-lh2 {
  line-height: 2;
}

.f-lh225 {
  line-height: 2.25;
}

.f-lh24 {
  line-height: 2.4;
}

.f-lh25 {
  line-height: 2.5;
}

.f-lh26 {
  line-height: 2.6;
}

.f-lh3 {
  line-height: 3;
}

@media (max-width: 480px) {
  .f-lh225 {
    line-height: 2;
  }
}
/* font size */
.f-sz10 {
  font-size: 1rem;
}

.f-sz11 {
  font-size: 1.1rem;
}

.f-sz12 {
  font-size: 1.2rem;
}

.f-sz13 {
  font-size: 1.3rem;
}

.f-sz14 {
  font-size: 1.4rem;
}

.f-sz15 {
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
}

.f-sz16 {
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
}

.f-sz17 {
  font-size: clamp(1.6rem, 1.5328rem + 0.14vw, 1.7rem);
}

.f-sz18 {
  font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
}

.f-sz19 {
  font-size: clamp(1.75rem, 1.6496rem + 0.21vw, 1.9rem);
}

.f-sz20 {
  font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
}

.f-sz21 {
  font-size: clamp(1.85rem, 1.6832rem + 0.35vw, 2.1rem);
}

.f-sz22 {
  font-size: clamp(1.9rem, 1.7008rem + 0.42vw, 2.2rem);
}

.f-sz23 {
  font-size: clamp(1.95rem, 1.7168rem + 0.49vw, 2.3rem);
}

.f-sz24 {
  font-size: clamp(2rem, 1.7328rem + 0.56vw, 2.4rem);
}

.f-sz25 {
  font-size: clamp(2rem, 1.6672rem + 0.69vw, 2.5rem);
}

.f-sz26 {
  font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);
}

.f-sz27 {
  font-size: clamp(2.1rem, 1.7008rem + 0.83vw, 2.7rem);
}

.f-sz28 {
  font-size: clamp(2.2rem, 1.8rem + 0.83vw, 2.8rem);
}

.f-sz29 {
  font-size: clamp(2.2rem, 1.7328rem + 0.97vw, 2.9rem);
}

.f-sz30 {
  font-size: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);
}

.f-sz31 {
  font-size: clamp(2.3rem, 1.7664rem + 1.11vw, 3.1rem);
}

.f-sz32 {
  font-size: clamp(2.4rem, 1.8672rem + 1.11vw, 3.2rem);
}

.f-sz33 {
  font-size: clamp(2.4rem, 1.8rem + 1.25vw, 3.3rem);
}

.f-sz34 {
  font-size: clamp(2.5rem, 1.9008rem + 1.25vw, 3.4rem);
}

.f-sz35 {
  font-size: clamp(2.5rem, 1.8336rem + 1.39vw, 3.5rem);
}

.f-sz36 {
  font-size: clamp(2.6rem, 1.9328rem + 1.39vw, 3.6rem);
}

.f-sz37 {
  font-size: clamp(2.6rem, 1.8672rem + 1.53vw, 3.7rem);
}

.f-sz38 {
  font-size: clamp(2.7rem, 1.9664rem + 1.53vw, 3.8rem);
}

.f-sz39 {
  font-size: clamp(2.7rem, 1.9008rem + 1.67vw, 3.9rem);
}

.f-sz40 {
  font-size: clamp(2.8rem, 2rem + 1.67vw, 4rem);
}

.f-sz41 {
  font-size: clamp(2.8rem, 1.9328rem + 1.81vw, 4.1rem);
}

.f-sz42 {
  font-size: clamp(2.9rem, 2.0336rem + 1.81vw, 4.2rem);
}

.f-sz43 {
  font-size: clamp(2.9rem, 1.9664rem + 1.94vw, 4.3rem);
}

.f-sz44 {
  font-size: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);
}

.f-sz45 {
  font-size: clamp(3rem, 2rem + 2.08vw, 4.5rem);
}

.f-sz46 {
  font-size: clamp(3.1rem, 2.1008rem + 2.08vw, 4.6rem);
}

.f-sz47 {
  font-size: clamp(3.1rem, 2.0336rem + 2.22vw, 4.7rem);
}

.f-sz48 {
  font-size: clamp(3.2rem, 2.1328rem + 2.22vw, 4.8rem);
}

.f-sz49 {
  font-size: clamp(3.2rem, 2.0672rem + 2.36vw, 4.9rem);
}

.f-sz50 {
  font-size: clamp(3.3rem, 2.1664rem + 2.36vw, 5rem);
}

.f-sz51 {
  font-size: clamp(3.3rem, 2.1008rem + 2.5vw, 5.1rem);
}

.f-sz52 {
  font-size: clamp(3.4rem, 2.2rem + 2.5vw, 5.2rem);
}

.f-sz53 {
  font-size: clamp(3.4rem, 2.1328rem + 2.64vw, 5.3rem);
}

.f-sz54 {
  font-size: clamp(3.5rem, 2.2336rem + 2.64vw, 5.4rem);
}

.f-sz55 {
  font-size: clamp(3.5rem, 2.1664rem + 2.78vw, 5.5rem);
}

.f-sz56 {
  font-size: clamp(3.6rem, 2.2672rem + 2.78vw, 5.6rem);
}

.f-sz57 {
  font-size: clamp(3.6rem, 2.2rem + 2.92vw, 5.7rem);
}

.f-sz58 {
  font-size: clamp(3.7rem, 2.3008rem + 2.92vw, 5.8rem);
}

.f-sz59 {
  font-size: clamp(3.7rem, 2.2336rem + 3.06vw, 5.9rem);
}

.f-sz60 {
  font-size: clamp(3.8rem, 2.3328rem + 3.06vw, 6rem);
}

.f-sz62 {
  font-size: clamp(3.8rem, 2.2rem + 3.33vw, 6.2rem);
}

.f-sz64 {
  font-size: clamp(3.9rem, 2.2336rem + 3.47vw, 6.4rem);
}

.f-sz66 {
  font-size: clamp(3.9rem, 2.1008rem + 3.75vw, 6.6rem);
}

.f-sz68 {
  font-size: clamp(4rem, 2.1328rem + 3.89vw, 6.8rem);
}

.f-sz70 {
  font-size: clamp(4.2rem, 2.3328rem + 3.89vw, 7rem);
}

.f-sz72 {
  font-size: clamp(4.4rem, 2.5328rem + 3.89vw, 7.2rem);
}

.f-sz75 {
  font-size: clamp(4.5rem, 2.5658rem + 4.115vw, 7.5rem);
}

.f-sz76 {
  font-size: clamp(4.6rem, 2.6rem + 4.17vw, 7.6rem);
}

.f-sz78 {
  font-size: clamp(4.7rem, 2.6336rem + 4.305vw, 7.8rem);
}

.f-sz80 {
  font-size: clamp(4.8rem, 2.6672rem + 4.44vw, 8rem);
}

.f-sz83 {
  font-size: clamp(4.565rem, 2.075664rem + 5.1875vw, 8.3rem);
}

.f-sz85 {
  font-size: clamp(5rem, 2.6672rem + 4.86vw, 8.5rem);
}

.f-sz90 {
  font-size: clamp(5rem, 2.3328rem + 5.56vw, 9rem);
}

.f-sz95 {
  font-size: clamp(5.5rem, 2.8336rem + 5.56vw, 9.5rem);
}

.f-sz100 {
  font-size: clamp(5.5rem, 2.5008rem + 6.25vw, 10rem);
}

.f-sz110 {
  font-size: clamp(5.5rem, 2.5008rem + 7.64vw, 11rem);
}

.f-sz120 {
  font-size: clamp(5.5rem, 2.5008rem + 7.5vw, 12rem);
}

.f-sz130 {
  font-size: clamp(5.5rem, 2.5008rem + 8.125vw, 13rem);
}

.f-sz135 {
  font-size: clamp(5.5rem, 2.5008rem + 8.28125vw, 13.5rem);
}

.f-sz140 {
  font-size: clamp(5.5rem, 2.5008rem + 8.4375vw, 14rem);
}

.f-sz180 {
  font-size: clamp(5.5rem, 2.5008rem + 11.25vw, 18rem);
}

/* padding margin --------------------- */
.pt340 {
  padding-top: clamp(24.2rem, 17.6672rem + 13.62vw, 34rem);
}

.pt330 {
  padding-top: clamp(24rem, 18rem + 12.51vw, 33rem);
}

.pt200 {
  padding-top: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.pt190 {
  padding-top: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.pt180 {
  padding-top: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.pt170 {
  padding-top: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.pt160 {
  padding-top: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.pt150 {
  padding-top: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.pt140 {
  padding-top: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.pt130 {
  padding-top: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.pt120 {
  padding-top: clamp(8.55rem, 6.2496rem + 4.79vw, 12rem);
}

.pt110 {
  padding-top: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.pt100 {
  padding-top: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.pt90 {
  padding-top: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.pt80 {
  padding-top: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.pt70 {
  padding-top: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.pt65 {
  padding-top: clamp(4.875rem, 3.7925rem + 2.253vw, 6.5rem);
}

.pt60 {
  padding-top: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.pt50 {
  padding-top: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.pt45 {
  padding-top: clamp(3.375rem, 2.6244rem + 1.56375vw, 4.5rem);
}

.pt40 {
  padding-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.pt30 {
  padding-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.pt20 {
  padding-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.pt15 {
  padding-top: 15px;
}

.pt10 {
  padding-top: 10px;
}

.pt5 {
  padding-top: 5px;
}

.pt2 {
  padding-top: 2px;
}

.pb330 {
  padding-bottom: clamp(24rem, 18rem + 12.51vw, 33rem);
}

.pb290 {
  padding-bottom: clamp(21.75rem, 16.91744rem + 10.063vw, 29rem);
}

.pb270 {
  padding-bottom: clamp(20.25rem, 15.7488rem + 9.36vw, 27rem);
}

.pb260 {
  padding-bottom: clamp(18.2rem, 13rem + 10.829vw, 26rem);
}

.pb240 {
  padding-bottom: clamp(16.8rem, 12.4992rem + 10vw, 24rem);
}

.pb220 {
  padding-bottom: clamp(16rem, 12rem + 8.34vw, 22rem);
}

.pb200 {
  padding-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.pb190 {
  padding-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.pb180 {
  padding-bottom: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.pb170 {
  padding-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.pb160 {
  padding-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.pb150 {
  padding-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.pb140 {
  padding-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.pb130 {
  padding-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.pb120 {
  padding-bottom: clamp(8.4rem, 6.2496rem + 5vw, 12rem);
}

.pb110 {
  padding-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.pb100 {
  padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.pb90 {
  padding-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.pb85 {
  padding-bottom: clamp(6.375rem, 4.9589rem + 2.87375vw, 8.5rem);
}

.pb80 {
  padding-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.pb70 {
  padding-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.pb65 {
  padding-bottom: clamp(4.8735rem, 3.7914rem + 2.25264vw, 6.5rem);
}

.pb60 {
  padding-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.pb55 {
  padding-bottom: clamp(4.125rem, 3.2088rem + 1.91vw, 5.5rem);
}

.pb50 {
  padding-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.pb40 {
  padding-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.pb30 {
  padding-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.pb25 {
  padding-bottom: clamp(1.875rem, 1.458rem + 0.8625vw, 2.5rem);
}

.pb20 {
  padding-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.pb15 {
  padding-bottom: 15px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.mb200 {
  margin-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.mb190 {
  margin-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.mb180 {
  margin-bottom: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.mb170 {
  margin-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.mb160 {
  margin-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.mb150 {
  margin-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.mb140 {
  margin-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.mb130 {
  margin-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.mb120 {
  margin-bottom: clamp(8.4rem, 6.2496rem + 5vw, 12rem);
}

.mb110 {
  margin-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.mb100 {
  margin-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.mb90 {
  margin-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.mb80 {
  margin-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.mb70 {
  margin-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.mb60 {
  margin-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.mb50 {
  margin-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.mb40 {
  margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.mb30 {
  margin-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.mb20 {
  margin-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt40 {
  margin-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.mt30 {
  margin-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.mt20 {
  margin-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

/* letter spacing --------------------- */
.f-ls-028 {
  letter-spacing: -0.28rem;
}

.f-ls-0028 {
  letter-spacing: -0.028rem;
}

.f-ls0 {
  letter-spacing: 0;
}

.f-ls0028 {
  letter-spacing: 0.028rem;
}

.f-ls0033 {
  letter-spacing: 0.033rem;
}

.f-ls0035 {
  letter-spacing: 0.035rem;
}

.f-ls005 {
  letter-spacing: 0.05rem;
}

.f-ls006 {
  letter-spacing: 0.06rem;
}

.f-ls0075 {
  letter-spacing: 0.075rem;
}

.f-ls008 {
  letter-spacing: 0.08rem;
}

.f-ls009 {
  letter-spacing: 0.09rem;
}

.f-ls011 {
  letter-spacing: 0.11rem;
}

.f-ls0113 {
  letter-spacing: 0.113rem;
}

.f-ls012 {
  letter-spacing: 0.12rem;
}

.f-ls0127 {
  letter-spacing: 0.127rem;
}

.f-ls0135 {
  letter-spacing: 0.135rem;
}

.f-ls015 {
  letter-spacing: 0.15rem;
}

.f-ls016 {
  letter-spacing: 0.16rem;
}

.f-ls0165 {
  letter-spacing: 0.165rem;
}

.f-ls018 {
  letter-spacing: 0.18rem;
}

.f-ls02 {
  letter-spacing: 0.2rem;
}

.f-ls021 {
  letter-spacing: 0.21rem;
}

.f-ls0216 {
  letter-spacing: 0.216rem;
}

.f-ls0218 {
  letter-spacing: 0.218rem;
}

.f-ls0225 {
  letter-spacing: 0.225rem;
}

.f-ls027 {
  letter-spacing: 0.27rem;
}

.f-ls028 {
  letter-spacing: 0.28rem;
}

.f-ls03 {
  letter-spacing: 0.3rem;
}

.f-ls0315 {
  letter-spacing: 0.315rem;
}

.f-ls0325 {
  letter-spacing: 0.325rem;
}

.f-ls0338 {
  letter-spacing: 0.338rem;
}

.f-ls0375 {
  letter-spacing: 0.375rem;
}

.f-ls045 {
  letter-spacing: 0.45rem;
}

.f-ls052 {
  letter-spacing: 0.52rem;
}

.f-ls06 {
  letter-spacing: 0.6rem;
}

.f-ls072 {
  letter-spacing: 0.72rem;
}

.f-ls0975 {
  letter-spacing: 0.975rem;
}

.f-ls15 {
  letter-spacing: 1.5rem;
}

.f-ls35 {
  letter-spacing: 3.5rem;
}

/* ------------------------------------------
hover style
------------------------------------------ */
.hover-tra {
  transition: opacity 0.28s ease;
}

@media (width >= 768px) {
  .hover-tra:hover {
    opacity: 0.7;
  }
}
/* iOS タップバグ回避
========================= */
@media screen and (width <= 640px) {
  .button a {
    pointer-events: none;
  }
  a:hover::after,
  a:active::after,
  a:focus::after a::after {
    display: none;
  }
}
/*------------------------------------------
 .site-header
------------------------------------------*/
.site-header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  width: 134px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
  transition: all ease 0.28s;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.149);
}
.site-header.fixed-header {
  background-color: rgba(255, 255, 255, 0.8);
}
.site-header.fixed-header::before {
  background-color: rgba(0, 0, 0, 0.1192);
}

/* header-logo ------------------------- */
.site-header .header-logo {
  width: 100%;
  text-align: center;
  padding: 2.96vh 10px 0;
}
.site-header .header-logo a {
  display: inline-block;
  max-width: 92px;
}
.site-header .header-logo .mark {
  width: 34px;
  display: inline-block;
  margin-bottom: 15px;
}
.site-header .header-logo .en-txt-logo {
  width: 92px;
  display: block;
}
.site-header.fixed-header .header-logo {
  /* 小さくなったスタイルなど表記 */
}
.site-header .header-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  /* ロゴのサイズ指定 */
}
.site-header .header-info {
  width: 100%;
  height: calc(100vh - 134px - 60px);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.78vh;
  padding: 0 0 2.78vh;
  flex: 1;
}
.site-header .description {
  font-size: 1.3rem;
  letter-spacing: 0.52rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  font-weight: 400;
  display: flex;
  justify-content: center;
  color: #000;
  writing-mode: vertical-rl;
  overflow: hidden;
  white-space: nowrap;
  min-height: 7.8rem;
  height: 66%;
}
.site-header .description .desc1 {
  display: flex;
  overflow: hidden;
  justify-content: end;
}
.site-header .lang-hamb {
  display: contents;
}
.site-header .lang-nav {
  flex-flow: column nowrap;
}
.site-header .lang-nav::before {
  content: "";
  display: block;
  background-image: url("../img/common/icon-global.svg");
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.site-header .lang-nav .lang {
  writing-mode: vertical-rl;
  margin-right: 2px;
}
.site-header .sns-links {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-header .sns-links > .sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  aspect-ratio: 134/60;
}
.site-header .sns-links > .sns-icon a {
  display: inline-block;
  width: 50%;
}
.site-header .sns-links::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #e4e4e4;
  margin-right: 10px;
}

.customer-nav {
  width: 100%;
  height: 134px;
}
.customer-nav a {
  background-color: #000;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 10px;
  transition: all ease 0.28s;
}
.customer-nav a .key {
  position: relative;
  display: flex;
  align-items: center;
  width: 25px;
  height: 16px;
}
.customer-nav a .key::before {
  content: "";
  background-image: url("../img/common/icon-key.svg");
  background-size: contain;
  width: 20px;
  height: 9px;
  display: block;
  z-index: 1;
}
.customer-nav a .key::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #333;
}
.customer-nav a .jp {
  line-height: 1.2;
  margin: 20px 0 10px;
  text-align: center;
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
  letter-spacing: 0.08rem;
}
.customer-nav a .en {
  opacity: 0.52;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  font-family: "Josefin Sans", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}
.customer-nav a:hover {
  background-color: #000;
}

.lang-nav {
  align-items: center;
  justify-content: center;
}
.lang-nav::before {
  content: "";
  display: block;
  background-image: url("../img/common/icon-global.svg");
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}
.lang-nav .lang {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  display: block;
}
.lang-nav .lang a,
.lang-nav .lang span {
  display: inline-block;
}
.lang-nav .lang a:hover {
  color: #c4201c;
}

@media (max-height: 960px) {
  .site-header .description .desc2 {
    display: none;
  }
}
@media (max-height: 710px) {
  .site-header .description .desc3 {
    display: none;
  }
}
@media (min-width: 1025px) and (max-height: 600px) {
  .site-header {
    min-height: 360px;
  }
  .site-header .header-logo img {
    height: 80%;
    width: 80%;
  }
  .site-header .lang-nav::before {
    margin-bottom: 1vh;
  }
  .site-header .lang-nav .lang {
    writing-mode: initial;
  }
  .site-header .sns-links {
    display: none;
  }
  .customer-nav {
    height: auto;
  }
  .customer-nav a .jp {
    margin: 1vh 0;
  }
}
/* header-nav ------------------------- */
.site-header {
  /* gnav */
}
.site-header .header-nav {
  display: block;
  position: absolute;
  top: 0;
  right: calc(100vh + 20px);
}
.site-header #gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
  /*animation-name: fix-h;
      animation-duration: 0.28s;
      animation-timing-function: ease-out;*/
}
.site-header .menulist {
  display: flex;
  gap: 10px;
  /*hover時*/
}
.site-header .menulist > li {
  position: relative;
  /*hover*/
}
.site-header .menulist > li > a {
  display: block;
  white-space: nowrap;
  line-height: 100vh;
  /*メニューの高さ*/
  padding: 0 15px;
  position: relative;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a::before {
  content: "";
  width: 2px;
  height: calc(50% - 20px);
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a:hover::before {
  transform: translateX(-50%) scaleY(1);
}
.site-header .menulist > li.active > a::before {
  transform: translateX(-50%) scaleY(1);
}
.site-header .menulist > li.has-submenu {
  cursor: pointer;
  /*hover*/
}
.site-header .menulist > li.has-submenu > span {
  display: block;
  white-space: nowrap;
  line-height: 100vh;
  /*メニューの高さ*/
  padding: 0 10px;
}
.site-header .menulist > li.has-submenu:hover, .site-header .menulist > li.has-submenu.touch.active {
  transform: translateX(-50%) scaleY(1);
}

/* header-contact */
/*.header-contact {
    a {
        display: inline-block;
        background-color: #999;
        padding: 10px 20px;
        border-radius: 999999px;
        color: #fff;
        white-space: nowrap;
    }

}*/
/* header-tel */
/*.header-tel {
    a {
        display: inline-block;
        background-color: #999;
        padding: 10px 20px;
        border-radius: 999999px;
        color: #fff;
        white-space: nowrap;
    }
}*/
@keyframes fix-h {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media (max-width: 1280px) {
  .site-header .header-nav {
    right: 100px;
  }
  .site-header .menulist > li > a {
    line-height: 80px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .site-header .header-nav {
    right: 90px;
  }
  .site-header .menulist > li > a {
    line-height: 70px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 70px;
  }
}
/*---------------------------------------------
 sp-menu hamburger-menu
---------------------------------------------*/
/*メニューの線の太さ*/
.sp-header {
  z-index: 9999;
  width: 100%;
  text-align: center;
}

.hamburger-menu.menu-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.28s;
  max-width: 60px;
  height: 36px;
  width: 100%;
}
.hamburger-menu.menu-button .sp-btn-inner {
  width: 90%;
  max-width: 60px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all ease 0.28s;
}
.hamburger-menu.menu-button.active .sp-btn-inner {
  top: 50%;
  transform: translate(-50%, -50%);
}
.hamburger-menu.menu-button .lines {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
}
.hamburger-menu.menu-button .lines:first-child {
  top: 0;
}
.hamburger-menu.menu-button .lines:nth-child(2) {
  top: calc(100% - 1px);
}
.hamburger-menu.menu-button .menu-txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 1;
  opacity: 1;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}
.hamburger-menu.menu-button.active .menu-txt {
  opacity: 0;
  transition-delay: 0.2s;
  transition-timing-function: ease;
}

/*---------------------------------------------
 spnav
---------------------------------------------*/
.spnav {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 999;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /*上から
    bottom: 101%;
    right: 0; 
    left: 0;*/
  /*左から
    top: 0;
    bottom: 0;
    right: 101%;*/
  /*右から*/
  top: 0;
  bottom: 0;
  left: 101%;
  /*下から
    top: 101%;
    right: 0; 
    left: 0;*/
}
.spnav.hide-nav {
  opacity: 0;
  visibility: hidden;
}
.spnav.show-nav {
  pointer-events: auto;
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  /*上から
    bottom: 0;*/
  /*左から
    right: 0;*/
  /*右から*/
  left: 0;
  /*下から
    top: 0;*/
}

.wrap-spnav {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
  overflow: auto;
  /*padding-top: $header-h-s;上部にロゴがある場合*/
  /*menuが画面幅より小さい場合*/
  /*width: 300px;
    position: absolute;
    right: 0;*/
}
.wrap-spnav .inner-spnav {
  position: relative;
  z-index: 2;
  display: flex;
  width: 85%;
  max-width: 860px;
  margin: auto;
  /*height: calc(100dvh - $header-h-s);上部にロゴがある場合*/
  height: 100dvh;
  box-sizing: border-box;
  /*overflow: auto;*/
  padding-top: 110px;
}
.wrap-spnav nav {
  width: 100%;
}
.wrap-spnav nav > *:last-child {
  padding-bottom: 100px;
}
.wrap-spnav .menulist {
  column-count: 2;
  gap: 40px;
}
.wrap-spnav .menulist li {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.wrap-spnav .menulist li > span,
.wrap-spnav .menulist li a {
  display: block;
  color: #000;
  padding: 20px 0 20px 20px;
  position: relative;
  transition: opacity 0.28s ease;
  line-height: 1.2;
}
.wrap-spnav .menulist li > span::before,
.wrap-spnav .menulist li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #c4201c;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  transition: all 0.28s ease;
  transform: scale(0), translateY(-50%);
}
.wrap-spnav .menulist li > span:hover::before,
.wrap-spnav .menulist li a:hover::before {
  transform: scale(1), translateY(-50%);
  opacity: 1;
}
.wrap-spnav .menulist li .submenu {
  display: none;
}
.wrap-spnav .menulist li.en-txt a .en {
  display: block;
  padding-top: 1.3%;
  font-weight: 500;
}
.wrap-spnav .menulist li.en-txt a .jp {
  display: block;
  font-size: 1.4rem;
  padding-top: 3px;
}
.wrap-spnav .menulist li .sub {
  padding: 0 0 20px;
}
.wrap-spnav .menulist li .sub li {
  display: block;
}
.wrap-spnav .menulist li .sub a {
  color: #656565;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  padding: 10px 0 10px 20px;
  white-space: nowrap;
}
.wrap-spnav .menulist::after {
  content: "";
  display: inline-block;
}
.wrap-spnav .sp-contact {
  gap: 10px 20px;
  flex-wrap: wrap;
}
.wrap-spnav .sp-contact .btn {
  flex: 1;
}
.wrap-spnav .sp-contact .btn .btn-cont > *,
.wrap-spnav .sp-contact .btn .btn-txt > * {
  display: block;
}
.wrap-spnav .sp-contact .btn .btn-txt {
  line-height: 1.2;
  text-align: center;
}
.wrap-spnav .customer-nav {
  height: auto;
}
.wrap-spnav .customer-nav a {
  padding: 29px;
  flex-flow: row;
  align-items: center;
  height: auto;
  gap: 25px;
  justify-content: flex-start;
}
.wrap-spnav .customer-nav a .jp {
  margin: 0;
  font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
}
.wrap-spnav .customer-nav a .en {
  padding-top: 3px;
}
.wrap-spnav .company-name {
  width: 214px;
  margin-right: auto;
  margin-left: auto;
}
.wrap-spnav .sp-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.wrap-spnav .sp-sns .sns-ttl {
  padding-top: 3px;
}
.wrap-spnav .sp-sns .sns-list {
  gap: 10px;
  justify-content: center;
}
.wrap-spnav .sp-sns .sns-item a {
  aspect-ratio: 1/1;
  width: 40px;
  display: block;
  transition: all 0.28s ease;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1280px) {
  .site-header .header-nav {
    right: 100px;
  }
  .site-header .menulist > li > a {
    line-height: 80px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .site-header .header-nav {
    right: 90px;
  }
  .site-header .menulist > li > a {
    line-height: 70px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 70px;
  }
}
@media (max-width: 640px) {
  .wrap-spnav .menulist {
    column-count: 1;
  }
  .wrap-spnav .sp-contact .btn {
    flex: none;
  }
}
.spnav .spnav-mask {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.spnav.show-nav .spnav-mask {
  display: block;
}

/*---------------------------------------------
  PCメニュー切り替え
  ---------------------------------------------*/
@media (max-width: 1280px) {
  /* ロゴに掛かる前のタイミング */
  .site-header .header-nav {
    display: none;
  }
}
.inpage main {
  position: relative;
  /* padding-top: calc($header-h-l - 60px); */
}

@media (max-width: 1280px) {
  .inpage main {
    /* padding-top: $header-h-m; */
  }
}
@media (max-width: 991px) {
  .inpage main {
    /* padding-top: $header-h-s; */
  }
}
/*---------------------------------------------*/
/* SP 切替 */
/*---------------------------------------------*/
@media (max-width: 1024px) {
  .site-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: initial;
    height: 80px;
    left: 0;
    padding: 0 0 0 20px;
    transition: initial;
  }
  .site-header::before {
    display: none;
  }
  .site-header.fixed-header {
    background-color: #fff;
  }
  .site-header .header-logo {
    width: initial;
    text-align: center;
    padding: 0;
    position: relative;
    top: -3px;
  }
  .site-header .header-logo img {
    max-width: initial;
    max-height: 49px;
  }
  .site-header .header-logo a {
    display: flex;
    max-width: initial;
    align-items: flex-end;
    gap: 0.65rem;
  }
  .site-header .header-logo .mark {
    width: 2.4rem;
    margin-bottom: 0;
  }
  .site-header .header-logo .en-txt-logo {
    display: inline-flex;
    width: 17rem;
    align-items: center;
  }
  .site-header .hamburger-menu.menu-button {
    max-width: 45px;
    height: 31px;
    margin-top: 5px;
  }
  .site-header .hamburger-menu.menu-button .sp-btn-inner {
    width: 100%;
  }
  .site-header .header-info {
    display: contents;
  }
  .site-header .sns-links {
    display: none;
  }
  .site-header .description {
    display: none;
  }
  .site-header .lang-hamb {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .site-header .lang-nav {
    flex-flow: row nowrap;
    gap: 0.5rem;
    padding-left: 2rem;
  }
  .site-header .lang-nav::before {
    content: "";
    display: block;
    background-image: url("../img/common/icon-global.svg");
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .site-header .lang-nav .lang {
    writing-mode: initial;
    display: block;
    margin-right: 0;
    padding-top: 4px;
    white-space: nowrap;
  }
  .site-header .lang-nav .lang a {
    display: inline-block;
  }
  .site-header > .customer-nav {
    display: none;
  }
  .sp-header {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2rem;
  }
}
@media (max-width: 640px) {
  .wrap-spnav .menulist .sub {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap-spnav .menulist .sub li {
    width: 50%;
  }
  .wrap-spnav .menulist .sub li a {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
@media (max-width: 480px) {
  .site-header .header-logo .mark {
    width: 2.15rem;
  }
  .site-header .header-logo .en-txt-logo {
    width: 16.5rem;
  }
  .site-header .lang-hamb {
    gap: 1vw;
  }
  .site-header .lang-nav {
    padding-left: 1.5rem;
  }
  .site-header .lang-nav::before {
    display: none;
  }
  .wrap-spnav .customer-nav a {
    padding: 29px 25px;
  }
  .wrap-spnav .customer-nav a .jp {
    font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  }
}
@media (max-width: 400px) {
  .wrap-spnav .menulist .sub {
    display: block;
  }
  .wrap-spnav .menulist .sub li {
    width: 100%;
  }
  .wrap-spnav .customer-nav a {
    justify-content: flex-start;
  }
}
@media (max-width: 380px) {
  .site-header {
    padding-left: 15px;
  }
}
/*------------------------------------------
 pagettl
------------------------------------------*/
.pagettl {
  overflow: hidden;
  width: 100%;
  /* height: calc(100vh - 60px); */
}
.pagettl .pagettl-wrap {
  flex-direction: column;
  position: relative;
}
.pagettl .pagettl-wrap .pagettl-en {
  color: #000;
  display: inline-block;
  width: fit-content;
  font-feature-settings: "palt";
  font-size: clamp(5.5rem, 2.5008rem + 8.4375vw, 14rem);
  font-weight: 500;
  font-family: "Josefin Slab", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}
.pagettl .pagettl-wrap .pagettl-en .letter {
  opacity: 0;
  visibility: hidden;
}
.pagettl .pagettl-wrap .pagettl-jp {
  color: #000;
  letter-spacing: 0.11rem;
  font-size: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .pagettl .pagettl-wrap > span {
    width: 100%;
  }
  .pagettl .pagettl-wrap .pagettl-line::before {
    left: 0;
  }
}
.topic-path {
  font-family: "Josefin Sans", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
}
.topic-path li {
  display: flex;
  align-items: center;
}
.topic-path li a,
.topic-path li span {
  letter-spacing: 0.0325rem;
  font-size: 1.3rem;
  padding-top: 2px;
}
.topic-path li a {
  color: #c4201c;
}
.topic-path li::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  margin: 0 20px;
}
.topic-path li:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .topic-path li::after {
    width: 15px;
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  #privacy .pagettl .pagettl-wrap .pagettl-jp {
    font-size: 8.5vw;
  }
}
/*------------------------------------------
sec-ttl
------------------------------------------*/
.sec-ttl > span {
  position: relative;
  line-height: 1;
}
.sec-ttl .sharp {
  color: rgba(0, 0, 0, 0.5);
  padding-left: 0;
  padding-right: 0;
  display: block;
}

@media (max-width: 480px) {
  .sec-ttl .sharp.pb50,
  .sec-ttl .sharp.pb60 {
    padding-bottom: 15px;
  }
}
/*------------------------------------------
sticky-menu-style
------------------------------------------*/
.pagenav {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateX(-100%);
}
.pagenav ul {
  display: inline-block;
  margin-left: auto;
  padding-left: 5.8rem;
}
.pagenav ul li a {
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 3;
  display: block;
  position: relative;
}
.pagenav ul li a::before {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-color: #c4201c;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%) scale(1);
  opacity: 0;
  transition: all ease 0.28s;
}
.pagenav ul li a:hover, .pagenav ul li a.current {
  font-weight: 500;
}
.pagenav ul li a:hover::before, .pagenav ul li a.current::before {
  opacity: 1;
  transform: translate(0, -50%) scale(6);
}

@media (max-width: 1024px) {
  .pagenav {
    display: none;
  }
}
/*------------------------------------------
layout-style
------------------------------------------*/
/* 右余白無し */
.wrap.box-ml-auto {
  width: 95%;
  margin-left: auto;
  margin-right: 0;
}

/* 左余白無し */
.wrap.box-mr-auto {
  width: 95%;
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 767px) {
  .wrap.box-ml-auto.sp-mr-auto {
    width: 90%;
    margin-right: 5%;
  }
}
/*.lo-style-1col-1 ---------------*/
.lo-style-1col-1 .txt-area .txt-cont {
  max-width: 900px;
  margin: 0 auto;
}

/*.lo-style-1col-2 ---------------*/
.lo-style-1col-2 {
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.lo-style-1col-2 .img-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lo-style-1col-2 .img-area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lo-style-1col-2 .txt-area {
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.lo-style-1col-2 .txt-area .ttl-cont * {
  color: #fff;
}
.lo-style-1col-2 .txt-area .ttl-cont *::before, .lo-style-1col-2 .txt-area .ttl-cont *::after {
  background-color: #fff;
}
.lo-style-1col-2 .txt-area .txt-cont {
  text-align: left;
}

/*.lo-style-2col-1---------------*/
/* 画像左、テキスト右 */
.lo-style-2col-1 .cont-inr {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
}
.lo-style-2col-1 .img-area {
  flex: 1;
}
.lo-style-2col-1 .txt-area {
  flex: 1;
  padding: 30px 0;
}

@media (min-width: 992px) {
  /* lo-style-2col-1 逆：画像右、テキスト左 */
  .lo-style-2col-1.ti .txt-area {
    order: -1;
  }
}
@media (max-width: 991px) {
  .lo-style-2col-1 .img-area {
    flex: none;
    width: 100%;
  }
  .lo-style-2col-1 .txt-area {
    flex: none;
    width: 100%;
    padding: 0;
  }
}
/*.lo-style-2col-2---------------*/
.lo-style-2col-2 .cont-inr {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-left: 0;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
}
.lo-style-2col-2 .img-area {
  flex: 1;
}
.lo-style-2col-2 .img-area .img-wrap {
  aspect-ratio: 3/2;
}
.lo-style-2col-2 .txt-area {
  flex: 1;
  padding: 30px 0;
}

@media (max-width: 991px) {
  .lo-style-2col-2 .img-area {
    flex: none;
    width: 100%;
  }
  .lo-style-2col-2 .txt-area {
    flex: none;
    width: 100%;
    /* padding: 0 0 0 5%; */
  }
}
/*.lo-style-2col-3---------------*/
.lo-style-2col-3 .cont-inr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 5vw, 100px);
}
.lo-style-2col-3 .img-area {
  width: 100%;
  height: 100%;
}
.lo-style-2col-3 .txt-area {
  padding-right: 5vw;
}

@media (max-width: 767px) {
  .lo-style-2col-3 .cont-inr {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 5vw, 100px);
  }
  .lo-style-2col-3 .img-area {
    width: 100%;
    aspect-ratio: 3/2;
  }
  .lo-style-2col-3 .txt-area {
    padding-top: 30px;
    padding-left: 5vw;
  }
}
/*.lo-style-3col-1---------------*/
.lo-style-3col-1 .item-wrap {
  gap: clamp(30px, 4vw, 60px);
  counter-reset: number 0;
}
.lo-style-3col-1 .item-wrap .cont-item {
  flex: 1;
}
.lo-style-3col-1 .item-wrap .cont-item .txt-area {
  padding-top: 30px;
  position: relative;
}
.lo-style-3col-1 .item-wrap .cont-item .txt-area::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-family: "Josefin Slab", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #203fc1;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .lo-style-3col-1 .item-wrap .cont-item {
    flex: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .lo-style-3col-1 .item-wrap .cont-item .img-area {
    width: 40%;
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area {
    flex: 1;
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area::before {
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area .stxt-center {
    text-align: left;
  }
}
/*.lo-style-3col-2---------------*/
.lo-style-3col-2 .item-wrap {
  counter-reset: number 0;
  gap: clamp(30px, 4vw, 60px);
}
.lo-style-3col-2 .item-wrap .cont-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.lo-style-3col-2 .item-wrap .cont-item .img-area {
  width: 40%;
}
.lo-style-3col-2 .item-wrap .cont-item .txt-area {
  flex: 1;
}
.lo-style-3col-2 .item-wrap .cont-item .txt-area::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-family: "Josefin Slab", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #203fc1;
  display: block;
  padding-bottom: 15px;
}

/*------------------------------------------
btn共通
------------------------------------------*/
.btnarea {
  display: flex;
  gap: 20px;
}
.btnarea.btn-center {
  justify-content: center;
}
.btnarea.btn-right {
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .btnarea {
    gap: 10px;
  }
}
/* btn ----------------- */
.btn,
.ban {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all ease 0.28s;
}

/* ボタン内容 */
.btn-cont,
.ban-cont {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.4;
  height: 100%;
  justify-content: space-between;
}
.btn-cont .btn-cont,
.ban-cont .btn-cont {
  column-gap: 26px;
}
.btn-cont.center,
.ban-cont.center {
  justify-content: center;
}
.btn-cont.right,
.ban-cont.right {
  justify-content: flex-end;
}

/* option ----------------- */
/* ボタンの幅 */
.btnW-ss {
  width: 160px;
}

.btnW-s {
  max-width: 230px;
}

.btnW-m {
  max-width: 367px;
}

.btnW-l {
  max-width: 520px;
}

@media (max-width: 480px) {
  .btnW-s,
  .btnW-m,
  .btnW-l {
    max-width: none;
  }
}
/* ボタンの高さ */
.btnH-ss {
  min-height: 46px;
}

.btnH-s {
  min-height: 28px;
}

.btnH-m {
  min-height: 80px;
}

.btnH-l {
  min-height: 100px;
}

/* btn-style ----------------- */
/* btn-style01 */
.btn.btn-style01 {
  background-color: #c4201c;
  color: #fff;
  transform: opacity 0.28s ease;
  padding: 1.15em;
}

/* btn-style03 */
.btn.btn-style03 {
  color: #000;
  transform: opacity 0.28s ease;
  font-family: "Josefin Slab", sans-serif;
  display: inline-block;
  padding-right: 126px;
  width: initial;
  overflow: initial;
  font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);
  white-space: nowrap;
}

.btn.btn-style02 {
  background-color: #c4201c;
  color: #fff;
  transform: opacity 0.28s ease;
}

/* ban-style03 */
.ban-style03 {
  background-color: #fff;
  color: #000;
  transform: opacity 0.28s ease;
  display: block;
  position: relative;
  /* .btn-cont, */
}
.ban-style03 .num {
  position: absolute;
  top: 22px;
  left: 17px;
  font-size: 11px;
  font-family: "Josefin Sans", sans-serif;
  color: #c4201c;
}
.ban-style03 .num::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  transform: rotate(-45deg);
  margin-left: -4px;
}
.ban-style03 .ban-cont {
  padding: clamp(6.375rem, 4.9584rem + 2.95vw, 8.5rem) 4vw;
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.4;
  height: 100%;
}
.ban-style03 .ban-cont.center {
  justify-content: center;
}
.ban-style03 .ban-cont.right {
  justify-content: flex-end;
}
.ban-style03 .ban-cont small,
.ban-style03 .ban-cont strong {
  display: block;
  line-height: 1.2;
}

/*ボタン付1--------------------------*/
.move-arrow {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.move-arrow::before,
.move-arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
}

.btn .icon.right .move-arrow,
.ban .icon.right .move-arrow {
  width: 16px;
  height: 16px;
}
.btn .icon.right .move-arrow::after,
.ban .icon.right .move-arrow::after {
  height: 8px;
  width: 8px;
  background: url(../img/common/icon-arrow.svg) no-repeat center;
  background-size: 8px auto;
}
.btn .icon.right .move-arrow::after,
.ban .icon.right .move-arrow::after {
  transform: translate3d(50%, 50%, 0);
}
.btn.icon-left .btn-cont, .btn.icon-left .ban-cont,
.ban.icon-left .btn-cont,
.ban.icon-left .ban-cont {
  padding-left: 68px;
}
.btn .icon.left,
.ban .icon.left {
  position: absolute;
  left: 35px;
}
.btn .icon.right.i-exlink,
.ban .icon.right.i-exlink {
  right: 30px;
}
.btn:hover .icon.right .move-arrow::after,
.ban:hover .icon.right .move-arrow::after {
  animation: move-righttop-anim 0.65s ease 0s 1 forwards;
}

@keyframes move-righttop-anim {
  0% {
    transform: translate3d(50%, 50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(200%, -100%, 0);
    opacity: 0;
  }
  50.1% {
    transform: translate3d(-100%, 200%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(50%, 50%, 0);
    opacity: 1;
  }
}
/*ボタン付2--------------------------*/
.arrow03 .icon.right .move-arrow {
  width: 32px;
  height: 32px;
}

.arrow03 .icon.right .move-arrow::after {
  width: 16px;
  height: 16px;
  background: initial;
  /* mask-image: url("../img/common/icon-arrow.svg"); */
  mask-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20272.7%20272.7%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M29%2C20.5c0-5.4%2C2.2-10.6%2C6-14.5S44%2C0%2C49.4%2C0h202.7C257.5%2C0%2C262.7%2C2.2%2C266.6%2C6c3.9%2C3.8%2C6%2C9%2C6%2C14.5v202.7c0%2C5.4-2.3%2C10.5-6.1%2C14.2s-9%2C5.9-14.4%2C5.9-10.5-2.1-14.4-5.9c-3.8-3.8-6-8.9-6.1-14.3V69.9L35%2C266.7c-3.8%2C3.8-9%2C6-14.5%2C6s-10.6-2.2-14.5-6-6-9.1-6-14.5%2C2.2-10.6%2C6-14.5L202.7%2C41H49.4c-5.4%2C0-10.6-2.2-14.5-6s-6-9-6-14.5h0Z%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #c4201c;
  display: block;
}

.arrow03 .icon.right .move-arrow::after {
  transform: translate3d(50%, 50%, 0);
}

.arrow03:hover .icon.right .move-arrow::after {
  animation: move-righttop-anim 0.65s ease 0s 1 forwards;
}

@media (max-width: 400px) {
  .btn .icon.right {
    right: 25px;
  }
}
/* @media (min-width: 768px) {
  .btn.btn-style01:hover,
  .btn.btn-style03:hover,
  .btn.btn-style02:hover {
    opacity: 0.75;
  }
} */
/* @media (max-width: 767px) {
  .btn.btn-style03 {
    .btn-cont {
      padding: 52px 64px;
    }
  }
} */
/* btn-arrow02  */
.btn-arrow02 .btn-cont.round {
  align-items: center;
  column-gap: initial;
}
.btn-arrow02 .btn-cont.round .btn-txt {
  line-height: 1;
  padding-top: 3.3%;
  white-space: nowrap;
  transition: all ease 0.28s;
}
.btn-arrow02 .btn-cont.round::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #c4201c;
  transform: scale(0);
  transition: all ease 0.28s;
  opacity: 0;
}
.btn-arrow02 .btn-cont.round.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg) scale(0.5);
  opacity: 0;
  transition: all ease 0.28s;
}

.arrow02 {
  width: 100px;
  height: 100%;
  position: absolute;
  top: -20%;
  right: 0;
  transition: opacity ease 0.25s, visibility ease 0.25s, right ease 0.25s;
}

@media (min-width: 768px) {
  .btn-arrow02:hover .arrow02 {
    right: -20px;
    opacity: 0;
    visibility: hidden;
  }
  .btn-arrow02:hover .btn-cont.round::before {
    transform: scale(1);
    opacity: 1;
  }
  .btn-arrow02:hover .btn-cont.round.arrow::after {
    transform: translate(0, -50%) rotate(45deg) scale(1);
    opacity: 1;
  }
  .btn-arrow02:hover .btn-cont.round .btn-txt {
    transform: translateX(18px);
  }
}
.btn.btn-exit01 {
  color: #000;
  border: 1px solid #000;
  border-radius: 9999px;
}
.btn.btn-exit01 .btn-cont {
  justify-content: center;
  padding-right: 5px;
}
.btn.btn-exit01 .btn-cont .icon.i-exit01 {
  display: block;
  width: 11px;
  height: 10.27px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.btn.btn-exit01 .btn-cont .icon.i-exit01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask-image: url("../img/brands/icon-blank.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #000;
}

@media (min-width: 768px) {
  .btn.btn-exit01:hover {
    color: #fff;
    background-color: #000;
  }
  .btn.btn-exit01:hover .btn-cont .icon.i-exit01::after {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .btn-arrow02 .btn-cont.round::before {
    content: none;
  }
}
/*------------------------------------------
table共通
------------------------------------------*/
/*項目幅*/
/*線色*/
.dl-list .list-item {
  display: flex;
  flex-wrap: wrap;
}
.dl-list .list-item dt,
.dl-list .list-item dd {
  position: relative;
}
.dl-list .list-item dt {
  width: 150px;
}
.dl-list .list-item dd {
  flex: 1;
}

/*line-style03*/
.line-style03 .list-item dt {
  padding: 30px 0;
}
.line-style03 .list-item dd {
  padding: 30px;
}
.line-style03 .list-item dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.line-style03 .list-item dd::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .line-style03 .list-item dt {
    width: 100%;
    padding: 20px 0 5px;
  }
  .line-style03 .list-item dd {
    width: 100%;
    padding: 5px 0 20px;
  }
  .line-style03 .list-item dd:last-child::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    background-color: #000;
  }
  .line-style03 .list-item dt:before {
    bottom: auto;
    top: -1px;
    width: 100px;
  }
  .line-style03 .list-item:first-child dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: auto;
    top: -1px;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1;
  }
}
/*------------------------------------------
snsアイコン
------------------------------------------*/
.sns-icon {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns-icon.i-x {
  background-image: url(../img/common/i-x.svg);
}

.sns-icon.i-instagram {
  background-image: url(../img/common/i-instagram.svg);
}

.sns-icon.i-line {
  background-image: url(../img/common/i-line.svg);
}

.sns-icon.i-youtube {
  background-image: url(../img/common/i-youtube.svg);
}

.sns-icon.i-facebook {
  background-image: url(../img/common/i-facebook.svg);
}

/*------------------------------------------
共通アニメーション
------------------------------------------*/
/* parallax */
.js-parallax {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.js-parallax img {
  width: 100%;
  height: auto;
  min-height: 120%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* fade in ----------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  /*transition : 800ms;*/
}

/* fadein-parts */
.fadein-parts {
  opacity: 0;
  transform: translateY(30px);
}

/* show order ----------------------------------------*/
#showOrder01 .order-box {
  transform: translateX(-10%);
  opacity: 0;
  transition: 100ms;
}

/*------------------------------------------
 .sec-contact
------------------------------------------*/
.sec-contact a {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  transition: all ease-in-out 0.56s;
}
.sec-contact a .contact-inr {
  justify-content: center;
  gap: 30px;
  text-align: center;
  display: flex;
}
.sec-contact a .contact-inr .txt-area .ttl-cont .ttl {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  white-space: nowrap;
  /*ボタン付3--------------------------*/
}
.sec-contact a .contact-inr .txt-area .ttl-cont .ttl .cont {
  display: block;
  line-height: 0.8;
  padding-top: 2%;
}
.sec-contact a .contact-inr .txt-area .ttl-cont .ttl .arrow04 .icon.right .move-arrow {
  display: block;
  width: clamp(6rem, 4.1344rem + 3.88vw, 8.8rem);
  aspect-ratio: 1/1;
}
.sec-contact a .contact-inr .txt-area .ttl-cont .ttl .arrow04 .icon.right .move-arrow::after {
  background: initial;
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
  height: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);
  width: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);
  mask-image: url("../img/contact/icon-arrow.svg");
  background-color: #000;
  transition: all ease 0.28s;
  transform: translate3d(50%, 50%, 0);
}
.sec-contact a .contact-inr .txt-area .txt {
  line-height: 1.8;
}
.sec-contact a:hover {
  background-color: #000;
  color: #fff;
}
.sec-contact a:hover .contact-inr .txt-area .ttl-cont h2 .arrow04 .icon.right .move-arrow::after {
  background-color: #fff;
}
.sec-contact a:hover .contact-inr .txt-area .ttl-cont h2 .arrow04 .icon.right .move-arrow::after {
  animation: move-righttop-anim 0.65s ease 0s 1 forwards;
}

@media (max-width: 991px) {
  .sec-contact a {
    padding-top: 7.5rem;
    padding-top: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
    padding-bottom: 7.5rem;
    padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
  }
}
@media (max-width: 767px) {
  .sec-contact .contact-inr .btnarea {
    max-width: none;
  }
}
/*------------------------------------------
 footer
------------------------------------------*/
.site-footer {
  position: relative;
  /*簡易 サイトマップ */
  /* サイトマップ */
  /* 会社情報 */
  /* >Google Mapを見る */
  /* SNSアイコン */
}
.site-footer .footer-content {
  overflow: hidden;
  position: relative;
}
.site-footer .footer-content .sliding {
  position: absolute;
  left: 0;
  bottom: -1.06vw;
  flex-wrap: nowrap;
  animation: slide 24s linear infinite;
  gap: 8vw;
}
.site-footer .footer-content .sliding::before, .site-footer .footer-content .sliding::after {
  content: "";
  display: block;
  background-image: url("../img/common/f-logo_en.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 90.79vw;
  aspect-ratio: 749/65;
  flex-shrink: 0;
  min-width: 886.6px;
}
.site-footer::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 275/141;
  background: linear-gradient(#fff, #ececec);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.site-footer .wrap .inside {
  position: relative;
  gap: 2rem;
}
.site-footer .wrap .inside .left-side {
  flex: 2;
}
.site-footer .wrap .inside .copyright {
  width: 100%;
  flex: 1;
  text-align: right;
  white-space: nowrap;
}
.site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
}
.site-footer .footer-nav > li a {
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  padding: 4px;
}
.site-footer .footer-nav > li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .footer-nav > li.parent {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.site-footer .footer-nav > li.child a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #656565;
}
.site-footer .footer-sitemap .sitemap-row {
  display: flex;
  gap: 20px;
}
.site-footer .footer-sitemap .fbox-list {
  width: auto;
}
.site-footer .footer-sitemap .flist-ttl {
  display: block;
}
.site-footer .footer-sitemap .submenu {
  padding-left: 1em;
}
.site-footer .footer-sitemap .submenu li a {
  display: block;
}
.site-footer .footer-sitemap .submenu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .f-info {
  gap: 2rem clamp(3.15rem, 2.44944rem + 1.4595vw, 4.2rem);
  align-items: flex-end;
}
.site-footer .f-info .fbox-cname > * {
  display: block;
}
.site-footer .f-info .fbox-cname .flogo-img {
  width: 214px;
  height: auto;
}
.site-footer .f-info .lang-nav {
  flex-wrap: nowrap;
  column-gap: 10px;
}
.site-footer .f-info .lang-nav .lang {
  white-space: nowrap;
  padding-top: 2px;
}
.site-footer .f-info .footer-sns {
  display: contents;
}
.site-footer .f-info .sns-ttl {
  display: none;
}
.site-footer .f-info .sns-links {
  flex-wrap: nowrap;
  width: 120px;
  align-items: center;
  position: relative;
  top: 2px;
}
.site-footer .f-info .sns-links > .sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  aspect-ratio: 134/60;
}
.site-footer .f-info .sns-links > .sns-icon a {
  display: inline-block;
  width: 50%;
}
.site-footer .f-info .sns-links::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #e4e4e4;
  margin-right: 10px;
}
.site-footer .to-gmap a {
  padding: 5px 5px 5px 20px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  transition: all 0.28s ease;
}
.site-footer .to-gmap a:hover {
  opacity: 0.7;
}
.site-footer .to-gmap a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(45deg);
}
.site-footer .f-SNS {
  display: flex;
}
.site-footer .f-SNS .sns-icon {
  /*display: table-cell;
        vertical-align: middle;*/
}
.site-footer .f-SNS .sns-icon a {
  display: block;
  padding: 5px;
  line-height: 1;
  width: 50px;
  transition: all 0.28s ease;
}
.site-footer .f-SNS .sns-icon a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .f-SNS .sns-icon img {
  width: 20px;
  height: 20px;
}
.site-footer .copyright .middle-xs {
  align-items: center;
  gap: 5px;
}

@media (max-width: 1024px) {
  .site-footer .footer-sitemap {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-content {
    padding-bottom: 12.5rem;
  }
  .site-footer .wrap .inside .left-side {
    width: 100%;
    flex: initial;
    text-align: center;
    justify-content: center;
  }
  .site-footer .f-info {
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }
  .site-footer .f-info .fbox-cname {
    width: 100%;
    text-align: center;
  }
  .site-footer .f-info .fbox-cname .flogo-img {
    margin: auto;
  }
  .site-footer .f-info .sns-ttl {
    display: block;
    padding-top: 3px;
  }
  .site-footer .f-info .footer-sns {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .site-footer .f-info .sns-links {
    width: auto;
    column-gap: 10px;
  }
  .site-footer .f-info .sns-links::before {
    display: none;
  }
  .site-footer .f-info .sns-links > .sns-icon {
    aspect-ratio: 1/1;
    width: 40px;
  }
  .site-footer .f-info .sns-links > .sns-icon a {
    aspect-ratio: 1/1;
    width: 40px;
    display: block;
    transition: all 0.28s ease;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .site-footer .wrap .inside {
    justify-content: center;
    row-gap: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
  }
  .site-footer .wrap .inside .copyright {
    text-align: center;
  }
  .site-footer .footer-nav {
    column-count: 2;
    margin-left: auto;
    margin-right: auto;
    column-gap: 0;
    padding-bottom: 6.75rem;
    padding-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
    row-gap: 20px;
  }
  .site-footer .footer-nav li {
    width: 50%;
    order: initial;
    display: inline-block;
  }
  .site-footer .footer-nav::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .sec-contact a .contact-inr .txt-area .ttl-cont .ttl {
    gap: 1px;
  }
  .sec-contact a .contact-inr .txt-area .ttl-cont .ttl .cont {
    font-size: clamp(4.2rem, 2.3328rem + 3.89vw, 7rem);
  }
  .sec-contact a .contact-inr .txt-area .ttl-cont .ttl .arrow04 .icon.right .move-arrow {
    width: 53px;
  }
  .sec-contact a .contact-inr .txt-area .ttl-cont .ttl .arrow04 .icon.right .move-arrow::after {
    width: 26px;
    height: 26px;
  }
  .sec-contact a .contact-inr .txt-area .txt {
    width: 83%;
    margin: auto;
  }
  .site-footer .f-info .fbox-cname {
    width: 180px;
  }
  .site-footer .f-info .fbox-cname .flogo-img {
    width: 100%;
  }
}
/*------------------------------------------
 .toTop
------------------------------------------*/
#toTop {
  position: fixed;
  width: 50px;
  height: 194px;
  bottom: 0;
  right: 134px;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: center;
  animation: toTop-animation 0.3s ease forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all ease 0.3s;
  mix-blend-mode: difference;
}

#toTop .line {
  position: relative;
  display: block;
  top: 0;
  right: 12px;
  width: 40px;
  height: 70px;
  overflow: hidden;
}

#toTop .line::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 60px;
  background: #fff;
  transition: background-color 0.3s ease-out;
  animation-name: line-repetition;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.37, 0.16, 0.12, 1);
  animation-iteration-count: infinite;
}

#toTop > span {
  bottom: 50px;
  left: 0;
  line-height: 1;
  display: block;
  position: absolute;
  transform-origin: top;
  transform: rotate(90deg);
}

#toTop > span::before {
  font-family: "Josefin Slab", sans-serif;
  color: #fff;
  letter-spacing: 0.001em;
  content: "PAGE TOP";
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  white-space: nowrap;
  font-weight: 700;
}

#toTop:hover {
  bottom: 20px;
}

@keyframes line-repetition {
  0% {
    height: 0%;
    top: 100%;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0%;
    top: 0;
  }
}
@keyframes toTop-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes toTop-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  #toTop {
    right: 0;
  }
}
/* ------------------------------------------
 .pagettl
------------------------------------------ */
.pagettl::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 56.43vw;
  max-width: 792px;
  aspect-ratio: 461/443;
  content: "";
  background-image: url("../img/about/header-backdrop.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.inpage main::before {
  position: absolute;
  top: calc(100vh - 60px);
  left: 0;
  width: 43.758vw;
  max-width: 715px;
  aspect-ratio: 715/971;
  content: "";
  background-image: url("../img/about/header-backdrop2.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ------------------------------------------
 .sec-about top & page
------------------------------------------ */
.sticky-wrap {
  height: 250dvh;
}
.sticky-wrap .sticky-inner-wrap {
  min-height: 200dvh;
  position: sticky;
  top: 0;
}
.sticky-wrap .sticky-inner-wrap .sticky-contents {
  min-height: 100dvh;
  position: sticky;
  top: 0;
}

.sec-about {
  overflow: hidden;
  filter: invert(1);
}
.sec-about .about-wrap {
  position: relative;
  z-index: 1;
}
.sec-about::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.702);
}
.sec-about .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-about .backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-about .wrap {
  position: relative;
  z-index: 1;
}
.sec-about .sec-ttl {
  text-align: left;
}
.sec-about .sec-ttl .sharp {
  color: rgba(255, 255, 255, 0.502);
}
.sec-about .sec-ttl .aoymism {
  left: -5.5%;
  display: block;
  color: #f3f3f3;
  opacity: 0.102;
}
.sec-about .sec-cont .subttl {
  display: block;
  color: #fff;
}
.sec-about .sec-cont .ttl {
  line-height: 1.2;
  color: #fff;
}
.sec-about .sec-cont .cont-en {
  color: #fff;
}
.sec-about .sec-cont .copy {
  line-height: 1.7;
  color: #fff;
}
.sec-about .btn.btn-style03 {
  color: #fff;
}

@media (max-width: 1024px) {
  #sec-about.sticky-wrap .sticky-inner-wrap {
    top: 80px;
  }
  #sec-about.sticky-wrap .sticky-inner-wrap .sticky-contents {
    top: 80px;
  }
  #sec-about .sec-about {
    min-height: calc(100dvh - 80px);
  }
}
@media (max-width: 480px) {
  .sec-about {
    padding-top: 50px;
  }
  .sec-about .sec-ttl {
    padding-bottom: 50px;
  }
  .sec-about .sec-cont {
    padding-bottom: 50px;
  }
  .sec-about .sec-cont .ttl {
    padding-bottom: 50px;
  }
}
.sec-intro {
  position: relative;
  z-index: 1;
}
.sec-intro .sec-ttl .ttl {
  text-indent: 3.5rem;
}
.sec-intro .sec-ttl .ttl .ttl-el {
  display: inline-block;
}
.sec-intro .hero-area {
  position: relative;
}
.sec-intro .hero-area .ttl {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 100%;
  color: #000;
  opacity: 0.1;
  transform: translate(-50%, -50%);
}

.slider {
  position: relative;
  width: 100%;
  max-width: 1230px;
  aspect-ratio: 123/65;
  margin: auto;
  /* display: flex;
  gap: 10px; */
  perspective: 1500px; /* 立体感を出す */
  /* width: calc(300px * 4 + 10px * 3); */
  /* 1230px */
}

.slice-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.slice {
  aspect-ratio: 30/65;
  transform-origin: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.8s ease;
  position: relative;
}
.slice::before, .slice::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
}
.slice::before {
  background-image: var(--next-image);
  filter: grayscale(100%);
  transform: rotateY(180deg);
}
.slice::after {
  background-image: var(--current-image);
  filter: grayscale(0);
}

/* 各スライスの背景位置を調整 */
.slice:nth-child(1)::before,
.slice:nth-child(1)::after {
  background-position: 0 0;
}

.slice:nth-child(2)::before,
.slice:nth-child(2)::after {
  background-position: 33% 0;
}

.slice:nth-child(3)::before,
.slice:nth-child(3)::after {
  background-position: 66% 0;
}

.slice:nth-child(4)::before,
.slice:nth-child(4)::after {
  background-position: 99% 0;
}

/* フリップ時のアニメーション */
.flip {
  transform: rotateY(180deg);
}

@media (width <= 640px) {
  .slice {
    aspect-ratio: 1/1;
  }
  .slice::before, .slice::after {
    background-position: center center;
    background-size: auto calc(200% + 10px);
  }
  .slice-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .slice:nth-child(1)::before,
  .slice:nth-child(1)::after {
    background-position: 32% 0;
  }
  .slice:nth-child(2)::before,
  .slice:nth-child(2)::after {
    background-position: 68% 0;
  }
  .slice:nth-child(3)::before,
  .slice:nth-child(3)::after {
    background-position: 32% 99%;
  }
  .slice:nth-child(4)::before,
  .slice:nth-child(4)::after {
    background-position: 68% 99%;
  }
}
@media (width <= 767px) {
  .sec-intro .hero-area .list li {
    width: calc(50% - 5px);
  }
}
@media (width <= 640px) {
  .sec-intro .sec-ttl .ttl {
    text-indent: 1.75rem;
    letter-spacing: 1.75rem;
  }
}
/* ------------------------------------------
 .sec-story
------------------------------------------ */
.sticky-wrap-story {
  position: relative;
}
.sticky-wrap-story .sticky-inner-wrap-story {
  position: sticky;
  top: 0;
}

.sec-story .fade-stack {
  display: inline-block;
}

@media (max-width: 1024px) {
  .sticky-wrap-story .sticky-inner-wrap-story {
    top: 80px;
  }
  #sec-story .sec-story {
    min-height: calc(100dvh - 80px);
  }
}
@media (max-width: 767px) {
  #sec-story .sec-story {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  #sec-story .sec-story {
    min-height: auto;
  }
}
/* ------------------------------------------
 .sec-point
------------------------------------------ */
.sec-point .point-item .cont-inr {
  gap: 13.333%;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.sec-point .point-item:nth-child(even) .txt-area {
  order: 1;
}
.sec-point .point-item:nth-child(even) .img-area {
  order: 2;
}
.sec-point .point-item .img-area {
  position: relative;
  width: 100%;
  max-width: 700px;
}
.sec-point .point-item .img-area .num {
  position: absolute;
  top: 50px;
  font-size: clamp(5.5rem, 2.5008rem + 8.125vw, 13rem);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-family: "Josefin Slab", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}
.sec-point .point-item .img-area .img-wrap {
  position: relative;
  z-index: 1;
  aspect-ratio: 50/59;
}
.sec-point .point-item .txt-area {
  width: 100%;
  max-width: 372px;
}
.sec-point .point-item .txt-area .ttl {
  line-height: 1.2;
}
.sec-point .point-item .txt-cont .txt {
  line-height: 2;
}
.sec-point .point1 .num {
  right: 98%;
}
.sec-point .point2 .num {
  left: 96%;
}
.sec-point .point3 .num {
  right: 98.8%;
}

@media (width <= 1330px) {
  .sec-point .point-item .cont-inr {
    display: block;
  }
  .sec-point .point-item .img-area {
    max-width: initial;
  }
  .sec-point .point-item .img-area .num {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    z-index: 1;
    margin-top: -4.135vw;
  }
  .sec-point .point-item .txt-area {
    max-width: initial;
  }
}
@media (width <= 767px) {
  .sec-point .point-item .txt-area {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sec-point .point-item .txt-area .ttl-cont {
    padding-bottom: 20px;
  }
}
/* -------------------------------------- 
    共通
 -------------------------------------- */
.sec-recruit {
  background-color: #c4201c;
  position: relative;
  overflow: hidden;
}
.sec-recruit .sec-ttl .sharp {
  color: rgba(255, 255, 255, 0.502);
}
.sec-recruit .en-ttl {
  margin: -15px 0 0;
  width: 100%;
}
.sec-recruit .title {
  color: #fff;
  line-height: 1.2;
}
.sec-recruit .text {
  color: #fff;
}
.sec-recruit .text .first {
  display: inline-block;
  margin: 0.5rem 2.4rem 0.5rem 0;
}
.sec-recruit .text .second {
  border: 2px solid #fff;
  line-height: 1.2;
  display: inline-block;
  padding: 14px 35px;
  margin: 0.5rem 2.4rem 0.5rem 0;
  font-family: "vdl-penletter", sans-serif;
  font-weight: 500;
}
.sec-recruit .text .third {
  display: inline-block;
  margin: 0.5rem 0;
}
.sec-recruit .banarea {
  gap: 6.3%;
}
.sec-recruit .banarea .link-title {
  writing-mode: vertical-rl;
}
.sec-recruit .banarea .link {
  gap: 5px;
  flex: 1;
}
.sec-recruit .banarea .link .ban {
  width: calc(50% - 2.5px);
  flex: initial;
}
.sec-recruit .banarea .link .ban.specal {
  background-color: #000;
}
.sec-recruit .banarea .link .ban.specal small {
  color: #d1ea29;
}
.sec-recruit .banarea .link .ban.specal strong {
  color: #fff;
}
.sec-recruit .banarea .link .ban.specal .arrow03 .icon.right .move-arrow::after {
  background-color: #fff;
}
.sec-recruit .cont-inr {
  position: relative;
  z-index: 1;
}
.sec-recruit .backdrop {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  height: 100%;
  overflow: hidden;
}
.sec-recruit .backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-recruit.page {
  height: 100vh;
}
.sec-recruit.page .sec-ttl {
  position: relative;
}
.sec-recruit.page .sec-ttl .pagettl-jp {
  position: absolute;
  right: calc(clamp(5.5rem, 2.5008rem + 11.25vw, 18rem) / 1.8);
  top: calc(clamp(5.5rem, 2.5008rem + 11.25vw, 18rem) / 9);
  line-height: 1;
}
.sec-recruit.page .sec-ttl .title,
.sec-recruit.page .sec-ttl .text {
  color: #e4e4e4;
}
.sec-recruit.page .topic-path li a {
  color: #fff;
}

@media (max-width: 1330px) {
  .ban-style03 .ban-cont {
    padding: clamp(6.375rem, 4.9584rem + 2.95vw, 8.5rem) 3vw;
  }
}
@media (max-width: 980px) {
  .sec-recruit .banarea .link .ban {
    width: 100%;
  }
  .ban-style03 .ban-cont {
    padding: clamp(6.375rem, 4.9584rem + 2.95vw, 8.5rem) 5vw;
  }
}
@media (max-width: 767px) {
  .sec-recruit .banarea {
    flex-direction: column;
    gap: 1rem;
  }
  .sec-recruit .banarea .link-title {
    writing-mode: initial;
  }
  .sec-recruit.page .sec-ttl {
    margin-top: 1em;
  }
}
@media (max-width: 480px) {
  .sec-recruit.page .sec-ttl .pagettl-jp {
    font-size: 1.5rem;
  }
  .sec-recruit .text .first {
    margin: 0.5rem 0.8rem 0.5rem 0;
  }
  .sec-recruit .text .second {
    padding: 14px 8px 14px 12px;
    margin: 0.5rem 0.8rem 0.5rem 0;
  }
  .sec-recruit .banarea .link .ban {
    height: 155px;
  }
  .ban-style03 .ban-cont {
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    padding: 10px 4.5rem;
  }
  .ban-style03 .ban-cont .ban-txt {
    width: 100%;
  }
  .ban-style03 .ban-cont .arrow03 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
  }
}
.pager {
  overflow: hidden;
  /*リンクがない時*/
  /*nav-backlist*/
  /*i*/
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  column-gap: 1px;
}
.pager ul li {
  line-height: 0;
}
.pager .nav-current {
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.pager .nav-current::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.5px);
  right: 100%;
  width: 100vw;
  border-top: 1px solid #000;
}
.pager .btn-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
}
.pager .nav-pre > span i,
.pager .nav-next > span i {
  background: #dadbde;
}
.pager .nav-backlist a {
  display: flex;
  width: fit-content;
  gap: 10px;
  text-align: left;
  line-height: 60px;
}
.pager i {
  display: block;
  width: 100%;
  height: 100%;
  background: #dadbde;
}
.pager i:hover {
  background-color: #000;
}
.pager a:hover i {
  background-color: #000;
}
.pager .nav-next a i {
  background-color: #000;
}
.pager .nav-next a i::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pager .nav-pre a i {
  background-color: #000;
}
.pager .nav-pre a i::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.pager .nav-pre i::before,
.pager .nav-backlist i::before,
.pager .nav-next i::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
}
.pager .nav-pre i:before,
.pager .nav-backlist i:before {
  left: 55%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: translate(-55%, -50%) rotate(-45deg);
}
.pager .nav-next i:before {
  left: 45%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-45%, -50%) rotate(45deg);
}
.pager .nav-pre a:hover i:before,
.pager .nav-backlist a:hover i:before {
  animation: move-left-anim 0.65s ease 0s 1 forwards;
  border-color: #fff;
}
.pager .nav-next a:hover i:before {
  animation: move-right-anim 0.65s ease 0s 1 forwards;
  border-color: #fff;
}

/* Slick Navi */
.slick-arrow:not(.slick-disabled) {
  cursor: pointer;
}
.slick-arrow:not(.slick-disabled) > span i {
  background: #000;
}
.slick-arrow:not(.slick-disabled) > span i::before {
  border-color: #fff;
}
.slick-arrow:not(.slick-disabled) > span:hover.arrow-next i::before {
  animation: move-right-anim 0.65s ease 0s 1 forwards;
}
.slick-arrow:not(.slick-disabled) > span:hover.arrow-prev i::before {
  animation: move-left-anim 0.65s ease 0s 1 forwards;
}

@keyframes move-left-anim {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
  }
  50% {
    transform: translate(-100%, -50%) rotate(-45deg);
    opacity: 0;
  }
  50.1% {
    transform: translate(0%, -50%) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
  }
}
@keyframes move-right-anim {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translate(0%, -50%) rotate(45deg);
    opacity: 0;
  }
  50.1% {
    transform: translate(-100%, -50%) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
}
/* -------------------------------------- 
    共通
 -------------------------------------- */
/*date style*/
.t-date {
  font-size: 1.1rem;
  font-size: 1.1rem;
  color: #878787;
  text-align: right;
  padding-right: 12px;
}

/*category style*/
.t-cat {
  position: relative;
  font-size: 1.4rem;
  font-size: 1.4rem;
  color: #878787;
  padding-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}

/* Top */
.news-ttl {
  font-size: 1.5rem;
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
}

.sec-news .en-ttl {
  color: #000;
}
.sec-news .ttl {
  color: #000;
}
.sec-news .header {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .sec-news .sec-ttl {
    width: 100%;
  }
  .sec-news .btnarea {
    width: 100%;
    max-width: none;
    position: relative;
    padding-top: 30px;
  }
}
/* -------------------------------------- 
    news一覧（テキストリスト） .news-list
 -------------------------------------- */
.news-list {
  overflow: hidden;
  /*hover*/
}
.news-list .cont-box {
  width: 100%;
  min-height: 100px;
  padding: 0;
  position: relative;
}
.news-list .cont-box .txt-area {
  gap: 0 30px;
}
.news-list .cont-box .txt-area .upper-stage .t-date {
  padding-right: 20px;
  font-family: "Josefin Slab", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}
.news-list .cont-box .txt-area .upper-stage .t-cat {
  width: 130px;
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}
.news-list .cont-box .txt-area .news-ttl {
  flex: 1;
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
  padding-bottom: 3rem;
}
.news-list .has-thumb .txt-area {
  width: 100%;
  flex-flow: column;
  flex-direction: column;
  flex: 1;
}
.news-list .has-thumb .cont-box {
  display: flex;
  flex-flow: column;
  row-gap: 25px;
  height: 100%;
}
.news-list .has-thumb .cont-box .thumbnail {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.news-list .has-thumb .cont-box .thumbnail .photo-wrap {
  display: block;
  transition: all 0.3s ease-out;
}
.news-list .has-thumb .cont-box .thumbnail .photo-wrap img {
  display: block;
}
.news-list .has-thumb .cont-box .thumbnail .photo-wrap:has(.noimg) {
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list .has-thumb .cont-box .thumbnail .photo-wrap:has(.noimg) .noimg {
  width: 10.666%;
  height: auto;
  object-fit: contain;
  opacity: 0.25;
}
.news-list .cont-box:hover {
  opacity: 0.9;
}

@media (min-width: 767px) {
  .news-list .sbox-news .cont-box:hover::after {
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .news-list .sbox-news .cont-box .upper-stage {
    width: 100%;
  }
  .news-list .sbox-news .cont-box .news-ttl {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-list .sbox-news.has-thumb .cont-box .txt-area {
    width: 100%;
    padding-right: 0;
  }
  .news-list .sbox-news.has-thumb .cont-box .thumbnail {
    width: 100%;
  }
}
.loader {
  display: block;
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 1001;
  pointer-events: none;
}
.loader .logo {
  display: flex;
  align-items: center;
  width: 10%;
  min-width: 150px;
  height: 100%;
  margin: 0 auto;
  transform-origin: center center;
}
.loader .logo img {
  opacity: 0;
  visibility: hidden;
  filter: blur(10px);
  will-change: filter;
}

.inner .loader {
  display: none;
}

.site-header .menulist > li > a {
  color: #fff;
}

.site-header .menulist > li > a:hover::before {
  background-color: #fff;
}

.site-header .menulist > li.active > a::before {
  background-color: #fff;
}

.mainv {
  position: relative;
  height: 100vh;
}
.mainv .slide-wrap {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.mainv .main-img {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.mainv .main-img .slick-list,
.mainv .main-img .slick-track,
.mainv .main-img .slick-slide {
  height: 100%;
}
.mainv .main-img .slide-title {
  position: absolute;
  right: calc(134px + 5%);
  bottom: calc(60px + 6vh);
  z-index: 2;
  width: 33%;
  overflow: hidden;
  color: #fff;
  text-align: right;
}
.mainv .main-img .slide-title .inner {
  display: inline-block;
  text-align: left;
}
.mainv .main-img .slide-title .inner .st-large {
  word-break: break-word;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}
.mainv .main-img .slide-title .inner .btn-style03 {
  color: #fff;
}
.mainv .main-img .slide-imgmedia {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.mainv .main-img .slide-imgmedia::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
}
.mainv .main-img .slide-imgmedia img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 7s 1s ease-out;
}
.mainv .add-zoom {
  animation: fadezoom 20s 0s forwards;
}

/* アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@media (width <= 1024px) {
  .mainv .main-img .slide-title {
    right: 5%;
    width: 62%;
  }
}
@media (width <= 767px) {
  .mainv .main-img .slide-title {
    width: 90%;
    text-align: center;
  }
}
.sec-recruit-line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}
.sec-recruit-line .recruit-line-inr {
  position: relative;
  height: 100%;
}
.sec-recruit-line .recruit-line-inr .recruit-line-list {
  overflow: hidden;
  flex: 1;
  padding-right: 121px;
}
.sec-recruit-line .recruit-line-inr .recruit-line-list .list-item {
  align-items: center;
  height: 100%;
  min-height: 60px;
  padding: 1.4rem 0 1.4rem 6.5rem;
  overflow: hidden;
}
.sec-recruit-line .recruit-line-inr .recruit-line-list .list-item a {
  display: flex;
  align-items: center;
  gap: 1.5rem 3rem;
}
.sec-recruit-line .recruit-line-inr .recruit-line-list .list-item .t-cat {
  position: relative;
  display: block;
  padding-top: 4px;
  padding-bottom: 0;
}
.sec-recruit-line .recruit-line-inr .recruit-line-list .list-item .t-cat::before {
  position: absolute;
  top: calc(50% - 0.5px);
  right: calc(100% + 3.25rem);
  display: block;
  width: 100vw;
  height: 1px;
  content: "";
  background-color: #000;
}
.sec-recruit-line .recruit-line-inr .recruit-line-list .list-item .ttl {
  display: block;
  color: #c4201c;
  text-decoration: underline;
  transition: all 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec-recruit-line .recruit-line-inr .recruit-line-list .list-item .ttl:hover {
  text-decoration: none;
}
.sec-recruit-line .recruit-line-inr .notice-slide-controller {
  position: absolute;
  right: 134px;
  top: 0;
  z-index: 1;
}

@media (width <= 1024px) {
  .sec-recruit-line .recruit-line-inr .notice-slide-controller {
    right: 0;
  }
}
@media (width <= 767px) {
  .sec-recruit-line .recruit-line-inr .recruit-line-list {
    padding-right: 0;
  }
  .sec-recruit-line .recruit-line-inr .recruit-line-list .list-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec-recruit-line .recruit-line-inr .notice-slide-controller .btn-box {
    width: 50px;
    height: 50px;
  }
}
@media (width <= 480px) {
  .sec-recruit-line .recruit-line-inr .recruit-line-list .list-item {
    padding: 1.4rem 0 1.4rem 2.5rem;
  }
  .sec-recruit-line .recruit-line-inr .recruit-line-list .list-item .t-cat::before {
    right: calc(100% + 1.5rem);
  }
}
.sec-company {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
.sec-company .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-company .backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.sec-company .aoymfld {
  display: block;
  padding: initial;
  margin: 88px 0 100px -5.5%;
  color: #000;
  white-space: nowrap;
}
.sec-company .ttl {
  line-height: 1.2;
  color: #000;
}

@media (max-width: 480px) {
  .sec-company .sec-ttl.pb90 {
    padding-bottom: 0;
  }
  .sec-company .sec-ttl .aoymfld {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.sec-brands .header {
  column-gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.sec-brands .header .en-txt {
  display: block;
  color: #000;
}
.sec-brands .header .ttl {
  color: #000;
}
.sec-brands .slide-box {
  display: flex;
}
.sec-brands .slide-box .slide-ul {
  display: flex;
  align-items: flex-start !important;
}
.sec-brands .slide-box .slide-ul li {
  width: 850px;
  margin-right: 6rem;
  letter-spacing: 0;
}
.sec-brands .slide-box .slide-ul a {
  display: block;
}
.sec-brands .slide-box .slide-ul .img-area {
  position: relative;
}
.sec-brands .slide-box .slide-ul .img-area::before {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-position: top, right, bottom, left;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  --x-gradient: linear-gradient(90deg,
          #000 0 10px,
          transparent 0 calc(100% - 10px),
          #000 calc(100% - 10px));
  --y-gradient: linear-gradient(#000 0 10px,
          transparent 0 calc(100% - 10px),
          #000 calc(100% - 10px));
}
.sec-brands .slide-box .slide-ul .img {
  width: 100%;
  aspect-ratio: 325/172;
  overflow: hidden;
  background-color: #fff;
}
.sec-brands .slide-box .slide-ul .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-brands .slide-box .slide-ul .img:has(.noimg) {
  background-color: #efefef;
}
.sec-brands .slide-box .slide-ul .img:has(.noimg) img.noimg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  object-fit: contain;
  opacity: 0.25;
  filter: grayscale(100%);
  transform: translate(-50%, -50%);
}
.sec-brands .slide-box .slide-ul .txt-area {
  padding-left: 1.7rem;
}
.sec-brands .slide-box .slide-ul .ttl {
  width: calc(100% - 6px - 1.1rem);
}
.sec-brands .slide-box .slide-ul .ttl .en-txt {
  position: relative;
  display: inline-block;
  padding-top: 0.7%;
  padding-right: 0.5rem;
}
.sec-brands .slide-box .slide-ul .ttl .en-txt::before {
  position: absolute;
  top: calc(50% - 3px);
  right: calc(100% + 1.1rem);
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #c4201c;
  border-radius: 50%;
}
.sec-brands .slide-box .slide-ul .ttl .jp-txt {
  display: inline-block;
  line-height: 1.2;
}
.sec-brands .slide-box .slide-ul.org-brand li {
  width: 650px;
}
.sec-brands .slide-wrap {
  width: 95%;
  margin-right: 0;
  margin-left: 5%;
  overflow: hidden;
}

@media (width <= 1024px) {
  .sec-brands .slide-box .slide-ul li {
    width: 350px;
    margin-right: 1rem;
  }
  .sec-brands .slide-box .slide-ul.org-brand li {
    width: 350px;
    margin-right: 1rem;
  }
}
@media (width <= 767px) {
  .sec-brands .slide-box .slide-ul li {
    width: 300px;
  }
  .sec-brands .slide-box .slide-ul.org-brand li {
    width: 300px;
  }
  .sec-brands .slide-box .slide-ul .ttl .jp-txt {
    font-size: 1.35rem;
  }
}
/* -------------------------------------- 
    ナビゲーション
 -------------------------------------- */
.news-nav {
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.news-nav .cat-list {
  gap: 7px;
  align-items: center;
  flex: 1;
}
.news-nav .cat-list li a {
  display: flex;
  align-items: center;
  padding: 2px clamp(1.875rem, 1.458rem + 0.8625vw, 3rem) 0;
  border: 1px solid #878787;
  border-radius: 20px;
  color: #878787;
  height: 40px;
  transition: all 0.25s ease-in-out;
}
.news-nav .cat-list li a.current, .news-nav .cat-list li a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.news-nav .btn-area {
  gap: 35px;
  align-items: center;
  margin-left: auto;
}
.news-nav .btn-area .all a {
  display: flex;
  gap: 20px;
  align-items: center;
}
.news-nav .btn-area .all a::before {
  content: "";
  display: block;
  background-image: url("../img/news/icon-grid.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.news-nav .btn-area .all a .btn-txt {
  padding-top: 3.3%;
}

@media (max-width: 991px) {
  .news-nav {
    position: relative;
  }
  .news-nav .btn-area {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 640px) {
  .news-nav {
    padding-bottom: 70px;
    margin-bottom: 10px;
  }
  .news-nav .cat-list li {
    gap: 1vw;
  }
  .news-nav .cat-list li a {
    padding: 4px 15px 2px 15px;
    height: 32px;
    font-size: 1.4rem;
    text-box-trim: trim-end;
  }
  .news-nav .btn-area {
    position: absolute;
    bottom: 0;
    right: 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.sec-news {
  overflow-x: hidden;
}
.sec-news .slick-list {
  padding-right: 5%;
}
.sec-news .news-list.slick-slider {
  flex-wrap: nowrap;
  row-gap: initial;
}
.sec-news .slick-track {
  display: flex;
}
.sec-news .slick-track .sbox-news {
  height: auto;
  margin-right: 4rem;
}

@media (max-width: 767px) {
  .sec-news .slick-list {
    padding-right: 10%;
  }
}
@media (max-width: 480px) {
  .sec-news .slick-list {
    padding-right: 15%;
  }
  /* 共通 */
  .sec-ttl .ttl.pt5 {
    padding-top: 0;
  }
  .sec-ttl .ttl.pt15 {
    padding-top: 0;
  }
}/*# sourceMappingURL=home.css.map */