@charset "UTF-8";
/* alata-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Alata";
  font-style: normal;
  font-weight: 400;
  src: url("/css/fonts/alata-v11-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("/css/fonts/quicksand-v36-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("/css/fonts/quicksand-v36-latin-500.woff2") format("woff2");
}
/* zen-maru-gothic-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("/css/fonts/zen-maru-gothic-v17-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("/css/fonts/zen-maru-gothic-v17-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("/css/fonts/zen-maru-gothic-v17-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
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;
}

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: #04A2E8;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
a.txtlink:hover {
  text-decoration: none;
}
a.extlink {
  padding-right: 15px;
  position: relative;
}
a.extlink::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/i-blank.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
a[href^="tel:"], a.sp-tel[href^="tel:"] {
  display: inline-block;
  color: #04A2E8;
}

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

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

/*------------------------------------------
 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: #333;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  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: 1140px;
}

/* 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-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;
}
.of-wrap.of-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* font STYLE --------------------- */
.f-en {
  font-family: "Alata", 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-zenmaru {
  font-family: "Zen Maru Gothic", serif;
}

.f-quick {
  font-family: "Quicksand", 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-base {
  color: #333;
}

.f-blk {
  color: #000;
}

.f-wht {
  color: #fff;
}

.f-yel {
  color: #D8BE00;
}

.f-blue {
  color: #3A28D6;
}

.f-lblue {
  color: #04A2E8;
}

.f-lppl {
  color: #F1EFFC;
}

.f-grn {
  color: #5AC599;
}

.f-lgrn {
  color: #D9F8E9;
}

.f-pink {
  color: #EC029E;
}

/* 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-lh1875 {
  line-height: 1.875;
}

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

/* letter spacing */
.f-ls-25 {
  letter-spacing: -0.025em;
}

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

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

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

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

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.box-shadow {
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow ease 0.28s;
}

@media (min-width: 768px) {
  a:hover .box-shadow,
  a.box-shadow:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
}
/* 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 .header-ttl .catch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
  margin-bottom: 11px;
}
.site-header .header-ttl .catch:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #D8BE00;
}
.site-header .header-ttl .catch:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  aspect-ratio: 100/39;
  background: url(../img/common/text-deco.svg) no-repeat center/contain;
}
.site-header .header-ttl .name {
  text-align: center;
}

/* header-tel */
/*---------------------------------------------
 sp-menu hamburger-menu
---------------------------------------------*/
/*メニューの線の太さ*/
.sp-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.hamburger-menu.menu-button {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #D8BE00;
  border-radius: 0 0 0 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.28s;
  /* active */
}
.hamburger-menu.menu-button .sp-btn-inner {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 8px;
  transition: top 0.4s ease;
}
.hamburger-menu.menu-button .lines {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 999999px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.28s ease;
  transition-property: top, transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.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 .txt {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 11px;
  white-space: nowrap;
}
.hamburger-menu.menu-button.active .lines:first-child {
  top: 50%;
  transform: translateX(-50%) rotate(30deg);
}
.hamburger-menu.menu-button.active .lines:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) rotate(-30deg);
}

@media (max-width: 480px) {
  .hamburger-menu.menu-button {
    width: 80px;
    height: 80px;
  }
  .hamburger-menu.menu-button .sp-btn-inner {
    top: 38%;
  }
  .hamburger-menu.menu-button .txt {
    top: 38%;
  }
}
/*---------------------------------------------
 spnav
---------------------------------------------*/
.spnav {
  width: 100%;
  max-width: 500px;
  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;
  right: -101%;
}
.spnav.hide-nav {
  opacity: 0;
  visibility: hidden;
}
.spnav.show-nav {
  pointer-events: auto;
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  /*右から*/
  right: 0;
}

.wrap-spnav {
  margin-left: auto;
  background: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.wrap-spnav .inner-spnav {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  margin: auto;
  /*height: calc(100dvh - $header-h-s);上部にロゴがある場合*/
  height: 100vh;
  height: 100dvh;
  box-sizing: border-box;
  overflow: auto;
  padding-left: 12%;
  padding-right: 12%;
  overscroll-behavior-y: contain;
}
.wrap-spnav .inner-spnav .cont-spnav {
  padding-top: 160px;
  flex: 1;
}
@media (max-width: 480px) {
  .wrap-spnav .inner-spnav .cont-spnav {
    padding-top: 80px;
  }
}
.wrap-spnav nav {
  width: 100%;
}
.wrap-spnav nav > *:last-child {
  padding-bottom: 100px;
}
.wrap-spnav .menulist > li .link {
  cursor: pointer;
  transition: opacity 0.28s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .wrap-spnav .menulist > li .link:hover {
    opacity: 0.8;
  }
}
.wrap-spnav .menulist > li > span, .wrap-spnav .menulist > li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 15px 15px 0;
}
.wrap-spnav .menulist > li .submenu {
  display: none;
}
.wrap-spnav .menulist > li:not(.privacy) .link {
  position: relative;
  padding-left: 20px;
}
.wrap-spnav .menulist > li:not(.privacy) .link:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #3A28D6;
}
.wrap-spnav .menulist > li.privacy .link {
  margin-top: 5px;
}

