@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);
  }
}
/* --------------------------------------
    defult style reset
 -------------------------------------- */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: vertical;
}

/* style input */
form input {
  outline: none;
}

/* Chrome, Safari */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* Firefox */
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.3;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* Firefox 18以前 */
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.3;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* --------------------------------------
    contact common
 -------------------------------------- */
/*item-table -------------------- */
.item-table {
  display: flex;
}
.item-table .left {
  width: 70px;
  position: relative;
}
.item-table .left::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #04A2E8;
  position: absolute;
  left: 17px;
  top: 0;
  z-index: 0;
  border-radius: 9999px;
}
.item-table .left .item-num {
  position: sticky;
  top: calc(50% - 20px);
  left: 0;
  z-index: 1;
}
.item-table .right {
  flex: 1;
}
.item-table .right .item-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.item-table .right .box-formitem {
  margin-bottom: 5px;
}
.item-table .item-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #04A2E8;
  background-color: #FFF;
}

@media (max-width: 767px) {
  .item-table .left {
    width: 55px;
  }
}
@media (max-width: 480px) {
  .item-table .left {
    display: none;
  }
}
.document-list {
  display: none;
  padding: 30px;
  background-color: #FFFCE6;
  border-radius: 10px;
  position: relative;
}
.document-list .btn-close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
}
.document-list .btn-close::before, .document-list .btn-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 999999px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: 1;
  transform-origin: center center;
}
.document-list .btn-close::before {
  transform: rotate(45deg);
}
.document-list .btn-close::after {
  transform: rotate(-45deg);
}

.file-list {
  counter-reset: list-num 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.file-list .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  padding: 10px 20px 10px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.file-list .list .name {
  flex: 1;
}
.file-list .list .name::before {
  counter-increment: list-num 1;
  content: counter(list-num) ".";
  display: inline-block;
  padding-right: 1.5rem;
}
.file-list .list .btn-delete {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #888888;
}
.file-list .list .btn-delete .i-delete {
  width: 35px;
  height: 35px;
}

.item-table .box-formitem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
}
.item-table .box-formitem dt {
  width: 280px;
  color: #000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.9rem;
  font-size: clamp(1.75rem, 1.6496rem + 0.21vw, 1.9rem);
  font-weight: 500;
  vertical-align: middle;
}
.item-table .box-formitem dd {
  width: calc(100% - 280px);
  word-break: break-all;
}

@media (max-width: 991px) {
  .item-table .box-formitem dt {
    width: 250px;
  }
  .item-table .box-formitem dd {
    width: calc(100% - 250px);
  }
}
.reception_num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 8px solid #3A28D6;
}

/*need -------------------- */
.need {
  display: inline-block;
  padding: 0 7px;
  margin-left: 15px;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  top: -3px;
}

/*box-radio -------------------- */
.box-formitem.box-radio .radio-area {
  position: relative;
}
.box-formitem.box-radio .radio-area.l-1 > * {
  width: 100%;
}
.box-formitem.box-radio .radio-area.l-2 > * {
  width: 50%;
}
.box-formitem.box-radio .radio-area.l-3 > * {
  width: 33.3333%;
}

