@charset "UTF-8";
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 {
  /* テキストリンク */
}
a:link, a:hover, a:visited {
  text-decoration: none;
  color: inherit;
}
a.txtlink {
  color: inherit;
  text-decoration: underline;
  transition: all 0.2s ease;
}
a.txtlink:hover {
  text-decoration: none;
}

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

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

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

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

body {
  position: relative;
  background: #fff;
  text-size-adjust: 100%;
  color: #000;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

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

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

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

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

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

.iblock {
  display: inline-block;
}

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

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

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

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

/* object fit --------------------- */
.of-wrap {
  width: 100%;
  height: 100%;
  display: block;
}
.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-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: "Lexend Deca", sans-serif;
}

.f-jp {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 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-deca {
  font-family: "Lexend Deca", sans-serif;
}

.f-noto {
  font-family: "Noto Sans JP", 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-w400 {
  font-weight: 400;
}

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

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

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

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

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

.f-wht {
  color: #fff;
}

.f-blk {
  color: #000;
}

/* 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-lh2 {
  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: 1.5rem;
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-sz150 {
  font-size: 15rem;
  font-size: clamp(5.5rem, 1.8336rem + 12.64vw, 15rem);
}

.f-sz185 {
  font-size: 18.5rem;
  font-size: clamp(5.5rem, 1.8336rem + 12vw, 18.5rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt15 {
  padding-top: 15px;
}

.pt10 {
  padding-top: 10px;
}

.pt5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb20 {
  padding-bottom: 1.5rem;
  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: 14rem;
  margin-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb20 {
  margin-bottom: 1.5rem;
  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: 3rem;
  margin-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

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

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

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

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

@media (min-width: 768px) {
  .hover-tra:hover {
    opacity: 0.7;
  }
}
/* iOS タップバグ回避
========================= */
@media screen and (max-width: 640px) {
  .button a {
    pointer-events: none;
  }
  a:hover:after,
  a:active:after,
  a:focus:after a:after {
    display: none;
  }
}
/*------------------------------------------
 .site-header
------------------------------------------*/
.site-header {
  width: 100%;
  height: 110px;
  /*position: fixed;*/
  position: absolute;
  top: 0;
  z-index: 1000;
  /*z-index: 9998;spメニューにもロゴを載せる場合*/
}
.site-header.fixed-header {
  /* 小さくなったスタイルなど表記 */
}

/* header-logo ------------------------- */
.site-header .header-logo {
  /*position: fixed;*/
  position: absolute;
  top: 0.8rem;
  left: 0;
  height: 100%;
  max-width: 327px;
}
.site-header .header-logo a {
  padding-left: 3.2rem;
  height: 100%;
  position: relative;
}
.site-header .header-logo a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.site-header.fixed-header .header-logo {
  /* 小さくなったスタイルなど表記 */
}
.site-header .header-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  /* ロゴのサイズ指定 */
}
@media (max-width: 480px) {
  .site-header .header-logo {
    width: 68.1vw;
  }
}

/* header-nav ------------------------- */
.site-header {
  /* gnav */
}
.site-header .header-nav {
  display: block;
  position: absolute;
  top: 7px;
  right: 137px;
}
.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: 20px;
  /*hover時*/
}
.site-header .menulist > li {
  position: relative;
  /*hover*/
  /*current*/
}
.site-header .menulist > li > a {
  display: block;
  white-space: nowrap;
  line-height: 110px; /*メニューの高さ*/
  padding: 0 13px;
  position: relative;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a::before {
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  position: absolute;
  top: -0.7rem;
  background-color: #FF6C00;
  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.current > 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: 110px; /*メニューの高さ*/
  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 {
    height: 90px;
  }
  .site-header .header-nav {
    right: 110px;
  }
  .site-header .menulist > li > a {
    line-height: 90px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  .site-header {
    height: 70px;
  }
  .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 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.hamburger-menu.menu-button {
  width: 110px;
  height: 110px;
  position: relative;
  background-color: #FF6C00;
  display: inline-block;
  cursor: pointer;
  transition: all 0.28s;
  /* active */
}
.hamburger-menu.menu-button .sp-btn-inner {
  width: 55%;
  height: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger-menu.menu-button .lines {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s ease;
}
.hamburger-menu.menu-button .lines:first-child {
  top: 1px;
}
.hamburger-menu.menu-button .lines:nth-child(2) {
  top: calc(50% - 3px);
  transition: all 0.2s ease;
}
.hamburger-menu.menu-button .txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 9px);
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
  transition: all 0.28s ease;
}
.hamburger-menu.menu-button.active .lines:first-child {
  top: calc(50% - 14px);
  transform: rotate(-45deg);
  transition-delay: 0.2s;
  transition-timing-function: ease;
}
.hamburger-menu.menu-button.active .lines:nth-child(2) {
  top: calc(50% - 14px);
  transform: rotate(45deg);
  transition-delay: 0.2s;
  transition-timing-function: ease;
}

.hamburger-menu.menu-button.active .sp-btn-inner {
  transform: translate(-50%, -30%);
}
.hamburger-menu.menu-button.active .txt {
  top: 100%;
}

@media (max-width: 1280px) {
  .hamburger-menu.menu-button {
    width: 90px;
    height: 90px;
  }
  .hamburger-menu.menu-button .txt {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .hamburger-menu.menu-button {
    width: 70px;
    height: 70px;
  }
  .hamburger-menu.menu-button.active .txt {
    top: calc(100% - 5px);
  }
}
/*---------------------------------------------
 spnav
---------------------------------------------*/
.spnav {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 9997;
  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%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 2;
  overflow: auto;
  /* spnav-contact / spnav-tel */
  /*@mixin btn-contact {
      display: block;
      background-color: #999;
      padding: 10px 20px;
      border-radius: 999999px;
      color: #fff;
      text-align: center;
      white-space: nowrap;
  }
  .spnav-contact a {
      @include btn-contact;
      margin-bottom: 20px;;
  }
  .spnav-tel a {
      @include btn-contact;
  }*/
}
.wrap-spnav .inner-spnav {
  display: flex;
  align-items: center;
  width: 85%;
  max-width: 860px;
  height: 100vh;
  height: 100dvh;
  min-height: 650px;
  margin: auto;
  box-sizing: border-box;
  padding-block: 80px;
  position: relative;
  z-index: 2;
}
.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;
  /*.link {
      cursor: pointer;
      position: relative;

      &:before,
      &:after {
          content: "";
          display: block;
          width: 13px;
          height: 1px;
          background-color: #fff;
          position: absolute;
          top: 50%;
          right: 15px;
          transition: all ease 0.28s;
      }
      &:before {
          transform: rotate(-90deg);
      }

      &.sub-open:before {
          transform: rotate(0deg);
      }
  }*/
}
.wrap-spnav .menulist li > span, .wrap-spnav .menulist li a {
  display: block;
  color: #fff;
  padding: 20px 0;
  position: relative;
  transition: opacity 0.28s ease;
}
.wrap-spnav .menulist li > span::before, .wrap-spnav .menulist li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transition: all 0.28s ease;
}
.wrap-spnav .menulist li .submenu {
  display: none;
}
.wrap-spnav .menulist li .f-bold {
  font-weight: 500 !important;
}
.wrap-spnav .sp-contact {
  gap: 20px;
  flex-wrap: wrap;
}
.wrap-spnav .sp-contact .btn {
  flex: 1;
}
.wrap-spnav .sp-sns .sns-list {
  gap: 15px;
  justify-content: center;
}
.wrap-spnav .sp-sns .sns-item a {
  aspect-ratio: 1/1;
  width: clamp(45px, 10vw, 55px);
  display: block;
  transition: all 0.28s ease;
  padding: 5px;
}

/*hover*/
@media (min-width: 768px) {
  .wrap-spnav .menulist li > span, .wrap-spnav .menulist li a {
    padding: 20px 0 20px 30px;
  }
  .wrap-spnav .menulist li > span:hover, .wrap-spnav .menulist li a:hover {
    opacity: 0.6;
  }
  .wrap-spnav .menulist li > span:hover::before, .wrap-spnav .menulist li a:hover::before {
    width: 15px;
  }
  .wrap-spnav .sp-sns .sns-item a:hover {
    background-color: #fff;
    opacity: 0.6;
  }
}
@media (max-height: 640px) {
  .wrap-spnav .inner-spnav {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .wrap-spnav .inner-spnav {
    align-items: flex-start;
  }
}
@media (max-width: 1280px) {
  .site-header {
    height: 90px;
  }
  .site-header .header-nav {
    right: 110px;
  }
  .site-header .menulist > li > a {
    line-height: 90px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  .site-header {
    height: 70px;
  }
  .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;
  }
}
.site-header .header-nav .nav-service a::after {
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF6C00;
}

.bg-wh {
  background: #fff;
}

.inpage main {
  color: #000;
  position: relative;
  overflow-x: hidden;
}

/*------------------------------------------
 pagettl
------------------------------------------*/
.pagettl {
  overflow: hidden;
  position: relative;
  padding-top: 110px;
}
.pagettl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 400px;
  width: 90%;
  background: #fff url(../img/common/bg_pagetitle.png) repeat left top/7.4rem;
}
.pagettl::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 400px;
  width: 90%;
  background: #fff left top/7.4rem;
  transform-origin: right center;
  animation: anim-pgttl-bg 0.8s ease forwards;
}
@keyframes anim-pgttl-bg {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.pagettl .page-ttl {
  position: relative;
  width: 95%;
  margin-right: 0;
  z-index: 1;
}
.pagettl .page-ttl .pgttl-anim-elem {
  display: block;
  overflow: hidden;
}
.pagettl .page-ttl .pgttl-anim-elem > * {
  display: block;
  transform: translateY(100%);
}
.pagettl .page-ttl .pgttl-anim-elem:nth-child(1) > * {
  animation: anim-pgttl-txt 0.8s ease forwards;
}
.pagettl .page-ttl .pgttl-anim-elem:nth-child(2) > * {
  animation: anim-pgttl-txt 0.8s ease 0.2s forwards;
}
@keyframes anim-pgttl-txt {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.pagettl .page-ttl .pos-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(300px, 20vw);
  aspect-ratio: 1/1;
  z-index: -1;
}
.pagettl .pagettl-wrap {
  width: 95%;
  margin-right: 0;
  margin-left: auto;
  gap: 5px min(5vw, 20px);
  align-items: end;
}
.pagettl .pagettl-wrap .pagettl-en {
  color: #0F91FF;
}
.pagettl .pagettl-wrap .pagettl-jp {
  color: #FF6C00;
}
.pagettl .pagettl-wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #b6deff;
  flex: 1;
  bottom: 0.5em;
  position: relative;
}