.spnav-mask {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9997;
}

.spnav-mask.active {
  display: block;
}

/*------------------------------------------
 pagetitle
------------------------------------------*/
.pagetitle {
  padding-top: 100px;
}
.pagetitle .logo-echizen {
  width: 33%;
  max-width: 190px;
  margin: 0 auto;
}
.pagetitle .logo-echizen img {
  margin-left: -8px;
}
.pagetitle .logo-site {
  width: 85%;
  max-width: 450px;
  margin: 0 auto;
}

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

.page-contents {
  background-color: #D9F8E9;
  border-radius: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .pagetitle {
    padding-top: 60px;
  }
  .page-intro {
    padding-top: 10px;
  }
  .page-contents {
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .logo-echizen {
    padding-bottom: 20px;
  }
  .page-intro .intro-ttl {
    font-size: 1.7rem;
  }
  .page-intro .intro-txt {
    font-size: 1.6rem;
  }
}
/*------------------------------------------
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;
}

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
  .btnH-m {
    min-height: 60px;
  }
}
/* btn-style ----------------- */
/* btn-style01 */
.btn.btn-style01 {
  border-radius: 10px;
  background-color: #3A28D6;
  color: #fff;
  transition: opacity 0.28s ease;
}
.btn.btn-style01.btn-arrow .btn-cont {
  padding: 10px 30px;
}
.btn.btn-style01.btn-arrow .btn-cont .btn-txt {
  flex: 1;
  text-align: center;
}
.btn.btn-style01.btn-arrow .btn-cont .arrow {
  display: block;
  width: 10px;
  height: 14px;
  background: url(../img/common/arrow2-right-wht.svg) no-repeat center center;
  background-size: contain;
}
.btn.btn-style01.toggle-dlOpen .btn-cont {
  padding: 10px 30px;
}
.btn.btn-style01.toggle-dlOpen .btn-cont .btn-txt {
  flex: 1;
  text-align: center;
}
.btn.btn-style01.toggle-dlOpen .btn-cont .arrow {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  background-image: url(../img/common/arrow-right-ppl.svg);
  background-position: calc(50% + 1px) center;
  background-size: 7px 10px;
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: transform ease 0.3s;
}
.btn.btn-style01.btn-dl .btn-cont {
  padding: 10px 30px;
}
.btn.btn-style01.btn-dl .btn-cont .btn-txt {
  flex: 1;
  text-align: center;
}
.btn.btn-style01.btn-dl .btn-cont .i-dl {
  display: block;
  width: 16px;
  height: 13px;
  background: url(../img/common/i-dl.svg) no-repeat center center;
  background-size: contain;
}
.btn.btn-style01.btn-file .btn-cont {
  padding: 10px 20px;
  gap: 0 17px;
}
.btn.btn-style01.btn-file .btn-cont .i-file {
  display: block;
  width: 21px;
  height: 20px;
}
.btn.btn-style01.btn-file .btn-cont .btn-txt {
  flex: 1;
  line-height: 1;
}
.btn.btn-style01.btn-uploads .btn-cont {
  padding: 10px 25px;
  gap: 0 25px;
}
.btn.btn-style01.btn-uploads .btn-cont .i-uploads {
  display: block;
  width: 32px;
  height: 28px;
}
.btn.btn-style01.btn-uploads .btn-cont .btn-txt {
  flex: 1;
  line-height: 1;
}

@media (min-width: 768px) {
  .btn.btn-style01:hover {
    opacity: 0.9;
  }
}
/* btn-style02 */
.btn.btn-style02 {
  border-radius: 10px;
  background-color: #D8BE00;
  color: #fff;
  transition: opacity 0.28s ease;
}
.btn.btn-style02.btn-arrow .btn-cont {
  padding: 10px 30px;
}
.btn.btn-style02.btn-arrow .btn-cont .btn-txt {
  flex: 1;
  text-align: center;
}
.btn.btn-style02.btn-arrow .btn-cont .arrow {
  display: block;
  width: 10px;
  height: 14px;
  background: url(../img/common/arrow2-right-wht.svg) no-repeat center center;
  background-size: contain;
}
.btn.btn-style02.btn-info .btn-cont {
  padding: 10px 15px;
}
.btn.btn-style02.btn-info .btn-cont .i-info {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.btn.btn-style02.btn-info .btn-cont .btn-txt {
  flex: 1;
  line-height: 1;
}
.btn.btn-style02.btn-info .btn-cont .arrow-bottom {
  display: block;
  width: 8px;
  height: 4px;
  background: url(../img/common/arrow-bottom-wht.svg) no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .btn.btn-style02:hover {
    opacity: 0.9;
  }
}
/* btn-merumaga */
.btn.btn-merumaga {
  border-radius: 6px;
  background-color: #333;
  color: #fff;
  transition: opacity 0.28s ease;
}
.btn.btn-merumaga .btn-cont {
  padding: 5px 10px;
}

@media (min-width: 768px) {
  .btn.btn-merumaga:hover {
    opacity: 0.9;
  }
}
.btn:disabled {
  background-color: #ccc;
}

.detail-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0;
}
.detail-link .txt {
  white-space: nowrap;
}
.detail-link .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3A28D6;
}
.detail-link .arrow:before {
  content: "";
  margin-left: 3px;
  width: 7px;
  aspect-ratio: 47/75;
  background: url(../img/common/arrow-right-wht.svg) no-repeat center/contain;
  transition: 0.28s ease;
}

