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

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

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

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

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

body {
  position: relative;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #222;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

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

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

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

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

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

.iblock {
  display: inline-block;
}

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

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

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

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

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

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

/* object fit --------------------- */
.of-wrap {
  width: 100%;
  height: 100%;
  display: block;
}
.of-wrap img {
  width: 100%;
  height: 100%;
}
.of-wrap.of-1x1 {
  aspect-ratio: 1/1;
}
.of-wrap.of-2x1 {
  aspect-ratio: 2/1;
}
.of-wrap.of-3x2 {
  aspect-ratio: 3/2;
}
.of-wrap.of-3x1 {
  aspect-ratio: 3/1;
}
.of-wrap.of-4x3 {
  aspect-ratio: 4/3;
}
.of-wrap.of-16x9 {
  aspect-ratio: 16/9;
}
.of-wrap.of-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.of-wrap.of-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* font STYLE --------------------- */
.f-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.f-jp {
  font-family: "Zen Kaku Gothic New", 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;
}

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

.f-blue {
  color: #008CCE;
}

.f-orange {
  color: #F29600;
}

/* 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-ls0 {
  letter-spacing: 0;
}

.f-ls1 {
  letter-spacing: 0.1em;
}

.f-ls025 {
  letter-spacing: 0.25em;
}

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

@media (max-width: 480px) {
  .f-ls1 {
    letter-spacing: 0.15em;
  }
  .pt150 {
    padding-top: 70px;
  }
  .pb150 {
    padding-bottom: 70px;
  }
}
/*------------------------------------------
hover style
------------------------------------------*/
.hover-tra {
  transition: opacity 0.28s ease;
}

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

/* header-logo ------------------------- */
.site-header .header-logo {
  height: 100%;
  max-width: 380px;
  background-color: #FFFFFF;
  border-radius: 0 0 20px 0;
}
.site-header .header-logo a {
  padding: 20px 30px;
  height: 100%;
  display: flex;
  gap: 6.32%;
  align-items: center;
}
.site-header.fixed-header .header-logo {
  /* 小さくなったスタイルなど表記 */
}
.site-header .header-logo img {
  height: 100%;
  width: 100%;
  max-width: 22.7%;
  -o-object-fit: contain;
     object-fit: contain;
  /* ロゴのサイズ指定 */
}
.site-header .header-logo .company-name span {
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.site-header .header-logo .company-name img {
  width: 100%;
  max-width: 225px;
  height: auto;
}

/* header-nav ------------------------- */
.site-header {
  /* gnav */
}
.site-header .header-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 0 0 0 15px;
  padding-left: 30px;
  padding-right: 90px;
}
.site-header #gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
}
.site-header .menulist {
  display: flex;
  gap: 10px;
  /*hover時*/
  /* active */
}
.site-header .menulist > li {
  position: relative;
  /*hover*/
}
.site-header .menulist > li > a {
  display: block;
  white-space: nowrap;
  line-height: 80px;
  /*メニューの高さ*/
  padding: 0 15px;
  position: relative;
  transition: all 0.28s ease;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.7rem);
}
.site-header .menulist > li > a::before {
  content: "";
  width: 25px;
  height: 5px;
  background-color: #008CCE;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a:hover::before {
  transform: translateX(-50%) scaleY(1);
}
.site-header .menulist > li.active > a::before {
  transform: translateX(-50%) scaleY(1);
}
.site-header .menulist > li.has-submenu {
  cursor: pointer;
  /*hover*/
}
.site-header .menulist > li.has-submenu > span {
  display: block;
  white-space: nowrap;
  line-height: 120px;
  /*メニューの高さ*/
  padding: 0 10px;
}
.site-header .menulist > li.has-submenu:hover, .site-header .menulist > li.has-submenu.touch.active {
  transform: translateX(-50%) scaleY(1);
}