@media (max-width: 1280px) {
  .pagettl {
    padding-top: 90px;
  }
  .pagettl::before {
    height: 330px;
    background-size: 7rem;
  }
}
@media (max-width: 991px) {
  .pagettl {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .pagettl::before {
    width: calc(100% - 5vw);
    height: 250px;
  }
  .pagettl::after {
    width: calc(100% - 5vw);
    height: 250px;
  }
  .pagettl .page-ttl .pos-img {
    width: 27vw;
  }
}
@media (max-width: 480px) {
  .pagettl::before {
    height: 210px;
  }
  .pagettl::after {
    height: 210px;
  }
  .pagettl .page-ttl {
    padding-top: 90px;
  }
  .pagettl .page-ttl .pos-img {
    width: 25vw;
  }
}
/*------------------------------------------
fixed-bg
------------------------------------------*/
.fixed-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 400px;
  transition: 0.3s;
}
.fixed-bg .de-svg {
  width: 218.6rem;
  max-width: inherit;
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .fixed-bg .de-svg {
    width: 90rem;
  }
}
@media (max-width: 480px) {
  .fixed-bg {
    top: 100px;
  }
}
/*------------------------------------------
sec-ttl
------------------------------------------*/
.sec-ttl > span {
  display: inline-block;
  margin-bottom: 20px;
  color: #FF6C00;
  padding: 0 1.5em;
  position: relative;
  line-height: 1;
}
.sec-ttl > span::before, .sec-ttl > span::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #FF6C00;
}
.sec-ttl > span::before {
  left: 0;
}
.sec-ttl > span::after {
  right: 0;
}