/*------------------------------------------
  SNS Share
------------------------------------------*/
/* shareボタンスタイル sharethisより */
#st-1 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: right;
  z-index: 94034;
}

#st-1.st-animated {
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#st-1.st-hidden {
  opacity: 0;
}

#st-1.st-preview {
  display: none !important;
  opacity: 0 !important;
}

#st-1.st-hide {
  display: none;
}

#st-1 .st-btn {
  box-sizing: border-box;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

#st-1 .st-btn:last-child {
  margin-right: 0;
}

#st-1 .st-btn > svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-1 .st-btn > img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-1 .st-btn > span {
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 60px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}

#st-1.st-has-labels .st-btn {
  min-width: 120px;
}

#st-1.st-has-labels .st-btn.st-remove-label {
  min-width: 50px;
}

#st-1.st-has-labels .st-btn.st-remove-label > span {
  display: none;
}

#st-1.st-has-labels .st-btn.st-hide-label > span {
  display: none;
}

#st-1 .st-total {
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 12px;
  margin-right: 0;
  max-width: 80px;
  padding: 4px 8px;
  text-align: center;
}

#st-1 .st-total.st-hidden {
  display: none;
}

#st-1 .st-total > span {
  font-size: 16px;
  line-height: 17px;
  display: block;
  padding: 0;
}

#st-1 .st-total > span.st-shares {
  font-size: 9px;
  line-height: 9px;
}

#st-1.st-justified {
  display: flex;
  text-align: center;
}

#st-1.st-justified .st-btn {
  -moz-flex: 1;
  flex: 1;
}

#st-1 .st-btn:hover {
  opacity: 0.8;
  top: -4px;
}

#st-1 .st-btn[data-network=facebook] {
  background-color: #4267B2;
}

#st-1 .st-btn[data-network=facebook] > span {
  color: #fff;
}

#st-1 .st-btn[data-network=twitter] {
  background-color: #000000;
}

#st-1 .st-btn[data-network=twitter] > span {
  color: #fff;
}

#st-1 .st-btn[data-network=line] {
  background-color: #00c300;
}

#st-1 .st-btn[data-network=line] > span {
  color: #fff;
}

