@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          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;
  -webkit-text-decoration: underline dotted;
          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-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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.75;
  overflow-x: hidden;
  padding-left: 5px;
}
body::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 5px;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#3434fa), color-stop(12.5%, #6ebeff), color-stop(25%, #b2ff67), color-stop(37.5%, #72ffd7), color-stop(50%, #049bff), color-stop(62.5%, #72ffd7), color-stop(75%, #b2ff67), color-stop(87.5%, #6ebeff), to(#3434fa));
  background: linear-gradient(to bottom, #3434fa 0%, #6ebeff 12.5%, #b2ff67 25%, #72ffd7 37.5%, #049bff 50%, #72ffd7 62.5%, #b2ff67 75%, #6ebeff 87.5%, #3434fa 100%);
  background-size: 100% 200%;
  background-position: 0 0;
  z-index: 999;
  -webkit-animation: rainbow-anim 8s linear infinite;
          animation: rainbow-anim 8s linear infinite;
}

@-webkit-keyframes rainbow-anim {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 200%;
  }
}

@keyframes rainbow-anim {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 200%;
  }
}
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;
}

/* 電話リンク */
.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;
}

/* テキストリンク */
a.txtlink {
  color: #203fc1;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  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;
}

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

@media (max-width: 767px) {
  .stxt-right,
  .stxt-center,
  .stxt-left {
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 上下左右中央 */
  /* 上下中央横並び */
}
.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flex.vc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.vm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.wrap-pl {
  padding-left: 5vw;
}

.inner-wrap {
  width: 90%;
  margin: 0 auto;
}

.inner-wrap-pl {
  padding-left: 5vw;
}

@media (max-width: 767px) {
  .inner-wrap {
    width: 100%;
  }
  .wrap-pl .inner-wrap {
    padding-right: 5vw;
  }
  .wrap-pl .inner-wrap-pl {
    padding-left: 0;
  }
}
/* 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-5x2 {
  aspect-ratio: 5/2;
}
.of-wrap.of-6x1 {
  aspect-ratio: 6/1;
}
.of-wrap.of-16x9 {
  aspect-ratio: 16/9;
}
.of-wrap.of-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.of-wrap.of-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* font STYLE --------------------- */
.f-en {
  font-family: "Readex Pro", sans-serif;
}

.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-lat {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.f-um {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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;
}

.f-yllw {
  color: #d8bb00;
}

.f-dblu {
  color: #0000cc;
}

.f-blu {
  color: #2a22bd;
}

.f-lblu {
  color: #4e66fd;
}

/* 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;
}

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

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

.f-ls25 {
  letter-spacing: 0.025em;
}

.f-ls50 {
  letter-spacing: 0.05em;
}

.f-ls75 {
  letter-spacing: 0.075em;
}

.f-ls150 {
  letter-spacing: 0.15em;
}

/* 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);
}

/* 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;
}

/*------------------------------------------
	bg
------------------------------------------*/
.bg-skew {
  position: relative;
  z-index: 0;
  padding-right: 5vw;
}
.bg-skew::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  min-height: 140px;
  background-color: #f5f5ff;
  z-index: -1;
  clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: width ease-out 0.6s;
  transition: width ease-out 0.6s;
}
.bg-skew.skew-top40::before {
  top: 40px;
}
.bg-skew.enter::before {
  width: 100%;
}

/* 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: 90px;
  /*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;
  left: 2vw;
  height: 100%;
  max-width: 300px;
}
.site-header .header-logo::before {
  content: "";
  display: block;
  width: 115px;
  height: 12px;
  background: url("../img/common/ishikawagiken-black.svg") no-repeat center center/contain;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.site-header .header-logo a {
  height: 100%;
}
.site-header.fixed-header .header-logo {
  /* 小さくなったスタイルなど表記 */
}
.site-header .header-logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  /* ロゴのサイズ指定 */
}

#home .site-header .header-logo::before {
  background: url("../img/common/ishikawagiken-white.svg") no-repeat center center/contain;
  opacity: 0.6;
}