/*------------------------------------------
layout-style
------------------------------------------*/
/*.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 .img-area .img-wrap {
  aspect-ratio: 3/2;
}
.lo-style-2col-1 .txt-area {
  flex: 1;
  padding: 30px 0;
}

@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: "Lexend Deca", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #0F91FF;
  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: "Lexend Deca", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #0F91FF;
  display: block;
  padding-bottom: 15px;
}

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

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

/* btn ----------------- */
.btn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all ease 0.28s;
}

/* ボタン内容 */
.btn-cont {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  line-height: 1.4;
  height: 100%;
}
.btn-cont.center {
  justify-content: center;
}
.btn-cont.right {
  justify-content: flex-end;
}

/*  option ----------------------------------  */
/* ボタンの幅：デザイン案に合わせて編集 */
.btnW-ss {
  width: 220px;
}

.btnW-s {
  width: 300px;
}

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

.btnW-l {
  width: 100%;
}

/* ボタンの高さ：デザイン案に合わせて編集 */
.btnH-s {
  height: 74px;
}

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

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

@media (max-width: 480px) {
  .btnW-s, .btnW-m, .btnW-l {
    max-width: none;
    width: 100%;
  }
  .btnH-l {
    height: 90px;
  }
}
/* ---------------------------------------------------------
btn-style
--------------------------------------------------------- */
/* btn-style01（背景） */
.btn.btn-style01 {
  border: none; /* 枠線の設定 */
  background-color: #FF6400; /* 背景色 */
  color: #fff; /* 文字色 */
}