#st-1 .st-btn[data-network=snapchat] > span {
  color: #333;
}

.sns-share {
  display: flex;
  justify-content: flex-end;
}
.sns-share .sharethis-inline-share-buttons::before {
  content: "SHARE";
  display: inline-block;
  color: #000;
  font-family: "Alata", serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-right: 18px;
  line-height: 36px;
}
.sns-share .sharethis-inline-share-buttons#st-1 {
  z-index: 0;
}
.sns-share .sharethis-inline-share-buttons#st-1 .st-btn {
  width: 36px;
  height: 36px;
}
.sns-share .sharethis-inline-share-buttons#st-1 .st-btn > img {
  width: 21px;
  height: 21px;
  top: 7px;
}
.sns-share .sharethis-inline-share-buttons#st-1 .st-btn:not(:last-child) {
  margin-right: 15px;
}
.sns-share .sharethis-inline-share-buttons#st-1 .st-btn[data-network=line] {
  background: #00c300 url(../img/common/i-line.svg) no-repeat center center;
  background-size: 22px;
}
.sns-share .sharethis-inline-share-buttons#st-1 .st-btn[data-network=line] img {
  display: none;
}

@media (max-width: 480px) {
  .sns-share .sharethis-inline-share-buttons::before {
    font-size: 1.3rem;
    padding-right: 10px;
  }
  .sns-share .sharethis-inline-share-buttons#st-1 .st-btn:not(:last-child) {
    margin-right: 7px;
  }
}
/*------------------------------------------
  c-select
------------------------------------------*/
.c-select-item .ttl {
  margin-bottom: 2px;
}

.c-select-box {
  position: relative;
  border-radius: 10px;
  background-color: #F1EFFC;
}
.c-select-box:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(50%, -50%);
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
}
.c-select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(50%, -30%);
  width: 7px;
  aspect-ratio: 107/75;
  background: url(../img/common/arrow-bottom-ppl.svg) no-repeat center/contain;
  pointer-events: none;
}
.c-select-box .select {
  width: 100%;
  padding: 15px 23px;
  cursor: pointer;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.c-select-box .option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.c-select-box .option[selected][disabled] {
  display: none;
}

/*------------------------------------------
  c-search-box
------------------------------------------*/
.c-search-box {
  display: flex;
  justify-content: center;
}
.c-search-box .textbox {
  border-radius: 10px 0 0 10px;
  border: 2px solid #3A28D6;
  border-right-width: 0px;
  background-color: #fff;
  min-height: 60px;
  flex: 1;
  padding: 10px 20px;
}
.c-search-box .textbox::-moz-placeholder {
  opacity: 0.4;
}
.c-search-box .textbox::placeholder {
  opacity: 0.4;
}
.c-search-box .search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border-radius: 0 10px 10px 0;
  background-color: #3A28D6;
}
.c-search-box .search-button .i-search {
  width: 23px;
  height: 23px;
}

/*------------------------------------------
  c-card
------------------------------------------*/
.c-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 35px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.c-card .label {
  display: block;
  height: 25px;
  position: absolute;
  left: 25px;
  top: 0;
  transform: translateY(-50%);
}
.c-card .label img {
  height: 25px;
}
.c-card .due {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding-bottom: 10px;
}
.c-card .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 5px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  transition: border-bottom-color ease 0.28s;
}
.c-card .period {
  display: flex;
  -moz-column-gap: 0.2em;
       column-gap: 0.2em;
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-card .period .desc {
  flex: 1;
}
.c-card .txt {
  line-height: 1.625;
}
.c-card .cont-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-card .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}
.c-card .category .link {
  display: block;
  color: #999999;
}
.c-card .category .link:before {
  content: "#";
}
.c-card .detail-link {
  margin-left: auto;
}