@media (max-width: 991px) {
  .box-formitem.box-radio .radio-area.m-1 > * {
    width: 100%;
  }
  .box-formitem.box-radio .radio-area.m-2 > * {
    width: 50%;
  }
  .box-formitem.box-radio .radio-area.m-3 > * {
    width: 33.3333%;
  }
}
@media (max-width: 480px) {
  .box-formitem.box-radio .radio-area.s-1 > * {
    width: 100%;
  }
  .box-formitem.box-radio .radio-area.s-2 > * {
    width: 50%;
  }
  .box-formitem.box-radio .radio-area.s-3 > * {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .item-table .box-formitem {
    display: block;
    padding: 20px;
  }
  .item-table .box-formitem dt,
  .item-table .box-formitem dd {
    display: block;
    width: 100%;
  }
  .item-table .box-formitem dt {
    margin-bottom: 7px;
  }
  .box-formitem.box-radio {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .item-table .box-formitem {
    padding: 15px 5%;
  }
  .item-table .box-formitem dt {
    padding-left: 0;
    position: relative;
  }
  .item-table .box-formitem dt::before {
    left: 0;
  }
}
/* --------------------------------------
	contact index
 -------------------------------------- */
/* input -------------------- */
.input {
  position: relative;
  z-index: 1;
  display: block;
}

.input__field {
  position: relative;
  display: block;
  padding: 0.8em;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.input__field:focus {
  outline: none;
}

.input__label {
  width: 100%;
  padding: 0;
  text-align: left;
  float: right;
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.with-unit {
  gap: 10px;
  align-items: center;
}

/* animation -------------------- */
.input__field--anm {
  width: 100%;
  display: block;
  background: #fff !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #000;
  transition: box-shadow 0.3s;
  font-size: 15px;
}
.input__field--anm:focus {
  box-shadow: 0px 0px 0px 1px #c8c8c8;
  animation: background 0.55s ease-in;
  background: #FFFFFF !important;
}
.input__field--anm:focus + .input__label--anm {
  pointer-events: none;
}
.input__field--anm:focus + .input__label--anm::after {
  animation: anim-shadow 0.3s forwards;
}
.input__field--anm:focus + grammarly-btn + .formError + .input__label--anm::after,
.input__field--anm:focus + .formError + .input__label--anm::after {
  animation: anim-shadow 0.3s forwards;
}

.input__label--anm::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(135, 135, 135, 0.8);
}

.input__label-content--anm {
  padding: 0.75em 0.15em;
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}
@keyframes background {
  0% {
    background: transparent;
  }
  66% {
    background: #FFFFFF;
  }
  100% {
    background: #FFFFFF;
  }
}
/* radio checkboc style -------------------- */
input[type=radio] {
  visibility: hidden;
  position: absolute;
}

.radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  margin: 0;
  padding: 12px 12px 12px 42px;
  cursor: pointer;
}
.radio:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  left: 11px;
  border: 2px solid #bbb;
}
.radio:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  width: 14px;
  height: 14px;
  background-color: #3A28D6;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.radio:hover {
  background-color: #f7f7f7;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
  transform: scale(1);
}

/* checkbox -------------------- */
.box-chk {
  position: relative;
}
.box-chk.privacy {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox {
  position: relative;
  display: inline-block;
  word-break: break-all;
  padding: 12px 12px 12px 45px;
  box-sizing: border-box;
  transition: background-color 0.2s linear;
}
.checkbox::before {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 0;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  left: 11px;
  border: 2px solid #bbb;
  border-radius: 5px;
  background-color: #fff;
}
.checkbox::after {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 1;
  width: 6px;
  height: 9px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  top: 50%;
  left: 18px;
  transform: rotate(45deg) translate(-50%, -50%);
  opacity: 0;
}
.checkbox:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

input[type=checkbox]:checked + .checkbox::before {
  background-color: #3A28D6;
  border-color: #3A28D6;
}
input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

/* .ziparea --------------------  */
.ziparea {
  align-items: center;
}
.ziparea .postmark {
  padding-right: 10px;
}
.ziparea .input {
  width: 240px;
}
.ziparea .t-link {
  width: auto;
  padding-left: 15px;
}

.t-link a {
  display: inline-block;
  padding: 5px 5px 5px 25px;
  position: relative;
  color: #04A2E8;
  text-decoration: underline;
}
.t-link a:hover {
  text-decoration: none;
}
.t-link a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #007ebf;
  border-right: 1px solid #007ebf;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-55%) rotate(-45deg);
}

/* #teltime --------------------  */
#teltime {
  padding: 20px 10px;
}