/* header-nav ------------------------- */
.site-header {
  /* gnav */
}
.site-header .header-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 110px;
}
.site-header #gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
  /*hover時*/
}
.site-header .menulist > li {
  position: relative;
  /*hover*/
}
.site-header .menulist > li > a {
  display: block;
  white-space: nowrap;
  line-height: 90px;
  /*メニューの高さ*/
  position: relative;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  letter-spacing: 0.05em;
}
.site-header .menulist > li > a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0f0098;
  position: absolute;
  top: 20px;
  left: -8px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a:hover::before {
  top: 18px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.site-header .menulist > li.active > a::before {
  top: 18px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.site-header .menulist > li.has-submenu {
  cursor: pointer;
  /*hover*/
}
.site-header .menulist > li.has-submenu > span {
  display: block;
  white-space: nowrap;
  line-height: 90px;
  /*メニューの高さ*/
  padding: 0 10px;
}
.site-header .menulist > li.has-submenu:hover, .site-header .menulist > li.has-submenu.touch.active {
  top: 18px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* 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;
    }
}*/
@-webkit-keyframes fix-h {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fix-h {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1280px) {
  .site-header {
    height: 80px;
  }
  .site-header .header-nav {
    right: 100px;
  }
  .site-header .menulist > li > a {
    line-height: 80px;
  }
  .site-header .menulist > li > a::before {
    display: none;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .site-header {
    height: 70px;
  }
  .site-header .header-logo {
    left: 4vw;
    max-width: 240px;
  }
  .site-header .header-logo::before {
    display: none;
  }
  .site-header .header-logo::after {
    top: -82px;
    left: -82px;
    width: 360px;
    height: 320px;
  }
  .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: 90px;
  height: 90px;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.28s;
  transition: all 0.28s;
  /* active */
}
.hamburger-menu.menu-button .sp-btn-inner {
  width: 50%;
  height: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger-menu.menu-button .lines {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s ease;
  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: 0;
}
.hamburger-menu.menu-button .lines:nth-child(2) {
  top: calc(100% - 1px);
}
.hamburger-menu.menu-button.active .lines {
  background: #fff;
}
.hamburger-menu.menu-button.active .lines:first-child {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-menu.menu-button.active .lines:nth-child(2) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#home .sp-header .hamburger-menu.menu-button .lines {
  background-color: #fff;
}

#home .sp-header.dark .hamburger-menu.menu-button .lines {
  background-color: #333;
}

@media (max-width: 1280px) {
  .hamburger-menu.menu-button {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .hamburger-menu.menu-button {
    width: 70px;
    height: 70px;
  }
}
/*---------------------------------------------
 spnav
---------------------------------------------*/
.spnav {
  width: min(450px, 100vw);
  height: 100dvh;
  position: fixed;
  z-index: 9997;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  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;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  /*上から
  bottom: 0;*/
  /*左から*/
  right: 0;
  /*右から
  left: 0;*/
  /*下から
  top: 0;*/
}

.wrap-spnav {
  width: 100%;
  background: #f2f4f8;
  position: relative;
  z-index: 2;
  overflow: auto;
  /*padding-top: $header-h-s;上部にロゴがある場合*/
  background-color: rgba(0, 0, 0, 0.95);
  /*menuが画面幅より小さい場合*/
  /*width: 300px;
  position: absolute;
  right: 0;*/
  /* 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 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 860px;
  margin: auto;
  /*height: calc(100dvh - $header-h-s);上部にロゴがある場合*/
  height: 100vh;
  height: 100dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*overflow: auto;*/
  padding-top: 90px;
}
.wrap-spnav .inner-spnav .spnav-subttl {
  position: relative;
  color: #595dd1;
  font-family: "Readex Pro", sans-serif;
  letter-spacing: 0;
  line-height: 3;
}
.wrap-spnav .inner-spnav .spnav-subttl.__line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.wrap-spnav nav {
  width: 100%;
}
.wrap-spnav nav > *:last-child {
  padding-bottom: 100px;
}
.wrap-spnav .menulist {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  gap: 40px;
}
.wrap-spnav .menulist li {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 16px 0 16px 20px;
  position: relative;
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
  letter-spacing: 0.05em;
}
.wrap-spnav .menulist li > span > span,
.wrap-spnav .menulist li a > span {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0;
}
.wrap-spnav .menulist li > span::before,
.wrap-spnav .menulist li a::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.wrap-spnav .menulist li > span.mainp,
.wrap-spnav .menulist li a.mainp {
  margin-bottom: 0.2em;
  background-color: rgba(255, 255, 255, 0.15);
}
.wrap-spnav .menulist li > span.mainp::before,
.wrap-spnav .menulist li a.mainp::before {
  background-color: #595dd1;
}
.wrap-spnav .menulist li .submenu {
  display: none;
}
.wrap-spnav .txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.wrap-spnav .txt-area > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.wrap-spnav .txt-area > span {
  white-space: nowrap;
}
.wrap-spnav .spnav-address {
  color: #fff;
  margin-block: 2em;
}
.wrap-spnav .spnav-address p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Readex Pro", sans-serif;
  line-height: 1.4;
  gap: 0.5em;
}
.wrap-spnav .spnav-address span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.wrap-spnav .sp-contact {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap-spnav .sp-contact .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap-spnav .sp-sns .sns-list {
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-spnav .sp-sns .sns-item a {
  aspect-ratio: 1/1;
  width: clamp(45px, 10vw, 55px);
  display: block;
  -webkit-transition: all 0.28s ease;
  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-width: 1280px) {
  .site-header {
    height: 80px;
  }
  .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 {
    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 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .wrap-spnav .sp-contact .btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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: 1080px) {
  /* ロゴに掛かる前のタイミング */
  .site-header .header-nav {
    display: none;
  }
}
#ring-anim {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/*------------------------------------------
 pagettl
------------------------------------------*/
.pagettl {
  padding-top: min(330px, 40vw);
  padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
  position: relative;
}
.pagettl::before {
  content: "";
  display: block;
  width: 440px;
  height: 382px;
  background: url(../img/common/logo-mark-color.svg) no-repeat center center/contain;
  position: absolute;
  top: -60px;
  left: -70px;
  z-index: 0;
  opacity: 0.06;
}
.pagettl .pagettl-wrap {
  width: 95%;
  margin-right: 0;
  margin-left: auto;
  gap: 5px min(5vw, 20px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.pagettl .pagettl-wrap .pagettl-sub {
  display: block;
  color: #000;
  font-size: clamp(2rem, 1.7328rem + 0.56vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pagettl .pagettl-wrap .pagettl-jp {
  color: #000;
  font-size: clamp(2.9rem, 2.0336rem + 1.81vw, 4.2rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.pagettl .pagettl-wrap .pagettl-jp .r {
  vertical-align: super;
  font-size: 70%;
}
.pagettl .pagettl-wrap .pagettl-en {
  color: #2a22bd;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
  font-weight: 400;
  line-height: 1.5;
  font-family: "Readex Pro", sans-serif;
  overflow: hidden;
}

@media (max-width: 767px) {
  .pagettl .pagettl-wrap > span {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #privacy .pagettl .pagettl-wrap .pagettl-jp {
    font-size: 8.5vw;
  }
}
/*------------------------------------------
maincontents-wrap
------------------------------------------*/
.maincontents-wrap {
  padding-top: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
  position: relative;
}
.maincontents-wrap::before, .maincontents-wrap::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.maincontents-wrap::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(to bottom, transparent, #fff);
  height: 30vh;
  top: 0;
}
.maincontents-wrap::after {
  background: #fff;
  height: calc(100% - 30vh);
  top: 30vh;
}

/*------------------------------------------
sec-ttl
------------------------------------------*/
.sec-ttl {
  z-index: 9;
}
.sec-ttl > .ttl-en {
  display: inline-block;
  color: #595dd1;
  padding-inline: 0 1em;
  position: relative;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
.sec-ttl > .ttl-en::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 1px;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  background-color: #4e66fd;
  -webkit-transition: -webkit-transform ease 0.25s;
  transition: -webkit-transform ease 0.25s;
  transition: transform ease 0.25s;
  transition: transform ease 0.25s, -webkit-transform ease 0.25s;
}
.sec-ttl > .ttl-en.done::before {
  -webkit-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
}
.sec-ttl > .ttl-jp {
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.sec-ttl > .ttl-sub {
  letter-spacing: 0.05em;
  line-height: 2.25;
}
.sec-ttl.recruit > .ttl-jp {
  letter-spacing: 0.3em;
  line-height: 1.2;
}
.sec-ttl.recruit > .ttl-sub {
  letter-spacing: 0.15em;
  line-height: 2;
}

@media (max-width: 767px) {
  .sec-ttl.recruit > .ttl-jp {
    letter-spacing: 0.15em;
    line-height: 1.4;
  }
}
/*------------------------------------------
contents-ttl
------------------------------------------*/
.contents-ttl > span {
  position: relative;
  color: #4e66fd;
  letter-spacing: 0;
  line-height: 2.5;
}
.contents-ttl > span::after {
  content: "";
  position: absolute;
  right: -1.5em;
  bottom: -0.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 1px;
  width: 40px;
  background-color: #000;
  opacity: 0.2;
}
.contents-ttl > h3 {
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding-left: 30px;
}
.contents-ttl > p {
  color: #4e66fd;
  letter-spacing: 0;
  line-height: 2.5;
  padding-left: 30px;
}

/*------------------------------------------
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(40px, 5vw, 100px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lo-style-2col-1 .img-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lo-style-2col-1 .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
}

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

@media (max-width: 991px) {
  .lo-style-2col-2 .img-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .lo-style-2col-2 .txt-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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-2col-4---------------*/
/* テキスト左　画像右 */
.lo-style-2col-4 .cont-inr {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(40px, 5vw, 100px);
  width: 100%;
}
.lo-style-2col-4 .img-area {
  width: 100%;
  height: 100%;
  aspect-ratio: 2.5/3;
}

@media (max-width: 991px) {
  .lo-style-2col-4 .cont-inr {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 5vw, 100px);
    width: 100%;
  }
  .lo-style-2col-4 .img-area {
    width: 100%;
    aspect-ratio: 3/2;
  }
  .lo-style-2col-4 .txt-area {
    padding-right: 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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: "Readex Pro", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #203fc1;
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991px) {
  .lo-style-3col-1 .item-wrap .cont-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: "Readex Pro", 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.btnarea.btn-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnarea.btn-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

/* ボタン内容 */
.btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 30px;
  line-height: 1.4;
  height: 100%;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  background-color: #fff;
}
.btn-cont.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-cont.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-cont.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

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

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

.btnH-s {
  height: 63px;
}

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

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

/* btn-style ----------------- */
.btn.btn-style01 {
  position: relative;
  letter-spacing: 0;
  border-radius: 0;
  padding: 5px;
  background-size: 200% 200%;
  background-position: 50% 50%;
  overflow: visible;
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
  background: -webkit-gradient(linear, left top, right top, from(#fe9494), color-stop(#ffdd6f), color-stop(#fdbc6d), to(#ff7d4c));
  background: linear-gradient(90deg, #fe9494, #ffdd6f, #fdbc6d, #ff7d4c);
}
.btn.btn-style01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-size: contain;
  background: url("../img/common/arrow-bg-org.svg") no-repeat center center;
}
.btn.btn-style01 .btn-cont {
  background: #fff;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2em;
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
}
@media (max-width: 480px) {
  .btn.btn-style01 .btn-cont {
    padding-left: 1em;
  }
}

.btn.btn-style02 {
  position: relative;
  letter-spacing: 0;
  border-radius: 0;
  padding: 5px;
  background-size: 200% 200%;
  background-position: 50% 50%;
  overflow: visible;
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
  background: -webkit-gradient(linear, left top, right top, from(#94b0ff), color-stop(#6fdeff), color-stop(#6df7fd), to(#4c7cff));
  background: linear-gradient(90deg, #94b0ff, #6fdeff, #6df7fd, #4c7cff);
}
.btn.btn-style02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-size: contain;
  background: url("../img/common/arrow-bg-blu.svg") no-repeat center center;
}
.btn.btn-style02 .btn-cont {
  background: #fff;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2em;
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
}
@media (max-width: 480px) {
  .btn.btn-style02 .btn-cont {
    padding-left: 1em;
  }
}

.btn.btn-style04 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#0061ff), to(#60efff));
  background: linear-gradient(to right, #0061ff, #60efff);
  color: #fff;
  background-position: left;
  background-size: 200% 200%;
}
.btn.btn-style04 > span {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.btn-style04::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("../img/common/arrow-bg-wht.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform ease 0.28s;
  transition: -webkit-transform ease 0.28s;
  transition: transform ease 0.28s;
  transition: transform ease 0.28s, -webkit-transform ease 0.28s;
}

@media (min-width: 768px) {
  .btn.btn-style01:hover {
    border-radius: 50px;
    -webkit-animation: btn-sy01-anim 4s infinite ease forwards;
            animation: btn-sy01-anim 4s infinite ease forwards;
  }
  .btn.btn-style01:hover .btn-cont {
    border-radius: 50px;
  }
  .btn.btn-style02:hover {
    border-radius: 50px;
    -webkit-animation: btn-sy01-anim 4s infinite ease forwards;
            animation: btn-sy01-anim 4s infinite ease forwards;
  }
  .btn.btn-style02:hover .btn-cont {
    border-radius: 50px;
  }
  .btn.btn-style04:hover {
    -webkit-animation: btn-sy04-anim 4s infinite ease forwards;
            animation: btn-sy04-anim 4s infinite ease forwards;
  }
  .btn.btn-style04:hover::after {
    -webkit-transform: translateY(-50%) scale(1.3);
            transform: translateY(-50%) scale(1.3);
  }
}
@-webkit-keyframes btn-sy01-anim {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  75% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@keyframes btn-sy01-anim {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  75% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@-webkit-keyframes btn-sy04-anim {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes btn-sy04-anim {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/* btn-arrow02  */
.btn-arrow02 .btn-cont {
  padding-right: 50px;
}

.arrow02 {
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transition: right ease 0.28s;
  transition: right ease 0.28s;
}
.arrow02::before, .arrow02::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow02::before {
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.arrow02::after {
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

@media (min-width: 768px) {
  .btn:hover .arrow02 {
    right: 20px;
  }
}
.btn.btn-exit01 {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn.btn-exit01 .btn-cont {
  padding-right: 50px;
}
.btn.btn-exit01 .btn-cont .icon.i-exit01 {
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.btn-exit01 .btn-cont .icon.i-exit01:before, .btn.btn-exit01 .btn-cont .icon.i-exit01:after {
  content: "";
  width: 12px;
  height: 10px;
  border-color: currentColor;
  position: absolute;
}
.btn.btn-exit01 .btn-cont .icon.i-exit01:before {
  border: 1px solid;
  top: 0;
  right: 0;
}
.btn.btn-exit01 .btn-cont .icon.i-exit01:after {
  border-left: 1px solid;
  border-bottom: 1px solid;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .btn.btn-exit01:hover {
    text-decoration-color: transparent;
  }
}
/*------------------------------------------
PRODUCTSバナー
------------------------------------------*/
.cmn-ban-product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.cmn-ban-product .ban-prod {
  position: relative;
}
.cmn-ban-product .ban-prod.__01 .prod-link::after {
  background-image: url("../img/common/service-accessory.webp");
}
.cmn-ban-product .ban-prod.__02 .prod-link::after {
  background-image: url("../img/common/service-lighter.webp");
}
.cmn-ban-product .ban-prod.__03 .prod-link::after {
  background-image: url("../img/common/service-glasses.webp");
}
.cmn-ban-product .prod-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2.5rem;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
  -webkit-transition: background-size ease 0.28s;
  transition: background-size ease 0.28s;
}
.cmn-ban-product .prod-link .prod-en {
  letter-spacing: 0;
  line-height: 1.2;
  z-index: 1;
}
.cmn-ban-product .prod-link .prod-jp {
  letter-spacing: 0.1em;
  line-height: 1.6;
  z-index: 1;
}
.cmn-ban-product .prod-link .arrow {
  position: absolute;
  right: 28px;
  bottom: 18px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/common/arrow-bg-blk.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
  -webkit-transition: -webkit-transform ease 0.28s;
  transition: -webkit-transform ease 0.28s;
  transition: transform ease 0.28s;
  transition: transform ease 0.28s, -webkit-transform ease 0.28s;
}
.cmn-ban-product .prod-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  -webkit-transition: background-color ease 0.28s;
  transition: background-color ease 0.28s;
}
.cmn-ban-product .prod-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform ease 0.28s;
  transition: -webkit-transform ease 0.28s;
  transition: transform ease 0.28s;
  transition: transform ease 0.28s, -webkit-transform ease 0.28s;
}

#home .cmn-ban-product .ban-prod.__02 .prod-link::after {
  background-image: url("../img/common/top-service-lighter.webp");
}

@media (min-width: 767px) {
  .cmn-ban-product .prod-link:hover {
    background-size: 110% 110%;
  }
  .cmn-ban-product .prod-link:hover .arrow {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .cmn-ban-product .prod-link:hover::before {
    background-color: rgba(0, 0, 0, 0);
  }
  .cmn-ban-product .prod-link:hover::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/*------------------------------------------
table共通
------------------------------------------*/
/*項目幅*/
/*線色*/
.dl-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*line-style03*/
.line-style03 .list-item dt,
.line-style03 .list-item dd {
  padding: 30px 0;
}
.line-style03 .list-item dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9aa8fd;
  width: 90%;
}
.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 (min-width: 767px) {
  .line-style03 .list-item:first-child dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    top: 0;
    background-color: #9aa8fd;
  }
  .line-style03 .list-item:first-child dd::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 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: 100px;
    background-color: #9aa8fd;
  }
  .line-style03 .list-item dt:before {
    bottom: auto;
    top: -1px;
    width: 100px;
    z-index: 1;
  }
  .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);
  }
}
/*------------------------------------------
 .cmn-contact
------------------------------------------*/
.cmn-contact {
  background-color: #fff;
  color: #000;
}
.cmn-contact .contact-inr {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2vw;
}
.cmn-contact .contact-inr .txt-area {
  width: 50%;
}
.cmn-contact .contact-inr .txt-area > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn-contact .contact-inr .txt-area > a {
  position: relative;
  height: 130px;
}
.cmn-contact .contact-inr .btnarea {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 50%;
}
.cmn-contact .contact-inr .btnarea .btn-contact.for-recruit {
  display: none;
}

@media (max-width: 1280px) {
  .cmn-contact .contact-inr .sec-ttl {
    width: 100%;
  }
  .cmn-contact .contact-inr .txt-area {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cmn-contact .contact-inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .cmn-contact .contact-inr .txt-area > p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 479px) {
  .cmn-contact .contact-inr .txt-area > a {
    height: 100px;
  }
}
/*------------------------------------------
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;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  /*transition : 800ms;*/
}

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

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

/* parallax ----------------------------------------- */
.js-parallax {
  position: relative;
  overflow: hidden;
}

.parallax-img {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}

.scroll-indicator {
  position: absolute;
  left: 2%;
  bottom: 0;
}
.scroll-indicator > span {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #0000cc;
  font-family: "Readex Pro", sans-serif;
  padding-bottom: 110px;
  z-index: 9;
}
.scroll-indicator > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 0px;
  -webkit-animation: pathmove 3s infinite;
          animation: pathmove 3s infinite;
  background-color: #0000cc;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  45% {
    height: 100px;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 1;
  }
  55% {
    height: 100px;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 1;
  }
  100% {
    height: 0;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  45% {
    height: 100px;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 1;
  }
  55% {
    height: 100px;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 1;
  }
  100% {
    height: 0;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .scroll-indicator > span {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
/*------------------------------------------
ZIPPO
------------------------------------------*/
.r-zippo::after {
  content: "®";
  display: inline-block;
}

/*------------------------------------------
横スクロール
------------------------------------------*/
.scroll-container-wrap {
  overflow-x: scroll;
}

.scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

/*------------------------------------------
　デコレーション
------------------------------------------*/
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.c-deco {
  position: relative;
}
.c-deco.fixed {
  position: fixed;
}
.c-deco::before, .c-deco::after {
  content: "";
  position: absolute;
}
.c-deco.deco-logo-white__bef::before, .c-deco.deco-logo-white__aft::after {
  top: -53px;
  left: -75px;
  width: 400px;
  height: 320px;
  background: no-repeat center/100% url("../img/common/logo-mark.svg");
  z-index: 2;
}
.c-deco.deco-logo-color__bef::before, .c-deco.deco-logo-color__aft::after {
  left: -100px;
  bottom: -60px;
  width: 764px;
  height: 664px;
  z-index: 0;
  background: no-repeat center/contain url(../img/common/logo-mark-color.svg);
  opacity: 0.06;
  z-index: 0;
}
.c-deco.deco-line__bef::before, .c-deco.deco-line__aft::after {
  top: 0;
  right: 0;
  width: 70vw;
  height: 666px;
  background: no-repeat right top/contain url("../img/home/deco-line.png");
  z-index: -1;
}
.c-deco.deco-line2__bef::before, .c-deco.deco-line2__aft::after {
  top: 75%;
  left: -280px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 570px;
  height: 670px;
  background: no-repeat left top/contain url("../img/home/deco-line2.png");
  z-index: 1;
}
.c-deco.deco-cf__bef::before, .c-deco.deco-cf__aft::after {
  top: -57px;
  right: -20px;
  width: 284px;
  height: 414px;
  background: no-repeat center/contain url(../img/common/deco-chemical-formula.svg);
  z-index: -1;
}
.c-deco.deco-cf2__bef::before, .c-deco.deco-cf2__aft::after {
  top: 44%;
  right: -120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 284px;
  height: 414px;
  background: no-repeat center/contain url(../img/common/deco-chemical-formula.svg);
  z-index: -1;
}
.c-deco.deco-cf3__bef::before, .c-deco.deco-cf3__aft::after {
  left: -250px;
  bottom: -40px;
  width: 350px;
  height: 500px;
  background: no-repeat center/contain url(../img/common/deco-chemical-formula.svg);
  z-index: 0;
}
.c-deco.deco-circle-y__bef::before, .c-deco.deco-circle-y__aft::after {
  top: -40px;
  right: 0;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffff00, rgba(255, 255, 0, 0.3));
  -webkit-box-shadow: 0 0 50px 30px rgba(255, 255, 0, 0.6);
          box-shadow: 0 0 50px 30px rgba(255, 255, 0, 0.6);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease;
}
.c-deco.deco-circle-y__bef.enter::before, .c-deco.deco-circle-y__aft.enter::before {
  opacity: 0.8;
  visibility: visible;
  -webkit-animation: swing 6s ease-in-out infinite;
          animation: swing 6s ease-in-out infinite;
}
.c-deco.deco-circle-y2__bef::before, .c-deco.deco-circle-y2__aft::after {
  top: -40px;
  left: -70px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffff00, rgba(255, 255, 0, 0.3));
  -webkit-box-shadow: 0 0 50px 30px rgba(255, 255, 0, 0.6);
          box-shadow: 0 0 50px 30px rgba(255, 255, 0, 0.6);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
  z-index: 0;
  -webkit-animation: swing 6s ease-in-out infinite;
          animation: swing 6s ease-in-out infinite;
}
.c-deco.deco-circle-b__bef::before, .c-deco.deco-circle-b__aft::after {
  top: 400px;
  right: 350px;
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background: radial-gradient(circle, #adc6ff, rgba(173, 198, 255, 0.3));
  -webkit-box-shadow: 0 0 50px 10px rgba(173, 198, 255, 0.8);
          box-shadow: 0 0 50px 10px rgba(173, 198, 255, 0.8);
  z-index: -1;
  -webkit-animation: swing 6s ease-in-out infinite;
          animation: swing 6s ease-in-out infinite;
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-deco.deco-ti__bef::before, .c-deco.deco-ti__aft::after {
  right: 0px;
  bottom: -186px;
  width: 240px;
  height: 160px;
  background: no-repeat center/contain url("../img/common/deco-ti.svg");
  z-index: 0;
}
.c-deco.deco-ag__bef::before, .c-deco.deco-ag__aft::after {
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 188px;
  height: 124px;
  background: no-repeat center/contain url("../img/common/deco-ag.svg");
  z-index: 0;
}
.c-deco.deco-zn__bef::before, .c-deco.deco-zn__aft::after {
  left: calc(50% - 130px);
  bottom: -120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
  height: 160px;
  background: no-repeat center/contain url("../img/common/deco-zn.svg");
  z-index: -1;
}
.c-deco.deco-c2600__bef::before, .c-deco.deco-c2600__aft::after {
  right: calc(-5% - 1em);
  bottom: -36px;
  width: 502px;
  height: 180px;
  background: no-repeat center/contain url("../img/common/deco-c2600.svg");
  z-index: 1;
}
.c-deco .deco-square-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 380px);
  width: 500px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 600px;
  background: #aaedea;
  clip-path: url(#clip-square-1);
}
.c-deco .deco-square-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  height: 600px;
  background: #aaedea;
  z-index: -1;
}
.c-deco .deco-square-2::before {
  content: "";
  position: absolute;
  left: calc(50% + 380px);
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  height: 600px;
  background: #aaedea;
  clip-path: url(#clip-square-2);
}
.c-deco .deco-square-2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30vw;
  height: 600px;
  background: #aaedea;
  z-index: -1;
}

@media (max-width: 991px) {
  .c-deco.deco-line2__bef::before, .c-deco.deco-line2__aft::after {
    top: 83%;
    left: -170px;
  }
  .c-deco.deco-cf__bef::before, .c-deco.deco-cf__aft::after {
    top: -57px;
    left: auto;
    right: -50px;
    -webkit-transform: none;
            transform: none;
  }
  .c-deco.deco-cf2__bef::before, .c-deco.deco-cf2__aft::after {
    top: 56%;
  }
  .c-deco.deco-circle-y__bef::before, .c-deco.deco-circle-y__aft::after {
    width: min(60vw, 490px);
    height: min(60vw, 490px);
  }
  .c-deco.deco-circle-b__bef::before, .c-deco.deco-circle-b__aft::after {
    right: 30vw;
  }
  .c-deco.deco-c2600__bef::before, .c-deco.deco-c2600__aft::after {
    right: -48px;
    bottom: -140px;
    width: 360px;
  }
  .c-deco .deco-square-1::before {
    left: calc(50% - 280px);
  }
  .c-deco .deco-square-1::after {
    display: none;
  }
  .c-deco .deco-square-2::before {
    left: calc(50% + 280px);
  }
  .c-deco .deco-square-2::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-deco.deco-circle-y__bef::before, .c-deco.deco-circle-y__aft::after {
    top: 4vw;
  }
  .c-deco.deco-circle-b__bef::before, .c-deco.deco-circle-b__aft::after {
    top: 9%;
    width: min(60vw, 245px);
    height: min(60vw, 245px);
  }
  .c-deco.deco-logo-color__bef::before, .c-deco.deco-logo-color__aft::after {
    aspect-ratio: 764/664;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@media (max-width: 480px) {
  .c-deco.deco-cf3__bef::before, .c-deco.deco-cf3__aft::after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .c-deco.deco-cf__bef::before, .c-deco.deco-cf__aft::after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .c-deco.deco-cf2__bef::before, .c-deco.deco-cf2__aft::after {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .c-deco.deco-ti__bef::before, .c-deco.deco-ti__aft::after {
    right: -30px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .c-deco.deco-c2600__bef::before, .c-deco.deco-c2600__aft::after {
    right: -25px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  .c-deco.deco-zn__bef::before, .c-deco.deco-zn__aft::after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .c-deco.deco-line__bef::before, .c-deco.deco-line__aft::after {
    width: 90vw;
  }
  .c-deco.deco-line2__bef::before, .c-deco.deco-line2__aft::after {
    content: none;
  }
  .c-deco.deco-ag__bef::before, .c-deco.deco-ag__aft::after {
    top: -50px;
    left: 35%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .c-deco.deco-cf3__bef::before, .c-deco.deco-cf3__aft::after {
    left: -230px;
    bottom: 180px;
    width: 320px;
    opacity: 0.8;
  }
}
/*------------------------------------------
 footer
------------------------------------------*/
.site-footer {
  position: relative;
  overflow: hidden;
  /*簡易 サイトマップ */
  /* サイトマップ */
  /* 会社情報 */
  /* >Google Mapを見る */
  /* SNSアイコン */
}
.site-footer .footer-content {
  background-color: #fff;
  overflow: hidden;
}
.site-footer .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.site-footer .footer-nav.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .footer-nav.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer .footer-nav li a {
  position: relative;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.site-footer .footer-nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.site-footer .footer-nav li a:hover {
  background: rgba(59, 93, 209, 0.15);
  /* &::before {
      transform: translate(-50%, -50%) scaleX(1.5);
      background-color: rgba(0, 0, 0, 0.1);
  } */
}
.site-footer .footer-nav .fnav-menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1vw;
}
.site-footer .footer-nav .fnav-menulist a {
  display: block;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 16px 10px;
}
.site-footer .footer-nav .footer-nav-sns .f-SNS .sns-icon {
  aspect-ratio: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.site-footer .footer-nav .footer-nav-sns .f-SNS .sns-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 0.5rem;
}
.site-footer .footer-nav .footer-nav-sns .f-SNS .sns-icon a > .sns-icon {
  background-position-y: 2px;
  width: 38px;
  height: 38px;
}
.site-footer .footer-nav .footer-nav-sns .f-SNS .sns-icon a span {
  letter-spacing: 0.025em;
}
.site-footer .footer-nav .footer-nav-sns .f-SNS .sns-icon a:hover {
  background: rgba(59, 93, 209, 0.15);
}
.site-footer .footer-sitemap .sitemap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  opacity: 0.7;
}
.site-footer .f-info {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.site-footer .f-info > * {
  display: block;
}
.site-footer .f-info .fbox-cname {
  position: relative;
  text-align: center;
  width: 300px;
}
.site-footer .f-info .fbox-cname::before {
  content: url("../img/common/ishikawagiken-black.svg");
  position: absolute;
  top: 52%;
  right: -136px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-footer .f-info .fbox-cname > * {
  display: block;
}
.site-footer .f-info .fbox-cname .flogo-img {
  height: auto;
}
.site-footer .f-info .fbox-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .f-info .f-add {
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 2;
}
.site-footer .f-info .f-add > span {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.site-footer .f-info .f-add > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background: no-repeat center/contain url("../img/common/address-point.svg");
}
.site-footer .f-info .f-add > span a {
  text-decoration: underline;
}
.site-footer .f-info .fbox-tel {
  letter-spacing: 0.05em;
  line-height: 2;
}
.site-footer .f-info .fbox-tel .f-fax {
  display: inline-block;
}
.site-footer .f-info .fbox-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .f-info .fbox-entry > span {
  position: relative;
  display: inline-block;
  color: #0000cc;
  padding-right: 5em;
  letter-spacing: 0.025em;
  line-height: 1.17;
}
.site-footer .f-info .fbox-entry > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3em;
  height: 1em;
  background: no-repeat center/contain url("../img/common/arrow-three.svg");
}
.site-footer .f-info .fbox-entry > a {
  display: grid;
  place-items: center;
  border: 2px solid #000;
}
.site-footer .f-info .fbox-entry > a:hover {
  border-color: #0d3482;
}
.site-footer .f-misc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.site-footer .f-misc a {
  letter-spacing: 0;
  line-height: 1.2;
}
.site-footer .f-misc p {
  color: #adadad;
  letter-spacing: 0.025em;
  line-height: 1.16;
}
.site-footer .to-gmap a {
  padding: 5px 5px 5px 20px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.28s ease;
  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;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.site-footer .f-SNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .f-SNS .sns-icon {
  /*display: table-cell;
  vertical-align: middle;*/
}
.site-footer .f-SNS .sns-icon a {
  display: block;
  padding: 9px 10px;
  line-height: 1;
  width: 50px;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.site-footer .f-SNS .sns-icon img {
  width: 20px;
  height: 20px;
}
.site-footer .copyright .middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

@media (min-width: 767px) {
  .site-footer .f-info .f-add > span a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1280px) {
  .site-footer .footer-sitemap {
    display: none;
  }
}
@media (max-width: 1023px) {
  .site-footer .footer-content .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-content .footer-nav .fnav-menulist {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-footer .f-info .fbox-cname .flogo-img {
    width: 70%;
  }
  .site-footer .footer-content {
    /* 会社情報 */
  }
  .site-footer .footer-content .f-info .fbox-cname::before {
    display: none;
  }
  .site-footer .footer-content .f-info .fbox-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .site-footer .footer-content .f-info .fbox-body .fbox-entry {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer .footer-content .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-content .footer-nav .fnav-menulist {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .site-footer .f-info .fbox-cname .flogo-img {
    width: 80%;
  }
  .site-footer .footer-content .fbox-body {
    margin-bottom: 30px;
  }
  .site-footer .footer-content .fbox-body .fbox-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer .footer-content .fbox-body .fbox-entry > span::after {
    display: none;
  }
  .site-footer .f-misc {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
/*------------------------------------------
 .toTop
------------------------------------------*/
#toTop {
  position: fixed;
  right: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: center;
  background: #595dd1;
  /* animation: toTop-animation 0.3s ease forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; */
  width: 55px;
  height: 55px;
  bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 1px 1px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#toTop:hover {
  opacity: 0.85;
}

@media screen and (max-width: 480px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
  #toTop > i {
    line-height: 50px;
    font-size: 2rem;
  }
}
@-webkit-keyframes toTop-animation {
  from {
    opacity: 0;
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@keyframes toTop-animation {
  from {
    opacity: 0;
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
/*------------------------------------------
 .maincontents-wrap
------------------------------------------*/
.sec-message .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*------------------------------------------
 .sec-intro
------------------------------------------*/
.sec-intro .btnarea .btn.btn-arrow02 .arrow02 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all ease 0.28s;
  transition: all ease 0.28s;
}
.sec-intro .btnarea .btn:hover .arrow02 {
  right: 30px;
  -webkit-transform: rotate(90deg) translateX(5px);
          transform: rotate(90deg) translateX(5px);
}

/*------------------------------------------
 .sec-scrolling
------------------------------------------*/
.sec-scrolling .decor {
  position: relative;
}
.sec-scrolling .decor .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 129px;
  z-index: 1;
}
.sec-scrolling .sliding {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  gap: 15px;
}
.sec-scrolling .sliding:hover .scroll-img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.sec-scrolling .sliding .scroll-img {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  -webkit-animation: scrolling 72s linear infinite;
          animation: scrolling 72s linear infinite;
  gap: 15px;
}
.sec-scrolling .sliding .scroll-img figure {
  width: 450px;
  aspect-ratio: 45/55;
  overflow: hidden;
  position: relative;
}
.sec-scrolling .sliding .scroll-img figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .sec-scrolling .sliding .scroll-img figure {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .sec-scrolling .decor .img {
    width: 95px;
  }
  .sec-scrolling .sliding .scroll-img figure {
    width: 220px;
  }
}
/*------------------------------------------
 .sec-numbers
------------------------------------------*/
.sec-numbers {
  position: relative;
}
.sec-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #f3ffc3, #cdf8f7);
  clip-path: polygon(0% 300px, 0 100%, 100% 100%, 100% 0, 300px 0);
}
.sec-numbers .cont-area {
  position: relative;
  z-index: 1;
}
.sec-numbers .cont-area > .img {
  position: absolute;
}
.sec-numbers .cont-area > .img.top {
  top: -3.75em;
  right: 0;
  width: 141px;
}
.sec-numbers .cont-area > .img.bottom {
  right: 0;
  bottom: -2.5em;
  width: 120px;
}
.sec-numbers .question-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
.sec-numbers .question-list .js-countUp-target {
  letter-spacing: 0;
}
.sec-numbers .question-list .unit {
  margin-left: 4px;
}
.sec-numbers .question-list .list {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 0;
  position: relative;
  aspect-ratio: 1/1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-numbers .question-list .question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-numbers .question-list .question .q-mark {
  width: clamp(2.8rem, 2rem + 1.67vw, 4rem);
  aspect-ratio: 1/1;
  text-align: center;
  line-height: clamp(2.8rem, 2rem + 1.67vw, 4rem);
  font-style: normal;
  color: #fff;
  background-color: #2a22bd;
  margin-right: 15px;
}
.sec-numbers .question-list .notice {
  position: absolute;
  right: 5.93%;
  bottom: 0.66vw;
  line-height: 1.7;
}
.sec-numbers .question-list .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-numbers .question-list .q1 .content {
  row-gap: 11.57%;
}
.sec-numbers .question-list .q1 .img {
  width: 38.52%;
}
.sec-numbers .question-list .q1 .deta {
  gap: 23px;
}
.sec-numbers .question-list .q1 .deta .it1,
.sec-numbers .question-list .q1 .deta .it2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.sec-numbers .question-list .q1 .deta .it1 dd,
.sec-numbers .question-list .q1 .deta .it2 dd {
  color: #0000cc;
  line-height: 1;
}
.sec-numbers .question-list .q1 .deta .it2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.sec-numbers .question-list .q1 .deta .colon {
  color: #acacac;
  line-height: 0.8;
}
.sec-numbers .question-list .q2 .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 14.19%;
     -moz-column-gap: 14.19%;
          column-gap: 14.19%;
}
.sec-numbers .question-list .q2 .img {
  width: 30.61%;
}
.sec-numbers .question-list .q2 .deta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 33px;
}
.sec-numbers .question-list .q2 .deta .it1,
.sec-numbers .question-list .q2 .deta .it2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-numbers .question-list .q2 .deta .it1 dd,
.sec-numbers .question-list .q2 .deta .it2 dd {
  color: #0000cc;
  line-height: 1;
}
.sec-numbers .question-list .q3 .content {
  row-gap: 7.09%;
}
.sec-numbers .question-list .q3 .img {
  width: 39.51%;
}
.sec-numbers .question-list .q3 .deta .it1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-numbers .question-list .q3 .deta .it1 dt {
  color: #0000cc;
  line-height: 1;
}
.sec-numbers .question-list .q4 .content {
  row-gap: 7.23%;
}
.sec-numbers .question-list .q4 .img {
  width: 37.04%;
}
.sec-numbers .question-list .q4 .deta .it1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-numbers .question-list .q4 .deta .it1 dt {
  color: #0000cc;
  line-height: 1;
}
.sec-numbers .question-list .q4 .deta .it1 dd {
  text-align: center;
}
.sec-numbers .question-list .q5 .content {
  row-gap: 9.69%;
}
.sec-numbers .question-list .q5 .img {
  width: 49.38%;
}
.sec-numbers .question-list .q5 .deta .it1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-numbers .question-list .q5 .deta .it1 dt {
  color: #0000cc;
  line-height: 1;
}
.sec-numbers .question-list .q5 .deta .it1 dd {
  text-align: center;
}
.sec-numbers .question-list .q6 .content {
  min-width: 280px;
  width: clamp(69.136%, 88.14%, 280px);
  margin: auto;
}
.sec-numbers .question-list .q6 .read {
  color: #4e66fd;
  margin-left: auto;
  margin-bottom: 1.734%;
}
.sec-numbers .question-list .q6 .img {
  width: 43.05%;
  margin-left: -4%;
}
.sec-numbers .question-list .q6 .deta1,
.sec-numbers .question-list .q6 .deta2 {
  width: 100%;
}
.sec-numbers .question-list .q6 .deta1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 3.468%;
}
.sec-numbers .question-list .q6 .deta1 .it1 {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.sec-numbers .question-list .q6 .deta1 .it1 dd {
  color: #0000cc;
}
.sec-numbers .question-list .q6 .deta1 .it1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #deebfe;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.sec-numbers .question-list .q6 .deta1 .rank {
  margin-right: 15px;
  color: #4e66fd;
}
.sec-numbers .question-list .q6 .deta2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-numbers .question-list .q6 .deta2 .it2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 10px;
  row-gap: 3px;
}
.sec-numbers .question-list .q6 .deta2 .it2 dl {
  gap: 17px;
}
.sec-numbers .question-list .q7 .content {
  width: clamp(69.136%, 88.14%, 280px);
  margin: auto;
  row-gap: 5.79%;
}
.sec-numbers .question-list .q7 .img {
  width: 14.81%;
  min-width: 60px;
}
.sec-numbers .question-list .q7 .deta1 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.sec-numbers .question-list .q7 .deta1 .it1 {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.333% 0;
  position: relative;
  -webkit-column-gap: 4.333%;
     -moz-column-gap: 4.333%;
          column-gap: 4.333%;
}
.sec-numbers .question-list .q7 .deta1 .it1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #deebfe;
  position: absolute;
  left: 0;
  bottom: 1.666%;
}
.sec-numbers .question-list .q7 .deta1 .it1 dt {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 11.666%;
     -moz-column-gap: 11.666%;
          column-gap: 11.666%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-numbers .question-list .q7 .deta1 .it1 dd {
  line-height: 1;
  color: #0000cc;
}
.sec-numbers .question-list .q8 .content {
  row-gap: 7.23%;
}
.sec-numbers .question-list .q8 .img {
  width: 49.38%;
}
.sec-numbers .question-list .q8 .deta .it1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-numbers .question-list .q8 .deta .it1 dt {
  color: #0000cc;
  line-height: 1;
}
.sec-numbers .question-list .q8 .deta .it1 dd {
  text-align: center;
}
.sec-numbers .question-list .q8 .deta .it1 dd .emphasis {
  color: #0000cc;
  font-style: normal;
}
.sec-numbers .question-list .q9 .img {
  width: 21.73%;
}
.sec-numbers .question-list .q9 .content {
  row-gap: 10.21%;
}
.sec-numbers .question-list .q9 .colume {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 4.81%;
     -moz-column-gap: 4.81%;
          column-gap: 4.81%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-numbers .question-list .q9 .deta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 11%;
}
.sec-numbers .question-list .q9 .deta .it1 {
  text-align: center;
  line-height: 1;
  color: #0000cc;
  margin-bottom: 8.333%;
}
.sec-numbers .question-list .q9 .deta .it2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-numbers .question-list .q9 .deta .it2 dd {
  color: #0000cc;
  line-height: 1;
}
.sec-numbers .question-list .q9 .it3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  line-height: 1;
}
.sec-numbers .question-list .q9 .it3 dd {
  color: #0000cc;
}

@media (max-width: 1370px) {
  .sec-numbers .question-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) {
  .sec-numbers .question-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .sec-numbers::before {
    clip-path: polygon(0% 150px, 0 100%, 100% 100%, 100% 0, 150px 0);
  }
  .sec-numbers .cont-area > .img.top, .sec-numbers .cont-area > .img.bottom {
    width: 80px;
  }
  .sec-numbers .question-list .q6 .deta1 .it1 {
    line-height: 1.5;
  }
  .sec-numbers .question-list .q7 .deta1 .it1 {
    padding: 6px 0;
  }
  .sec-numbers .question-list .q6 .img {
    width: 35%;
    margin-left: 0;
  }
}
/*------------------------------------------
 .sec-message
------------------------------------------*/
.sec-message .item-wrap .cont-item {
  gap: clamp(30px, 4vw, 80px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-message .item-wrap .cont-item .img-area {
  width: 30%;
  aspect-ratio: 1/1;
}
.sec-message .item-wrap .cont-item .txt-area {
  position: relative;
}
.sec-message .item-wrap .cont-item .txt-area::before {
  font-size: 1.4rem;
  font-weight: 900;
}
.sec-message .item-wrap .cont-item .txt-area::after {
  content: "";
  width: calc(100% - 3rem);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.sec-message .item-wrap .cont-item .txt-area .staff-info {
  text-align: right;
}
.sec-message .item-wrap .cont-item .txt-area .staff-info > span {
  display: inline-block;
}
.sec-message .item-wrap .cont-item .txt-area .staff-info > span:first-child {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .sec-message .item-wrap .cont-item .img-area {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .sec-message .item-wrap .cont-item .txt-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
/*------------------------------------------
 .sec-info
------------------------------------------*/
.sec-info {
  background-color: #f2fcfc;
}
.sec-info .tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 1px;
  width: 100%;
  overflow-y: hidden;
  background-color: #dce4f4;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.sec-info .tab-area .tab {
  width: auto;
  position: relative;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.sec-info .tab-area .tab::before, .sec-info .tab-area .tab::after {
  content: "";
  position: absolute;
}
.sec-info .tab-area .tab:before {
  width: 1px;
  height: 50%;
  background-color: #fff;
  right: -1px;
  top: 25%;
}
.sec-info .tab-area .tab::after {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #203fc1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sec-info .tab-area .tab .nav-txt {
  white-space: nowrap;
}
.sec-info .tab-area .tab.active {
  color: #203fc1;
  font-weight: 600;
}
.sec-info .tab-area .tab.active::after {
  height: 5px;
}
.sec-info .resp-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-info .resp-tabs .resp-tab-content {
  background-color: initial;
  padding: 0;
}
.sec-info .text-cessation {
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
}
.sec-info .resp-tabs-list {
  width: auto;
  margin-right: 5.6vw;
  max-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-info .resp-tab-item {
  position: relative;
  padding: 16px 50px 16px 20px;
  background-color: #fff;
  color: #999;
  max-height: 60px;
  overflow: hidden;
}
.sec-info .resp-tab-item:hover, .sec-info .resp-tab-item.resp-tab-active {
  background: -webkit-gradient(linear, right top, left top, from(#77efff), to(#ddff80));
  background: linear-gradient(to left, #77efff, #ddff80);
  color: #333;
}
.sec-info .resp-tab-item:hover::after, .sec-info .resp-tab-item.resp-tab-active::after {
  opacity: 1;
}
.sec-info .resp-tab-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-size: contain;
  background: url(../img/recruit/resp-tab-item-arrow.svg) no-repeat center center;
  opacity: 0.5;
}
.sec-info .line-style03 .list-item dt {
  color: #4e66fd;
}
.sec-info .btnarea {
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-info .btnarea a {
  max-width: 430px;
}
.sec-info .btnarea a.btn-style02 .btn-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-info .btnarea a.btn-style02 .btn-txt img {
  margin-top: 0.1em;
}

@media (min-width: 768px) {
  .sec-info .line-style03 .list-item dt {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .sec-info .resp-tabs {
    margin-right: 5vw;
  }
  .sec-info .line-style03 .list-item dt {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .sec-info .dl-list.line-style03 .list-item:first-child dt::before,
  .sec-info .dl-list.line-style03 .list-item:first-child dt::after {
    content: none;
  }
  .sec-info .btnarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp-only.txt-back > a {
    position: relative;
  }
  .sp-only.txt-back > a.txtlink {
    color: #203fc1;
  }
  .sp-only.txt-back > a .arrow {
    width: 10px;
    height: 2px;
    background-color: #203fc1;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .sp-only.txt-back > a .arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #203fc1;
    border-right: 2px solid #203fc1;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .sec-info .resp-tabs {
    padding-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
  }
}
@media (max-width: 1024px) {
  .sec-info .resp-tabs .resp-accordion {
    margin-bottom: 30px;
    padding: 10px 30px;
    background: #fff;
  }
  .sec-info .resp-tabs .resp-accordion:hover, .sec-info .resp-tabs .resp-accordion.resp-tab-active {
    background: -webkit-gradient(linear, right top, left top, from(#77efff), to(#ddff80));
    background: linear-gradient(to left, #77efff, #ddff80);
    color: #333;
  }
  .sec-info .resp-tabs .resp-tab-content {
    padding: 10px;
  }
  .sec-info .resp-accordion .resp-arrow::before, .sec-info .resp-accordion .resp-arrow::after {
    background: #4e66fd;
  }
  .sec-info .btnarea {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .sec-info .btnarea {
    gap: 10px;
  }
  .sec-info .btnarea .btn {
    width: 100%;
    max-width: initial;
  }
  .sec-info .btnarea .btn:last-child .btn-txt {
    font-size: 14px;
  }
}
/* panel ------------------------- */
.sec-info .panel {
  display: none;
  opacity: 0;
}

.sec-info .panel.active {
  display: block;
  -webkit-animation-name: tab-panel;
          animation-name: tab-panel;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes tab-panel {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes tab-panel {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* contact */
#recruit .sec-contact .btn-contact.for-recruit {
  display: block;
}

#recruit .sec-contact .btn-contact.for-contact {
  display: none;
}

@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}/*# sourceMappingURL=recruit.css.map */