.btn.btn-style02 {
  border: none; /* 枠線の設定 */
  background-color: #FFD915; /* 背景色 */
  color: #000; /* 文字色 */
}

.btn.btn-style03 {
  border: none; /* 枠線の設定 */
  background-color: #333333; /* 背景色 */
  color: #fff; /* 文字色 */
}

.btn.btn-arrow08 {
  z-index: 0;
}
.btn.btn-arrow08 .btn-cont {
  padding-right: 50px;
}

.arrow08 {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.arrow08::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(50%, -50%);
  transition: width ease 0.28s;
}
.arrow08::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FF6400;
  border-right: 2px solid #FF6400;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(calc(-50% + 5px), -50%) rotate(45deg);
  transition: right ease 0.28s;
}

.btn-blank .arrow08::after {
  content: none;
}

.btn-blank .arrow08 .icon {
  display: inline-block;
  width: 10px;
  height: 9px;
  position: absolute;
  top: calc(50% - 5px);
  right: 35px;
  background: url(../img/company/i-blank.svg) no-repeat center/contain;
}

.btn.btn-style02.btn-arrow08 .arrow08::before {
  background-color: #000;
}

.btn.btn-style02.btn-arrow08 .arrow08::after {
  border-top: 2px solid #FFD915;
  border-right: 2px solid #FFD915;
}

.btn.btn-style03.btn-arrow08 .arrow08::before {
  background-color: #fff;
}

.btn.btn-style03.btnH-l.btn-arrow08 .arrow08::before {
  width: 35px;
  right: 100px;
}

.btn.btn-style03.btn-arrow08 .arrow08::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.btn.btn-style03.btnH-l.btn-arrow08 .arrow08::after {
  width: 8px;
  height: 8px;
  right: 98px;
}