.box-select {
  margin: 5px 0;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.box-select .selectlabel {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.box-select .selectlabel select {
  box-sizing: border-box;
  min-width: 220px;
  display: block;
  padding: 15px 55px 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.box-select .selectlabel:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/arrow-bottom-wht.svg) #3A28D6 no-repeat center center;
  background-size: 50%;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .box-select {
    display: block;
    width: 100%;
  }
  .box-select .selectlabel {
    display: block;
    width: 100%;
  }
  .box-select .selectlabel select {
    display: block;
    width: 100%;
  }
}
/* item-privacy -------------------- */
.item-privacy .txt-privacy {
  height: 180px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #ededed;
  overflow-y: scroll;
  text-align: left;
  font-size: 1.45rem;
}
.item-privacy .txt-privacy em {
  font-style: normal;
}

@media (max-width: 480px) {
  .radio {
    padding: 8px 10px 8px 30px;
  }
  .radio::before {
    left: 7px;
  }
  .radio::after {
    left: 3px;
  }
  .formError {
    width: 100%;
  }
  .formError .formErrorContent {
    font-size: 1.4rem;
  }
}
/* button --------------------  */
.btn-area {
  justify-content: center;
  gap: 10px;
}

.data-processing {
  display: flex;
  flex-direction: column;
  gap: 20px 10px;
  position: fixed;
  right: 5%;
  bottom: 180px;
  z-index: 2;
}

button {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: visible;
  resize: none;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
button.btn-reset, button.btn-back {
  width: 170px;
  border-radius: 10px;
  background-color: #999;
  color: #fff;
}
button.btn-confirm {
  color: #fff;
  background-color: #333;
  flex: 1;
  max-width: 350px;
}
button.btn-load {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px 0;
  background-color: #000;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
button.btn-load .i-load {
  display: block;
  width: 100%;
  padding: 20px;
}
button.btn-save {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px 0;
  background-color: #000;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
button.btn-save .i-save {
  display: block;
  width: 100%;
  padding: 20px;
}
button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  button.btn-reset, button.btn-back {
    width: 150px;
  }
  button.btn-load {
    width: 80px;
    height: 80px;
  }
  button.btn-load .i-load {
    padding: 15px;
  }
  button.btn-save {
    width: 80px;
    height: 80px;
  }
  button.btn-save .i-save {
    padding: 15px;
  }
  .data-processing {
    gap: 10px;
    right: 5px;
    bottom: 150px;
  }
}
@media screen and (max-width: 480px) {
  button.btn-reset, button.btn-back {
    width: 120px;
  }
  button.btn-reset .btn-cont, button.btn-back .btn-cont {
    padding: 10px;
  }
  button.btn.btn-confirm.btn-style01.btn-arrow .btn-cont {
    padding: 10px 20px;
  }
  button.btn-load {
    width: 60px;
    height: 60px;
  }
  button.btn-load .i-load {
    padding: 10px;
  }
  button.btn-save {
    width: 60px;
    height: 60px;
  }
  button.btn-save .i-save {
    padding: 10px;
  }
}
/* --------------------------------------
	caution
 -------------------------------------- */
.caution {
  background-color: #EC029E;
  padding: 5px 10px;
  border-radius: 5px;
}

/* --------------------------------------
	contact confirm
 -------------------------------------- */
.box-table.box-form > dl.formitemconf > dd {
  padding-left: 17px;
}

@media screen and (max-width: 480px) {
  .box-table.box-form > dl.formitemconf > dd, .box-table.box-form > dl.box-radio > dd {
    padding-top: 0.5em;
    padding-bottom: 1.2em;
  }
}
/* --------------------------------------
	Google reCAPTCHA
-------------------------------------- */
.grecaptcha-badge {
  bottom: 15px !important;
  z-index: 3;
}

/* --------------------------------------
	modal CSS
-------------------------------------- */
.mfp-overflow-hidden {
  overflow: hidden;
}

.mfp-wrap,
.mfp-bg {
  z-index: 10000;
}

.mfp-container {
  padding: 0;
}

.hidden {
  overflow: hidden;
}

.mfp-wrap {
  overflow: hidden auto;
  /*top: 0 !important;*/
}

.mfp-container {
  /*text-align: center;*/
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*padding: 0 8px;*/
  box-sizing: border-box;
}

.inner-datamodal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inner-datamodal .file-input-list {
  display: flex;
  align-items: center;
}
.inner-datamodal .file-input-list .file-num {
  display: block;
  width: 2em;
}
.inner-datamodal .file-input-list input[type=file] {
  width: calc(100% - 2em);
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-bottom-bar {
    background: revert;
    bottom: revert;
    margin: revert;
    top: revert;
    padding: revert;
    position: revert;
    box-sizing: revert;
  }
}
/* close btn */
.mfp-image-holder .mfp-close,
.mfp-close-btn-in .mfp-close,
.btn-modal-close {
  width: 70px;
  height: 70px;
  background: #000;
  right: 0;
  top: 0;
  display: inline-block;
  position: fixed;
  z-index: 100000;
}

.mfp-close-btn-in .mfp-close {
  text-indent: -99999px;
}

.mfp-image-holder .mfp-close,
.mfp-close-btn-in .mfp-close,
.btn-modal-close {
  transition-delay: 1.5s;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.mfp-image-holder .mfp-close:hover,
.mfp-close-btn-in .mfp-close:hover,
.btn-modal-close:hover {
  cursor: pointer;
}

.mfp-image-holder .mfp-close::before,
.mfp-image-holder .mfp-close::after,
.mfp-close-btn-in .mfp-close::before,
.mfp-close-btn-in .mfp-close::after,
.btn-modal-close span::before,
.btn-modal-close span::after {
  position: absolute;
  content: "";
  transition: all 0.28s ease;
  display: block;
  width: 30px;
  height: 2px;
  left: 20px;
  top: 36px;
  background-color: #fff;
}

.mfp-image-holder .mfp-close::before,
.mfp-close-btn-in .mfp-close::before,
.btn-modal-close span::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mfp-image-holder .mfp-close::after,
.mfp-close-btn-in .mfp-close::after,
.btn-modal-close span::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.mfp-image-holder .mfp-close:hover::after,
.mfp-close-btn-in .mfp-close:hover::after,
.btn-modal-close:hover span::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.mfp-image-holder .mfp-close:hover::before,
.mfp-close-btn-in .mfp-close:hover::before,
.btn-modal-close:hover span::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* modal-arrow */
.mfp-wrap .mfp-arrow {
  width: 70px;
  height: 70px;
  position: fixed;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  margin: auto;
}

.mfp-wrap .mfp-arrow.arrow-wht {
  background-color: #fff;
}

.mfp-wrap .mfp-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: auto;
  aspect-ratio: 68/75;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/common/icon-triangle-edge_wht.svg);
  border: none;
  margin: 0;
}

.mfp-wrap .mfp-arrow.arrow-wht:before {
  background-image: url(../img/common/icon-triangle-edge_blk.svg);
}

.mfp-wrap .mfp-arrow-left:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.mfp-wrap .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-wrap .mfp-arrow-right:after,
.mfp-wrap .mfp-arrow:after {
  content: none;
  border: none;
}

.white-popup-block {
  width: 90vw;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.white-popup-block#modal-uploads {
  max-width: 1000px;
}
.white-popup-block#modal-uploads form#uploadForm {
  height: 90vh;
  max-height: 1100px;
  padding: 60px 5%;
  overflow-y: auto;
}
.white-popup-block#modal-uploads .btnarea.btn-center {
  flex-direction: column;
  align-items: center;
}
.white-popup-block#modal-uploads .js-upload-message {
  display: block;
  padding-bottom: 40px;
  background: url(../img/common/loader.gif) no-repeat bottom center;
  background-size: 32px 32px;
  color: #3A28D6;
}
.white-popup-block#modal-load {
  max-width: 900px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 70px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.white-popup-block#modal-load .inner-content {
  flex: 1;
}
.white-popup-block#modal-save {
  max-width: 400px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 40px 15px;
}