@keyframes fix-h {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* 1280px */
@media (max-width: 1280px) {
  .site-header .header-logo {
    max-width: 340px;
  }
  .site-header .header-logo a {
    padding: 15px 20px;
  }
  .site-header .header-nav {
    right: 100px;
  }
  .site-header .menulist > li > a {
    line-height: 80px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 80px;
  }
}
/* 767px */
@media (max-width: 991px) {
  .site-header {
    background: #fff;
  }
  .site-header .header-logo {
    max-width: 280px;
  }
  .site-header .header-logo a {
    padding: 13px 20px;
  }
  .site-header .header-logo img {
    max-width: 21%;
  }
  .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: 480px) {
  .site-header .header-logo {
    max-width: 260px;
  }
  .site-header .header-logo a {
    padding: 11px 20px;
  }
  .site-header .header-logo img {
    max-width: 20%;
  }
}
/*---------------------------------------------
 sp-menu hamburger-menu
---------------------------------------------*/
.sp-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.hamburger-menu.menu-button {
  width: 90px;
  height: 80px;
  position: relative;
  background-color: #FFF;
  display: inline-block;
  cursor: pointer;
  transition: all 0.28s;
  border-radius: 0 0 0 20px;
  /* active */
}
.hamburger-menu.menu-button .sp-btn-inner {
  width: 33.333%;
  height: 17.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger-menu.menu-button .lines {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  transition: 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s ease;
}
.hamburger-menu.menu-button .lines:first-child {
  top: 0;
}
.hamburger-menu.menu-button .lines:nth-child(2) {
  top: calc(50% - 1px);
  transition: all 0.2s ease;
}
.hamburger-menu.menu-button .lines:nth-child(3) {
  top: calc(100% - 2px);
}
.hamburger-menu.menu-button.active .lines:first-child {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  transition-delay: 0.2s;
  transition-timing-function: ease;
}
.hamburger-menu.menu-button.active .lines:nth-child(2) {
  transform: scale(0, 0);
}
.hamburger-menu.menu-button.active .lines:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  transition-delay: 0.2s;
  transition-timing-function: ease;
}

.fixed-header .hamburger-menu.menu-button {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1280px) {
  .hamburger-menu.menu-button {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .hamburger-menu.menu-button {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1280px) {
  .hamburger-menu.menu-button {
    border-radius: 0 0 0 20px;
  }
}
/*---------------------------------------------
 spnav
---------------------------------------------*/
.spnav {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 9997;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  top: 0;
  bottom: 0;
  left: 101%;
}
.spnav.hide-nav {
  opacity: 0;
  visibility: hidden;
}
.spnav.show-nav {
  pointer-events: auto;
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  left: 0;
}

.btnarea.sp-contact {
  flex-wrap: wrap;
  max-width: 450px;
  gap: 10px;
  flex-direction: column;
}

.wrap-spnav {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: auto;
}
.wrap-spnav .inner-spnav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 85%;
  max-width: 1000px;
  margin: auto;
  /*height: calc(100dvh - $header-h-s);上部にロゴがある場合*/
  height: 100vh;
  height: 100dvh;
  box-sizing: border-box;
  /*overflow: auto;*/
  padding-top: 150px;
}
.wrap-spnav .inner-spnav .inner-layout {
  width: 100%;
  gap: 4vw;
}
.wrap-spnav nav {
  width: calc(100% - 450px - 4vw);
}
.wrap-spnav .menulist {
  -moz-column-count: 2;
       column-count: 2;
  gap: 30px;
}
.wrap-spnav .menulist li {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.wrap-spnav .menulist li > span,
.wrap-spnav .menulist li a {
  display: block;
  color: #fff;
  padding: 20px 0 20px 30px;
  position: relative;
  transition: opacity 0.28s ease;
  font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
}
.wrap-spnav .menulist li > span::before,
.wrap-spnav .menulist li a::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transition: all 0.28s ease;
}
.wrap-spnav .menulist li .submenu {
  display: none;
}
.wrap-spnav .sp-misc a {
  color: #fff;
}
.wrap-spnav .sp-contact {
  gap: 10px;
  flex-wrap: wrap;
}
.wrap-spnav .sp-sns .sns-list {
  gap: 15px;
  justify-content: center;
}
.wrap-spnav .sp-sns .sns-item a {
  aspect-ratio: 1/1;
  width: clamp(45px, 10vw, 55px);
  display: block;
  transition: all 0.28s ease;
  padding: 5px;
}

/*hover*/
@media (min-width: 768px) {
  .wrap-spnav .menulist li > span,
  .wrap-spnav .menulist li a {
    padding: 20px 0 20px 30px;
  }
  .wrap-spnav .menulist li > span:hover,
  .wrap-spnav .menulist li a:hover {
    opacity: 0.6;
  }
  .wrap-spnav .menulist li > span:hover::before,
  .wrap-spnav .menulist li a:hover::before {
    width: 15px;
  }
  .wrap-spnav .sp-sns .sns-item a:hover {
    background-color: #fff;
    opacity: 0.6;
  }
}
@media (max-width: 1280px) {
  .site-header .header-nav {
    right: 100px;
  }
  .site-header .menulist > li > a {
    line-height: 80px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .site-header .header-nav {
    right: 90px;
  }
  .site-header .menulist > li > a {
    line-height: 70px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .wrap-spnav .menulist {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 767px) {
  .wrap-spnav nav {
    width: 100%;
  }
  .wrap-spnav .inner-spnav {
    padding-top: 100px;
  }
  .wrap-spnav .inner-spnav .inner-layout {
    flex-direction: column;
    gap: 0;
  }
  .wrap-spnav .btnarea.sp-contact {
    max-width: none;
  }
}
.spnav .spnav-mask {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #008CCE;
  opacity: 0.95;
}
.spnav.show-nav .spnav-mask {
  display: block;
}

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

@media (max-width: 1280px) {
  .inpage main {
    /*padding-top: $header-h-m;*/
  }
}
@media (max-width: 991px) {
  .inpage main {
    /*padding-top: $header-h-s;*/
  }
}
/*------------------------------------------
 pagettl
------------------------------------------*/
.pagettl {
  overflow: hidden;
}
.pagettl .pagettl-wrap {
  width: calc(100% - 60px);
  min-height: 380px;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto;
  gap: 5px min(5vw, 20px);
  flex-direction: column;
  position: relative;
  padding: 3vw 5vw;
}
.pagettl .pagettl-wrap .pagettl-en {
  color: #fff;
  position: absolute;
  right: -0.1em;
  bottom: -0.1em;
  line-height: 1;
  font-size: 15vw;
  letter-spacing: -0.4vw;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  animation-name: anim-pgttl-en;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes anim-pgttl-en {
  0% {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    opacity: 0.5;
    visibility: visible;
  }
}
.pagettl .pagettl-wrap .pagettl-jp {
  color: #222222;
  position: absolute;
  top: calc(50% + 0.5em);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  animation-name: anim-pgttl-jp;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes anim-pgttl-jp {
  0% {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.pagettl .pagettl-wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-pagetitle.jpg) no-repeat center/cover;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .pagettl .pagettl-wrap {
    width: 100%;
    min-height: 320px;
  }
  .pagettl .pagettl-en {
    font-size: 18vw;
  }
}
@media (max-width: 480px) {
  .pagettl .pagettl-wrap {
    min-height: 220px;
  }
  .pagettl .pagettl-wrap .pagettl-en {
    font-size: 18vw;
  }
  #privacy .pagettl .pagettl-jp {
    letter-spacing: 0;
  }
}
/*------------------------------------------
sec-ttl
------------------------------------------*/
.sec-ttl h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
}
.sec-ttl.play h2 {
  animation-name: anim-secTtl;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes anim-secTtl {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
}
.sec-ttl > span {
  display: inline-block;
  margin-bottom: 16px;
  color: #F29600;
  padding: 0 1.5em;
  position: relative;
  line-height: 1;
  letter-spacing: 0.025em;
}
.sec-ttl > span::before, .sec-ttl > span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  background-color: #F29600;
}
.sec-ttl > span::before {
  left: 0;
}
.sec-ttl > span::after {
  right: 0;
}
.sec-ttl .f-en {
  font-weight: 700;
}
.sec-ttl .f-jp {
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.ssttl {
  position: relative;
  line-height: 1.4;
}
.ssttl::before, .ssttl::after {
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.ssttl::before {
  position: relative;
  width: 25px;
  height: 10px;
  border-radius: 3px;
  background-color: #F29600;
  left: 0;
  margin-right: 0.8vw;
}
.ssttl::after {
  position: absolute;
  width: 5px;
  height: 3px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #fff;
  left: 11px;
}

@media (max-width: 767px) {
  .ssttl::before {
    transform: translateY(-35%);
  }
  .ssttl::after {
    transform: translateY(calc(-35% - 0.5px));
  }
  .ssttl::before {
    margin-right: 3vw;
  }
}
@media (max-width: 480px) {
  .sec-ttl > span {
    margin-bottom: 0;
  }
}
/*------------------------------------------
layout-style
------------------------------------------*/
/*.lo-style-1col-1 ---------------*/
.lo-style-1col-1 .txt-area .txt-cont {
  max-width: 900px;
  margin: 0 auto;
}

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

/*.lo-style-2col-1---------------*/
.lo-style-2col-1 .cont-inr {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
}
.lo-style-2col-1 .img-area {
  flex: 1;
}
.lo-style-2col-1 .img-area .img-wrap {
  aspect-ratio: 3/2;
}
.lo-style-2col-1 .txt-area {
  flex: 1;
  padding: 30px 0;
}

@media (max-width: 991px) {
  .lo-style-2col-1 .img-area {
    flex: none;
    width: 100%;
  }
  .lo-style-2col-1 .txt-area {
    flex: none;
    width: 100%;
    padding: 0;
  }
}
/*.lo-style-2col-2---------------*/
.lo-style-2col-2 .cont-inr {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-left: 0;
  gap: clamp(40px, 5vw, 100px);
}
.lo-style-2col-2 .img-area {
  flex: 1;
}
.lo-style-2col-2 .img-area .img-wrap {
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
.lo-style-2col-2 .txt-area {
  flex: 1;
}

.lo-style-2col-2.nothas-img .cont-inr {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  gap: 0;
}

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

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

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

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

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

/* ボタン内容 */
.btn-cont {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 44px;
  line-height: 1.2;
  height: 100%;
  -moz-column-gap: 7px;
       column-gap: 7px;
  white-space: nowrap;
}
.btn-cont.center {
  justify-content: center;
}
.btn-cont.right {
  justify-content: flex-end;
}
.btn-cont .f-en {
  width: 100%;
  align-items: center;
  gap: 9.23%;
}

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

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

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

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

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

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

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

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

/* btn-style ----------------- */
/* btn-style01 */
.btn.btn-style01 {
  background-color: #F29600;
  color: #fff;
  transform: opacity 0.28s ease;
  border-radius: 8px;
}

.btn.btn-style02 {
  background-color: #444444;
  color: #fff;
  transform: opacity 0.28s ease;
  border-radius: 8px;
}

.btn.btn-style03 {
  background-color: #fff;
  color: #222222;
  transform: opacity 0.28s ease;
  border-radius: 8px;
}

/* btn-arrow02  */
.btn-arrow02 .btn-cont {
  padding: 5px 50px 5px 44px;
}

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

@media (min-width: 768px) {
  .btn:hover .arrow02 {
    right: 20px;
  }
}
/*------------------------------------------
table共通
------------------------------------------*/
/*項目幅*/
/*線色*/
.dl-list .list-item {
  display: flex;
  flex-wrap: wrap;
}
.dl-list .list-item dt,
.dl-list .list-item dd {
  position: relative;
}
.dl-list .list-item dt {
  width: 150px;
}
.dl-list .list-item dd {
  flex: 1;
}

/*line-style03*/
.line-style03 .list-item dt,
.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: #008CCE;
}
.line-style03 .list-item dd::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .line-style03 .list-item dt {
    width: 100%;
    padding: 20px 0 5px;
  }
  .line-style03 .list-item dd {
    width: 100%;
    padding: 5px 0 20px;
  }
  .line-style03 .list-item dt:before {
    bottom: auto;
    top: -1px;
    width: 100px;
  }
  .line-style03 .list-item:first-child dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: auto;
    top: -1px;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1;
  }
  .line-style03 .list-item:last-child dd::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100px;
    background-color: #008CCE;
    z-index: -1;
  }
}
/* cat-nav */
.sec-works .cat-nav {
  overflow-x: auto;
}
.sec-works .cat-nav ul {
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-left: 1px;
}
.sec-works .cat-nav ul li {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-left: -1px;
}
.sec-works .cat-nav ul li a {
  display: block;
  padding: 5px 30px;
  letter-spacing: 0.05em;
}
.sec-works .cat-nav ul li a:hover {
  background-color: #eef6fc;
}
.sec-works .cat-nav ul li a.is-active {
  background-color: #eef6fc;
}

@media (max-width: 991px) {
  .sec-works .cat-nav {
    width: 100%;
  }
  .sec-works .cat-nav ul {
    justify-content: flex-start;
    row-gap: 15px;
  }
}
/*------------------------------------------
snsアイコン
------------------------------------------*/
.sns-icon {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

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

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

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

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

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

/*--------------------------------------
LINE フローティング お問合せ
---------------------------------------*/
.line-contact {
  position: fixed;
  right: 0;
  bottom: 130px;
  z-index: 999;
}
.line-contact a {
  display: grid;
  justify-content: center;
  background-color: #06c755;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  grid-template-columns: 1fr;
  border-radius: 10px 0 0 10px;
  padding: 12px 0 0;
  height: initial;
  gap: 0;
  width: 90px;
  aspect-ratio: 1/1;
  align-items: start;
  border: 5px solid #fff;
  border-right: none;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.line-contact a::before {
  content: "";
  display: block;
  margin: auto;
  -webkit-mask-image: url("../img/common/i-contact-line.svg");
          mask-image: url("../img/common/i-contact-line.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 40px;
  aspect-ratio: 213/203;
}

@media screen and (max-width: 480px) {
  .line-contact {
    width: 80px;
    bottom: 70px;
  }
  .line-contact a {
    transform: scale(0.9);
  }
}
.sec-service .cont-inr.wrap-l {
  display: grid;
  grid-template-columns: 51.58% auto;
  gap: 4.9%;
  align-items: center;
}
.sec-service .cont-inr.wrap-l .img-area {
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  margin-left: calc((1350px - 100vw) / 2);
}
.sec-service .txt-area h3 {
  letter-spacing: 0.025em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-service .txt-area .list {
  display: grid;
  gap: 20px;
}
.sec-service .txt-area .list .block {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  gap: 4px 16px;
}
.sec-service .txt-area .list .block span {
  letter-spacing: 0.025em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-service .txt-area .list .block h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(15px, 5vw);
}
.sec-service .txt-area .list .block h4 small {
  letter-spacing: 0.028em;
}
.sec-service .txt-area .list .block p {
  grid-column: 2/3;
  letter-spacing: 0.028em;
}
.sec-service .txt-area .btnarea {
  width: 300px;
}

@media (max-width: 991px) {
  .sec-service .img-area .img-wrap {
    aspect-ratio: 2/1;
  }
  .sec-service .txt-area .txt-inr {
    flex: none;
    width: 100%;
  }
  .sec-service .txt-area .btnarea {
    width: 100%;
  }
  .sec-service .txt-area .btnarea .btn-txt {
    letter-spacing: 0.028em;
  }
}
@media (max-width: 767px) {
  .sec-service h2 {
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .sec-service .txt-area .list .block {
    gap: 0 12px;
  }
  .sec-service .txt-area .list .block h4 {
    gap: 0;
  }
  .sec-service .txt-area .list .block h4 .sttl {
    padding-right: 10px;
  }
  .sec-service .txt-area .list .block h4 small {
    font-size: 1.4rem;
  }
}
.sec-recruit .sec-ttl span {
  color: #0063AE;
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-recruit .sec-ttl span::before, .sec-recruit .sec-ttl span::after {
  background-color: #0063AE;
}
.sec-recruit .cont-inr {
  width: calc(100vw - 60px);
  background-color: #d5eefa;
  position: relative;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5.2%;
  padding-left: 5.2%;
}
.sec-recruit .cont-inr::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit/recruit-backdrop.png);
  background-repeat: repeat;
  border-radius: 20px;
}
.sec-recruit .cont-inr .txt-area {
  position: relative;
  z-index: 2;
  width: 44.8%;
  text-align: right;
}
.sec-recruit .cont-inr .txt-area .inside {
  display: inline-block;
  text-align: left;
}
.sec-recruit .cont-inr .img-area {
  position: absolute;
  top: 50%;
  left: 49%;
  z-index: 1;
  transform: translate(0%, -50%);
}
.sec-recruit .cont-inr .img-area .img-wrap {
  margin-bottom: -40px;
}
.sec-recruit .cont-inr .img-area .img-wrap img {
  max-width: initial;
  width: 103%;
}
.sec-recruit .cont-inr .txt-cont h3 {
  color: #0063AE;
  letter-spacing: 0.028em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-recruit .cont-inr .txt-cont p {
  letter-spacing: 0.028em;
}
.sec-recruit .btnarea {
  gap: 20px;
}
.sec-recruit .btnarea .btn-txt {
  letter-spacing: 0.028em;
}
.sec-recruit .btnarea .btn {
  max-width: 300px;
  min-width: 270px;
}

@media (max-width: 991px) {
  .sec-recruit .cont-inr .img-area {
    top: initial;
    left: initial;
    right: 0;
    bottom: 0;
    transform: inherit;
    width: 55%;
  }
  .sec-recruit .cont-inr .img-area .img-wrap {
    margin-bottom: 0;
  }
  .sec-recruit .cont-inr .txt-area {
    width: 56%;
  }
  .sec-recruit .cont-inr .txt-area .inside {
    display: block;
  }
  .sec-recruit .cont-inr .txt-cont p br {
    display: none;
  }
  .sec-recruit .btnarea {
    width: 50%;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .sec-recruit .cont-inr {
    width: 100%;
  }
  .sec-recruit .cont-inr .txt-area {
    width: 100%;
  }
  .sec-recruit .cont-inr .img-area {
    margin-bottom: -1vw;
    padding-bottom: 0;
    top: -85px;
    right: 0;
    overflow: hidden;
  }
  .sec-recruit .cont-inr .img-area .img-wrap {
    position: relative;
    right: -30px;
  }
}
@media (max-width: 640px) {
  .sec-recruit .btnarea {
    width: 100%;
  }
  .sec-recruit .btnarea .btn {
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  .sec-recruit {
    padding-top: 60px;
  }
  .sec-recruit .cont-inr {
    padding-right: 5%;
    padding-left: 5%;
  }
  .sec-recruit .cont-inr .img-area {
    top: -40px;
  }
}
.img-area:has(.no-image) {
  background: #efefef;
}

.img-area .no-image {
  background: url(../img/common/logo_mark.svg) no-repeat center 50%;
  background-size: 30%;
  opacity: 0.3;
}

/* -------------------------------------- 
    共通
 -------------------------------------- */
/*date style*/
.t-date {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
}

/*category style*/
.t-cat {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.028em;
}
.t-cat::before, .t-cat::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.t-cat::before {
  left: 0;
  border-width: 1px 0 1px 1px;
}
.t-cat::after {
  right: 0;
  border-width: 1px 1px 1px 0;
}

.news-ttl {
  font-size: 1.7rem;
  font-size: clamp(1.6rem, 1.5328rem + 0.14vw, 1.7rem);
  letter-spacing: 0.028em;
}

/* -------------------------------------- 
    news一覧（テキストリスト） .news-list
 -------------------------------------- */
.news-list {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
.news-list .sbox-news {
  width: 100%;
  /*hover*/
}
.news-list .sbox-news .cont-box {
  width: 100%;
  min-height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  position: relative;
}
.news-list .sbox-news .cont-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: #555;
  opacity: 0;
  transition: all 0.3s ease;
}
.news-list .sbox-news .cont-box .txt-area {
  gap: 10px 30px;
}
.news-list .sbox-news .cont-box .txt-area .upper-stage .t-date {
  padding-right: 20px;
}
.news-list .sbox-news .cont-box .txt-area .upper-stage .t-cat {
  width: 130px;
}
.news-list .sbox-news .cont-box .txt-area .news-ttl {
  flex: 1;
}
.news-list .sbox-news.has-thumb .txt-area {
  width: 70%;
  padding-right: 5%;
}
.news-list .sbox-news.has-thumb .cont-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
.news-list .sbox-news.has-thumb .cont-box .thumbnail {
  overflow: hidden;
  width: 30%;
  border-radius: 20px;
}
.news-list .sbox-news.has-thumb .cont-box .thumbnail .photo-wrap {
  display: block;
  transition: all 0.3s ease-out;
}
.news-list .sbox-news.has-thumb .cont-box .thumbnail .photo-wrap img {
  display: block;
  width: 100%;
}
.news-list .sbox-news.has-thumb .cont-box .thumbnail .photo-wrap .noimg img {
  width: 30%;
  height: auto;
}
.news-list .sbox-news .cont-box:hover {
  opacity: 0.9;
}

@media (min-width: 767px) {
  .news-list .sbox-news .cont-box:hover::after {
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .news-list .sbox-news .cont-box {
    padding: 20px 0;
  }
  .news-list .sbox-news .cont-box .upper-stage {
    width: 100%;
  }
  .news-list .sbox-news .cont-box .news-ttl {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-list .sbox-news.has-thumb .cont-box .txt-area {
    width: 100%;
    padding-right: 0;
  }
  .news-list .sbox-news.has-thumb .cont-box .thumbnail {
    width: 100%;
  }
}
.wysiwyg img {
  max-width: 100%;
  width: inherit;
  height: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin-bottom: 20px;
}
.wysiwyg p:nth-last-child(1) {
  margin-bottom: 0;
}
.wysiwyg b, .wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg a {
  color: #008CCE;
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg ul {
  list-style-type: disc;
  padding-left: 30px;
}
.wysiwyg ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.wysiwyg li {
  list-style-type: inherit;
}
.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}
.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}
.wysiwyg blockquote {
  background-color: #efefef;
}
.wysiwyg table {
  border-collapse: collapse;
}
.wysiwyg th, .wysiwyg td {
  border: solid 1px #efefef;
}
.wysiwyg video {
  width: 100%;
  height: auto;
  max-height: 90vh;
  background-color: #f0f0f0;
}
.wysiwyg .player {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wysiwyg .player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
    margin-bottom: 15px;
  }
}
.pager {
  /*リンクがない時*/
  /*nav-backlist*/
  /*i*/
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pager ul li {
  line-height: 0;
}
.pager .nav-current {
  text-align: center;
  padding: 0 40px;
}
.pager .btn-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
}
.pager .nav-pre > span,
.pager .nav-next > span {
  opacity: 0.1;
}
.pager .nav-backlist a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 18px;
  text-align: left;
  line-height: 60px;
}
.pager i {
  display: block;
  width: 100%;
  height: 100%;
  background: #008CCE;
  border-radius: 10px;
}
.pager .nav-pre i::before,
.pager .nav-backlist i::before,
.pager .nav-next i::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
}
.pager .nav-pre i:before,
.pager .nav-backlist i:before {
  left: 50%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pager .nav-next i:before {
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pager .nav-pre a:hover i:before,
.pager .nav-backlist a:hover i:before {
  animation: move-left-anim 0.65s ease 0s 1 forwards;
}
.pager .nav-next a:hover i:before {
  animation: move-right-anim 0.65s ease 0s 1 forwards;
}

.pager:has(.nav-backlist) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@keyframes move-left-anim {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
  }
  50% {
    transform: translate(-100%, -50%) rotate(-45deg);
    opacity: 0;
  }
  50.1% {
    transform: translate(0%, -50%) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
  }
}
@keyframes move-right-anim {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translate(0%, -50%) rotate(45deg);
    opacity: 0;
  }
  50.1% {
    transform: translate(-100%, -50%) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
}
/*------------------------------------------
 .cmn-contact
------------------------------------------*/
.cmn-contact .contact-inr {
  position: relative;
  width: calc(100vw - 60px);
  background-color: #FDD300;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  padding-right: 6%;
  padding-left: 6%;
  align-items: center;
  overflow: hidden;
}
.cmn-contact .contact-inr .txt-area {
  position: relative;
  z-index: 1;
}
.cmn-contact .contact-inr .txt-area p {
  letter-spacing: 0.028em;
}
.cmn-contact .contact-inr::before {
  content: "";
  display: block;
  background-image: url("../img/common/bg-contact.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  aspect-ratio: 946/548;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  max-height: 550px;
}
.cmn-contact .contact-inr .btnarea {
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  gap: 10px;
  margin-left: auto;
}
.cmn-contact .sec-ttl > span,
.cmn-contact .sec-ttl > h2 {
  color: #000;
}
.cmn-contact .sec-ttl > span::before,
.cmn-contact .sec-ttl > span::after {
  background-color: #000;
}

.btn-contact .btn-txt,
.btn-tel .btn-txt,
.btn-linecontact .btn-txt {
  text-align: left;
  letter-spacing: 0.028em;
}
.btn-contact .btn-cont,
.btn-tel .btn-cont,
.btn-linecontact .btn-cont {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.btn-contact .btn-cont::before,
.btn-tel .btn-cont::before,
.btn-linecontact .btn-cont::before {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}

.btn-tel .btn-cont::before {
  content: "";
  background-image: url("../img/common/i-contact-tel.svg");
  width: 38px;
  margin: 0 1px 0 1px;
}

.btn-contact .btn-cont::before {
  content: "";
  background-image: url("../img/common/i-contact-mail.svg");
  width: 37px;
  margin: 0 1px 0 2px;
}

.btn.btn-style02.btn-linecontact {
  background-color: #00b900;
}
.btn.btn-style02.btn-linecontact .btn-cont::before {
  content: "";
  background-image: url("../img/common/i-contact-line.svg");
  width: 40px;
}

.cmn-contact .btnarea .btn-contact.for-recruit {
  display: none;
}

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

#recruit .cmn-contact .btnarea .btn-contact.for-recruit {
  display: block;
}

@media screen and (max-width: 767px) {
  .cmn-contact .contact-inr {
    width: 100%;
    padding: 60px 5%;
  }
  .cmn-contact .contact-inr .btnarea {
    margin-left: 0;
  }
  .btn-contact,
  .btn-tel,
  .btn-linecontact {
    min-height: 80px;
  }
  .btn-contact .btn-cont,
  .btn-tel .btn-cont,
  .btn-linecontact .btn-cont {
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 10px 30px 10px 20px;
    white-space: wrap;
  }
  .btn-contact .arrow02,
  .btn-tel .arrow02,
  .btn-linecontact .arrow02 {
    right: 20px;
  }
  .btn-tel .btn-cont::before {
    width: 30px;
  }
  .btn-contact .btn-cont::before {
    width: 27px;
  }
  .btn.btn-style02.btn-linecontact .btn-cont::before {
    width: 30px;
  }
}
/*------------------------------------------
 footer
------------------------------------------*/
.site-footer {
  position: relative;
  /*簡易 サイトマップ */
  /* サイトマップ */
  /* 会社情報 */
  /* >Google Mapを見る */
  /* SNSアイコン */
}
.site-footer .f-cont {
  border-bottom: 1px solid #d9d9d9;
}
.site-footer .footer-content {
  background-color: #FFFFFF;
}
.site-footer .footer-content .address01 {
  letter-spacing: 0.03em;
}
.site-footer .footer-content .txt-left {
  letter-spacing: 0.025rem;
}
.site-footer .footer-content .txt-left + p {
  letter-spacing: 0.027rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.site-footer .footer-nav .list {
  gap: 20px;
}
.site-footer .footer-nav.nav-center {
  justify-content: center;
}
.site-footer .footer-nav.nav-right {
  justify-content: flex-end;
}
.site-footer .footer-nav li a {
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 5px;
}
.site-footer .footer-nav li a:hover {
  background-color: rgba(0, 140, 206, 0.15);
}
.site-footer .footer-sitemap .sitemap-row {
  display: flex;
  gap: 20px;
}
.site-footer .footer-sitemap .fbox-list {
  width: auto;
}
.site-footer .footer-sitemap .flist-ttl {
  display: block;
}
.site-footer .footer-sitemap .submenu {
  padding-left: 1em;
}
.site-footer .footer-sitemap .submenu li a {
  display: block;
}
.site-footer .footer-sitemap .submenu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .f-info {
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer .f-info a {
  max-width: 322px;
}
.site-footer .f-info > * {
  display: block;
}
.site-footer .f-info .f-logo .img-wrap {
  gap: 6.32%;
  align-items: center;
  flex-wrap: nowrap;
}
.site-footer .f-info .f-logo .img-wrap .flogo-img {
  width: 22.7%;
  max-width: 73px;
  aspect-ratio: 73/81;
}
.site-footer .f-info .f-logo .img-wrap .company-name {
  width: 70.98%;
  max-width: 225px;
}
.site-footer .f-info .f-logo .img-wrap .company-name .copy {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.site-footer .f-info .f-logo .img-wrap .company-name img {
  aspect-ratio: 225/28;
  width: 100%;
}
.site-footer .to-gmap a {
  color: #008CCE;
}
.site-footer .to-gmap a::before {
  content: "[";
  margin: 0 5px;
}
.site-footer .to-gmap a::after {
  content: "]";
  margin: 0 5px;
}
.site-footer .f-SNS {
  display: flex;
}
.site-footer .f-SNS .sns-icon a {
  display: block;
  padding: 5px;
  line-height: 1;
  width: 50px;
  transition: all 0.28s ease;
}
.site-footer .f-SNS .sns-icon a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .f-SNS .sns-icon img {
  width: 20px;
  height: 20px;
}
.site-footer .area-copy {
  align-items: center;
}

@media (max-width: 1500px) {
  .site-footer .area-copy .copy {
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  .site-footer .footer-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  .site-footer .footer-sitemap {
    display: none;
  }
}
@media (max-width: 480px) {
  .site-footer .area-copy {
    justify-content: flex-start;
    gap: 7vw;
  }
  .site-footer .area-copy .copy {
    padding-right: 0;
  }
}
/*------------------------------------------
 .toTop
------------------------------------------*/
#toTop {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: center;
  background: #F29600;
  animation: toTop-animation 0.3s ease forwards;
  animation-fill-mode: both;
  border-radius: 10px 0 0 0;
}
#toTop > span {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border: solid #fff;
  transform: rotate(-45deg);
  border-width: 2px 2px 0 0;
  transition: all 0.3s ease 0s;
}
#toTop:hover > span {
  top: 30%;
}

@media screen and (max-width: 480px) {
  .sec-contact .contact-inr::before {
    height: 50%;
    top: inherit;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #toTop {
    width: 50px;
    height: 50px;
  }
  #toTop > i {
    line-height: 50px;
    font-size: 2rem;
  }
  .site-footer .f-info .f-logo {
    transform: scale(0.85);
    text-align: center;
    line-height: 1;
  }
  .site-footer .f-info .f-logo a {
    display: inline-block;
    text-align: left;
  }
}
@keyframes toTop-animation {
  from {
    opacity: 0;
    transform: translateY(101%);
    -webkit-transform: translateY(101%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
/* -------------------------------------- 
    一覧・詳細 共通
 -------------------------------------- */
.col-news {
  width: 75%;
  padding-right: 60px;
  order: 1;
}

.col-newslist {
  width: 25%;
  order: 2;
}

@media (max-width: 991px) {
  .col-news {
    width: 100%;
    padding-right: 0;
    order: 1;
  }
  .col-newslist {
    width: 100%;
    order: 2;
  }
}
/* -------------------------------------- 
    一覧（テキストリスト） .txt-list
-------------------------------------- */
/* -------------------------------------- 
   詳細
 -------------------------------------- */
.box-newsdetail .ttl-newsdetail {
  border-bottom: 1px solid #dfdfdf;
}
.box-newsdetail .ttl-newsdetail .date-cate {
  position: relative;
  width: 100%;
}
.box-newsdetail .ttl-newsdetail .date-cate .t-cat {
  display: inline-block;
}
.box-newsdetail .ttl-newsdetail .date-cate .t-date {
  display: inline-block;
  color: #a2a2a2;
  padding-right: 10px;
}
.box-newsdetail .thumbnail img {
  width: 100%;
  height: auto;
}

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

@media (max-width: 767px) {
  .box-newsdetail .sbox-newsdetail,
  .ttl-newsdetail {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .ttl-newsdetail {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
/* -------------------------------------- 
   side
 -------------------------------------- */
/* side 共通 -------------------- */
.snav-box {
  width: 100%;
}
.snav-box .rside-title {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.snav-box .nav-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.snav-box .nav-list > li a {
  display: block;
  position: relative;
  padding: 10px 30px 10px 0;
}
.snav-box .nav-list > li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.3s ease-out;
}
.snav-box .nav-list > li a > span {
  transition: all 0.3s ease-out;
}
.snav-box .nav-list > li a .t-date {
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
}
.snav-box .nav-list > li a:hover {
  opacity: 0.7;
}
.snav-box .nav-list > li a:hover::before {
  right: 2px;
}

/* side_新着情報 -------------------- */
#r-latest .nav-list .r-latestpost a .rtxt-latestpost {
  transition: all 0.3s ease-out;
}

/* side_アーカイブ -------------------- */
.list-archive > .acv_Y {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-archive .arc_month .acv_M {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-archive .arc_month .acv_M > a {
  padding-left: 1.3em;
}
.list-archive > .acv_Y > a {
  display: block;
  position: relative;
  padding: 10px 30px 10px 0;
}
.list-archive > .acv_Y > a::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: #000;
  transform: translate(-50%, -50%);
  position: absolute;
  right: 15px;
  top: 50%;
  transition: all 0.2s linear;
}
.list-archive > .acv_Y > a:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%);
  position: absolute;
  right: 5px;
  top: 50%;
  transition: all 0.2s linear;
}
.list-archive > .acv_Y > a.open::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}

/* works detail */
@media (min-width: 768px) {
  .works-thumb {
    order: -1;
  }
}
.works-thumb {
  max-height: 650px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5f3fa;
  overflow: hidden;
  border-radius: 20px;
}

.works-thumb.thumbnail img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

.col-works.col-news {
  order: -1;
}

.ttl-newsdetail .t-cat {
  display: inline-block;
  color: #008CCE;
  padding: 0 1.5em;
  position: relative;
  line-height: 1;
  letter-spacing: 0.075em;
}
.ttl-newsdetail .t-cat::before, .ttl-newsdetail .t-cat::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  background-color: #008CCE;
  border: none;
}
.ttl-newsdetail .t-cat::before {
  left: 0;
}
.ttl-newsdetail .t-cat::after {
  right: 0;
}
.ttl-newsdetail .t-date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #888;
  text-align: right;
  width: 100%;
}

.box-voice .name {
  color: #008CCE;
  font-family: "Zen Kaku Gothic New", sans-serif;
}/*# sourceMappingURL=news.css.map */