@media (min-width: 768px) {
  .c-card:hover .cont {
    border-bottom-color: #3A28D6;
  }
  a:hover .detail-link .arrow:before {
    animation: move-right-arrow-anim 0.65s ease 0s 1 forwards;
  }
}
@media (max-width: 767px) {
  .c-card {
    padding: 25px 5%;
  }
}
@keyframes move-right-arrow-anim {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(50%);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------
  cmn-pagelink
------------------------------------------*/
.cmn-pagelink .pagelink {
  padding-bottom: 100px;
  position: relative;
}
.cmn-pagelink .pagelink::before {
  content: "";
  display: block;
  width: 95%;
  height: 75%;
  max-height: 260px;
  background-color: #F1EFFC;
  border-radius: 0 50px 50px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.cmn-pagelink .pagelink .link-wrap {
  max-width: 1120px;
  width: 90%;
  padding: 0 15px;
  margin: 0 auto;
}
.cmn-pagelink .pagelink .link-wrap .link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(3%, 30px);
}
.cmn-pagelink .pagelink .link-wrap .link a {
  display: block;
  background-color: #FFF;
  border-radius: 20px;
  border: 5px solid #3A28D6;
  padding: min(20px, 8%);
}

@media (max-width: 767px) {
  .cmn-pagelink .pagelink::before {
    max-height: none;
  }
  .cmn-pagelink .pagelink .link-wrap .link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cmn-pagelink .pagelink {
    padding-bottom: 60px;
  }
  .cmn-pagelink .pagelink::before {
    width: 100%;
    border-radius: 0 20px 20px 0;
  }
  .cmn-pagelink .pagelink .link-wrap {
    max-width: 1090px;
    width: 90%;
    padding: 0 0;
  }
  .cmn-pagelink .pagelink .link-wrap .link {
    gap: min(1.5%, 30px);
  }
  .cmn-pagelink .pagelink .link-wrap .link a {
    border-width: 3px;
    padding: 5px;
  }
}
/*------------------------------------------
 footer
------------------------------------------*/
.site-footer {
  /* サイトマップ */
  /* フッターロゴ */
}
.site-footer .footer-sitemap .sitemap-row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 0 20px;
}
.site-footer .footer-sitemap .sitemap-row .fbox-list.list10 {
  grid-column: 4;
}
.site-footer .footer-sitemap .flist-ttl {
  position: relative;
  display: block;
  padding: 15px 20px;
}
.site-footer .footer-sitemap .flist-ttl:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #3A28D6;
}
.site-footer .f-logo {
  width: min(27%, 318px);
}
.site-footer .f-logo .logo-echizen {
  max-width: 130px;
  margin: 0 auto;
}
.site-footer .f-logo .logo-site {
  max-width: 318px;
  margin: 0 auto;
}
.site-footer .f-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.site-footer .f-bottom .privacy .link {
  padding: 10px 10px 10px 0;
}
.site-footer .f-bottom .copy {
  color: #C2C2C2;
}

@media (max-width: 1024px) {
  .site-footer {
    /* サイトマップ */
  }
  .site-footer .footer-sitemap .sitemap-row {
    gap: 0 10px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    /* サイトマップ */
  }
  .site-footer .footer-sitemap {
    padding-top: 35px;
  }
  .site-footer .f-logo {
    margin: 0 auto;
    width: min(85%, 318px);
  }
  .site-footer .footer-sitemap {
    width: 100%;
  }
  .site-footer .footer-sitemap .sitemap-row {
    gap: 0 20px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    /* サイトマップ */
  }
  .site-footer .footer-sitemap .sitemap-row {
    grid-template-columns: repeat(2, auto);
  }
  .site-footer .footer-sitemap .sitemap-row .fbox-list.list10 {
    grid-column: auto;
  }
  .site-footer .footer-sitemap .flist-ttl {
    padding: 10px 10px 10px 20px;
  }
}
@media (max-width: 480px) {
  .site-footer .f-logo .logo-echizen {
    max-width: 111px;
  }
}
/*------------------------------------------
 .toTop
------------------------------------------*/
#toTop {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 90px;
  right: 0;
  color: #fff;
  cursor: pointer;
  z-index: 999;
  text-align: center;
  background: #adadad;
  border-radius: 10px 0 0 10px;
  opacity: 0;
  transform: translateX(101%);
  -webkit-transform: translateX(101%);
  transition: opacity ease 0.28s, transform ease 0.28s;
}
#toTop.appear {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#toTop > span {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -7px;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border: solid #fff;
  transform: rotate(-45deg);
  border-width: 2px 2px 0 0;
  transition: all 0.3s ease 0s;
}
#toTop:hover > span {
  top: 20%;
}