/* フェードイン・フェードアウト効果 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing {
  opacity: 0;
}

@media (max-width: 767px) {
  .mfp-wrap .mfp-arrow {
    transform: translateY(-50%) scale(0.7);
  }
  .mfp-wrap .mfp-arrow-left {
    transform-origin: left center;
  }
  .mfp-wrap .mfp-arrow-right {
    transform-origin: right center;
  }
}
@media (max-width: 480px) {
  .mfp-auto-cursor .mfp-content {
    padding-bottom: 40px;
  }
  .mfp-wrap .mfp-arrow-left {
    transform-origin: left center;
    top: 100%;
    bottom: 0;
    left: calc(50% - 30px);
    transform: translate(-50%, -50%) scale(0.85);
  }
  .mfp-image-holder .mfp-close,
  .mfp-close-btn-in .mfp-close,
  .btn-modal-close {
    width: 60px;
    height: 60px;
  }
  .mfp-image-holder .mfp-close::before,
  .mfp-image-holder .mfp-close::after,
  .mfp-close-btn-in .mfp-close::before,
  .mfp-close-btn-in .mfp-close::after,
  .btn-modal-close span::before,
  .btn-modal-close span::after {
    left: 15px;
    top: 30px;
  }
  .mfp-wrap .mfp-arrow-right {
    top: 100%;
    transform-origin: right center;
    left: calc(50% + 15px);
    transform: translate(-100%, -100%) scale(0.85);
  }
}/*# sourceMappingURL=form.css.map */