@media (min-width: 768px) {
  .btn.btn-style01.btn-arrow08:hover .btn-txt,
  .btn.btn-style03.btn-arrow08:hover .btn-txt {
    color: #fff;
  }
  .btn.btn-style02.btn-arrow08:hover .btn-txt {
    color: #FFD915;
  }
  .btn.btn-arrow08:hover .arrow08::before {
    width: 200%;
    background-color: #000;
  }
  .btn.btn-style03.btnH-l.btn-arrow08:hover .arrow08::before {
    width: 200%;
    background-color: #000;
  }
  .btn.btn-arrow08:hover .arrow08::after {
    right: 30px;
  }
  .btn.btn-style01.btn-arrow08:hover .arrow08::after,
  .btn.btn-style03.btn-arrow08:hover .arrow08::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (max-width: 767px) {
  .btn.btn-style03.btnH-l.btn-arrow08 .arrow08::before {
    width: 30px;
    right: 50px;
  }
  .btn.btn-style03.btnH-l.btn-arrow08 .arrow08::after {
    right: 48px;
  }
}
@media (max-width: 480px) {
  .btn.btn-style03.btnH-l.btn-arrow08 .arrow08::before {
    width: 25px;
    right: 45px;
  }
  .btn.btn-style03.btnH-l.btn-arrow08 .arrow08::after {
    right: 44px;
    width: 7px;
    height: 7px;
  }
}
.sec-recruit .btnarea {
  gap: 20px;
}
.sec-recruit .btnarea .btn {
  flex: 1;
}

.ban-recruit {
  position: relative;
}
.ban-recruit .banner-link {
  display: block;
  background: url(../img/home/recruit_bg.jpg) no-repeat center top/cover;
  position: relative;
  color: #fff;
}
.ban-recruit .banner-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: #343434;
}
.ban-recruit .banner-link h2 {
  position: relative;
  z-index: 1;
}
.ban-recruit .banner-link h2 .jp {
  color: #0F91FF;
}
.ban-recruit .banner-link p {
  position: relative;
  z-index: 1;
  line-height: 1.527;
  letter-spacing: 0.03em;
}
.ban-recruit .banner-link .text {
  color: #FFD915;
}
.ban-recruit .banner-link .btnarea {
  flex-wrap: wrap;
}
.ban-recruit .banner-link .btnarea .btn {
  position: relative;
  z-index: 1;
}

/*------------------------------------------
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: 170px;
}
.dl-list .list-item dd {
  flex: 1;
}

/*line-style03*/
.line-style03 .list-item dt, .line-style03 .list-item dd {
  padding: 30px 0;
}
.line-style03 .list-item dd {
  padding: 30px 0 30px 2vw;
}
.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 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);
}

/*------------------------------------------
共通アニメーション
------------------------------------------*/
/* fade in ----------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 800ms;
}

.fadein.activein {
  opacity: 1;
  transform: translate(0, 0px);
}

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

/*------------------------------------------
head-line01
------------------------------------------*/
.head-line01 {
  display: flex;
  align-items: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  gap: 34px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.head-line01 span:not(.hl-wrap) {
  width: fit-content;
  display: block;
  white-space: nowrap;
}
.head-line01 .en {
  margin-left: -1.3rem;
  letter-spacing: -0.03em;
  font-family: "Lexend Deca", sans-serif;
  line-height: 0.85;
  transform: translateY(100%);
}
.head-line01 .en::first-letter {
  color: #0F91FF;
}
.head-line01.play .en {
  animation: anim-hl01 0.5s ease forwards;
}
.head-line01 span.hl-wrap {
  display: block;
  overflow: hidden;
}

@keyframes anim-hl01 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .head-line01 .en {
    margin-left: -0.15em;
  }
}
@media (max-width: 480px) {
  .head-line01 {
    display: block;
    margin-left: 5%;
  }
  .head-line01 .en {
    font-size: 15.5vw;
    margin-left: 0;
  }
}
/*------------------------------------------
head-line02
------------------------------------------*/
.head-line02 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.head-line02 span {
  display: block;
}
.head-line02 .head-en {
  font-family: "Lexend Deca", sans-serif;
  color: #0F91FF;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 1;
}

/*------------------------------------------
head-line03
------------------------------------------*/
.head-line03 {
  letter-spacing: -0.03em;
}
.head-line03::first-letter {
  color: #0F91FF;
}

/*------------------------------------------
com-btn
------------------------------------------*/
.com-btn a {
  /*padding: 1rem 3.2rem;
  display: flex;
  align-items: center;
  width: 30rem;
  height: 7.4rem;
  color: $btn3-color;
  background: #ff6c00 url(../img/home/arrow_icon.png) no-repeat right 3rem center / 2.4rem;
  */
}
@media screen and (max-width: 767px) {
  .com-btn {
    /*a {
      padding: 1rem 2vw;
      background-size: 4vw;
      background-position: right 1.6rem center;
    }*/
  }
}