@media screen and (max-width: 480px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
  #toTop > i {
    line-height: 50px;
    font-size: 2rem;
  }
}
@keyframes toTop-animation {
  from {
    opacity: 0;
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.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: #04A2E8;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg a:not(.linkblank-pdf)[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 12px;
  height: 12px;
  margin: 0 5px 0 3px;
  background: url(../img/common/i-blank.svg) no-repeat center center;
  background-size: contain;
}
.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 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /*リンクがない時*/
  /*nav-backlist*/
  /*i*/
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pager .nav-current {
  padding: 0 40px;
}
.pager .btn-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.pager .nav-pre > span,
.pager .nav-next > span {
  opacity: 0.2;
}
.pager .nav-backlist {
  width: -moz-fit-content;
  width: fit-content;
}
.pager .nav-backlist i {
  width: 50px;
}
.pager i {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #3A28D6;
  border-radius: 50%;
}
.pager .nav-pre i,
.pager .nav-next i {
  width: 50px;
}
.pager .nav-pre i::before,
.pager .nav-backlist i::before,
.pager .nav-next i::before {
  content: "";
  aspect-ratio: 47/75;
  background: url(../img/common/arrow-right-wht.svg) no-repeat center/contain;
}
.pager .nav-pre i::before,
.pager .nav-next i::before {
  width: 9px;
}
.pager .nav-backlist i::before {
  width: 9px;
}
.pager .nav-pre i:before,
.pager .nav-backlist i:before {
  transform: rotate(180deg);
  margin-left: -3px;
}
.pager .nav-next i:before {
  margin-left: 3px;
}
.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;
}

@keyframes move-left-anim {
  0% {
    transform: translateX(0) rotate(180deg);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) rotate(180deg);
    opacity: 0;
  }
  50.1% {
    transform: translateX(50%) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(180deg);
    opacity: 1;
  }
}
@keyframes move-right-anim {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(50%);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------
  sec-faq
------------------------------------------*/
/* list-category */
.list-category {
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  margin: 0 auto;
}
.list-category > li {
  flex: auto;
}
.list-category > li a {
  display: block;
  padding: 5px 20px;
  text-align: center;
  color: #5AC599;
  border-radius: 10px;
  border: 2px solid #5AC599;
  background-color: #FFF;
}
.list-category > li a.active, .list-category > li a.hover {
  background-color: #5AC599;
  color: #fff;
}
.list-category > li::before, .list-category > li:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background: #dfdfdf;
}
.list-category > li::before {
  left: 0;
}
.list-category > li:last-child::after {
  right: 0;
}

.box-question .i-plus {
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.box-question .i-plus::before, .box-question .i-plus::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #3A28D6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.box-question .i-plus::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.box-question.active .i-plus::after {
  transform: translateY(-50%) rotate(0deg);
}

/* sbox-faq ----------------- */
#area-faq {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
#area-faq .sbox-faq {
  background-color: #FFF;
  border-radius: 10px;
}

/* box-question */
.box-question {
  position: relative;
  padding: 20px 80px 20px 110px;
  cursor: pointer;
}
.box-question .icn {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-57%);
  line-height: 1;
}
/* box-answer */
.box-answer {
  /*display: none;*/
  letter-spacing: 0.075em;
  position: relative;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.3s ease;
  height: 0;
}

.sbox-faq.open .box-answer {
  opacity: 1;
}

.box-answer .caption {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 5%;
}

@media (max-width: 1024px) {
  .box-question {
    padding-right: 60px;
    padding-left: 90px;
  }
  .box-question .i-plus {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .box-question {
    padding-left: 75px;
  }
}
@media (max-width: 640px) {
  .box-question {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-question .name-cat {
    margin-bottom: 10px;
    padding-left: 45px;
    padding-right: 30px;
  }
  .box-question .icn {
    top: 13px;
    transform: translateY(0);
    font-size: calc(3.3rem + (1vw - 0.48rem) * 2.3611);
  }
  .box-question .i-plus {
    top: 25px;
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .box-question {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px;
  }
  .box-question .icn {
    left: 5%;
  }
  .box-question .name-cat {
    padding-left: 35px;
  }
  .box-question .i-plus {
    top: 20px;
    right: 5%;
  }
  .box-answer {
    padding: 15px 5%;
  }
}/*# sourceMappingURL=faq.css.map */