/*------------------------------------------
 .sec-contact
------------------------------------------*/
.sec-contact {
  color: #000;
  position: relative;
}
.sec-contact .area-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 130px;
  transform: translateY(-100%);
}
.sec-contact .area-top .scroll-box {
  position: relative;
  overflow: hidden;
  margin-bottom: calc(clamp(6rem, 4.6672rem + 2.78vw, 8rem) * -1);
  display: flex;
  flex-direction: row;
  height: 100%;
}
.sec-contact .area-top .scroll-box .scroll-txt {
  bottom: calc(100% - 0.2rem);
  line-height: 0.75;
  color: #FFD915;
  font-family: "Lexend Deca", sans-serif;
  letter-spacing: -0.03em;
  font-size: 185px;
  white-space: nowrap;
  text-align: center;
}
.sec-contact .bg {
  background: url(../img/common/bg-ban_contact.png) repeat left top/5rem;
}
.sec-contact .bg .contact-inr {
  justify-content: space-between;
  gap: 30px;
}
.sec-contact .bg .contact-inr .btnarea {
  flex-wrap: wrap;
  max-width: 50%;
}
.sec-contact .bg .wrap h2 {
  font-family: "Noto Sans JP", sans-serif;
}
.sec-contact .bg .tel-cont {
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  letter-spacing: 0;
}
.sec-contact .bg .tel-cont .number {
  line-height: 1.4;
  display: block;
  font-family: "Lexend Deca", sans-serif;
}
.sec-contact .bg .area-form a {
  padding-left: 5rem;
  padding-right: 20rem;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1499px) {
  .sec-contact .scroll-txt {
    font-size: 12.333vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec-contact .area-form a {
    min-height: 18.25vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .bg .area-form a {
    padding-left: 6.5vw;
    padding-right: 14.3vw;
  }
  .sec-contact .bg .area-form a .btn-cont {
    padding-left: 0;
  }
  .sec-contact .bg .area-form a .btn-txt {
    font-size: clamp(1.95rem, 1.7168rem + 0.49vw, 2.3rem);
  }
  .sec-contact .area-top {
    height: 50px;
  }
  .sec-contact .area-top .scroll-box .scroll-txt {
    font-size: 70px;
  }
}

/* animation */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* animation */
.js-contact.is-active .scroll-txt {
  animation: scroll 30s linear infinite;
}

.js-contact.is-active .area-form .link .bg-img {
  animation: spin 13s linear infinite;
}

/*------------------------------------------
 footer
------------------------------------------*/
.site-footer {
  position: relative;
  color: #000;
  background-color: #fff;
  /*簡易 サイトマップ */
  /* サイトマップ */
  /* 会社情報 */
  /* >Google Mapを見る */
  /* SNSアイコン */
}
.site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-nav.nav-center {
  justify-content: center;
}
.site-footer .footer-nav.nav-right {
  justify-content: flex-end;
}
.site-footer .footer-nav li a {
  white-space: nowrap;
  padding: 5px 10px;
}
.site-footer .footer-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.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 {
  width: fit-content;
}
.site-footer .f-info > * {
  display: block;
  letter-spacing: 0;
}
.site-footer .f-info .fbox-cname > * {
  display: block;
}
.site-footer .f-info .fbox-cname .flogo-img {
  width: 309px;
  height: auto;
  margin-left: -1.2rem;
}
.site-footer .to-gmap a {
  padding: 5px 5px 5px 15px;
  color: #FF6C00;
  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: 0;
  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;
}
@media (max-width: 1024px) {
  .site-footer .footer-sitemap {
    display: none;
  }
  .site-footer .f-info .fbox-cname .flogo-img {
    width: 220px;
    margin-left: -0.9rem;
  }
}
/*------------------------------------------
 .toTop
------------------------------------------*/
#toTop {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: center;
  background: #999;
  animation: toTop-animation 0.3s ease forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#toTop > span {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border: solid #fff;
  transform: rotate(-45deg);
  border-width: 2px 2px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#toTop:hover > span {
  top: 30%;
}

@media screen and (max-width: 480px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
  #toTop > i {
    line-height: 50px;
    font-size: 2rem;
  }
}
@keyframes toTop-animation {
  from {
    opacity: 0;
    transform: translateY(101%);
    -webkit-transform: translateY(101%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
/* pagetitle */
@media (max-width: 480px) {
  .head-line02 .head-jp {
    font-size: 6vw;
  }
}
/*------------------------------------------
 .sec-privacy
------------------------------------------*/
.sec-privacy .txt-privacy em {
  font-style: normal;
}/*# sourceMappingURL=privacy.css.map */